public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/15014] New: [tree-ssa] [regression] labels after are removed even though they are used
@ 2004-04-19 15:55 pinskia at gcc dot gnu dot org
  2004-04-19 15:58 ` [Bug middle-end/15014] " pinskia at gcc dot gnu dot org
                   ` (14 more replies)
  0 siblings, 15 replies; 16+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-04-19 15:55 UTC (permalink / raw)
  To: gcc-bugs

Try to run the following code -O1 or above, you will either get a link error or an as error:
int a;
int
main()
{
l1:
  a= &&l1-&&l2;
  return 0;
l2:;
}

I first reported it here: <http://gcc.gnu.org/ml/gcc/2004-04/msg00556.html> but the 
descussion went into wrong direction, I just wantted to know if someone had noticed this 
before.

-- 
           Summary: [tree-ssa] [regression] labels after are removed even
                    though they are used
           Product: gcc
           Version: tree-ssa
            Status: UNCONFIRMED
          Keywords: wrong-code
          Severity: normal
          Priority: P2
         Component: middle-end
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: pinskia at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org


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


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

end of thread, other threads:[~2004-10-18 19:30 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-04-19 15:55 [Bug middle-end/15014] New: [tree-ssa] [regression] labels after are removed even though they are used pinskia at gcc dot gnu dot org
2004-04-19 15:58 ` [Bug middle-end/15014] " pinskia at gcc dot gnu dot org
2004-04-19 16:25 ` pinskia at gcc dot gnu dot org
2004-04-19 17:25 ` bangerth at dealii dot org
2004-04-20  0:03 ` pinskia at gcc dot gnu dot org
2004-05-04 12:05 ` steven at gcc dot gnu dot org
2004-06-08 13:50 ` [Bug rtl-optimization/15014] [3.5 regression] " pinskia at gcc dot gnu dot org
2004-06-20 20:37 ` [Bug middle-end/15014] " pinskia at gcc dot gnu dot org
2004-10-04 14:29 ` [Bug middle-end/15014] [4.0 " pinskia at gcc dot gnu dot org
2004-10-04 14:46 ` pinskia at gcc dot gnu dot org
2004-10-07 17:19 ` pinskia at gcc dot gnu dot org
2004-10-10  5:26 ` pinskia at gcc dot gnu dot org
2004-10-10 14:20 ` pinskia at gcc dot gnu dot org
2004-10-10 17:53 ` pinskia at gcc dot gnu dot org
2004-10-18 19:30 ` cvs-commit at gcc dot gnu dot org
2004-10-18 19:30 ` pinskia at gcc dot gnu dot 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).