Commit 4e7a80df by Uros Bizjak

pr57756.c (dg-options): Add -mno-sse3.

	* gcc.target/i386/pr57756.c (dg-options): Add -mno-sse3.

From-SVN: r206000
parent 71803dc5
2013-12-15 Uros Bizjak <ubizjak@gmail.com> 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 PR testsuite/58630
* gcc.target/i386/pr43662.c (dg-options): * gcc.target/i386/pr43662.c (dg-options):
Add -maccumulate-outgoing-args. Add -maccumulate-outgoing-args.
...@@ -387,7 +391,7 @@ ...@@ -387,7 +391,7 @@
2013-12-05 Vladimir Makarov <vmakarov@redhat.com> 2013-12-05 Vladimir Makarov <vmakarov@redhat.com>
PR rtl-optimization/59317 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-05 Marek Polacek <polacek@redhat.com>
...@@ -532,9 +536,9 @@ ...@@ -532,9 +536,9 @@
2013-12-03 Wei Mi <wmi@google.com> 2013-12-03 Wei Mi <wmi@google.com>
PR rtl-optimization/59020 PR rtl-optimization/59020
* testsuite/gcc.dg/pr59020.c: New. * gcc.dg/pr59020.c: New.
* testsuite/gcc.dg/macro-fusion-1.c: New. * gcc.dg/macro-fusion-1.c: New.
* testsuite/gcc.dg/macro-fusion-2.c: New. * gcc.dg/macro-fusion-2.c: New.
2013-12-03 Yury Gribov <y.gribov@samsung.com> 2013-12-03 Yury Gribov <y.gribov@samsung.com>
...@@ -593,7 +597,7 @@ ...@@ -593,7 +597,7 @@
2013-12-02 Sriraman Tallam <tmsriram@google.com> 2013-12-02 Sriraman Tallam <tmsriram@google.com>
PR target/58944 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-12-02 Joseph Myers <joseph@codesourcery.com>
...@@ -1095,8 +1099,7 @@ ...@@ -1095,8 +1099,7 @@
2013-11-20 Dominik Vogt <vogt@linux.vnet.ibm.com> 2013-11-20 Dominik Vogt <vogt@linux.vnet.ibm.com>
* gcc.target/s390/htm-1.c: Rename to ... * gcc.target/s390/htm-1.c: Rename to ...
* gcc/testsuite/gcc.target/s390/htm-builtins-compile-1.c: ... this * gcc.target/s390/htm-builtins-compile-1.c: ... this one.
one.
* gcc.target/s390/htm-xl-intrin-1.c: Rename to ... * 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-3.c: ... this one.
* gcc.target/s390/htm-builtins-compile-2.c: New testcase. * gcc.target/s390/htm-builtins-compile-2.c: New testcase.
...@@ -1413,8 +1416,8 @@ ...@@ -1413,8 +1416,8 @@
2013-11-13 Andrew MacLeod <amacleod@redhat.com> 2013-11-13 Andrew MacLeod <amacleod@redhat.com>
* testsuite/g++.dg/plugin/selfassign.c: Include gimple-iterator.h. * g++.dg/plugin/selfassign.c: Include gimple-iterator.h.
* testsuite/gcc.dg/plugin/selfassign.c: Likewise. * gcc.dg/plugin/selfassign.c: Likewise.
2013-11-13 Jeff Law <law@redhat.com> 2013-11-13 Jeff Law <law@redhat.com>
...@@ -1882,7 +1885,7 @@ ...@@ -1882,7 +1885,7 @@
2013-11-05 Wei Mi <wmi@google.com> 2013-11-05 Wei Mi <wmi@google.com>
PR regression/58985 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> 2013-11-05 Tobias Burnus <burnus@net-b.de>
...@@ -2346,7 +2349,7 @@ ...@@ -2346,7 +2349,7 @@
* g++.dg/vect/pr33426-ivdep.cc: Use dg-options. * g++.dg/vect/pr33426-ivdep.cc: Use dg-options.
* gfortran.dg/vect/vect-do-concurrent-1.f90: Ditto. * 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-10-25 Yufeng Zhang <yufeng.zhang@arm.com>
...@@ -2422,8 +2425,8 @@ ...@@ -2422,8 +2425,8 @@
2013-08-24 Tobias Burnus <burnus@net-b.de> 2013-08-24 Tobias Burnus <burnus@net-b.de>
PR other/33426 PR other/33426
* testsuite/gcc.dg/ivdep.c: New. * gcc.dg/ivdep.c: New.
* testsuite/gcc.dg/vect/vect-ivdep-1.c: New. * gcc.dg/vect/vect-ivdep-1.c: New.
2013-10-24 Kyrylo Tkachov <kyrylo.tkachov@arm.com> 2013-10-24 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
...@@ -2633,7 +2636,7 @@ ...@@ -2633,7 +2636,7 @@
2013-10-17 Michael Hudson-Doyle <michael.hudson@linaro.org> 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 (check_effective_target_sync_long_long): AArch64 supports
atomic operations on "long long". atomic operations on "long long".
(check_effective_target_sync_long_long_runtime): AArch64 can (check_effective_target_sync_long_long_runtime): AArch64 can
...@@ -3110,7 +3113,7 @@ ...@@ -3110,7 +3113,7 @@
2013-09-30 Teresa Johnson <tejohnson@google.com> 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. Update for additional dump message.
2013-09-30 Richard Biener <rguenther@suse.de> 2013-09-30 Richard Biener <rguenther@suse.de>
...@@ -3608,10 +3611,10 @@ ...@@ -3608,10 +3611,10 @@
2013-09-08 Jan Hubicka <jh@suse.cz> 2013-09-08 Jan Hubicka <jh@suse.cz>
* testsuite/g++.dg/ipa/devirt-11.C: Update template. * g++.dg/ipa/devirt-11.C: Update template.
* testsuite/g++.dg/ipa/devirt-16.C: New testcase. * g++.dg/ipa/devirt-16.C: New testcase.
* testsuite/g++.dg/ipa/devirt-17.C: New testcase. * g++.dg/ipa/devirt-17.C: New testcase.
* testsuite/g++.dg/ipa/devirt-18.C: New testcase. * g++.dg/ipa/devirt-18.C: New testcase.
2013-09-08 Paolo Carlini <paolo.carlini@oracle.com> 2013-09-08 Paolo Carlini <paolo.carlini@oracle.com>
...@@ -3665,12 +3668,12 @@ ...@@ -3665,12 +3668,12 @@
Vineet Gupta <Vineet.Gupta@synopsys.com> Vineet Gupta <Vineet.Gupta@synopsys.com>
* gcc.c-torture/execute/20101011-1.c [__arc__] (DO_TEST): Define as 0. * 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/torture/pr37868.c: Also skip for arc*-*-*.
* gcc.dg/stack-usage-1.c [__arc__] (SIZE): Define. * 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. [__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. [__arc__] (STACK_ARGUMENTS_SIZE): Set to 0.
2013-09-04 Jan Hubicka <jh@suse.cz> 2013-09-04 Jan Hubicka <jh@suse.cz>
...@@ -5565,7 +5568,7 @@ ...@@ -5565,7 +5568,7 @@
* g++.dg/cilk-plus/AN/preincr_test.cc: Likewise. * g++.dg/cilk-plus/AN/preincr_test.cc: Likewise.
* g++.dg/cilk-plus/AN/postincr_test.cc: Likewise. * g++.dg/cilk-plus/AN/postincr_test.cc: Likewise.
* g++.dg/cilk-plus/cilk-plus.exp: New script. * 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. in the list.
2013-06-21 Joseph Myers <joseph@codesourcery.com> 2013-06-21 Joseph Myers <joseph@codesourcery.com>
...@@ -5609,7 +5612,7 @@ ...@@ -5609,7 +5612,7 @@
2013-06-19 Wei Mi <wmi@google.com> 2013-06-19 Wei Mi <wmi@google.com>
PR rtl-optimization/57518 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-19 Igor Zamyatin <igor.zamyatin@intel.com>
...@@ -6003,7 +6006,7 @@ ...@@ -6003,7 +6006,7 @@
2013-06-07 Sriraman Tallam <tmsriram@google.com> 2013-06-07 Sriraman Tallam <tmsriram@google.com>
PR c++/57548 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-06-07 Balaji V. Iyer <balaji.v.iyer@intel.com>
...@@ -6479,7 +6482,7 @@ ...@@ -6479,7 +6482,7 @@
2013-05-28 Tobias Burnus <burnus@net-b.de> 2013-05-28 Tobias Burnus <burnus@net-b.de>
PR fortran/57435 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-05-28 Eric Botcazou <ebotcazou@adacore.com>
...@@ -8313,7 +8316,7 @@ ...@@ -8313,7 +8316,7 @@
2013-03-29 Tobias Burnus <burnus@net-b.de> 2013-03-29 Tobias Burnus <burnus@net-b.de>
PR fortran/56737 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> 2013-03-29 Tobias Burnus <burnus@net-b.de>
......
/* callee cannot be inlined into caller because it has a higher
target ISA. */
/* { dg-do compile } */ /* { 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"))) __attribute__((always_inline,target("sse4.2")))
__inline int callee () /* { dg-error "inlining failed in call to always_inline" } */ __inline int callee () /* { dg-error "inlining failed in call to always_inline" } */
{ {
...@@ -18,5 +18,3 @@ int main () ...@@ -18,5 +18,3 @@ int main ()
{ {
return caller(); return caller();
} }
/* callee cannot be inlined into caller because it has a higher
target ISA. */
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