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
b1d16193
Commit
b1d16193
authored
Mar 21, 1998
by
Jeff Law
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor tweak from Gerald Pfeifer.
From-SVN: r18741
parent
535b86ce
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
gcc/invoke.texi
+5
-5
No files found.
gcc/invoke.texi
View file @
b1d16193
...
...
@@ -1188,13 +1188,13 @@ CC:
Check
the
code
for
syntax
errors
,
but
don
'
t
do
anything
beyond
that
.
@item
-
pedantic
Issue
all
the
warnings
demanded
by
strict
ANSI
standard
C
;
reject
all
programs
that
use
forbidden
extensions
.
Issue
all
the
warnings
demanded
by
strict
ANSI
C
and
ISO
C
++
;
reject
all
programs
that
use
forbidden
extensions
.
Valid
ANSI
standard
C
programs
should
compile
properly
with
or
without
Valid
ANSI
C
and
ISO
C
++
programs
should
compile
properly
with
or
without
this
option
(
though
a
rare
few
will
require
@samp
{
-
ansi
}).
However
,
without
this
option
,
certain
GNU
extensions
and
traditional
C
features
are
supported
as
well
.
With
this
option
,
they
are
rejected
.
without
this
option
,
certain
GNU
extensions
and
traditional
C
and
C
++
features
are
supported
as
well
.
With
this
option
,
they
are
rejected
.
@samp
{
-
pedantic
}
does
not
cause
warning
messages
for
use
of
the
alternate
keywords
whose
names
begin
and
end
with
@samp
{
__
}.
Pedantic
...
...
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