* gcc.target/i386/pr68473-1.c: Add dg-do compile directive.
authoruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 28 Dec 2015 22:38:29 +0000 (22:38 +0000)
committeruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 28 Dec 2015 22:38:29 +0000 (22:38 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@231984 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/i386/pr68473-1.c

index 15e2768..aa2d9df 100644 (file)
@@ -1,3 +1,7 @@
+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>
 
 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.
 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>
 
index ffffaa7..7857878 100644 (file)
@@ -1,3 +1,4 @@
+/* { 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);