commit | d208cd00d33eb3d6db38adc868df20dba1d6feb6 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Mon May 05 04:10:51 2008 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Mon May 05 04:10:51 2008 +0000 |
tree | ae9c33851dc0ad021d8b234bdc119284c063fc10 | |
parent | 057a2f5aec687f9f14a977d1a8058d2c8cda7289 [diff] [blame] |
fix a bug handling right associative operators that Neil noticed, hopefully the final part of PR2279 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@50635 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/Preprocessor/expr_liveness.c b/test/Preprocessor/expr_liveness.c index 61c0732..da30616 100644 --- a/test/Preprocessor/expr_liveness.c +++ b/test/Preprocessor/expr_liveness.c
@@ -26,6 +26,9 @@ #error #endif +// PR2279 +#if 1 ? 2 ? 3 : 4 : 5 +#endif #else