These tests are now xfailed for llvmgcc4. This is PR735, unlikely to be

resolved before 1.7 :(

llvm-svn: 27666
This commit is contained in:
Chris Lattner 2006-04-13 17:35:36 +00:00
parent c8be43885e
commit d76ecc9678
2 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,8 @@
// RUN: %llvmgcc %s -S -g -o - | grep 'llvm.dbg.stoppoint.*uint 14'
// PR664: ensure that line #'s are emitted for declarations
// XFAIL: llvmgcc4
short test(short br_data_0,
short br_data_1,
short br_data_2,

View File

@ -1,4 +1,5 @@
// RUN: %llvmgcc %s -g -S -o - | gccas | llvm-dis | grep "test/Regression/CFrontend"
// XFAIL: llvmgcc4
// PR676
#include <stdio.h>