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/49376] New: ICE when compiling linux kernel on mipsel


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49376

           Summary: ICE when compiling linux kernel on mipsel
           Product: gcc
           Version: 4.4.6
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: aurelien@aurel32.net
              Host: mipsel-unknown-linux-gnu
            Target: mipsel-unknown-linux-gnu
             Build: mipsel-unknown-linux-gnu


Created attachment 24493
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24493
Testcase to reproduce the issue

Compiling the linux kernel on mipsel with GCC 4.4 ends in an internal compiler
error. I have reduced the testcase, so it can be reproduced with the attached
testcase and the following options:

$ gcc-4.4 -Os -mno-branch-likely -c testcase.i
testcase.i: In function 'lpfc_sli4_cq_event_release_all':
testcase.i:102: warning: passing argument 3 of 'dev_printk' makes pointer from
integer without a cast
testcase.i:16: note: expected 'const char *' but argument is of type 'uint32_t'
testcase.i:113: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.


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