https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61774

            Bug ID: 61774
           Summary: ICE (regression?) in lra_update_insn_recog_data, at
                    lra.c:1219
           Product: gcc
           Version: 4.10.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: slayoo at staszic dot waw.pl

Created attachment 33103
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33103&action=edit
single .ii file that triggers the ICE

Hi,

Trying out current Debian's gcc-snapshot (20140708) with a code that compiled
fine with gcc-snapshot from a few weeks ago, I got:

internal compiler error: in lra_update_insn_recog_data, at lra.c:1219

Sorry, but I have no time now to narrow the cause :(
It can be reproduced with the attached .ii file and

/usr/lib/gcc-snapshot/bin/g++  -std=c++11 -fopenmp -pthread -Wfatal-errors
-DNDEBUG -Ofast -march=native over_the_pole_2d.ii 

The native march seems to mean here (echo | /usr/lib/gcc-snapshot/bin/gcc -###
-E - -march=native):

...
 /usr/lib/gcc-snapshot/libexec/gcc/x86_64-linux-gnu/4.10.0/cc1 -E -quiet
-imultiarch x86_64-linux-gnu - "-march=amdfam10" -mmmx -m3dnow -msse -msse2
-msse3 -mno-ssse3 -msse4a -mcx16 -msahf -mno-movbe -mno-aes -mno-sha
-mno-pclmul -mpopcnt -mabm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi
-mno-bmi2 -mno-tbm -mno-avx -mno-avx2 -mno-sse4.2 -mno-sse4.1 -mlzcnt -mno-rtm
-mno-hle -mno-rdrnd -mno-f16c -mno-fsgsbase -mno-rdseed -mprfchw -mno-adx
-mfxsr -mno-xsave -mno-xsaveopt -mno-avx512f -mno-avx512er -mno-avx512cd
-mno-avx512pf -mno-prefetchwt1 -mno-clflushopt -mno-xsavec -mno-xsaves --param
"l1-cache-size=64" --param "l1-cache-line-size=64" --param "l2-cache-size=512"
"-mtune=amdfam10"
...

HTH,
Sylwester

Reply via email to