public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug objc/24777]  New: objc needs to use normal builtins for functions it declares
@ 2005-11-10 16:22 pinskia at gcc dot gnu dot org
  2005-11-12  5:40 ` [Bug objc/24777] " pinskia at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-11-10 16:22 UTC (permalink / raw)
  To: gcc-bugs

Couple of the FIXME's in c-decl.c:
          /* A conflicting function declaration for a predeclared
             function that isn't actually built in.  Objective C uses
             these.  The new declaration silently overrides everything
             but the volatility (i.e. noreturn) indication.  See also
             below.  FIXME: Make Objective C use normal builtins.  */

          /* Two exceptions to the rule.  If olddecl is an extern
             inline, or a predeclared function that isn't actually
             built in, newdecl silently overrides olddecl.  The latter
             occur only in Objective C; see also above.  (FIXME: Make
             Objective C use normal builtins.)  */

      /* FIXME: Objective-C has weird not-really-builtin functions
         which are supposed to be visible automatically.  They wind up
         in the external scope because they're pushed before the file
         scope gets created.  Catch this here and rebind them into the
         file scope.  */


-- 
           Summary: objc needs to use normal builtins for functions it
                    declares
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Keywords: FIXME
          Severity: normal
          Priority: P3
         Component: objc
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: pinskia at gcc dot gnu dot org


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


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

end of thread, other threads:[~2010-08-09 21:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-11-10 16:22 [Bug objc/24777] New: objc needs to use normal builtins for functions it declares pinskia at gcc dot gnu dot org
2005-11-12  5:40 ` [Bug objc/24777] " pinskia at gcc dot gnu dot org
2007-10-12 23:47 ` pinskia at gcc dot gnu dot org
2008-01-03 17:50 ` pinskia at gcc dot gnu dot org
2010-08-09 21:32 ` steven 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).