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
cc95a845
Commit
cc95a845
authored
Feb 01, 2005
by
Janis Johnson
Committed by
Janis Johnson
Feb 01, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* doc/sourcebuild.texi (Test directives): Fix formatting.
From-SVN: r94552
parent
8d2d2ec6
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
+6
-4
gcc/ChangeLog
+2
-0
gcc/doc/sourcebuild.texi
+4
-4
No files found.
gcc/ChangeLog
View file @
cc95a845
2005-02-01 Janis Johnson <janis187@us.ibm.com>
2005-02-01 Janis Johnson <janis187@us.ibm.com>
* doc/sourcebuild.texi (Test directives): Fix formatting.
* doc/sourcebuild.texi (Test directives): Describe selector
* doc/sourcebuild.texi (Test directives): Describe selector
expressions.
expressions.
...
...
gcc/doc/sourcebuild.texi
View file @
cc95a845
...
@@ -929,7 +929,7 @@ Effective-target keywords are defined in @file{target-supports.exp} in
...
@@ -929,7 +929,7 @@ Effective-target keywords are defined in @file{target-supports.exp} in
the
GCC
testsuite
.
the
GCC
testsuite
.
A
selector
expression
appears
within
curly
braces
and
uses
a
single
A
selector
expression
appears
within
curly
braces
and
uses
a
single
logical
operator
:
one
of
@
option
{
!
},
@option
{
&&
},
or
@option
{
||
}.
An
logical
operator
:
one
of
@
samp
{
!
},
@samp
{
&&
},
or
@samp
{
||
}.
An
operand
is
another
selector
expression
,
an
effective
-
target
keyword
,
operand
is
another
selector
expression
,
an
effective
-
target
keyword
,
a
single
target
triplet
,
or
a
list
of
target
triplets
within
quotes
or
a
single
target
triplet
,
or
a
list
of
target
triplets
within
quotes
or
curly
braces
.
For
example
:
curly
braces
.
For
example
:
...
@@ -1028,8 +1028,8 @@ targets.
...
@@ -1028,8 +1028,8 @@ targets.
@item
@{
dg
-
excess
-
errors
@var{
comment
}
[@{
target
/
xfail
@var{
selector
}
@
}]
@
}
@item
@{
dg
-
excess
-
errors
@var{
comment
}
[@{
target
/
xfail
@var{
selector
}
@
}]
@
}
This
DejaGnu
directive
indicates
that
the
test
is
expected
to
fail
due
This
DejaGnu
directive
indicates
that
the
test
is
expected
to
fail
due
to
compiler
messages
that
are
not
handled
by
@
option
{
dg
-
error
},
to
compiler
messages
that
are
not
handled
by
@
samp
{
dg
-
error
},
@
option
{
dg
-
warning
}
or
@option
{
dg
-
bogus
}.
@
samp
{
dg
-
warning
}
or
@samp
{
dg
-
bogus
}.
@item
@{
dg
-
output
@var{
regexp
}
[@{
target
/
xfail
@var{
selector
}
@
}]
@
}
@item
@{
dg
-
output
@var{
regexp
}
[@{
target
/
xfail
@var{
selector
}
@
}]
@
}
This
DejaGnu
directive
compares
@var
{
regexp
}
to
the
combined
output
This
DejaGnu
directive
compares
@var
{
regexp
}
to
the
combined
output
...
@@ -1049,7 +1049,7 @@ following the main test file.
...
@@ -1049,7 +1049,7 @@ following the main test file.
@item
@{
dg
-
final
@{
@var{
local
-
directive
}
@
}
@
}
@item
@{
dg
-
final
@{
@var{
local
-
directive
}
@
}
@
}
This
DejaGnu
directive
is
placed
within
a
comment
anywhere
in
the
This
DejaGnu
directive
is
placed
within
a
comment
anywhere
in
the
source
file
and
is
processed
after
the
test
has
been
compiled
and
run
.
source
file
and
is
processed
after
the
test
has
been
compiled
and
run
.
Multiple
@
option
{
dg
-
final
}
commands
are
processed
in
the
order
in
which
Multiple
@
samp
{
dg
-
final
}
commands
are
processed
in
the
order
in
which
they
appear
in
the
source
file
.
they
appear
in
the
source
file
.
The
GCC
testsuite
defines
the
following
directives
to
be
used
within
The
GCC
testsuite
defines
the
following
directives
to
be
used
within
...
...
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