pr57756.c (dg-options): Add -mno-sse3.
authorUros Bizjak <uros@gcc.gnu.org>
Sun, 15 Dec 2013 12:43:06 +0000 (13:43 +0100)
committerUros Bizjak <uros@gcc.gnu.org>
Sun, 15 Dec 2013 12:43:06 +0000 (13:43 +0100)
* gcc.target/i386/pr57756.c (dg-options): Add -mno-sse3.

From-SVN: r206000

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/i386/pr57756.c

index aa18c90..b196e80 100644 (file)
@@ -1,5 +1,9 @@
 2013-12-15  Uros Bizjak  <ubizjak@gmail.com>
 
+       * gcc.target/i386/pr57756.c (dg-options): Add -mno-sse3.
+
+2013-12-15  Uros Bizjak  <ubizjak@gmail.com>
+
        PR testsuite/58630
        * gcc.target/i386/pr43662.c (dg-options):
        Add -maccumulate-outgoing-args.
 2013-12-05  Vladimir Makarov  <vmakarov@redhat.com>
 
        PR rtl-optimization/59317
-       * testsuite/gcc.target/mips/pr59317.c: New.
+       * gcc.target/mips/pr59317.c: New.
 
 2013-12-05  Marek Polacek  <polacek@redhat.com>
 
 2013-12-03  Wei Mi  <wmi@google.com>
 
        PR rtl-optimization/59020
-       * testsuite/gcc.dg/pr59020.c: New.
-       * testsuite/gcc.dg/macro-fusion-1.c: New.
-       * testsuite/gcc.dg/macro-fusion-2.c: New.
+       * gcc.dg/pr59020.c: New.
+       * gcc.dg/macro-fusion-1.c: New.
+       * gcc.dg/macro-fusion-2.c: New.
 
 2013-12-03  Yury Gribov  <y.gribov@samsung.com>
 
 2013-12-02  Sriraman Tallam  <tmsriram@google.com>
 
        PR target/58944
-       * testsuite/gcc.target/i386/pr58944.c: New test.
+       * gcc.target/i386/pr58944.c: New test.
 
 2013-12-02  Joseph Myers  <joseph@codesourcery.com>
 
 2013-11-20  Dominik Vogt  <vogt@linux.vnet.ibm.com>
 
        * gcc.target/s390/htm-1.c: Rename to ...
-       * gcc/testsuite/gcc.target/s390/htm-builtins-compile-1.c: ... this
-       one.
+       * gcc.target/s390/htm-builtins-compile-1.c: ... this one.
        * gcc.target/s390/htm-xl-intrin-1.c: Rename to ...
        * gcc.target/s390/htm-builtins-compile-3.c: ... this one.
        * gcc.target/s390/htm-builtins-compile-2.c: New testcase.
 
 2013-11-13  Andrew MacLeod  <amacleod@redhat.com>
 
-       * testsuite/g++.dg/plugin/selfassign.c: Include gimple-iterator.h.
-       * testsuite/gcc.dg/plugin/selfassign.c: Likewise.
+       * g++.dg/plugin/selfassign.c: Include gimple-iterator.h.
+       * gcc.dg/plugin/selfassign.c: Likewise.
 
 2013-11-13  Jeff Law  <law@redhat.com>
 
 2013-11-05  Wei Mi  <wmi@google.com>
 
        PR regression/58985
-       * testsuite/gcc.dg/pr57518.c: Add subreg in regexp pattern.
+       * gcc.dg/pr57518.c: Add subreg in regexp pattern.
 
 2013-11-05  Tobias Burnus  <burnus@net-b.de>
 
 
        * g++.dg/vect/pr33426-ivdep.cc: Use dg-options.
        * gfortran.dg/vect/vect-do-concurrent-1.f90: Ditto.
-       * testsuite/gcc.dg/vect/vect-ivdep-1.c: Ditto.
+       * gcc.dg/vect/vect-ivdep-1.c: Ditto.
 
 2013-10-25  Yufeng Zhang  <yufeng.zhang@arm.com>
 
 2013-08-24  Tobias Burnus  <burnus@net-b.de>
 
        PR other/33426
-       * testsuite/gcc.dg/ivdep.c: New.
-       * testsuite/gcc.dg/vect/vect-ivdep-1.c: New.
+       * gcc.dg/ivdep.c: New.
+       * gcc.dg/vect/vect-ivdep-1.c: New.
 
 2013-10-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
 
 
 2013-10-17  Michael Hudson-Doyle  <michael.hudson@linaro.org>
 
