Bug 61774 - ICE (regression?) in lra_update_insn_recog_data, at lra.c:1219
Summary: ICE (regression?) in lra_update_insn_recog_data, at lra.c:1219
Status: RESOLVED DUPLICATE of bug 61360
Alias: None
Product: gcc
Classification: Unclassified
Component: c++ (show other bugs)
Version: 5.0
: P3 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-10 14:11 UTC by Sylwester Arabas
Modified: 2014-07-10 14:23 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed:


Attachments
single .ii file that triggers the ICE (634.58 KB, application/gzip)
2014-07-10 14:11 UTC, Sylwester Arabas
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sylwester Arabas 2014-07-10 14:11:13 UTC
Created attachment 33103 [details]
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
Comment 1 Markus Trippelsdorf 2014-07-10 14:23:48 UTC
Dup of PR61360.

*** This bug has been marked as a duplicate of bug 61360 ***