public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/44793]  New: Code generated references undefined symbol
@ 2010-07-02 20:13 joel at gcc dot gnu dot org
  2010-07-02 20:14 ` [Bug target/44793] " joel at gcc dot gnu dot org
                   ` (10 more replies)
  0 siblings, 11 replies; 13+ messages in thread
From: joel at gcc dot gnu dot org @ 2010-07-02 20:13 UTC (permalink / raw)
  To: gcc-bugs

This was spotted on powerpc-rtems but likely impacts more targets.  It is
triggered by -Os. I will attach the preprocessed file.

powerpc-rtems4.11-gcc (GCC) 4.5.0 20100414 (RTEMS
gcc-4.5.0-10.fc12/newlib-1.18.0-10.fc12)

$ powerpc-rtems4.11-gcc -mcpu=603e -Os -S j.c
$ grep _rest j.s
        b _restgpr_31_x
$ powerpc-rtems4.11-gcc -mcpu=603e -O0 -S j.c
$ grep _rest j.s
$ powerpc-rtems4.11-gcc -mcpu=603e -O1 -S j.c
$ grep _rest j.s
$ powerpc-rtems4.11-gcc -mcpu=603e -O2 -S j.c
$ grep _rest j.s
$


-- 
           Summary: Code generated references undefined symbol
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: joel at gcc dot gnu dot org
  GCC host triplet: powerpc-rtems4.11


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


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

end of thread, other threads:[~2010-12-16 13:25 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-07-02 20:13 [Bug target/44793] New: Code generated references undefined symbol joel at gcc dot gnu dot org
2010-07-02 20:14 ` [Bug target/44793] " joel at gcc dot gnu dot org
2010-07-02 20:17 ` pinskia at gmail dot com
2010-07-02 20:17 ` [Bug target/44793] New: " Andrew Pinski
2010-07-02 20:17 ` [Bug target/44793] " joel at gcc dot gnu dot org
2010-07-02 20:31 ` joel at gcc dot gnu dot org
2010-07-05  1:19 ` [Bug target/44793] [4.5/4.6 Regression] libgcc does not include t-ppccomm on rtems pinskia at gcc dot gnu dot org
2010-07-05  3:31 ` corsepiu at gcc dot gnu dot org
2010-07-05  4:17 ` corsepiu at gcc dot gnu dot org
2010-07-22  8:54 ` rguenth at gcc dot gnu dot org
2010-07-31  9:35 ` rguenth at gcc dot gnu dot org
2010-08-08 20:31 ` joel at gcc dot gnu dot org
     [not found] <bug-44793-4@http.gcc.gnu.org/bugzilla/>
2010-12-16 13:25 ` rguenth 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).