We are using an older version of glibc. I'm marking this test as compile-only in google/integration for now.
Tested on x86_64/{-m32,-m64}. Committed to google/integration. 2011-03-14 Diego Novillo <dnovi...@google.com> * gcc.dg/cproj-fails-with-broken-glibc.c: Just compile. Index: testsuite/gcc.dg/cproj-fails-with-broken-glibc.c =================================================================== --- testsuite/gcc.dg/cproj-fails-with-broken-glibc.c (revision 170776) +++ testsuite/gcc.dg/cproj-fails-with-broken-glibc.c (working copy) @@ -7,7 +7,8 @@ Origin: Kaveh R. Ghazi, April 20, 2010. */ -/* { dg-do run } */ +/* FIXME google - Change to dg-run after upgrading glibc. */ +/* { dg-do compile } */ /* { dg-options "-fno-builtin-cproj" } */ /* { dg-add-options c99_runtime } */ /* { dg-require-effective-target c99_runtime } */ -- This patch is available for review at http://codereview.appspot.com/4281048