Commit 616f1290 by Francois-Xavier Coudert Committed by François-Xavier Coudert

* gfortran.dg/promotion.f90: Fix options.

From-SVN: r164215
parent 0c11b8fb
2010-09-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
* gfortran.dg/promotion.f90: Fix options.
2010-09-11 Rodrigo Rivas <rodrigorivascosta@gmail.com> 2010-09-11 Rodrigo Rivas <rodrigorivascosta@gmail.com>
* g++.dg/cpp0x/range-for1.C: New. * g++.dg/cpp0x/range-for1.C: New.
......
! { dg-do run { target i?86-*-* x86_64-*-* } } ! { dg-do run { target i?86-*-* x86_64-*-* } }
! { dg-require-effective-target ilp32 } ! { 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 program a
logical l logical l
integer i integer i
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment