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
bc83ee59
Commit
bc83ee59
authored
Jun 03, 2000
by
Matt Kraai
Committed by
Jeff Law
Jun 03, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* toplev.c (main): Fix misspellings of possibility and language.
From-SVN: r34381
parent
570eb5c8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
gcc/ChangeLog
+4
-0
gcc/toplev.c
+3
-3
No files found.
gcc/ChangeLog
View file @
bc83ee59
Sat Jun 3 15:26:13 2000 Matt Kraai <kraai@alumni.carnegiemellon.edu>
* toplev.c (main): Fix misspellings of possibility and language.
2000-06-03 Richard Henderson <rth@cygnus.com>
2000-06-03 Richard Henderson <rth@cygnus.com>
* alias.c (record_alias_subset): Initialize has_zero_child in the
* alias.c (record_alias_subset): Initialize has_zero_child in the
...
...
gcc/toplev.c
View file @
bc83ee59
...
@@ -4542,7 +4542,7 @@ main (argc, argv)
...
@@ -4542,7 +4542,7 @@ main (argc, argv)
Some options are both language specific and language independent,
Some options are both language specific and language independent,
eg --help. It is possible that there might be options that should
eg --help. It is possible that there might be options that should
only be decoded in a language independent way if they were not
only be decoded in a language independent way if they were not
decoded in a lang
au
ge specific way, which is why 'lang_processed'
decoded in a lang
ua
ge specific way, which is why 'lang_processed'
is passed in. */
is passed in. */
indep_processed
=
independent_decode_option
(
argc
-
i
,
argv
+
i
,
indep_processed
=
independent_decode_option
(
argc
-
i
,
argv
+
i
,
lang_processed
);
lang_processed
);
...
@@ -4560,7 +4560,7 @@ main (argc, argv)
...
@@ -4560,7 +4560,7 @@ main (argc, argv)
current language, but it is valid for another language. In order
current language, but it is valid for another language. In order
to be compatible with previous versions of the compiler (which
to be compatible with previous versions of the compiler (which
did not issue an error message in this case) we check for this
did not issue an error message in this case) we check for this
possibilty here. If we do find a match, then if extra_warnings
possibil
i
ty here. If we do find a match, then if extra_warnings
is set we generate a warning message, otherwise we will just
is set we generate a warning message, otherwise we will just
ignore the option. */
ignore the option. */
for
(
j
=
0
;
j
<
NUM_ELEM
(
documented_lang_options
);
j
++
)
for
(
j
=
0
;
j
<
NUM_ELEM
(
documented_lang_options
);
j
++
)
...
@@ -4580,7 +4580,7 @@ main (argc, argv)
...
@@ -4580,7 +4580,7 @@ main (argc, argv)
warning
(
"Ignoring command line option '%s'"
,
argv
[
i
]);
warning
(
"Ignoring command line option '%s'"
,
argv
[
i
]);
if
(
lang
)
if
(
lang
)
warning
(
"\
warning
(
"\
(It is valid for %s but not the selected lang
au
ge)"
,
lang
);
(It is valid for %s but not the selected lang
ua
ge)"
,
lang
);
}
}
}
}
else
else
...
...
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