Commit bd0a5aab by Andreas Jaeger

* lang-specs.h: Add missing initializers for .ii.

From-SVN: r82461
parent 0fb4f4b8
2004-05-30 Andreas Jaeger <aj@suse.de>
* lang-specs.h: Add missing initializers for .ii.
2004-05-28 Aldy Hernandez <aldyh@redhat.com> 2004-05-28 Aldy Hernandez <aldyh@redhat.com>
* decl.c (cp_make_fname_decl): Free return value from * decl.c (cp_make_fname_decl): Free return value from
...@@ -1510,7 +1514,7 @@ ...@@ -1510,7 +1514,7 @@
2004-01-14 Danny Smith <dannysmith@users,sourceforge.net> 2004-01-14 Danny Smith <dannysmith@users,sourceforge.net>
PR c++/9021 PR c++/9021
PR c++/11005 PR c++/11005
* parser.c (cp_parser_elaborated_type_specifier): Warn about * parser.c (cp_parser_elaborated_type_specifier): Warn about
attributes and discard. attributes and discard.
* decl.c (xref_tag): Don't overwite existing attributes with * decl.c (xref_tag): Don't overwite existing attributes with
......
/* Definitions for specs for C++. /* Definitions for specs for C++.
Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000,
2001, 2002, 2003 Free Software Foundation, Inc. 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
This file is part of GCC. This file is part of GCC.
...@@ -55,7 +55,7 @@ Boston, MA 02111-1307, USA. */ ...@@ -55,7 +55,7 @@ Boston, MA 02111-1307, USA. */
%(cc1_options) %2 %{+e1*}\ %(cc1_options) %2 %{+e1*}\
%{!fsyntax-only:%(invoke_as)}}}}", %{!fsyntax-only:%(invoke_as)}}}}",
CPLUSPLUS_CPP_SPEC, 0, 0}, CPLUSPLUS_CPP_SPEC, 0, 0},
{".ii", "@c++-cpp-output", 0}, {".ii", "@c++-cpp-output", 0, 0, 0},
{"@c++-cpp-output", {"@c++-cpp-output",
"%{!M:%{!MM:%{!E:\ "%{!M:%{!MM:%{!E:\
cc1plus -fpreprocessed %i %(cc1_options) %2 %{+e*}\ cc1plus -fpreprocessed %i %(cc1_options) %2 %{+e*}\
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment