This is the mail archive of the gcc-bugs@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]

[Bug c/32511] [4.4/4.5/4.6 regression] GCC rejects inline+weak function



------- Comment #9 from jason at gcc dot gnu dot org  2010-07-12 13:46 -------
Marking as regression.  Weak symbols have multiple uses: allowing replacement
is one, but they are also used to allow equivalent definitions in multiple
translation units without linker errors.


-- 

jason at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|accepts-invalid, wrong-code |rejects-valid
            Summary|GCC inlines weak function   |[4.4/4.5/4.6 regression] GCC
                   |                            |rejects inline+weak function


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


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