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

resolved before 1.7 :(


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27666 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2006-04-13 17:35:36 +00:00
parent 021696bd7f
commit c74757eabb
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>