[llvm-commits] [dragonegg] r160108 - /dragonegg/trunk/test/compilator/compilator-lit.cfg
Duncan Sands
baldrick at free.fr
Wed Jul 11 23:50:59 PDT 2012
Author: baldrick
Date: Thu Jul 12 01:50:59 2012
New Revision: 160108
URL: http://llvm.org/viewvc/llvm-project?rev=160108&view=rev
Log:
These only fail with gcc-4.7.
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=160108&r1=160107&r2=160108&view=diff
==============================================================================
--- dragonegg/trunk/test/compilator/compilator-lit.cfg (original)
+++ dragonegg/trunk/test/compilator/compilator-lit.cfg Thu Jul 12 01:50:59 2012
@@ -57,9 +57,9 @@
# GCC fails to inline an always_inline function and considers this an error.
# We fail to inline it too, but don't consider this to be an error, which is
# fair enough. What is less good is that we don't even output a warning...
- 'gcc-testsuite/gcc.dg/lto/20090218-1_0.c',
- 'gcc-testsuite/gcc.dg/always_inline2.c',
- 'gcc-testsuite/gcc.dg/always_inline3.c',
+# 'gcc-testsuite/gcc.dg/lto/20090218-1_0.c', # gcc-4.7 only
+# 'gcc-testsuite/gcc.dg/always_inline2.c', # gcc-4.7 only
+# 'gcc-testsuite/gcc.dg/always_inline3.c', # gcc-4.7 only
# GCC rejects because a local variable is set to use a particular register
# that doesn't exist. We accept, never even noticing the problem because
More information about the llvm-commits
mailing list