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
8c7707b0
Commit
8c7707b0
authored
Jan 18, 1999
by
Jason Merrill
Committed by
Jason Merrill
Jan 18, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* invoke.texi (C++ Dialect Options): Document -fno-rtti.
From-SVN: r24747
parent
bef84347
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
0 deletions
+17
-0
gcc/ChangeLog
+4
-0
gcc/invoke.texi
+13
-0
No files found.
gcc/ChangeLog
View file @
8c7707b0
Mon
Jan
18
09
:
56
:
41
1999
Jason
Merrill
<
jason
@yorick
.
cygnus
.
com
>
*
invoke
.
texi
(
C
++
Dialect
Options
)
:
Document
-
fno
-
rtti
.
1999
-
01
-
18
Vladimir
N
.
Makarov
<
vmakarov
@cygnus
.
com
>
*
invoke
.
texi
(
-
mcpu
=
740
,
-
mcpu
=
750
)
:
New
options
.
...
...
gcc/invoke.texi
View file @
8c7707b0
...
...
@@ -1089,11 +1089,24 @@ Disable diagnostics that the standard says a compiler does not need to
issue
.
Currently
,
this
means
the
diagnostic
for
a
name
having
multiple
meanings
within
a
class
.
@item
-
fpermissive
Downgrade
messages
about
nonconformant
code
from
errors
to
warnings
.
By
default
,
g
++
effectively
sets
@samp
{
-
pedantic
-
errors
}
without
@samp
{
-
pedantic
};
this
option
reverses
that
.
This
behavior
and
this
option
are
superceded
by
@samp
{
-
pedantic
},
which
works
as
it
does
for
GNU
C
.
@item
-
frepo
Enable
automatic
template
instantiation
.
This
option
also
implies
@samp
{
-
fno
-
implicit
-
templates
}.
@xref
{
Template
Instantiation
},
for
more
information
.
@item
-
fno
-
rtti
Disable
generation
of
the
information
used
by
C
++
runtime
type
identification
features
(
@samp
{
dynamic_cast
}
and
@samp
{
typeid
}).
If
you
don
'
t
use
those
parts
of
the
language
(
or
exception
handling
,
which
uses
@samp
{
dynamic_cast
}
internally
),
you
can
save
some
space
by
using
this
flag
.
@item
-
fstrict
-
prototype
Within
an
@samp
{
extern
"C"
}
linkage
specification
,
treat
a
function
declaration
with
no
arguments
,
such
as
@samp
{
int
foo
();},
as
declaring
...
...
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