llvm-gcc3 is gone

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34037 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2007-02-08 04:31:15 +00:00
parent 62062b59df
commit d0813e47c2
9 changed files with 0 additions and 11 deletions

View File

@ -1,5 +1,4 @@
// RUN: %llvmgcc -S %s -o /dev/null
// XFAIL: llvmgcc3
union foo {
struct { char A, B; } X;

View File

@ -1,7 +1,5 @@
// RUN: %llvmgcc -S %s -o /dev/null
// XFAIL: llvmgcc3
struct istruct {
unsigned char C;
};

View File

@ -1,5 +1,4 @@
// RUN: %llvmgcc -S %s -o /dev/null
// XFAIL: llvmgcc3
/*
* This regression test ensures that the C front end can compile initializers

View File

@ -1,5 +1,4 @@
// RUN: %llvmgcc %s -S -o -
// XFAIL: llvmgcc3
int sub1(int i, char *pi) {
typedef int foo[i];

View File

@ -1,5 +1,4 @@
// RUN: %llvmgcc %s -S -o - | gccas | llvm-dis | grep llvm.stacksave
// XFAIL: llvmgcc3
// PR691

View File

@ -1,5 +1,4 @@
// RUN: %llvmgcc %s -S -o - | gccas | llvm-dis | grep foo[12345] | wc -l | grep 5
// XFAIL: llvmgcc3
__asm__ ("foo1");
__asm__ ("foo2");

View File

@ -1,7 +1,5 @@
// Test that basic generic vector support works
// RUN: %llvmgcc %s -S -o -
// XFAIL: llvmgcc3
typedef int v4si __attribute__ ((__vector_size__ (16)));
void test(v4si *P, v4si *Q, float X) {

View File

@ -1,6 +1,5 @@
// RUN: %llvmgcc %s -S -o -
// PR854
// XFAIL: llvmgcc3
struct kernel_symbol {
unsigned long value;
};

View File

@ -1,7 +1,6 @@
// RUN: %llvmgcc %s -S -o /dev/null &&
// RUN: %llvmgcc %s -S -o - | grep 'ext: xorl %eax, eax; movl' &&
// RUN: %llvmgcc %s -S -o - | grep 'nonext: xorl %eax, %eax; mov'
// XFAIL: llvmgcc3
// PR924
void bar() {