[Bug c++/52377] C++11 non-static initializers in unions are not used

2017-12-13 Thread dmitry.v.rogozhkin at intel dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52377 --- Comment #7 from dmitry.v.rogozhkin at intel dot com --- >> 2. The noted behavior to have 0 values for union members with -O: is that >> permanent behavior or we can randomly get non-zero values >If the member is initialized, we should get the

[Bug c++/52377] C++11 non-static initializers in unions are not used

2017-12-13 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52377 --- Comment #6 from Jason Merrill --- (In reply to dmitry.v.rogozhkin from comment #5) > May I have additional information on this bug, please: > 1. What was the patch which fixed the bug? r199455 > 2. The noted behavior to have 0 values for

[Bug c++/52377] C++11 non-static initializers in unions are not used

2017-12-13 Thread dmitry.v.rogozhkin at intel dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52377 dmitry.v.rogozhkin at intel dot com changed: What|Removed |Added CC||dmitry.v.rogozhkin

[Bug c++/52377] C++11 non-static initializers in unions are not used

2013-06-03 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52377 --- Comment #4 from Paolo Carlini paolo.carlini at oracle dot com --- Thanks!

[Bug c++/52377] C++11 non-static initializers in unions are not used

2013-05-30 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52377 Jason Merrill jason at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug c++/52377] C++11 non-static initializers in unions are not used

2013-05-25 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52377 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added Priority|P3 |P2

[Bug c++/52377] C++11 non-static initializers in unions are not used

2012-02-25 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52377 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added Keywords||wrong-code