On Oct 29, 2007, at 9:49 PM, Devang Patel wrote: > CodeGen/mandel.c should print an error message - Unimplemented > aggregate expr. However, neither test should cause 'segmentation > fault' or 'bus error'. Please file bugzilla reports along with > preprocessed source files.
Yep, unfortunately, since mandel.c includes system headers, it's success can vary based on what the system headers include. Please add a .i file (clang -E mandel.c > mandel.i) to bugzilla and we can investigate, thanks! -Chris _______________________________________________ cfe-dev mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev
