On Fri, Nov 27, 2009 at 8:51 AM, Sylvere Teissier <[email protected]> wrote: > Hi, this commit breaks this test case (infinite loop and finally seg fault) > > $cat clang-bug.c > static inline int f(int i) > { > const int __t = (__t); > } > int g(void) > { > return f(0); > }
Thanks for the pointer. This isn't really a regression, just that the issue is easier to trigger. I'm working on a fix. -Eli _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
