aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hongjiu.lu@intel.com>2005-05-30 18:48:59 +0000
committerH.J. Lu <hjl@gcc.gnu.org>2005-05-30 11:48:59 -0700
commitbe1b1c9bc614684130234fecb20fd86dc6eaab1a (patch)
treebd7cc05629321f73e730bb986c10c1dfa3da61b0 /gcc/ChangeLog
parent385e0e0837c50581978a97fd16fdc2465462197d (diff)
downloadgcc-be1b1c9bc614684130234fecb20fd86dc6eaab1a.zip
gcc-be1b1c9bc614684130234fecb20fd86dc6eaab1a.tar.gz
gcc-be1b1c9bc614684130234fecb20fd86dc6eaab1a.tar.bz2
re PR c/20303 ([4.0 only] Can't push more than 16 nested visibility)
2005-05-30 H.J. Lu <hongjiu.lu@intel.com> PR middle-end/20303 * c-pragma.c: Include "vec.h". (handle_pragma_visibility): Use VEC. * doc/invoke.texi: Remove the nested visibility push limit. From-SVN: r100371
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 370ea01..7a91d13 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,11 @@
+2005-05-30 H.J. Lu <hongjiu.lu@intel.com>
+
+ PR middle-end/20303
+ * c-pragma.c: Include "vec.h".
+ (handle_pragma_visibility): Use VEC.
+
+ * doc/invoke.texi: Remove the nested visibility push limit.
+
2005-05-30 Roger Sayle <roger@eyesopen.com>
PR rtl-optimization/15422