public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/28581]  New: Illegal loading the address of a label with -O2
@ 2006-08-03  6:03 inaoka dot kazuhiro at renesas dot com
  2006-08-03  6:07 ` [Bug c/28581] " inaoka dot kazuhiro at renesas dot com
                   ` (11 more replies)
  0 siblings, 12 replies; 15+ messages in thread
From: inaoka dot kazuhiro at renesas dot com @ 2006-08-03  6:03 UTC (permalink / raw)
  To: gcc-bugs

The label is placed on illegal address when only loading the address of a label
without jump into. (compile with -O2 option)


test_func()
{
        func(&&here);
        func1();
here:
        func2();
}


-- 
           Summary: Illegal loading the address of a label with -O2
           Product: gcc
           Version: 4.1.2
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: inaoka dot kazuhiro at renesas dot com
GCC target triplet: i386


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


^ permalink raw reply	[flat|nested] 15+ messages in thread
[parent not found: <bug-28581-4@http.gcc.gnu.org/bugzilla/>]

end of thread, other threads:[~2024-03-16 18:09 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-08-03  6:03 [Bug c/28581] New: Illegal loading the address of a label with -O2 inaoka dot kazuhiro at renesas dot com
2006-08-03  6:07 ` [Bug c/28581] " inaoka dot kazuhiro at renesas dot com
2006-08-03 11:45 ` [Bug middle-end/28581] " pinskia at gcc dot gnu dot org
2006-08-08  0:33 ` pinskia at gcc dot gnu dot org
2007-11-16 19:58 ` pinskia at gcc dot gnu dot org
2007-11-17 11:50 ` sparc64 at rediffmail dot com
2007-11-17 20:36 ` pinskia at gcc dot gnu dot org
2007-11-18  6:41 ` sparc64 at rediffmail dot com
2007-11-18  7:25 ` sparc64 at rediffmail dot com
2007-11-18  7:28 ` sparc64 at rediffmail dot com
2007-11-18  8:46 ` ebotcazou at gcc dot gnu dot org
2007-11-18 14:44 ` sparc64 at rediffmail dot com
2007-11-18 16:05 ` steven at gcc dot gnu dot org
     [not found] <bug-28581-4@http.gcc.gnu.org/bugzilla/>
2021-07-21 16:15 ` schwab@linux-m68k.org
2024-03-16 18:09 ` pinskia 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).