public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug inline-asm/55934] New: [4.8 Regression] LRA inline asm error recovery
@ 2013-01-10 10:01 jakub at gcc dot gnu.org
  2013-01-10 10:02 ` [Bug inline-asm/55934] " jakub at gcc dot gnu.org
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: jakub at gcc dot gnu.org @ 2013-01-10 10:01 UTC (permalink / raw)
  To: gcc-bugs


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

             Bug #: 55934
           Summary: [4.8 Regression] LRA inline asm error recovery
    Classification: Unclassified
           Product: gcc
           Version: 4.8.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: inline-asm
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: jakub@gcc.gnu.org


_Complex float
foo (void)
{
  _Complex float x;
  __asm ("" : "=x" (x)); /* { dg-error "impossible register constraint" } */
  return x;
}

on x86_64 used to ICE since the introduction of LRA (before that it has been
just issuing error on the asm).  Starting with
http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=193871
this got fixed, but already (guess) starting with
http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=193901
it issues both the expected error and also ICE after it.


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

end of thread, other threads:[~2013-01-24 10:31 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-01-10 10:01 [Bug inline-asm/55934] New: [4.8 Regression] LRA inline asm error recovery jakub at gcc dot gnu.org
2013-01-10 10:02 ` [Bug inline-asm/55934] " jakub at gcc dot gnu.org
2013-01-10 21:17 ` pinskia at gcc dot gnu.org
2013-01-11 12:49 ` steven at gcc dot gnu.org
2013-01-11 12:51 ` steven at gcc dot gnu.org
2013-01-11 12:59 ` jakub at gcc dot gnu.org
2013-01-11 16:10 ` pinskia at gcc dot gnu.org
2013-01-16 21:00 ` steven at gcc dot gnu.org
2013-01-17 10:45 ` jakub at gcc dot gnu.org
2013-01-24 10:31 ` steven at gcc dot gnu.org
2013-01-24 10:31 ` steven 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).