public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/47636] New: Powerpc rs6000.md uses RS6000_RECIP_HAVE_RSQRT_P
@ 2011-02-07 19:43 meissner at gcc dot gnu.org
  2011-02-07 20:00 ` [Bug target/47636] " meissner at gcc dot gnu.org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: meissner at gcc dot gnu.org @ 2011-02-07 19:43 UTC (permalink / raw)
  To: gcc-bugs

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

           Summary: Powerpc rs6000.md uses RS6000_RECIP_HAVE_RSQRT_P
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
        AssignedTo: meissner@gcc.gnu.org
        ReportedBy: meissner@gcc.gnu.org
              Host: powerpc64-linux
            Target: powerpc64-linux
             Build: powerpc64-linux


There is a typo in rs6000.md in the rsqrt<type> generator functions.  It refers
to the RS6000_RECIP_HAVE_RSQRT_P macro, but the actual macro is
RS6000_RECIP_HAVE_RSQRTE_P.  You get a warning that the function is unknown in
the build, but it doesn't stop the build since it just puts out a relocation
for the RS6000_RECIP_HAVE_RSQRT_P function to be loaded later.  However the
rsqrt<type> generators are never called, you never get an error.


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

end of thread, other threads:[~2011-02-15 17:58 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-02-07 19:43 [Bug target/47636] New: Powerpc rs6000.md uses RS6000_RECIP_HAVE_RSQRT_P meissner at gcc dot gnu.org
2011-02-07 20:00 ` [Bug target/47636] " meissner at gcc dot gnu.org
2011-02-07 20:33 ` meissner at gcc dot gnu.org
2011-02-07 20:41 ` meissner at gcc dot gnu.org
2011-02-15 17:59 ` meissner 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).