* gcc.dg/tree-ssa/loop-9.c: Prevent matching "leave".

From-SVN: r105864
This commit is contained in:
Zdenek Dvorak 2005-10-24 20:29:00 +00:00
parent 7b70727998
commit cf113d6700
2 changed files with 7 additions and 3 deletions

View File

@ -1,11 +1,15 @@
2005-10-24 Zdenek Dvorak <dvorakz@suse.cz>
* gcc.dg/tree-ssa/loop-9.c: Prevent matching "leave".
2005-10-24 Paul Thomas <pault@gcc.gnu.org>
gfortran.dg/namelist_char_only.f90: Add missing newline at end.
* gfortran.dg/namelist_char_only.f90: Add missing newline at end.
2005-10-24 Paul Thomas <pault@gcc.gnu.org>
PR fortran/24416
gfortran.dg/namelist_char_only.f90: New test.
* gfortran.dg/namelist_char_only.f90: New test.
2005-10-24 Asher Langton <langton2@llnl.gov>

View File

@ -21,4 +21,4 @@ void foo (int *p)
}
}
/* { dg-final { scan-assembler-times "lea" 0 { target i?86-*-* x86_64-*-* } } } */
/* { dg-final { scan-assembler-times "lea\\t" 0 { target i?86-*-* x86_64-*-* } } } */