Commit 73cc5f91 by Rainer Orth Committed by Rainer Orth

XFAIL gcc.dg/torture/pr60092.c execution on Solaris 11

	* gcc.dg/torture/pr60092.c: xfail execution on *-*-solaris2.11* at -O0.

From-SVN: r207898
parent 1251a8be
2014-02-19 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* gcc.dg/torture/pr60092.c: xfail execution on *-*-solaris2.11* at -O0.
2014-02-19 Janus Weil <janus@gcc.gnu.org> 2014-02-19 Janus Weil <janus@gcc.gnu.org>
PR fortran/60232 PR fortran/60232
......
/* { dg-do run } */ /* { dg-do run } */
/* { dg-require-weak "" } */ /* { dg-require-weak "" } */
/* { dg-xfail-run-if "posix_memalign modifies first arg on error" { *-*-solaris2.11* } { "-O0" } } */
typedef __SIZE_TYPE__ size_t; typedef __SIZE_TYPE__ size_t;
extern int posix_memalign(void **memptr, size_t alignment, size_t size) __attribute__((weak)); extern int posix_memalign(void **memptr, size_t alignment, size_t size) __attribute__((weak));
......
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