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
8964d5aa
Commit
8964d5aa
authored
Jun 06, 2016
by
Jonathan Wakely
Committed by
Jonathan Wakely
Jun 06, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* doc/sourcebuild.texi (Directives): Remove extra closing braces.
From-SVN: r237131
parent
42a5e410
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
4 deletions
+8
-4
gcc/ChangeLog
+4
-0
gcc/doc/sourcebuild.texi
+4
-4
No files found.
gcc/ChangeLog
View file @
8964d5aa
2016-06-06 Jonathan Wakely <jwakely@redhat.com>
* doc/sourcebuild.texi (Directives): Remove extra closing braces.
2016-06-06 Richard Biener <rguenther@suse.de>
PR tree-optimization/71398
...
...
gcc/doc/sourcebuild.texi
View file @
8964d5aa
...
...
@@ -1154,7 +1154,7 @@ conditions (which are the same as for @code{dg-skip-if}) are met.
@subsubsection
Verify
compiler
messages
@table
@code
@item
@{
dg
-
error
@var{
regexp
}
[
@var
{
comment
}
[@{
target
/
xfail
@var{
selector
}
@
}
[
@var
{
line
}]
@
}
]]
@
}
@item
@{
dg
-
error
@var{
regexp
}
[
@var
{
comment
}
[@{
target
/
xfail
@var{
selector
}
@
}
[
@var
{
line
}]
]]
@
}
This
DejaGnu
directive
appears
on
a
source
line
that
is
expected
to
get
an
error
message
,
or
else
specifies
the
source
line
associated
with
the
message
.
If
there
is
no
message
for
that
line
or
if
the
text
of
that
...
...
@@ -1162,7 +1162,7 @@ message is not matched by @var{regexp} then the check fails and
@var
{
comment
}
is
included
in
the
@code
{
FAIL
}
message
.
The
check
does
not
look
for
the
string
@samp
{
error
}
unless
it
is
part
of
@var
{
regexp
}.
@item
@{
dg
-
warning
@var{
regexp
}
[
@var
{
comment
}
[@{
target
/
xfail
@var{
selector
}
@
}
[
@var
{
line
}]
@
}
]]
@
}
@item
@{
dg
-
warning
@var{
regexp
}
[
@var
{
comment
}
[@{
target
/
xfail
@var{
selector
}
@
}
[
@var
{
line
}]
]]
@
}
This
DejaGnu
directive
appears
on
a
source
line
that
is
expected
to
get
a
warning
message
,
or
else
specifies
the
source
line
associated
with
the
message
.
If
there
is
no
message
for
that
line
or
if
the
text
of
that
...
...
@@ -1170,13 +1170,13 @@ message is not matched by @var{regexp} then the check fails and
@var
{
comment
}
is
included
in
the
@code
{
FAIL
}
message
.
The
check
does
not
look
for
the
string
@samp
{
warning
}
unless
it
is
part
of
@var
{
regexp
}.
@item
@{
dg
-
message
@var{
regexp
}
[
@var
{
comment
}
[@{
target
/
xfail
@var{
selector
}
@
}
[
@var
{
line
}]
@
}
]]
@
}
@item
@{
dg
-
message
@var{
regexp
}
[
@var
{
comment
}
[@{
target
/
xfail
@var{
selector
}
@
}
[
@var
{
line
}]
]]
@
}
The
line
is
expected
to
get
a
message
other
than
an
error
or
warning
.
If
there
is
no
message
for
that
line
or
if
the
text
of
that
message
is
not
matched
by
@var
{
regexp
}
then
the
check
fails
and
@var
{
comment
}
is
included
in
the
@code
{
FAIL
}
message
.
@item
@{
dg
-
bogus
@var{
regexp
}
[
@var
{
comment
}
[@{
target
/
xfail
@var{
selector
}
@
}
[
@var
{
line
}]
@
}
]]
@
}
@item
@{
dg
-
bogus
@var{
regexp
}
[
@var
{
comment
}
[@{
target
/
xfail
@var{
selector
}
@
}
[
@var
{
line
}]
]]
@
}
This
DejaGnu
directive
appears
on
a
source
line
that
should
not
get
a
message
matching
@var
{
regexp
},
or
else
specifies
the
source
line
associated
with
the
bogus
message
.
It
is
usually
used
with
@samp
{
xfail
}
...
...
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