[dragonegg] r175611 - This alias is no longer rejected.
Duncan Sands
baldrick at free.fr
Wed Feb 20 00:23:42 PST 2013
Author: baldrick
Date: Wed Feb 20 02:23:42 2013
New Revision: 175611
URL: http://llvm.org/viewvc/llvm-project?rev=175611&view=rev
Log:
This alias is no longer rejected.
Modified:
dragonegg/trunk/test/compilator/compilator-lit.cfg
Modified: dragonegg/trunk/test/compilator/compilator-lit.cfg
URL: http://llvm.org/viewvc/llvm-project/dragonegg/trunk/test/compilator/compilator-lit.cfg?rev=175611&r1=175610&r2=175611&view=diff
==============================================================================
--- dragonegg/trunk/test/compilator/compilator-lit.cfg (original)
+++ dragonegg/trunk/test/compilator/compilator-lit.cfg Wed Feb 20 02:23:42 2013
@@ -438,7 +438,6 @@ config.xfails = [
'gcc-testsuite/gcc.dg/guality/sra-1.c', # Assertion "Cannot assign into a bitfield!" failed
'gcc-testsuite/gcc.dg/lto/pr47259_0.c', # Crash processing inline asm
'gcc-testsuite/gcc.dg/pr42611.c', # Variable not rejected as being too big, we miscompile instead!
- 'gcc-testsuite/gcc.dg/pr46674.c', # Alias wrongly rejected; OK with gcc-4.7
'gcc-testsuite/gcc.dg/pr47276.c', # Alias wrongly rejected; OK with gcc-4.7
'gcc-testsuite/gcc.dg/unwind-1.c', # Reject multiple functions with same assembler name
'gcc-testsuite/gcc.dg/va-arg-pack-1.c', # Fail to reject invalid use of __builtin_va_arg_pack
More information about the llvm-commits
mailing list