OSDN Git Service

* gansidecl.h: Allow attribute unused on labels only when we are
authorghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 9 Jan 1999 08:48:06 +0000 (08:48 +0000)
committerghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 9 Jan 1999 08:48:06 +0000 (08:48 +0000)
        version 2.93 or higher.  Not all versions of 2.92 have this feature.
        * version.c: Bump minor number to 93.

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

gcc/ChangeLog
gcc/gansidecl.h
gcc/version.c

index ef257fe..eb9218d 100644 (file)
@@ -1,3 +1,10 @@
+Sat Jan  9 11:44:55 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * gansidecl.h: Allow attribute unused on labels only when we are
+       version 2.93 or higher.  Not all versions of 2.92 have this feature.
+
+       * version.c: Bump minor number to 93.
+
 Fri Jan  8 10:51:13 1999  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
 
        * config/m68k/m68k.h: Declare output_function_epilogue.
index da6817a..5929f15 100644 (file)
@@ -39,11 +39,11 @@ Boston, MA 02111-1307, USA.  */
 #endif
 
 #ifndef ATTRIBUTE_UNUSED_LABEL
-# if __GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ < 92)
+# if __GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ < 93)
 #  define ATTRIBUTE_UNUSED_LABEL
 # else
 #  define ATTRIBUTE_UNUSED_LABEL ATTRIBUTE_UNUSED
-# endif /* GNUC < 2.92 */
+# endif /* GNUC < 2.93 */
 #endif /* ATTRIBUTE_UNUSED_LABEL */
 
 #ifndef ATTRIBUTE_UNUSED
index 7eeca5d..8d18b55 100644 (file)
@@ -1 +1 @@
-char *version_string = "egcs-2.92.34 19990109 (gcc2 ss-980609 experimental)";
+char *version_string = "egcs-2.93.00 19990109 (gcc2 ss-980609 experimental)";