This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re:Patch: PR preprocessor/22168


Hi Tom,

libcpp
2006-12-29  Tom Tromey  <tromey@redhat.com>

	PR preprocessor/22168:
	* expr.c (eval_token): Warn for use of assertions.
	* directives.c (directive_diagnostics): Warn about extensions.
	* init.c (cpp_create_reader): Disable warn_deprecated by default.

gcc
2006-12-29  Tom Tromey  <tromey@redhat.com>

	PR preprocessor/22168:
	* c.opt (Wdeprecated): Enable for C.

gcc/testsuite
2006-12-29  Tom Tromey  <tromey@redhat.com>

	PR preprocessor/22168:
	* gcc.dg/cpp/assert4.c: Compile with -ansi and not -pedantic.
	* gcc.dg/cpp/pr22168.c: New file.
	* gcc.dg/cpp/pr22168-2.c: New file.

-C++ ObjC++ Var(warn_deprecated) Init(1)
+C C++ ObjC++ Var(warn_deprecated) Init(1)

Missing ObjC. OK with that change.



Attachment: smime.p7s
Description: S/MIME cryptographic signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]