https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67550
Andrew Pinski changed:
What|Removed |Added
CC||piotrwn1 at gmail dot com
--- Comment #1
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67550
Jason Merrill changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67550
--- Comment #11 from Jason Merrill ---
Author: jason
Date: Thu Dec 17 16:52:10 2015
New Revision: 231779
URL: https://gcc.gnu.org/viewcvs?rev=231779&root=gcc&view=rev
Log:
PR c++/67550
* init.c (constant_value_1): Don't return a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67550
--- Comment #10 from Jason Merrill ---
Author: jason
Date: Thu Dec 17 16:51:58 2015
New Revision: 231777
URL: https://gcc.gnu.org/viewcvs?rev=231777&root=gcc&view=rev
Log:
PR c++/67550
* init.c (constant_value_1): Don't return a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67550
Jason Merrill changed:
What|Removed |Added
Priority|P2 |P1
Status|NEW
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67550
Patrick Palka changed:
What|Removed |Added
CC||ppalka at gcc dot gnu.org
--- Comment #8
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67550
Richard Biener changed:
What|Removed |Added
Target Milestone|5.3 |5.4
--- Comment #7 from Richard Biener
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67550
--- Comment #6 from Jason Wyatt ---
Adding a TREE_READONLY (to match TREE_READONLY being unset in
split_nonconstant_init) check seems to fix the generated gimple. This is total
guesswork though - I have no idea what side effects this change might
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67550
--- Comment #5 from Jason Wyatt ---
When parsing the initialisation of const TestStruct var:
store_init_value ends up calling split_nonconstant_init, so that only the
constant part of the initialisation of var is stored in DECL_INITIAL(t).
The
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67550
--- Comment #4 from Jason Wyatt ---
It appears that while parsing the initialiser for the array,
maybe_constant_init switches the var for a constructor. This constructor only
sets the m2 member variable. You can see the result in the gimple it pr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67550
Jason Wyatt changed:
What|Removed |Added
CC||jwyatt at feralinteractive dot
com
--- Co
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67550
Richard Biener changed:
What|Removed |Added
Priority|P3 |P2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67550
Richard Biener changed:
What|Removed |Added
Target Milestone|--- |5.3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67550
Markus Trippelsdorf changed:
What|Removed |Added
Keywords||wrong-code
CC|
14 matches
Mail list logo