mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-05 00:30:15 +08:00
Add 'instantiated from' dg-error
From-SVN: r69632
This commit is contained in:
parent
b222f49a4c
commit
c7b6131663
@ -31,7 +31,7 @@ int main()
|
||||
Bar<int> bar;
|
||||
|
||||
bar.baz ();
|
||||
bar.foo ();
|
||||
bar.foo (); // { dg-error "instantiated" "" }
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user