[Bug c/82340] volatile ignored in compound literal

2018-06-25 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82340 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c/82340] volatile ignored in compound literal

2018-06-25 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82340 --- Comment #6 from Jakub Jelinek --- Author: jakub Date: Mon Jun 25 16:43:59 2018 New Revision: 262027 URL: https://gcc.gnu.org/viewcvs?rev=262027&root=gcc&view=rev Log: Backported from mainline 2017-09-29 Jakub Jelinek

[Bug c/82340] volatile ignored in compound literal

2017-09-30 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82340 --- Comment #5 from Jakub Jelinek --- Author: jakub Date: Sat Sep 30 08:26:32 2017 New Revision: 253319 URL: https://gcc.gnu.org/viewcvs?rev=253319&root=gcc&view=rev Log: Backported from mainline 2017-09-29 Jakub Jelinek

[Bug c/82340] volatile ignored in compound literal

2017-09-29 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82340 --- Comment #4 from Jakub Jelinek --- Author: jakub Date: Fri Sep 29 07:35:37 2017 New Revision: 253280 URL: https://gcc.gnu.org/viewcvs?rev=253280&root=gcc&view=rev Log: PR c/82340 * c-decl.c (build_compound_literal): Use c_appl

[Bug c/82340] volatile ignored in compound literal

2017-09-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82340 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug c/82340] volatile ignored in compound literal

2017-09-27 Thread pascal_cuoq at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82340 --- Comment #2 from Pascal Cuoq --- Richard: > I don't see how a volatile compound literal could make any sense or how > you'd observe the side-effect of multiple stores to it Well, I have the same question about volatile variables the addres

[Bug c/82340] volatile ignored in compound literal

2017-09-27 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82340 Richard Biener changed: What|Removed |Added Component|middle-end |c --- Comment #1 from Richard Biener -