[Bug c++/80129] wrong code with ternary struct assignment to const

2017-05-30 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80129 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/80129] wrong code with ternary struct assignment to const

2017-05-30 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80129 --- Comment #8 from Jakub Jelinek --- Author: jakub Date: Tue May 30 08:17:18 2017 New Revision: 248662 URL: https://gcc.gnu.org/viewcvs?rev=248662&root=gcc&view=rev Log: Backported from mainline 2017-03-22 Jakub Jelinek

[Bug c++/80129] wrong code with ternary struct assignment to const

2017-05-05 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80129 --- Comment #7 from Jakub Jelinek --- Author: jakub Date: Fri May 5 21:42:51 2017 New Revision: 247688 URL: https://gcc.gnu.org/viewcvs?rev=247688&root=gcc&view=rev Log: Backported from mainline 2017-03-22 Jakub Jelinek

[Bug c++/80129] wrong code with ternary struct assignment to const

2017-03-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80129 --- Comment #6 from Jakub Jelinek --- Fixed on the trunk so far.

[Bug c++/80129] wrong code with ternary struct assignment to const

2017-03-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80129 --- Comment #5 from Jakub Jelinek --- Author: jakub Date: Wed Mar 22 18:45:48 2017 New Revision: 246401 URL: https://gcc.gnu.org/viewcvs?rev=246401&root=gcc&view=rev Log: PR c++/80129 * gimplify.c (gimplify_modify_expr_rhs) : Cle

[Bug c++/80129] wrong code with ternary struct assignment to const

2017-03-21 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80129 Jakub Jelinek changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned a

[Bug c++/80129] wrong code with ternary struct assignment to const

2017-03-21 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80129 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #3

[Bug c++/80129] wrong code with ternary struct assignment to const

2017-03-21 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80129 Marek Polacek changed: What|Removed |Added CC||mpolacek at gcc dot gnu.org --- Comment

[Bug c++/80129] wrong code with ternary struct assignment to const

2017-03-21 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80129 Markus Trippelsdorf changed: What|Removed |Added Keywords||wrong-code Status|UNCO