diff options
author | nicola <nicola@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-11-23 09:47:07 +0000 |
---|---|---|
committer | nicola <nicola@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-11-23 09:47:07 +0000 |
commit | e71ec76db59f8a20d013503e7192680f92872796 (patch) | |
tree | d759d44785514d1e82fe49117a959882fc8936f6 /gcc/objcp | |
parent | 66b86a74a85757a8e09781cb0302f61687666501 (diff) | |
download | gcc-e71ec76db59f8a20d013503e7192680f92872796.tar.gz |
In gcc/objc/:
2010-11-23 Nicola Pero <nicola.pero@meta-innovation.com>
PR objc/24358
* lang-specs.h: Added objective-c-cpp-output. Mapped .mi to
objective-c-cpp-output instead of objc-cpp-output. Print a
deprecation note every time objc-cpp-output is requested.
In gcc/objcp/:
2010-11-23 Nicola Pero <nicola.pero@meta-innovation.com>
PR objc/24358
* lang-specs.h: Print a deprecation note every time
objc++-cpp-output is requested.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@167073 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/objcp')
-rw-r--r-- | gcc/objcp/ChangeLog | 6 | ||||
-rw-r--r-- | gcc/objcp/lang-specs.h | 3 |
2 files changed, 8 insertions, 1 deletions
diff --git a/gcc/objcp/ChangeLog b/gcc/objcp/ChangeLog index d59aa26a5cc..12babc51d5f 100644 --- a/gcc/objcp/ChangeLog +++ b/gcc/objcp/ChangeLog @@ -1,3 +1,9 @@ +2010-11-23 Nicola Pero <nicola.pero@meta-innovation.com> + + PR objc/24358 + * lang-specs.h: Print a deprecation note every time + objc++-cpp-output is requested. + 2010-10-24 Nicola Pero <nicola.pero@meta-innovation.com> * objcp-lang.c (LANG_HOOKS_DECL_PRINTABLE_NAME): Do not define. diff --git a/gcc/objcp/lang-specs.h b/gcc/objcp/lang-specs.h index 1644e5a3047..90dc4a41c4e 100644 --- a/gcc/objcp/lang-specs.h +++ b/gcc/objcp/lang-specs.h @@ -55,6 +55,7 @@ along with GCC; see the file COPYING3. If not see cc1objplus -fpreprocessed %i %(cc1_options) %2\ %{!fsyntax-only:%(invoke_as)}}}}", 0, 0, 0}, {"@objc++-cpp-output", - "%{!M:%{!MM:%{!E:\ + "%nobjc++-cpp-output is deprecated; please use objective-c++-cpp-output instead\n\ + %{!M:%{!MM:%{!E:\ cc1objplus -fpreprocessed %i %(cc1_options) %2\ %{!fsyntax-only:%(invoke_as)}}}}", 0, 0, 0}, |