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
feb0dcfe
Commit
feb0dcfe
authored
Feb 17, 2019
by
Marek Polacek
Committed by
Marek Polacek
Feb 17, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* g++.old-deja/g++.robertl/eb82.C: Tweak dg-error.
From-SVN: r268970
parent
1f6857ba
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletions
+3
-1
gcc/testsuite/ChangeLog
+2
-0
gcc/testsuite/g++.old-deja/g++.robertl/eb82.C
+1
-1
No files found.
gcc/testsuite/ChangeLog
View file @
feb0dcfe
...
...
@@ -3,6 +3,8 @@
PR c++/89217 - ICE with list-initialization in range-based for loop.
* g++.dg/cpp0x/range-for37.C: New test.
* g++.old-deja/g++.robertl/eb82.C: Tweak dg-error.
2019-02-16 David Malcolm <dmalcolm@redhat.com>
PR c++/88680
...
...
gcc/testsuite/g++.old-deja/g++.robertl/eb82.C
View file @
feb0dcfe
...
...
@@ -9,5 +9,5 @@ double val <int> () // { dg-error "" } bogus code
int
main
()
{
printf
(
"%d
\n
"
,
val
<
(
int
)
3
>
());
// { dg-error "" } val undeclared
printf
(
"%d
\n
"
,
val
<
(
int
)
3
>
());
// { dg-error ""
"" { target c++17_down }
} val undeclared
}
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