[Bug c++/101765] ICE when using a VLA inside of a coroutine

2023-07-07 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101765 Richard Biener changed: What|Removed |Added Target Milestone|10.5|---

[Bug c++/101765] ICE when using a VLA inside of a coroutine

2022-06-28 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101765 Jakub Jelinek changed: What|Removed |Added Target Milestone|10.4|10.5 --- Comment #6 from Jakub Jelinek

[Bug c++/101765] ICE when using a VLA inside of a coroutine

2021-10-03 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101765 --- Comment #5 from CVS Commits --- The master branch has been updated by Iain D Sandoe : https://gcc.gnu.org/g:fdf0b6ce6c1cfa1c328c0c40473c71ca11fd8303 commit r12-4103-gfdf0b6ce6c1cfa1c328c0c40473c71ca11fd8303 Author: Iain Sandoe Date:

[Bug c++/101765] ICE when using a VLA inside of a coroutine

2021-10-02 Thread iains at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101765 Iain Sandoe changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned

[Bug c++/101765] ICE when using a VLA inside of a coroutine

2021-10-02 Thread iains at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101765 Iain Sandoe changed: What|Removed |Added Target Milestone|--- |10.4

[Bug c++/101765] ICE when using a VLA inside of a coroutine

2021-10-02 Thread iains at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101765 Iain Sandoe changed: What|Removed |Added Last reconfirmed||2021-10-02

[Bug c++/101765] ICE when using a VLA inside of a coroutine

2021-08-04 Thread iains at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101765 --- Comment #3 from Iain Sandoe --- (In reply to Kacper Słomiński from comment #2) > (In reply to Iain Sandoe from comment #1) > > I am not sure that a VLA can be used in a coroutine (neither can alloca, if > > I remember correctly) [so not

[Bug c++/101765] ICE when using a VLA inside of a coroutine

2021-08-04 Thread kacper.slominski72 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101765 --- Comment #2 from Kacper Słomiński --- (In reply to Iain Sandoe from comment #1) > I am not sure that a VLA can be used in a coroutine (neither can alloca, if > I remember correctly) [so not sure that this is ICE on valid, it could be > ICE

[Bug c++/101765] ICE when using a VLA inside of a coroutine

2021-08-04 Thread iains at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101765 --- Comment #1 from Iain Sandoe --- I am not sure that a VLA can be used in a coroutine (neither can alloca, if I remember correctly) [so not sure that this is ICE on valid, it could be ICE on invalid] Either way, we should not ICE from it.