diff options
| author | meissner <meissner@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-03-21 16:21:30 +0000 |
|---|---|---|
| committer | meissner <meissner@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-03-21 16:21:30 +0000 |
| commit | 00e59df9a8ecab687e53058a52de9ec6568fc753 (patch) | |
| tree | a11038042e07218234e45c1da1c876bdbdf8c2d5 /libcpp/ChangeLog | |
| parent | 3f1507c5d2e6f7941727e98c58feeff7a9a70f0a (diff) | |
| download | ppe42-gcc-00e59df9a8ecab687e53058a52de9ec6568fc753.tar.gz ppe42-gcc-00e59df9a8ecab687e53058a52de9ec6568fc753.zip | |
Make UNSPEC/UNSPECV constants use the enum; Fix 48192; Add test case for 48053
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@171247 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libcpp/ChangeLog')
| -rw-r--r-- | libcpp/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog index 6ef4788d99a..c08e6fe139b 100644 --- a/libcpp/ChangeLog +++ b/libcpp/ChangeLog @@ -1,3 +1,11 @@ +2011-03-21 Michael Meissner <meissner@linux.vnet.ibm.com> + + PR preprocessor/48192 + * directives.c (do_ifdef): Do not consider conditional macros as + being defined. + (do_ifndef): Ditto. + * expr.c (parse_defined): Ditto. + 2011-03-18 Richard Henderson <rth@redhat.com> PR bootstrap/45381 |

