aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/pr16194.c
diff options
context:
space:
mode:
authorMark Shinwell <shinwell@codesourcery.com>2006-11-17 15:00:12 +0000
committerMark Shinwell <shinwell@codesourcery.com>2006-11-17 15:00:12 +0000
commit14305dcfdca4ab3e7955bdeb71fbb867dfaa7dbd (patch)
tree6ec476679c60bfd381d2b25c325b0d255965247b /gcc/testsuite/gcc.dg/pr16194.c
parent76b7aa9f2cce11941864051d5a9dfeafc5d6f719 (diff)
gcc/testsuite/
* gcc.dg/pr16194.c: Remove dg-error directive. git-svn-id: https://gcc.gnu.org/svn/gcc/branches/csl/sourcerygxx-4_1@118937 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/testsuite/gcc.dg/pr16194.c')
-rw-r--r--gcc/testsuite/gcc.dg/pr16194.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/pr16194.c b/gcc/testsuite/gcc.dg/pr16194.c
index 44f34a41008..7f9d82ca56f 100644
--- a/gcc/testsuite/gcc.dg/pr16194.c
+++ b/gcc/testsuite/gcc.dg/pr16194.c
@@ -47,7 +47,7 @@ struct C
void bug (void)
{
register char* dst ASMDECL;
- __asm__ ("":"=g"(*dst): : REG); /* { dg-error "conflict" } */
+ __asm__ ("":"=g"(*dst): : REG);
}
/* The tree optimizers currently prevent us from finding an overlap -