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:
A different arm eabi gcc compiler was required to compile the source. I am closing this as not a bug. Eric