This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/11475] New: [SPARC] -O1: internal compiler error: in find_reloads, at reload.c:3629
- From: "heinrich dot brand at fujitsu-siemens dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 9 Jul 2003 14:50:07 -0000
- Subject: [Bug c/11475] New: [SPARC] -O1: internal compiler error: in find_reloads, at reload.c:3629
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11475
Summary: [SPARC] -O1: internal compiler error: in find_reloads,
at reload.c:3629
Product: gcc
Version: 3.3
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: c
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: heinrich dot brand at fujitsu-siemens dot com
CC: gcc-bugs at gcc dot gnu dot org
GCC build triplet: sparc-sun-solaris2.8
GCC host triplet: sparc-sun-solaris2.8
GCC target triplet: sparc-sun-solaris2.8
#pragma pack(2)
struct {
signed char G936:7;
unsigned short G937:6;
unsigned int :4;
unsigned short :14;
unsigned int G938:8;
unsigned int :30;
unsigned short :16;
unsigned int :18;
unsigned short G939:9;
} G928b;
void TestG928(){
G928b.G936 |= G928b.G939;
}