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 target/78642] [7 regression] ICE: invalid rtl sharing found in the insn on sparc


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

Eric Botcazou <ebotcazou at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |NEW

--- Comment #7 from Eric Botcazou <ebotcazou at gcc dot gnu.org> ---
Never mind, I can reproduce with 20070121.c:

eric@polaris:~/build/gcc/sparc-sun-solaris2.10> gcc/cc1 -quiet 20070121.c -O3
20070121.c: In function 'add234_internal':
20070121.c:18:1: error: invalid rtl sharing found in the insn
 }
 ^
(insn 195 29 194 (clobber (reg/i:SI 8 %o0 [24])) "20070121.c":18 -1
     (nil))
20070121.c:18:1: error: shared rtx
(clobber (reg/i:SI 8 %o0 [24]))
20070121.c:18:1: internal compiler error: internal consistency failure

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