[LLVMbugs] [Bug 434] NEW: ICEs in Regression.C++Frontend.2003-08-21-EmptyClass
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Fri Sep 10 08:15:34 PDT 2004
http://llvm.cs.uiuc.edu/bugs/show_bug.cgi?id=434
Summary: ICEs in Regression.C++Frontend.2003-08-21-EmptyClass
Product: tools
Version: trunk
Platform: PC
OS/Version: FreeBSD
Status: NEW
Severity: normal
Priority: P2
Component: llvm-gcc
AssignedTo: unassignedbugs at nondot.org
ReportedBy: jeffc at jolt-lang.org
There are multiple internal compiler errors in Regression.C++Frontend.2003-08-
21-EmptyClass:
Regression.C++Frontend.2/usr/home/llvm/test/Regression/C++Frontend/2003-08-28-
ForwardType.cpp:3: warning: inline function `void* operator new(unsigned int,
void*)' used but never defined
/usr/home/llvm/test/Regression/CFrontend/2002-02-18-64bitConstant.c: In
function `main':
/usr/home/llvm/test/Regression/CFrontend/2002-02-18-64bitConstant.c:3: warning:
return type of 'main' is not `int'
/usr/home/llvm/test/Regression/CFrontend/2002-04-08-LocalArray.c: In function
`test':
/usr/home/llvm/test/Regression/CFrontend/2002-04-08-LocalArray.c:11: warning:
`return' with a value, in function returning void
/usr/home/llvm/test/Regression/CFrontend/2002-07-14-MiscTests.c: In function
`memset_impl':
/usr/home/llvm/test/Regression/CFrontend/2002-07-14-MiscTests.c:13: warning:
cast from pointer to integer of different size
/usr/home/llvm/test/Regression/CFrontend/2002-07-14-MiscTests.c:17: warning:
cast to pointer from integer of different size
/usr/home/llvm/test/Regression/CFrontend/2002-07-14-MiscTests3.c:159: warning:
conflicting types for built-in function 'strcpy'
/usr/home/llvm/test/Regression/CFrontend/2002-07-14-MiscTests3.c:163: warning:
conflicting types for built-in function 'strcat'
/usr/home/llvm/test/Regression/CFrontend/2002-08-02-UnionTest.c: In function
`main':
/usr/home/llvm/test/Regression/CFrontend/2002-08-02-UnionTest.c:14: warning:
return type of 'main' is not `int'
/usr/home/llvm/test/Regression/CFrontend/2002-11-07-Redefinition.c:28: warning:
parameter names (without types) in function declaration
/usr/home/llvm/test/Regression/CFrontend/2002-11-07-Redefinition.c: In function
`main':
/usr/home/llvm/test/Regression/CFrontend/2002-11-07-Redefinition.c:52: warning:
integer constant is too large for "long" type
/usr/home/llvm/test/Regression/CFrontend/2002-11-07-Redefinition.c:49: warning:
return type of 'main' is not `int'
Assertion failed: (0 && "Couldn't expand constructor in this context!"),
function llvm_expand_constant_expr, file ../../llvm-gcc/gcc/llvm-expand.c, line
5070.
/usr/home/llvm/test/Regression/CFrontend/2003-01-30-UnionInit.c:8: internal
compiler error: Abort trap
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://llvm.cs.uiuc.edu> for instructions.
/usr/home/llvm/test/Regression/CFrontend/2003-02-12-NonlocalGoto.c: In function
`main':
/usr/home/llvm/test/Regression/CFrontend/2003-02-12-NonlocalGoto.c:7: error:
nested functions are not supported!
WARNING: Function declared to have type 'int' but it actually has type 'sbyte'!
Assertion failed: (0 && "Couldn't expand constructor in this context!"),
function llvm_expand_constant_expr, file ../../llvm-gcc/gcc/llvm-expand.c, line
5070.
/usr/home/llvm/test/Regression/CFrontend/2003-08-30-AggregateInitializer.c:13:
internal compiler error: Abort trap
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://llvm.cs.uiuc.edu> for instructions.
Assertion failed: ((FieldSizeTree != NULL_TREE) && "Struct/Union member of
unknown length!"), function llvm_expand_constructor_elements, file ../../llvm-
gcc/gcc/llvm-expand.c, line 3791.
/usr/home/llvm/test/Regression/CFrontend/2004-01-01-UnknownInitSize.c:11:
internal compiler error: Abort trap
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://llvm.cs.uiuc.edu> for instructions.
UNKNOWN INTEGRAL TYPE SIZE: 40
/usr/home/llvm/test/Regression/CFrontend/2004-03-07-BitfieldCrash.c:7: internal
compiler error: in llvm_type_get_integer, at llvm-types.c:571
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://llvm.cs.uiuc.edu> for instructions.
/usr/home/llvm/test/Regression/CFrontend/2004-03-16-AsmRegisterCrash.c: In
function `foo':
/usr/home/llvm/test/Regression/CFrontend/2004-03-16-AsmRegisterCrash.c:2:
warning: llvm doesn't support asm specifier on 'X'
/usr/home/llvm/test/Regression/CFrontend/2004-05-21-IncompleteEnum.c:1:
warning: "enum foo" declared inside parameter list
/usr/home/llvm/test/Regression/CFrontend/2004-05-21-IncompleteEnum.c:1:
warning: its scope is only this definition or declaration, which is probably
not what you want
WARNING: Function declared to have type '%enum.foo3.*' but it actually has
type '%enum.foo4.*'!
/usr/home/llvm/test/Regression/CFrontend/2004-06-08-OpaqueStructArg.c:2:
warning: parameter has incomplete type
003-08-21-EmptyClass : PASS
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
More information about the llvm-bugs
mailing list