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
f1b5ff21
Commit
f1b5ff21
authored
Oct 02, 1999
by
Jim Kingdon
Committed by
Richard Henderson
Oct 02, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Jim Kingdon <
http://developer.redhat.com
>
* extend.texi: Grammar fix in __extension__ text. From-SVN: r29773
parent
f3a3d0d3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ChangeLog
+4
-0
gcc/extend.texi
+1
-1
No files found.
gcc/ChangeLog
View file @
f1b5ff21
Sat
Oct
2
11
:
16
:
00
1999
Jim
Kingdon
<
http
:
//developer.redhat.com>
*
extend
.
texi
:
Grammar
fix
in
__extension__
text
.
Sat
Oct
2
11
:
06
:
31
1999
Richard
Henderson
<
rth
@cygnus
.
com
>
Sat
Oct
2
11
:
06
:
31
1999
Richard
Henderson
<
rth
@cygnus
.
com
>
*
md
.
texi
(
define_peephole2
)
:
New
section
.
*
md
.
texi
(
define_peephole2
)
:
New
section
.
...
...
gcc/extend.texi
View file @
f1b5ff21
...
@@ -2973,7 +2973,7 @@ macros to replace them with the customary keywords. It looks like this:
...
@@ -2973,7 +2973,7 @@ macros to replace them with the customary keywords. It looks like this:
@end example
@end example
@findex __extension__
@findex __extension__
@samp{-pedantic} and other options cause
s
warnings for many GNU C extensions.
@samp{-pedantic} and other options cause warnings for many GNU C extensions.
You can
You can
prevent such warnings within one expression by writing
prevent such warnings within one expression by writing
@code{__extension__} before the expression. @code{__extension__} has no
@code{__extension__} before the expression. @code{__extension__} has no
...
...
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