20020430-1.c: Fix dg command typos.

* gcc.dg/20020430-1.c: Fix dg command typos.
	* gcc.dg/20020503-1.c: Likewise.

From-SVN: r62511
This commit is contained in:
Kaveh R. Ghazi 2003-02-07 03:58:06 +00:00 committed by Kaveh Ghazi
parent d1d3c9a6d4
commit f39a753b09
3 changed files with 9 additions and 4 deletions

View File

@ -1,3 +1,8 @@
2003-02-06 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* gcc.dg/20020430-1.c: Fix dg command typos.
* gcc.dg/20020503-1.c: Likewise.
2003-02-06 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
PR c++/8785

View File

@ -4,8 +4,8 @@
until the last moment. After which we did not delete dead code,
which left a reference to the deleted ADDR_VEC. */
/* { dg-do compile }
/* { do-options "-O2 -frename-registers -fpic" } */
/* { dg-do compile } */
/* { dg-options "-O2 -frename-registers -fpic" } */
typedef unsigned long XID;
typedef XID Window;

View File

@ -4,8 +4,8 @@
for leaf functions, the function was still leaf, but LEAF_REG_REMAP
returned -1 for some registers (like %o0). */
/* { dg-do compile } */
/* { do-options "-O2 -g" } */
/* { do-options "-O2 -g -mflat" { target sparc*-*-* } } */
/* { dg-options "-O2 -g" } */
/* { dg-options "-O2 -g -mflat" { target sparc*-*-* } } */
void foo (char *a, char *b, char *c, char *d)
{