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
+


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to