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
e940f96f
Commit
e940f96f
authored
13 years ago
by
Jonathan Wakely
Committed by
Jonathan Wakely
13 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* doc/xml/manual/test.xml: Fix dg-warning examples.
From-SVN: r181023
parent
7c092690
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
libstdc++-v3/ChangeLog
+4
-0
libstdc++-v3/doc/xml/manual/test.xml
+2
-2
No files found.
libstdc++-v3/ChangeLog
View file @
e940f96f
2011-11-06 Jonathan Wakely <jwakely.gcc@gmail.com>
* doc/xml/manual/test.xml: Fix dg-warning examples.
2011-11-06 Jonathan Wakely <jwakely.gcc@gmail.com>
PR libstdc++/44436
* doc/xml/manual/status_cxx200x.xml: Document emplace members are
missing.
...
...
This diff is collapsed.
Click to expand it.
libstdc++-v3/doc/xml/manual/test.xml
View file @
e940f96f
...
...
@@ -609,10 +609,10 @@ Example 1: Testing compilation only
// { dg-do compile }
Example 2: Testing for expected warnings on line 36, which all targets fail
// { dg-warning "string literals" "" { xfail *-*-* } 36
// { dg-warning "string literals" "" { xfail *-*-* } 36
}
Example 3: Testing for expected warnings on line 36
// { dg-warning "string literals" "" { target *-*-* } 36
// { dg-warning "string literals" "" { target *-*-* } 36
}
Example 4: Testing for compilation errors on line 41
// { dg-do compile }
...
...
This diff is collapsed.
Click to expand it.
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