mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-05 13:51:57 +08:00
This test case should be removed.
This test case should be removed. No diagnoses of such "incorrect" asm statements need to be performed. Martin From-SVN: r20123
This commit is contained in:
parent
ad72907694
commit
26decc86c6
@ -1,12 +0,0 @@
|
||||
// This SHOULDn't compile, becuase 'foo' is never a valid asm.
|
||||
|
||||
template <const unsigned c>
|
||||
void f() {
|
||||
asm("foo");
|
||||
}
|
||||
|
||||
int
|
||||
main()
|
||||
{
|
||||
f<1>();
|
||||
}
|
Loading…
Reference in New Issue
Block a user