[cfe-commits] r55826 - /cfe/trunk/test/Lexer/preprocess-compat.c

Daniel Dunbar daniel at zuster.org
Thu Sep 4 20:23:51 PDT 2008


Author: ddunbar
Date: Thu Sep  4 22:23:51 2008
New Revision: 55826

URL: http://llvm.org/viewvc/llvm-project?rev=55826&view=rev
Log:
Test case for previous commit (Workaround gcc bug causing crash on our
preprocessed outputs)

Added:
    cfe/trunk/test/Lexer/preprocess-compat.c

Added: cfe/trunk/test/Lexer/preprocess-compat.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Lexer/preprocess-compat.c?rev=55826&view=auto

==============================================================================
--- cfe/trunk/test/Lexer/preprocess-compat.c (added)
+++ cfe/trunk/test/Lexer/preprocess-compat.c Thu Sep  4 22:23:51 2008
@@ -0,0 +1,3 @@
+// RUN: clang -E -x c -o %t.i %s
+// RUN: gcc -fsyntax-only %t.i
+





More information about the cfe-commits mailing list