-       * gcc/testsuite/lib/target-supports.exp
+       * lib/target-supports.exp
        (check_effective_target_sync_long_long): AArch64 supports
        atomic operations on "long long".
        (check_effective_target_sync_long_long_runtime): AArch64 can
 
 2013-09-30  Teresa Johnson  <tejohnson@google.com>
 
-       * testsuite/gcc.dg/tree-ssa/ssa-dom-thread-3.c (expand_one_var):
+       * gcc.dg/tree-ssa/ssa-dom-thread-3.c (expand_one_var):
        Update for additional dump message.
 
 2013-09-30  Richard Biener  <rguenther@suse.de>
 
 2013-09-08  Jan Hubicka  <jh@suse.cz>
 
-       * testsuite/g++.dg/ipa/devirt-11.C: Update template.
-       * testsuite/g++.dg/ipa/devirt-16.C: New testcase.
-       * testsuite/g++.dg/ipa/devirt-17.C: New testcase.
-       * testsuite/g++.dg/ipa/devirt-18.C: New testcase.
+       * g++.dg/ipa/devirt-11.C: Update template.
+       * g++.dg/ipa/devirt-16.C: New testcase.
+       * g++.dg/ipa/devirt-17.C: New testcase.
+       * g++.dg/ipa/devirt-18.C: New testcase.
 
 2013-09-08  Paolo Carlini  <paolo.carlini@oracle.com>
 
            Vineet Gupta  <Vineet.Gupta@synopsys.com>
 
        * gcc.c-torture/execute/20101011-1.c [__arc__] (DO_TEST): Define as 0.
-       * testsuite/gcc.target/arc: New directory.
+       * gcc.target/arc: New directory.
        * gcc.dg/torture/pr37868.c: Also skip for arc*-*-*.
        * gcc.dg/stack-usage-1.c [__arc__] (SIZE): Define.
-       * testsuite/gcc.dg/torture/stackalign/builtin-apply-2.c
+       * gcc.dg/torture/stackalign/builtin-apply-2.c
        [__arc__] (STACK_ARGUMENTS_SIZE): Set to 0.
-       * testsuite/gcc.dg/builtin-apply2.c
+       * gcc.dg/builtin-apply2.c
        [__arc__] (STACK_ARGUMENTS_SIZE): Set to 0.
 
 2013-09-04  Jan Hubicka  <jh@suse.cz>
        * g++.dg/cilk-plus/AN/preincr_test.cc: Likewise.
        * g++.dg/cilk-plus/AN/postincr_test.cc: Likewise.
        * g++.dg/cilk-plus/cilk-plus.exp: New script.
-       * gcc/testsuite/g++.dg/dg.exp: Included Cilk Plus C++ tests
+       * g++.dg/dg.exp: Included Cilk Plus C++ tests
        in the list.
 
 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
 2013-06-19  Wei Mi  <wmi@google.com>
 
        PR rtl-optimization/57518
-       * testsuite/gcc.dg/pr57518.c: New test.
+       * gcc.dg/pr57518.c: New test.
 
 2013-06-19  Igor Zamyatin  <igor.zamyatin@intel.com>
 
 2013-06-07  Sriraman Tallam  <tmsriram@google.com>
 
        PR c++/57548
-       * testsuite/g++.dg/ext/pr57548.C: New test.
+       * g++.dg/ext/pr57548.C: New test.
 
 2013-06-07  Balaji V. Iyer  <balaji.v.iyer@intel.com>
 
 2013-05-28  Tobias Burnus  <burnus@net-b.de>
 
        PR fortran/57435
-       * testsuite/gfortran.dg/use_29.f90: New.
+       * gfortran.dg/use_29.f90: New.
 
 2013-05-28  Eric Botcazou  <ebotcazou@adacore.com>
 
 2013-03-29  Tobias Burnus  <burnus@net-b.de>
 
        PR fortran/56737
-       * testsuite/gfortran.dg/fmt_cache_3.f90: New.
+       * gfortran.dg/fmt_cache_3.f90: New.
 
 2013-03-29  Tobias Burnus  <burnus@net-b.de>
 
index 81d53bf..f3faa4f 100644 (file)
@@ -1,7 +1,7 @@
-/* callee cannot be inlined into caller because it has a higher
-   target ISA.  */
 /* { dg-do compile } */
+/* { dg-options "-mno-sse3" } */
 
+/* callee cannot be inlined into caller because it has a higher target ISA.  */
 __attribute__((always_inline,target("sse4.2")))
 __inline int callee () /* { dg-error "inlining failed in call to always_inline" }  */
 {
@@ -18,5 +18,3 @@ int main ()
 {
   return caller();
 }
-/* callee cannot be inlined into caller because it has a higher
-   target ISA.  */