Commit 3100a56b by Uros Bizjak

pr68473-1.c: Add dg-do compile directive.

	* gcc.target/i386/pr68473-1.c: Add dg-do compile directive.

From-SVN: r231984
parent f3ce6437
2015-12-28 Uros Bizjak <ubizjak@gmail.com>
* gcc.target/i386/pr68473-1.c: Add dg-do compile directive.
2015-12-28 John David Anglin <danglin@gcc.gnu.org>
* gfortran.dg/coarray_40.f90: Link with libatomic if available.
......@@ -38,7 +42,7 @@
2015-12-23 Nathan Sidwell <nathan@acm.org>
* gcc.dg/alias-15.c: New.
* gcc.dg/alias-15.c: New.
2015-12-23 Thomas Schwinge <thomas@codesourcery.com>
......@@ -273,8 +277,7 @@
2015-12-17 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
PR target/67973
* lib/target-supports.exp (check_effective_target_stabs): New
proc.
* lib/target-supports.exp (check_effective_target_stabs): New proc.
* g++.dg/cpp0x/alias-decl-debug-0.C: Restrict to stabs targets.
* g++.dg/other/PR23205.C: Likewise.
* g++.dg/other/pr23205-2.C: Likewise.
......@@ -314,7 +317,7 @@
2015-12-16 Martin Sebor <msebor@redhat.com>
PR c/68868
* testsuite/gcc.dg/atomic/stdatomic-init.c: New test.
* gcc.dg/atomic/stdatomic-init.c: New test.
2015-12-15 Michael Meissner <meissner@linux.vnet.ibm.com>
......
/* { dg-do compile { target { ! ia32 } } } */
/* { dg-options "-fdiagnostics-show-caret -mno-fp-ret-in-387" } */
extern long double fminl (long double __x, long double __y);
......
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