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
57eb6503
Commit
57eb6503
authored
Jun 14, 2003
by
Neil Booth
Committed by
Neil Booth
Jun 14, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lang.opt: Add -Wall.
* lang.opt: Add -Wall. * misc.c (gnat_handle_option): Handle it. From-SVN: r67935
parent
e8fb93c9
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
0 deletions
+12
-0
gcc/ada/ChangeLog
+5
-0
gcc/ada/lang.opt
+3
-0
gcc/ada/misc.c
+4
-0
No files found.
gcc/ada/ChangeLog
View file @
57eb6503
2003-06-14 Neil Booth <neil@daikokuya.co.uk>
* lang.opt: Add -Wall.
* misc.c (gnat_handle_option): Handle it.
2003-06-12 Neil Booth <neil@daikokuya.co.uk>
2003-06-12 Neil Booth <neil@daikokuya.co.uk>
* misc.c (gnat_handle_option): Fix warnings.
* misc.c (gnat_handle_option): Fix warnings.
...
...
gcc/ada/lang.opt
View file @
57eb6503
...
@@ -44,6 +44,9 @@
...
@@ -44,6 +44,9 @@
I
I
Ada Joined Separate
Ada Joined Separate
Wall
Ada
fRTS
fRTS
Ada RejectNegative
Ada RejectNegative
...
...
gcc/ada/misc.c
View file @
57eb6503
...
@@ -248,6 +248,10 @@ gnat_handle_option (size_t scode, const char *arg, int value ATTRIBUTE_UNUSED)
...
@@ -248,6 +248,10 @@ gnat_handle_option (size_t scode, const char *arg, int value ATTRIBUTE_UNUSED)
gnat_argc
++
;
gnat_argc
++
;
break
;
break
;
case
OPT_Wall
:
/* All front ends are expected to accept this. */
break
;
case
OPT_fRTS
:
case
OPT_fRTS
:
gnat_argv
[
gnat_argc
]
=
xstrdup
(
"-fRTS"
);
gnat_argv
[
gnat_argc
]
=
xstrdup
(
"-fRTS"
);
gnat_argc
++
;
gnat_argc
++
;
...
...
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