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
03d32d1a
Commit
03d32d1a
authored
Sep 20, 1999
by
Nick Clifton
Committed by
Nick Clifton
Sep 20, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add comment saying that lang_decode_options should not complain about
unrecognised options. From-SVN: r29522
parent
dfdb644f
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
22 additions
and
2 deletions
+22
-2
gcc/ChangeLog
+4
-0
gcc/c-decl.c
+2
-1
gcc/ch/ChangeLog
+4
-0
gcc/ch/lang.c
+1
-0
gcc/cp/ChangeLog
+4
-0
gcc/cp/decl2.c
+2
-1
gcc/java/ChangeLog
+4
-0
gcc/java/lang.c
+1
-0
No files found.
gcc/ChangeLog
View file @
03d32d1a
Mon
Sep
20
15
:
25
:
35
1999
Nick
Clifton
<
nickc
@cygnus
.
com
>
*
c
-
decl
.
c
(
c_decode_option
)
:
Extend
comment
.
Mon
Sep
20
14
:
43
:
37
1999
Nick
Clifton
<
nickc
@cygnus
.
com
>
*
toplev
.
c
(
progname
)
:
Make
'
const
char
*
'
...
...
gcc/c-decl.c
View file @
03d32d1a
...
...
@@ -454,7 +454,8 @@ int warn_multichar = 1;
int
dollars_in_ident
=
DOLLARS_IN_IDENTIFIERS
;
/* Decode the string P as a language-specific option for C.
Return the number of strings consumed. */
Return the number of strings consumed. Should not complain
if it does not recognise the option. */
int
c_decode_option
(
argc
,
argv
)
...
...
gcc/ch/ChangeLog
View file @
03d32d1a
1999-09-20 Nick Clifton <nickc@cygnus.com>
* lang.c (lang_decode_option): Extend comment.
1999-09-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* lex.c (maybe_downcase, getlc, handle_generic_pragma,
...
...
gcc/ch/lang.c
View file @
03d32d1a
...
...
@@ -161,6 +161,7 @@ GNU_xref_end ()
/*
* process chill-specific compiler command-line options
* do not complain if the option is not recognised
*/
int
lang_decode_option
(
argc
,
argv
)
...
...
gcc/cp/ChangeLog
View file @
03d32d1a
1999-09-20 Nick Clifton <nickc@cygnus.com>
* decl2.c (lang_decode_option): Extend comment.
Mon Sep 20 10:49:05 1999 Bernd Schmidt <bernds@cygnus.co.uk>
* typeck.c: Include "tm_p.h".
...
...
gcc/cp/decl2.c
View file @
03d32d1a
...
...
@@ -532,7 +532,8 @@ lang_f_options[] =
/* Decode the string P as a language-specific option.
Return the number of strings consumed for a valid option.
Otherwise return 0. */
Otherwise return 0. Should not complain if it does not
recognise the option. */
int
lang_decode_option
(
argc
,
argv
)
...
...
gcc/java/ChangeLog
View file @
03d32d1a
1999-09-20 Nick Clifton <nickc@cygnus.com>
* lang.c (lang_decode_option): Extend comment.
1999-09-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* gjavah.c (get_field_name, print_method_info, print_include,
...
...
gcc/java/lang.c
View file @
03d32d1a
...
...
@@ -148,6 +148,7 @@ static int dependency_tracking = 0;
/*
* process java-specific compiler command-line options
* return 0, but do not complain if the option is not recognised.
*/
int
lang_decode_option
(
argc
,
argv
)
...
...
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