Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
bd0a5aab
Commit
bd0a5aab
authored
May 30, 2004
by
Andreas Jaeger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* lang-specs.h: Add missing initializers for .ii.
From-SVN: r82461
parent
0fb4f4b8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
gcc/cp/ChangeLog
+5
-1
gcc/cp/lang-specs.h
+2
-2
No files found.
gcc/cp/ChangeLog
View file @
bd0a5aab
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
...
...
gcc/cp/lang-specs.h
View file @
bd0a5aab
/* 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*}\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment