This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Fix two bugs in varasm.c and related stuff


    I note that OjbC doesn't use this, despite being a superset of C.
    Since the default is to return 1, I imagine the C override must return
    0 sometimes.  But ObjC, since it uses the default, always returns 1.
    This certainly sounds like a bug.  Is it?  [I realise it was there
    before your patch.]
 
C's hook only relates to function-at-a-time compilation.  My recolllection
(which could be wrong) is that Objc doesn't do this yet, so there's no
problem, but I realized the same as you did this morning and was also curious.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]