[Bug bootstrap/51796] [4.7 regression] internal compiler error: in distribute_notes, at combine.c:13285 for libgomp/alloc.c on m68k-linux

mikpe at it dot uu.se gcc-bugzilla@gcc.gnu.org
Mon Jan 9 12:46:00 GMT 2012


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

Mikael Pettersson <mikpe at it dot uu.se> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu.org

--- Comment #1 from Mikael Pettersson <mikpe at it dot uu.se> 2012-01-09 12:44:35 UTC ---
It's caused by r182924:

Author: jakub
Date: Thu Jan  5 20:47:16 2012
New Revision: 182924

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=182924
Log:
    PR debug/51762
    * calls.c (emit_call_1): For noreturn calls force a REG_ARGS_SIZE
    note when !ACCUMULATE_OUTGOING_ARGS.

m68k is !ACCUMULATE_OUTGOING_ARGS, so it triggers this change.



More information about the Gcc-bugs mailing list