Bug 1241978

Summary: internal compiler error: in gimplify_expr, at gimplify.c:8343
Product: [Fedora] Fedora Reporter: Eric Nichols <e.nichols>
Component: arm-none-eabi-gcc-csAssignee: Michal Hlavinka <mhlavink>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 22CC: mhlavink
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-07-20 16:19:38 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
Preprocessed source file, bug caused by line 3185 none

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