This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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;




}


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]