projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f00386
)
fix
author
Jason Merrill
<jason@gcc.gnu.org>
Fri, 17 Oct 2003 04:56:47 +0000
(
00:56
-0400)
committer
Jason Merrill
<jason@gcc.gnu.org>
Fri, 17 Oct 2003 04:56:47 +0000
(
00:56
-0400)
From-SVN: r72592
gcc/testsuite/g++.dg/ext/complit1.C
patch
|
blob
|
history
diff --git
a/gcc/testsuite/g++.dg/ext/complit1.C
b/gcc/testsuite/g++.dg/ext/complit1.C
index fae6bf208fc64e352753a1ffc711cfea0cb3e61b..bcca8ac1e22d696d7507bfe6b682727c9643ade7 100644
(file)
--- a/
gcc/testsuite/g++.dg/ext/complit1.C
+++ b/
gcc/testsuite/g++.dg/ext/complit1.C
@@
-1,4
+1,5
@@
// PR c++/11063
+// { dg-options "" }
class Foo
{
@@
-11,5
+12,5
@@
public:
Foo::Foo(int v0, int v1)
: val_((int[]) {v0, v1})
-{
+{
// { dg-error "" "" }
}