From bd0a5aab91e49e2c36aab756bca6c1d4676a5db6 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Sun, 30 May 2004 20:04:30 +0200 Subject: [PATCH] * lang-specs.h: Add missing initializers for .ii. From-SVN: r82461 --- gcc/cp/ChangeLog | 6 +++++- gcc/cp/lang-specs.h | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 73d34b8c1eb..4d2ee0606c3 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,7 @@ +2004-05-30 Andreas Jaeger + + * lang-specs.h: Add missing initializers for .ii. + 2004-05-28 Aldy Hernandez * decl.c (cp_make_fname_decl): Free return value from @@ -1510,7 +1514,7 @@ 2004-01-14 Danny Smith 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 diff --git a/gcc/cp/lang-specs.h b/gcc/cp/lang-specs.h index 836ea3407f5..9adda3d5edd 100644 --- a/gcc/cp/lang-specs.h +++ b/gcc/cp/lang-specs.h @@ -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*}\ -- 2.30.2