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
2d48baf0
Commit
2d48baf0
authored
Jan 29, 2015
by
Marek Polacek
Committed by
Marek Polacek
Jan 29, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* doc/standards.texi: Reflect that the default for C is gnu11.
From-SVN: r220236
parent
4897b529
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
6 deletions
+8
-6
gcc/ChangeLog
+4
-0
gcc/doc/standards.texi
+4
-6
No files found.
gcc/ChangeLog
View file @
2d48baf0
2015-01-29 Marek Polacek <polacek@redhat.com>
* doc/standards.texi: Reflect that the default for C is gnu11.
2015-01-29 Kaz Kojima <kkojima@gcc.gnu.org>
PR target/64761
...
...
gcc/doc/standards.texi
View file @
2d48baf0
...
...
@@ -110,12 +110,10 @@ they conflict with the C standard version selected. You may also
select
an
extended
version
of
the
C
language
explicitly
with
@option
{
-
std
=
gnu90
}
(
for
C90
with
GNU
extensions
),
@option
{
-
std
=
gnu99
}
(
for
C99
with
GNU
extensions
)
or
@option
{
-
std
=
gnu11
}
(
for
C11
with
GNU
extensions
).
The
default
,
if
no
C
language
dialect
options
are
given
,
is
@option
{
-
std
=
gnu90
};
this
is
intended
to
change
to
@option
{
-
std
=
gnu11
}
in
some
future
release
.
Some
features
that
are
part
of
the
C99
standard
are
accepted
as
extensions
in
C90
mode
,
and
some
features
that
are
part
of
the
C11
standard
are
accepted
as
extensions
in
C90
and
C99
modes
.
extensions
).
The
default
,
if
no
C
language
dialect
options
are
given
,
is
@option
{
-
std
=
gnu11
}.
Some
features
that
are
part
of
the
C99
standard
are
accepted
as
extensions
in
C90
mode
,
and
some
features
that
are
part
of
the
C11
standard
are
accepted
as
extensions
in
C90
and
C99
modes
.
The
ISO
C
standard
defines
(
in
clause
4
)
two
classes
of
conforming
implementation
.
A
@dfn
{
conforming
hosted
implementation
}
supports
the
...
...
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