[Bug c/11475] New: [SPARC] -O1: internal compiler error: in find_reloads, at reload.c:3629

heinrich dot brand at fujitsu-siemens dot com gcc-bugzilla@gcc.gnu.org
Wed Jul 9 14:50:00 GMT 2003


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;




}



More information about the Gcc-bugs mailing list