http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45985
Summary: [trans-mem] internal compiler error: verify_cgraph_node failed Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: c AssignedTo: unassig...@gcc.gnu.org ReportedBy: patrick.marl...@gmail.com CC: r...@gcc.gnu.org, al...@gcc.gnu.org Created attachment 22023 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22023 source file that shows up the bug. Just a little email to report you a bug inside trans-mem branch. The complete command line to compile is : $ gcc -Wall -fgnu-tm callable.c echo.c -o callable -litm But this is enough to trigger the bug : $ gcc -Wall -fgnu-tm callable.c -o callable callable.c:18:1: error: caller edge frequency 0 does not match BB freqency 1000 __builtin__ITM_changeTransactionMode/5(-1) @0x7fda62f8baf8 availability:not_available called by: main/0 calls: callable.c:18:1: internal compiler error: verify_cgraph_node failed Please submit a full bug report, with preprocessed source if appropriate. See <http://gcc.gnu.org/bugs.html> for instructions. Patrick Marlier.