re PR testsuite/42212 (ERROR: tcl error sourcing /Users/regress/tbox/svn-gcc/gcc/testsuite/gcc.target/powerpc/powerpc.exp.)
PR testsuite/42212 * gcc.target/powerpc/regnames-1.c: Add missing brace dg-do. From-SVN: r154837
This commit is contained in:
parent
5e04b3b694
commit
c217e26183
|
@ -1,3 +1,8 @@
|
|||
2009-11-30 Janis Johnson <janis187@us.ibm.com>
|
||||
|
||||
PR testsuite/42212
|
||||
* gcc.target/powerpc/regnames-1.c: Add missing brace dg-do.
|
||||
|
||||
2009-11-30 Martin Jambor <mjambor@suse.cz>
|
||||
|
||||
PR middle-end/42196
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* { dg-do compile { target powerpc*-*-linux* } */
|
||||
/* { dg-do compile { target powerpc*-*-linux* } } */
|
||||
/* { dg-options "-mregnames" } */
|
||||
|
||||
register double f17 asm ("f17");
|
||||
|
|
Loading…
Reference in New Issue