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
363e6541
Commit
363e6541
authored
Feb 27, 2000
by
Richard Kenner
Committed by
Richard Kenner
Feb 26, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* lang-options.h (-fmessage-length=): Add missing option.
From-SVN: r32205
parent
ca888935
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/cp/ChangeLog
+2
-0
gcc/cp/lang-options.h
+3
-1
No files found.
gcc/cp/ChangeLog
View file @
363e6541
Sat Feb 26 19:50:23 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
Sat Feb 26 19:50:23 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
* lang-options.h (-fmessage-length=): Add missing option.
* Make-lang.in (CXX_SRCS): Add .h files and sort list.
* Make-lang.in (CXX_SRCS): Add .h files and sort list.
2000-02-26 Zack Weinberg <zack@wolery.cumb.org>
2000-02-26 Zack Weinberg <zack@wolery.cumb.org>
...
...
gcc/cp/lang-options.h
View file @
363e6541
/* Definitions for switches for C++.
/* Definitions for switches for C++.
Copyright (C) 1995, 1996, 1997, 1998, 1999 Free Software Foundation, Inc.
Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000
Free Software Foundation, Inc.
This file is part of GNU CC.
This file is part of GNU CC.
...
@@ -71,6 +72,7 @@ DEFINE_LANG_NAME ("C++")
...
@@ -71,6 +72,7 @@ DEFINE_LANG_NAME ("C++")
{
"-flabels-ok"
,
"Labels can be used as first class objects"
},
{
"-flabels-ok"
,
"Labels can be used as first class objects"
},
{
"-fno-labels-ok"
,
""
},
{
"-fno-labels-ok"
,
""
},
{
"-fmemoize-lookups"
,
""
},
{
"-fmemoize-lookups"
,
""
},
{
"-fmessage-length="
,
""
},
{
"-fno-memoize-lookups"
,
""
},
{
"-fno-memoize-lookups"
,
""
},
{
"-fms-extensions"
,
"Don't pedwarn about uses of Microsoft extensions"
},
{
"-fms-extensions"
,
"Don't pedwarn about uses of Microsoft extensions"
},
{
"-fno-ms-extensions"
,
""
},
{
"-fno-ms-extensions"
,
""
},
...
...
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