Bugzilla – Bug 326
[llvmgcc] Crash on use of undeclared enum type
Last modified: 2004-04-21 13:50:06
You need to log in before you can comment on or make changes to this bug.
llvmgcc crashes on the following file: --------- void test(enum foo *X) {} --------- It should not. -Chris
Fixed. Testcase here: CFrontend/2004-05-21-IncompleteEnum.c Patch here: http://mail.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20040419/013944.html -Chris