projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ae0172
)
* g++.dg/cpp0x/initlist-new2.C: Clarify comment.
author
Jason Merrill
<jason@gcc.gnu.org>
Wed, 11 Dec 2019 16:55:02 +0000
(11:55 -0500)
committer
Jason Merrill
<jason@gcc.gnu.org>
Wed, 11 Dec 2019 16:55:02 +0000
(11:55 -0500)
From-SVN: r279239
gcc/testsuite/g++.dg/cpp0x/initlist-new2.C
patch
|
blob
|
history
diff --git
a/gcc/testsuite/g++.dg/cpp0x/initlist-new2.C
b/gcc/testsuite/g++.dg/cpp0x/initlist-new2.C
index d8731389a656de501a1d8eecf072280372efc876..439b8dabacb306bdc33c5a3eaa023b756d6abf3d 100644
(file)
--- a/
gcc/testsuite/g++.dg/cpp0x/initlist-new2.C
+++ b/
gcc/testsuite/g++.dg/cpp0x/initlist-new2.C
@@
-11,5
+11,5
@@
int main()
{
new X; // OK
new X(); // OK
- new X{}; //
ERROR
+ new X{}; //
{ dg-bogus "" }
}