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
ee773fcc
Commit
ee773fcc
authored
Jun 17, 2001
by
Neil Booth
Committed by
Neil Booth
Jun 17, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* tm.texi: Document STDC_0_IN_SYSTEM_HEADERS.
From-SVN: r43426
parent
e6f03f41
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
0 deletions
+16
-0
gcc/ChangeLog
+4
-0
gcc/doc/tm.texi
+12
-0
No files found.
gcc/ChangeLog
View file @
ee773fcc
2001
-
06
-
17
Neil
Booth
<
neil
@daikokuya
.
demon
.
co
.
uk
>
*
tm
.
texi
:
Document
STDC_0_IN_SYSTEM_HEADERS
.
Sat
Jun
16
20
:
20
:
39
2001
Richard
Kenner
<
kenner
@vlsi1
.
ultra
.
nyu
.
edu
>
*
expr
.
c
(
expand_expr
,
case
ADDR_EXPR
):
If
taking
address
of
SAVE_EXPR
,
...
...
gcc/doc/tm.texi
View file @
ee773fcc
...
...
@@ -8080,6 +8080,18 @@ The default definition of this macro is 64 plus 8 times the number of
arguments
that
the
function
accepts
.
Some
people
think
a
larger
threshold
should
be
used
on
RISC
machines
.
@findex
STDC_0_IN_SYSTEM_HEADERS
@item
STDC_0_IN_SYSTEM_HEADERS
In
normal
operation
,
the
preprocessor
expands
@code
{
__STDC__
}
to
the
constant
1
,
to
signify
that
GCC
conforms
to
ISO
Standard
C
@
.
On
some
hosts
,
like
Solaris
,
the
system
compiler
uses
a
different
convention
,
where
@code
{
__STDC__
}
is
normally
0
,
but
is
1
if
the
user
specifies
strict
conformance
to
the
C
Standard
.
Defining
@code
{
STDC_0_IN_SYSTEM_HEADERS
}
makes
GNU
CPP
follows
the
host
convention
when
processing
system
header
files
,
but
when
processing
user
files
@code
{
__STDC__
}
will
always
expand
to
1
.
@findex
SCCS_DIRECTIVE
@item
SCCS_DIRECTIVE
Define
this
if
the
preprocessor
should
ignore
@code
{
#
sccs
}
directives
...
...
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