This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug other/80573] ICE: internal compiler error: in assign_temp, at function.c:961


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

Georg-Johann Lay <gjl at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Target|avr                         |avr,x86_64

--- Comment #1 from Georg-Johann Lay <gjl at gcc dot gnu.org> ---
Also ICEc on x86_64 from trunk (v8) and v7:

ice.c: In function ‘fun’:
ice.c:5:5: internal compiler error: in assign_temp, at function.c:968
     __asm volatile ("" : "+r" (cards));
     ^~~~~
0x872795 assign_temp(tree_node*, int, int)
        ../../../gcc.gnu.org/trunk/gcc/function.c:968
0x73f9d5 expand_asm_stmt
        ../../../gcc.gnu.org/trunk/gcc/cfgexpand.c:3036
0x74443f expand_gimple_stmt_1
        ../../../gcc.gnu.org/trunk/gcc/cfgexpand.c:3568
0x74443f expand_gimple_stmt
        ../../../gcc.gnu.org/trunk/gcc/cfgexpand.c:3737
0x7460a0 expand_gimple_basic_block
        ../../../gcc.gnu.org/trunk/gcc/cfgexpand.c:5744
0x74ad76 execute
        ../../../gcc.gnu.org/trunk/gcc/cfgexpand.c:6357


Using built-in specs.
COLLECT_GCC=gcc-8
Target: x86_64-pc-linux-gnu
Configured with: ../../gcc.gnu.org/trunk/configure
--prefix=/local/gnu/install/gcc-8-host --enable-languages=c,c++
--enable-checking=release --disable-bootstrap
Thread model: posix
gcc version 8.0.0 20170503 (experimental) [trunk revision 244001] (GCC) 
COLLECT_GCC_OPTIONS='-S' '-v' '-mtune=generic' '-march=x86-64'

/srv/local/gnu/install/gcc-8-host/bin/../libexec/gcc/x86_64-pc-linux-gnu/8.0.0/cc1
-quiet -v -imultiarch x86_64-linux-gnu -iprefix
/srv/local/gnu/install/gcc-8-host/bin/../lib/gcc/x86_64-pc-linux-gnu/8.0.0/
ice.c -quiet -dumpbase ice.c -mtune=generic -march=x86-64 -auxbase ice -version
-o ice.s
GNU C11 (GCC) version 8.0.0 20170503 (experimental) [trunk revision 244001]
(x86_64-pc-linux-gnu)
        compiled by GNU C version 5.4.0 20160609, GMP version 6.1.0, MPFR
version 3.1.4, MPC version 1.0.3, isl version isl-0.16.1-GMP

GNU C11 (GCC) version 8.0.0 20170503 (experimental) [trunk revision 244001]
(x86_64-pc-linux-gnu)
        compiled by GNU C version 5.4.0 20160609, GMP version 6.1.0, MPFR
version 3.1.4, MPC version 1.0.3, isl version isl-0.16.1-GMP

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]