[Bug target/59927] [4.9 Regression] ICE sorry, unimplemented: ms_abi attribute requires -maccumulate-outgoing-args or subtarget optimization implying it

2021-08-13 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59927 Andrew Pinski changed: What|Removed |Added CC||zsojka at seznam dot cz --- Comment #13

[Bug target/59927] [4.9 Regression] ICE sorry, unimplemented: ms_abi attribute requires -maccumulate-outgoing-args or subtarget optimization implying it

2014-02-11 Thread uros at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59927 --- Comment #12 from uros at gcc dot gnu.org --- Author: uros Date: Tue Feb 11 18:59:24 2014 New Revision: 207697 URL: http://gcc.gnu.org/viewcvs?rev=207697&root=gcc&view=rev Log: PR target/59927 Revert 2013-12-15 Uros Bizjak P

[Bug target/59927] [4.9 Regression] ICE sorry, unimplemented: ms_abi attribute requires -maccumulate-outgoing-args or subtarget optimization implying it

2014-02-11 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59927 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug target/59927] [4.9 Regression] ICE sorry, unimplemented: ms_abi attribute requires -maccumulate-outgoing-args or subtarget optimization implying it

2014-02-11 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59927 --- Comment #10 from Jakub Jelinek --- Author: jakub Date: Tue Feb 11 09:06:37 2014 New Revision: 207686 URL: http://gcc.gnu.org/viewcvs?rev=207686&root=gcc&view=rev Log: PR target/59927 * gcc.target/i386/pr59927.c: New test. Added:

[Bug target/59927] [4.9 Regression] ICE sorry, unimplemented: ms_abi attribute requires -maccumulate-outgoing-args or subtarget optimization implying it

2014-02-10 Thread rth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59927 --- Comment #9 from Richard Henderson --- Author: rth Date: Tue Feb 11 01:12:38 2014 New Revision: 207677 URL: http://gcc.gnu.org/viewcvs?rev=207677&root=gcc&view=rev Log: PR target/59927 * calls.c (expand_call): Don't double-push for re

[Bug target/59927] [4.9 Regression] ICE sorry, unimplemented: ms_abi attribute requires -maccumulate-outgoing-args or subtarget optimization implying it

2014-02-10 Thread rth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59927 --- Comment #8 from Richard Henderson --- (In reply to Kai Tietz from comment #7) > One side-note I have about this patch. Due this allow drap-register for > x64, we seem to need to enable eax_live for this target, too. > > See in ix86_expand_pr

[Bug target/59927] [4.9 Regression] ICE sorry, unimplemented: ms_abi attribute requires -maccumulate-outgoing-args or subtarget optimization implying it

2014-02-08 Thread ktietz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59927 --- Comment #7 from Kai Tietz --- (In reply to Richard Henderson from comment #6) > I'll attempt to test this at some point this weekend, but I'm not > currently in a position to build on x86_64 windows. Kai, can you > fire something off? I wil

[Bug target/59927] [4.9 Regression] ICE sorry, unimplemented: ms_abi attribute requires -maccumulate-outgoing-args or subtarget optimization implying it

2014-02-07 Thread rth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59927 Richard Henderson changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigne

[Bug target/59927] [4.9 Regression] ICE sorry, unimplemented: ms_abi attribute requires -maccumulate-outgoing-args or subtarget optimization implying it

2014-02-07 Thread rth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59927 Richard Henderson changed: What|Removed |Added CC||rth at gcc dot gnu.org --- Comment #5

[Bug target/59927] [4.9 Regression] ICE sorry, unimplemented: ms_abi attribute requires -maccumulate-outgoing-args or subtarget optimization implying it

2014-01-31 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59927 Richard Biener changed: What|Removed |Added Target||i?86-*-* Priority|P3