public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug debug/53740] New: [4.8 Regression] --enable-checking=yes,rtl bootstrap failure with ada
@ 2012-06-21  6:54 jakub at gcc dot gnu.org
  2012-06-21  6:58 ` [Bug debug/53740] " jakub at gcc dot gnu.org
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: jakub at gcc dot gnu.org @ 2012-06-21  6:54 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53740

             Bug #: 53740
           Summary: [4.8 Regression] --enable-checking=yes,rtl bootstrap
                    failure with ada
    Classification: Unclassified
           Product: gcc
           Version: 4.8.0
            Status: UNCONFIRMED
          Keywords: ice-checking, ice-on-valid-code
          Severity: normal
          Priority: P3
         Component: debug
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: jakub@gcc.gnu.org
                CC: aoliva@gcc.gnu.org


Last night my x86_64-linux bootstrap failed due to a RTL checking failure.
.../gnat1 -gnatwa -quiet -nostdinc -O2 -g -gnatpg -m32 -mtune=generic
-march=x86-64 -gnatO s-arit64.o s-arit64.adb -o /tmp/s-arit64.s
ICEs, because in dead_debug_insert_temp during DCE
          reg = *DF_REF_REAL_LOC (cur->use);
assigns reg a DEBUG_EXPR rather than REG, so when we later:
          /* Hmm...  Something's fishy, we should be setting REG here.  */
          if (REGNO (dest) != REGNO (reg))
            breg = NULL;
we ICE, because REGNO on DEBUG_EXPR isn't valid.  Alex, could you please look
at it?  Not sure if DEBUG_EXPR there is supposed to be valid and we should just
handle it, or if the problem is that some dead_debug* call wasn't called or
didn't do the right job.  Thanks.


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2012-06-28  7:46 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-06-21  6:54 [Bug debug/53740] New: [4.8 Regression] --enable-checking=yes,rtl bootstrap failure with ada jakub at gcc dot gnu.org
2012-06-21  6:58 ` [Bug debug/53740] " jakub at gcc dot gnu.org
2012-06-21  9:33 ` rguenth at gcc dot gnu.org
2012-06-25  5:26 ` aoliva at gcc dot gnu.org
2012-06-25 13:26 ` rsandifo at gcc dot gnu.org
2012-06-25 14:21 ` rsandifo at gcc dot gnu.org
2012-06-26 20:27 ` aoliva at gcc dot gnu.org
2012-06-27  5:42 ` aoliva at gcc dot gnu.org
2012-06-27  5:58 ` jakub at gcc dot gnu.org
2012-06-28  7:40 ` aoliva at gcc dot gnu.org
2012-06-28  7:46 ` aoliva at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).