* gfortran.dg/promotion.f90: Fix options.
From-SVN: r164215
This commit is contained in:
parent
0c11b8fb40
commit
616f12900d
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2010-09-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
|
||||
|
||||
* gfortran.dg/promotion.f90: Fix options.
|
||||
|
||||
2010-09-11 Rodrigo Rivas <rodrigorivascosta@gmail.com>
|
||||
|
||||
* g++.dg/cpp0x/range-for1.C: New.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
! { dg-do run { target i?86-*-* x86_64-*-* } }
|
||||
! { dg-require-effective-target ilp32 }
|
||||
! { dg-options "-fdefault-integer-8 -fdefault-real-8" }
|
||||
! { dg-options "-fdefault-integer-8 -fdefault-real-8 -fdefault-double-8" }
|
||||
program a
|
||||
logical l
|
||||
integer i
|
||||
|
|
Loading…
Add table
Reference in a new issue