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/19031] [4.0 Regression] #pragma weak handling changes in 4.0.0


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-12-16 16:31 -------
Well the following patch changed it:
2004-11-29  Daniel Jacobowitz  <dan@codesourcery.com>

        PR c/7544
        * Makefile.in (c-lang.o): Update dependencies.
        * c-lang.c: Include "c-pragma.h".
        (finish_file): Call maybe_apply_pending_pragma_weaks.
        * c-pragma.c (maybe_apply_pending_pragma_weaks): New function.
        * c-pragma.h (maybe_apply_pending_pragma_weaks): New prototype.




-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jsm28 at gcc dot gnu dot org
           Keywords|                            |wrong-code
            Summary|#pragma weak handling       |[4.0 Regression] #pragma
                   |changes in 4.0.0            |weak handling changes in
                   |                            |4.0.0
   Target Milestone|---                         |4.0.0


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


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