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
79323c50
Commit
79323c50
authored
Aug 04, 2001
by
Hans-Peter Nilsson
Committed by
Hans-Peter Nilsson
Aug 04, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* doc/extend.texi (Other Builtins): Fix typo in last change.
From-SVN: r44624
parent
7c262518
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/ChangeLog
+4
-0
gcc/doc/extend.texi
+2
-2
No files found.
gcc/ChangeLog
View file @
79323c50
2001
-
08
-
04
Hans
-
Peter
Nilsson
<
hp
@bitrange
.
com
>
*
doc
/
extend
.
texi
(
Other
Builtins
)
:
Fix
typo
in
last
change
.
2001
-
08
-
03
Richard
Henderson
<
rth
@redhat
.
com
>
2001
-
08
-
03
Richard
Henderson
<
rth
@redhat
.
com
>
*
target
.
h
(
gcc_target
)
:
Add
asm_out
.
named_section
,
*
target
.
h
(
gcc_target
)
:
Add
asm_out
.
named_section
,
...
...
gcc/doc/extend.texi
View file @
79323c50
...
@@ -3894,10 +3894,10 @@ You may also use @code{__builtin_constant_p} in initializers for static
...
@@ -3894,10 +3894,10 @@ You may also use @code{__builtin_constant_p} in initializers for static
data. For instance, you can write
data. For instance, you can write
@smallexample
@smallexample
static const int table[] = {
static const int table[] =
@
{
__builtin_constant_p (EXPRESSION) ? (EXPRESSION) : -1,
__builtin_constant_p (EXPRESSION) ? (EXPRESSION) : -1,
/* ... */
/* ... */
};
@
};
@end smallexample
@end smallexample
@noindent
@noindent
...
...
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