OSDN Git Service

2005-05-01 Mark Mitchell <mark@codesourcery.com>
authorpinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 1 May 2005 22:20:44 +0000 (22:20 +0000)
committerpinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 1 May 2005 22:20:44 +0000 (22:20 +0000)
        PR C++/14391
        * c-cppbuiltin.c (c_cpp_builtins): Do not define __GXX_WEAK__ to 1
        if !flag_weak.
        * doc/cpp.texi (__DEPRECATED): Document.
        (__EXCEPTIONS): Likewise.
        (__GXX_WEAK__): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99082 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog

index 4f48773..8a1fb46 100644 (file)
@@ -1,5 +1,6 @@
 2005-05-01  Mark Mitchell  <mark@codesourcery.com>
 
+       PR C++/14391
        * c-cppbuiltin.c (c_cpp_builtins): Do not define __GXX_WEAK__ to 1
        if !flag_weak.
        * doc/cpp.texi (__DEPRECATED): Document.