mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-04 20:01:21 +08:00
stack-prot-kernel.c: Skip for x86_64-*-darwin.
2006-12-03 Eric Christopher <echristo@apple.com> * gcc.target/i386/stack-prot-kernel.c: Skip for x86_64-*-darwin. From-SVN: r119480
This commit is contained in:
parent
ceebb5f568
commit
b4fc8a637b
@ -1,3 +1,7 @@
|
||||
2006-12-03 Eric Christopher <echristo@apple.com>
|
||||
|
||||
* gcc.target/i386/stack-prot-kernel.c: Skip for x86_64-*-darwin.
|
||||
|
||||
2006-12-03 Richard Henderson <rth@redhat.com>
|
||||
Andrew Pinski <pinskia@gmail.com>
|
||||
|
||||
@ -14,7 +18,7 @@
|
||||
* gcc.dg/vect/vect.exp: Enable tests to run on spu.
|
||||
* gcc.dg/vect/no-section-anchors-vect-69.c: Reduce array size.
|
||||
* gcc.dg/vect/vect-70.c: Reduce array size.
|
||||
* gcc.dg/vect/fast-math-vect-reduc-7.c: Xfail for
|
||||
* gcc.dg/vect/fast-math-vect-reduc-7.c: Xfail for
|
||||
vect_no_compaer_double targets.
|
||||
* lib/target-supports.exp: Add spu to vect_no_align, no_vect_int_max,
|
||||
vect_float, vect_double, and vect_int.
|
||||
@ -127,7 +131,7 @@
|
||||
|
||||
PR target/29945
|
||||
* gcc.c-torture/compile/pr29945.c: New testcase.
|
||||
|
||||
|
||||
2006-11-30 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* gcc.dg/vect/vect.exp: Skip PowerPC targets not supporting
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* { dg-do compile { target lp64 } } */
|
||||
/* { dg-skip-if "darwin x86_64 is pic" { *-*-darwin* } { "-m64" } { "" } } */
|
||||
/* { dg-skip-if "darwin x86_64 is pic" { *-*-darwin* } { "*" } { "" } } */
|
||||
/* { dg-options "-O2 -fstack-protector-all -mcmodel=kernel" } */
|
||||
|
||||
void test1 (int x)
|
||||
|
Loading…
x
Reference in New Issue
Block a user