aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUros Bizjak <uros@gcc.gnu.org>2013-12-15 13:43:06 +0100
committerUros Bizjak <uros@gcc.gnu.org>2013-12-15 13:43:06 +0100
commit4e7a80dfbf9023915f2d391cb5964513c003bf9c (patch)
tree944f01baea6c8b22de8c1add9f23bf699e85f9a2
parent71803dc561e4141ea62234ef48b5d5ae078f95d2 (diff)
downloadgcc-4e7a80dfbf9023915f2d391cb5964513c003bf9c.zip
gcc-4e7a80dfbf9023915f2d391cb5964513c003bf9c.tar.gz
gcc-4e7a80dfbf9023915f2d391cb5964513c003bf9c.tar.bz2
pr57756.c (dg-options): Add -mno-sse3.
* gcc.target/i386/pr57756.c (dg-options): Add -mno-sse3. From-SVN: r206000
-rw-r--r--gcc/testsuite/ChangeLog57
-rw-r--r--gcc/testsuite/gcc.target/i386/pr57756.c6
2 files changed, 32 insertions, 31 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index aa18c90..b196e80 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -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.
@@ -387,7 +391,7 @@
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>
@@ -532,9 +536,9 @@
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>
@@ -593,7 +597,7 @@
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>
@@ -1095,8 +1099,7 @@
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.
@@ -1413,8 +1416,8 @@
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>
@@ -1882,7 +1885,7 @@
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>
@@ -2346,7 +2349,7 @@
* 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>
@@ -2422,8 +2425,8 @@
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>
@@ -2633,7 +2636,7 @@
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
@@ -3110,7 +3113,7 @@
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>
@@ -3608,10 +3611,10 @@
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>
@@ -3665,12 +3668,12 @@
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>
@@ -5565,7 +5568,7 @@
* 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>
@@ -5609,7 +5612,7 @@
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>
@@ -6003,7 +6006,7 @@
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>
@@ -6479,7 +6482,7 @@
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>
@@ -8313,7 +8316,7 @@
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>
diff --git a/gcc/testsuite/gcc.target/i386/pr57756.c b/gcc/testsuite/gcc.target/i386/pr57756.c
index 81d53bf..f3faa4f 100644
--- a/gcc/testsuite/gcc.target/i386/pr57756.c
+++ b/gcc/testsuite/gcc.target/i386/pr57756.c
@@ -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. */