[Bug target/91106] internal compiler error: output_operand: invalid use of register 'frame'

2019-11-21 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91106 --- Comment #6 from Jakub Jelinek --- Author: jakub Date: Thu Nov 21 17:11:19 2019 New Revision: 278575 URL: https://gcc.gnu.org/viewcvs?rev=278575=gcc=rev Log: Backported from mainline 2019-09-06 Jakub Jelinek *

[Bug target/91106] internal compiler error: output_operand: invalid use of register 'frame'

2019-10-21 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91106 --- Comment #5 from Jakub Jelinek --- Author: jakub Date: Mon Oct 21 11:39:53 2019 New Revision: 277248 URL: https://gcc.gnu.org/viewcvs?rev=277248=gcc=rev Log: Backported from mainline 2019-09-06 Jakub Jelinek *

[Bug target/91106] internal compiler error: output_operand: invalid use of register 'frame'

2019-09-05 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91106 --- Comment #4 from Jakub Jelinek --- Author: jakub Date: Thu Sep 5 13:30:23 2019 New Revision: 275408 URL: https://gcc.gnu.org/viewcvs?rev=275408=gcc=rev Log: PR middle-end/91001 PR middle-end/91105 PR middle-end/91106

[Bug target/91106] internal compiler error: output_operand: invalid use of register 'frame'

2019-09-04 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91106 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug target/91106] internal compiler error: output_operand: invalid use of register 'frame'

2019-07-08 Thread gsocshubham at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91106 --- Comment #2 from Shubham Narlawar --- (In reply to Richard Biener from comment #1) > Did you paste the correct reduced testcase? Here is the original reduced test case obtained from Creduce - #pragma pack(1) struct a { int b; char c };

[Bug target/91106] internal compiler error: output_operand: invalid use of register 'frame'

2019-07-08 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91106 --- Comment #1 from Richard Biener --- Did you paste the correct reduced testcase?