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
2c96a7ca
Commit
2c96a7ca
authored
Jun 11, 2001
by
Joseph Myers
Committed by
Joseph Myers
Jun 11, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* doc/c-tree.texi: Use more logical markup.
From-SVN: r43180
parent
f18b70f5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
gcc/ChangeLog
+4
-0
gcc/doc/c-tree.texi
+3
-3
No files found.
gcc/ChangeLog
View file @
2c96a7ca
2001
-
06
-
11
Joseph
S
.
Myers
<
jsm28
@cam
.
ac
.
uk
>
*
doc
/
c
-
tree
.
texi
:
Use
more
logical
markup
.
2001
-
06
-
11
Joseph
S
.
Myers
<
jsm28
@cam
.
ac
.
uk
>
*
c
-
decl
.
c
(
xref_tag
)
:
Don
'
t
return
previous
tags
of
wrong
type
.
2001
-
06
-
11
Aldy
Hernandez
<
aldyh
@redhat
.
com
>
...
...
gcc/doc/c-tree.texi
View file @
2c96a7ca
...
...
@@ -88,7 +88,7 @@ return trees as output. However, most macros require a certain kinds of
tree
node
as
input
.
In
other
words
,
there
is
a
type
-
system
for
trees
,
but
it
is
not
reflected
in
the
C
type
-
system
.
For
safety
,
it
is
useful
to
configure
G
++
with
@
code
{
--
enable
-
checking
}.
For
safety
,
it
is
useful
to
configure
G
++
with
@
option
{
--
enable
-
checking
}.
Although
this
results
in
a
significant
performance
penalty
(
since
all
tree
types
are
checked
at
run
-
time
),
and
is
therefore
inappropriate
in
a
release
version
,
it
is
extremely
helpful
during
the
development
process
.
...
...
@@ -621,8 +621,8 @@ rather than the global namespace in particular.
The
@code
{
::
std
}
namespace
,
however
,
@emph
{
is
}
special
,
unless
@code
{
flag_honor_std
}
is
set
.
This
variable
is
set
by
the
use
@
samp
{
-
fhonor
-
std
}
(
or
an
option
that
implies
it
,
like
@
samp
{
-
fnew
-
abi
}),
when
invoking
G
++
.
When
@code
{
flag_honor_std
}
is
@
option
{
-
fhonor
-
std
}
(
or
an
option
that
implies
it
,
like
@
option
{
-
fnew
-
abi
}),
when
invoking
G
++
.
When
@code
{
flag_honor_std
}
is
set
,
the
@code
{
std
}
namespace
is
just
like
any
other
namespace
.
When
@code
{
flag_honor_std
}
is
not
set
,
however
,
the
@code
{
::
std
}
namespace
is
treated
as
a
synonym
for
the
global
namespace
,
thereby
allowing
users
to
...
...
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