float-range-3.c: Use "dg-do compile" dejagnu directive instead of dg-compile.

* gcc.dg/float-range-3.c: Use "dg-do compile" dejagnu directive
	instead of dg-compile.
	* gcc.dg/float-range-4.c: Ditto.
	* gcc.dg/float-range-5.c: Ditto.
	* gcc.dg/fold-overflow-1.c: Ditto.
	* gcc.dg/gomp/sections-4.c: Ditto.
	* gcc.dg/transparent-union-1.c: Ditto.
	* gcc.dg/transparent-union-2.c: Ditto.
	* gcc.target/i386/pr39315-check.c: Ditto.
	* g++.dg/gomp/sections-4.C: Ditto.
	* g++.dg/template/dtor7.C: Ditto.
	* g++.dg/tree-ssa/pr19952.C: Ditto.
	* gfortran.dg/derived_constructor_comps_3.f90: Ditto.
	* gfortran.dg/graphite/pr42185.f90: Ditto.
	* gfortran.dg/namelist_36.f90: Ditto.
	* gnat.dg/noreturn1.adb: Ditto.
	* gnat.dg/specs/small_alignment.ads: Ditto.

From-SVN: r162470
This commit is contained in:
Uros Bizjak 2010-07-23 18:41:39 +02:00 committed by Uros Bizjak
parent 556ede6501
commit c5c178d64f
17 changed files with 39 additions and 18 deletions

View File

@ -1,3 +1,23 @@
2010-07-23 Uros Bizjak <ubizjak@gmail.com>
* gcc.dg/float-range-3.c: Use "dg-do compile" dejagnu directive
instead of dg-compile.
* gcc.dg/float-range-4.c: Ditto.
* gcc.dg/float-range-5.c: Ditto.
* gcc.dg/fold-overflow-1.c: Ditto.
* gcc.dg/gomp/sections-4.c: Ditto.
* gcc.dg/transparent-union-1.c: Ditto.
* gcc.dg/transparent-union-2.c: Ditto.
* gcc.target/i386/pr39315-check.c: Ditto.
* g++.dg/gomp/sections-4.C: Ditto.
* g++.dg/template/dtor7.C: Ditto.
* g++.dg/tree-ssa/pr19952.C: Ditto.
* gfortran.dg/derived_constructor_comps_3.f90: Ditto.
* gfortran.dg/graphite/pr42185.f90: Ditto.
* gfortran.dg/namelist_36.f90: Ditto.
* gnat.dg/noreturn1.adb: Ditto.
* gnat.dg/specs/small_alignment.ads: Ditto.
2010-07-23 Martin Jambor <mjambor@suse.cz>
PR tree-optimization/44915
@ -19,7 +39,7 @@
PR c++/45008
* g++.dg/abi/mangle44.C: New.
2010-06-23 Uros Bizjak <ubizjak@gmail.com>
2010-07-23 Uros Bizjak <ubizjak@gmail.com>
* gcc.target/i386/*.c: Do not require sse{,2,3,4} effective target
for compile-time only tests.
@ -37,7 +57,7 @@
(main): Call check_isa and sse_os_support.
* gcc.target/i386/vperm-v2df.c: Ditto.
2010-06-23 Uros Bizjak <ubizjak@gmail.com>
2010-07-23 Uros Bizjak <ubizjak@gmail.com>
* lib/target-supports.exp (check_avx_hw_available): New procedure.
(check_effective_target_avx_runtime): New procedure.

View File

@ -1,5 +1,5 @@
/* PR c++/24613 */
/* { dg-compile } */
/* { dg-do compile } */
#pragma omp section /* { dg-error "may only be used in" } */

View File

@ -1,5 +1,5 @@
// PR c++/40373
// { dg-compile }
// { dg-do compile }
struct A;
namespace

View File

@ -1,5 +1,5 @@
/* PR 19952 */
/* { dg-compile } */
/* { dg-do compile } */
/* { dg-options "-ftree-vectorize -O2" } */
int i;

View File

@ -1,5 +1,5 @@
/* PR 23572 : warnings for out of range floating-point constants. */
/* { dg-compile } */
/* { dg-do compile } */
/* { dg-options "-std=c99" } */
/* { dg-skip-if "No Inf support" { spu-*-* } } */
#include <math.h>

View File

@ -1,5 +1,5 @@
/* PR 23572 : warnings for out of range floating-point constants. */
/* { dg-compile } */
/* { dg-do compile } */
/* { dg-options "-Wno-overflow -std=c99" } */
/* { dg-skip-if "No Inf support" { spu-*-* } } */
#include <math.h>

View File

@ -1,6 +1,6 @@
/* PR 23572 : warnings for out of range floating-point constants
Test that they are NOT pedantic warnings. */
/* { dg-compile } */
/* { dg-do compile } */
/* { dg-options "-pedantic-errors -std=c99" } */
/* { dg-skip-if "No Inf support" { spu-*-* } } */
#include <math.h>

View File

@ -1,4 +1,4 @@
/* { dg-compile } */
/* { dg-do compile } */
/* { dg-skip-if "consts are shorts, not longs" { "m32c-*-*" "avr-*-*" } { "*" } { "" } } */
/* { dg-skip-if "No Inf support" { spu-*-* } } */
/* { dg-options "-O -ftrapping-math" } */

View File

@ -1,5 +1,5 @@
/* PR c++/24613 */
/* { dg-compile } */
/* { dg-do compile } */
#pragma omp section /* { dg-error "may only be used in" } */

View File

@ -1,5 +1,5 @@
/* PR c/20043 */
/* { dg-compile } */
/* { dg-do compile } */
/* { dg-options "-std=gnu99" } */
extern void f0 (int *);

View File

@ -1,5 +1,5 @@
/* PR c/20043 */
/* { dg-compile } */
/* { dg-do compile } */
/* { dg-options "-std=gnu99" } */
typedef union { int *i; long *l; } U

View File

@ -1,4 +1,5 @@
/* { dg-compile } */
/* { dg-do compile } */
typedef float __m128 __attribute__ ((__vector_size__ (16)));
__extension__ typedef __PTRDIFF_TYPE__ ptrdiff_t;

View File

@ -1,4 +1,4 @@
! { dg-compile }
! { dg-do compile }
!
! gfortran was ICEing for the constructor of
! componentfree types.

View File

@ -1,4 +1,4 @@
! { dg-compile }
! { dg-do compile }
! { dg-options "-fgraphite -O -ffast-math" }
MODULE powell

View File

@ -1,4 +1,4 @@
! { dg-compile }
! { dg-do compile }
!
! Private types and types with private components
! are acceptable in local namelists.

View File

@ -1,4 +1,4 @@
-- { dg-compile }
-- { dg-do compile }
package body Noreturn1 is

View File

@ -1,4 +1,4 @@
-- { dg-compile }
-- { dg-do compile }
package Small_Alignment is