[Bug target/46089] ICE: in gen_reg_rtx, at emit-rtl.c:861 with -mcmodel=large -fsplit-stack

2023-11-23 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=46089

Andrew Pinski  changed:

   What|Removed |Added

   Target Milestone|--- |4.6.0

[Bug target/46089] ICE: in gen_reg_rtx, at emit-rtl.c:861 with -mcmodel=large -fsplit-stack

2010-11-07 Thread ian at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46089

--- Comment #1 from ian at gcc dot gnu.org ian at gcc dot gnu.org 2010-11-08 
04:34:37 UTC ---
Author: ian
Date: Mon Nov  8 04:34:32 2010
New Revision: 166427

URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=166427
Log:
gcc/:
PR target/46089
* config/i386/i386.c (split_stack_fn_large): New static variable.
(ix86_expand_split_stack_prologue): Handle large model.
libgcc/:
* config/i386/morestack.S (__morestack_large_model): New
function.

Modified:
trunk/gcc/ChangeLog
trunk/gcc/config/i386/i386.c
trunk/libgcc/ChangeLog
trunk/libgcc/config/i386/morestack.S


[Bug target/46089] ICE: in gen_reg_rtx, at emit-rtl.c:861 with -mcmodel=large -fsplit-stack

2010-11-07 Thread ian at airs dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46089

Ian Lance Taylor ian at airs dot com changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||ian at airs dot com
 Resolution||FIXED

--- Comment #2 from Ian Lance Taylor ian at airs dot com 2010-11-08 04:37:40 
UTC ---
Fixed.  Thanks for the bug report.