]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* lang-specs.h: Add missing initializers for .ii.
authorAndreas Jaeger <aj@gcc.gnu.org>
Sun, 30 May 2004 18:04:30 +0000 (20:04 +0200)
committerAndreas Jaeger <aj@gcc.gnu.org>
Sun, 30 May 2004 18:04:30 +0000 (20:04 +0200)
From-SVN: r82461

gcc/cp/ChangeLog
gcc/cp/lang-specs.h

index 73d34b8c1ebcee1fff7950f909e46aa4929af8e0..4d2ee0606c32980a9d40678c5598d387803d0871 100644 (file)
@@ -1,3 +1,7 @@
+2004-05-30  Andreas Jaeger  <aj@suse.de>
+
+       * lang-specs.h: Add missing initializers for .ii.
+
 2004-05-28  Aldy Hernandez  <aldyh@redhat.com>
 
        * decl.c (cp_make_fname_decl): Free return value from
 2004-01-14  Danny Smith  <dannysmith@users,sourceforge.net>
 
        PR c++/9021
-       PR c++/11005
+       PR c++/11005
        * parser.c (cp_parser_elaborated_type_specifier): Warn about
        attributes and discard.
        * decl.c (xref_tag): Don't overwite existing attributes with
index 836ea3407f5f825686a04d66fefac8636575294a..9adda3d5edd2eb38743c0ddedf442cb35e0ce547 100644 (file)
@@ -1,6 +1,6 @@
 /* Definitions for specs for C++.
    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.
 
@@ -55,7 +55,7 @@ Boston, MA 02111-1307, USA.  */
        %(cc1_options) %2 %{+e1*}\
        %{!fsyntax-only:%(invoke_as)}}}}",
      CPLUSPLUS_CPP_SPEC, 0, 0},
-  {".ii", "@c++-cpp-output", 0},
+  {".ii", "@c++-cpp-output", 0, 0, 0},
   {"@c++-cpp-output",
    "%{!M:%{!MM:%{!E:\
     cc1plus -fpreprocessed %i %(cc1_options) %2 %{+e*}\