Bug 1241978 - internal compiler error: in gimplify_expr, at gimplify.c:8343
Summary: internal compiler error: in gimplify_expr, at gimplify.c:8343
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: arm-none-eabi-gcc-cs
Version: 22
Hardware: x86_64
OS: Linux
unspecified
unspecified
Target Milestone: ---
Assignee: Michal Hlavinka
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-07-10 14:36 UTC by Eric Nichols
Modified: 2015-07-20 16:19 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-07-20 16:19:38 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
Preprocessed source file, bug caused by line 3185 (56.74 KB, text/plain)
2015-07-10 14:36 UTC, Eric Nichols
no flags Details

Description Eric Nichols 2015-07-10 14:36:43 UTC
Created attachment 1050707 [details]
Preprocessed source file, bug caused by line 3185

Description of problem:
Bug found in gimplify.c, around line 8343.

Version-Release number of selected component (if applicable):
arm-none-eabi-gcc-cs.x86_64 - 1:4.9.2-3.fc22

How reproducible:


Steps to Reproduce:
On the page: 
https://github.com/SpiNNakerManchester/SpiNNakerManchester.github.io/wiki/2015.004%3a-Little-Rascal-%3a-1.3-C-Development-for-SpiNNaker#SpinnakerTools
1. Follow the SpiNNakerTools Installation section
2. Follow the spinn_common Library Installation section
3. When you enter 'make' in that section, the result below is reproduced

Actual results:
arm-none-eabi-gcc -mthumb-interwork -march=armv5te -std=gnu99 -I /home/eric/Code/C/spinnaker_tools-2015.002/include -c -I include -o build/random.o src/random.c
src/random.c: In function 'poisson_dist_variate_exp_minus_lambda':
src/random.c:356:7: internal compiler error: in gimplify_expr, at gimplify.c:8343
  p *= ulrbits (uni_rng (seed_arg));
       ^
Please submit a full bug report,
with preprocessed source if appropriate.
See <https://bugzilla.redhat.com/> for instructions.
Makefile:39: recipe for target 'build/random.o' failed
make: *** [build/random.o] Error 1


Expected results:
compiled code

Additional info:

Comment 1 Eric Nichols 2015-07-20 16:19:38 UTC
A different arm eabi gcc compiler was required to compile the source. I am closing this as not a bug.
Eric


Note You need to log in before you can comment on or make changes to this bug.