diff options
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/invoke.texi | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 050f4cc..d9f8196 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2000-05-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> + + * invoke.texi (-Wtraditional): Update WRT function macros. + Tue May 30 09:57:32 2000 Philippe De Muyter <phdm@macqel.be> * except.c (free_exception_table): Do not free NULL. diff --git a/gcc/invoke.texi b/gcc/invoke.texi index 3228dac..7145f70 100644 --- a/gcc/invoke.texi +++ b/gcc/invoke.texi @@ -1789,6 +1789,9 @@ typically represent bit patterns, are not warned about. @item Usage of ANSI string concatenation is detected. + +@item +A function macro appears without arguments. @end itemize @item -Wundef |