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 libitm/56801] Internal Compiler Error when compiling relaxed transaction


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

--- Comment #4 from Patrick Marlier <patrick.marlier at gmail dot com> ---
Created attachment 30490
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30490&action=edit
reduced testcase.

I am now able to reproduce the ICE even with FSF 4.7.3 (it was due to different
included headers).
Attached the preprocessed testcase.

$ gcc-4.7 -O1 -fgnu-tm -pthread -S -Wall -Wfatal-errors testcase2.i
testcase2.i: In function âfooâ:
testcase2.i:5:6: internal compiler error: in expand_call_tm, at
trans-mem.c:2280

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