[dragonegg] r174702 - Remove this test: it fails on x86-32 because gcc crashes on it while dragonegg

Duncan Sands baldrick at free.fr
Fri Feb 8 02:22:45 PST 2013


Author: baldrick
Date: Fri Feb  8 04:22:45 2013
New Revision: 174702

URL: http://llvm.org/viewvc/llvm-project?rev=174702&view=rev
Log:
Remove this test: it fails on x86-32 because gcc crashes on it while dragonegg
does not.  There isn't yet a good way of doing target dependent XFAILs, so until
there is, deletion is the only way to get the buildbots green again.

Removed:
    dragonegg/trunk/test/compilator/local/rsqrtf.c

Removed: dragonegg/trunk/test/compilator/local/rsqrtf.c
URL: http://llvm.org/viewvc/llvm-project/dragonegg/trunk/test/compilator/local/rsqrtf.c?rev=174701&view=auto
==============================================================================
--- dragonegg/trunk/test/compilator/local/rsqrtf.c (original)
+++ dragonegg/trunk/test/compilator/local/rsqrtf.c (removed)
@@ -1,13 +0,0 @@
-#include <stdio.h>
-
-long double rfoof(double x) {
-  return __builtin_ia32_rsqrtf(x);
-}
-int main(void) {
-  double x = 2.0;
-  x = rfoof(x);
-  printf("%g\n", x);
-  return 0;
-}
-// float -> rsqrtss
-// double -> rsqrtss





More information about the llvm-commits mailing list