diff options
| author | aph <aph@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-07-03 10:31:50 +0000 |
|---|---|---|
| committer | aph <aph@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-07-03 10:31:50 +0000 |
| commit | 403c2b12a9761139e0f772761d01dca13cb866d1 (patch) | |
| tree | a96da7501f8e8902f4d0dc7373b66cf4c299e1a9 /libcpp/ChangeLog | |
| parent | 9f92e1a2cc54f71c4768bf62580a34dc1e444e94 (diff) | |
| download | ppe42-gcc-403c2b12a9761139e0f772761d01dca13cb866d1.tar.gz ppe42-gcc-403c2b12a9761139e0f772761d01dca13cb866d1.zip | |
2008-06-13 Andrew Haley <aph@redhat.com>
PR preprocessor/33305
* macro.c (replace_args): Print a warning for empty macro
arguments in C89 and C++.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@137414 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libcpp/ChangeLog')
| -rw-r--r-- | libcpp/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog index 7f069414f7e..2d29a309566 100644 --- a/libcpp/ChangeLog +++ b/libcpp/ChangeLog @@ -1,3 +1,9 @@ +2008-06-13 Andrew Haley <aph@redhat.com> + + PR preprocessor/33305 + * macro.c (replace_args): Print a warning for empty macro + arguments in C89 and C++. + 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> * Makefile.in ($(srcdir)/aclocal.m4): Update dependencies. |

