[Bug c++/20039] uninitialized const in `new' of `const struct'

2011-09-25 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20039 --- Comment #7 from Jason Merrill jason at gcc dot gnu.org 2011-09-25 20:29:09 UTC --- Author: jason Date: Sun Sep 25 20:29:04 2011 New Revision: 179170 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=179170 Log: Core 234 - allow const

[Bug c++/20039] uninitialized const in `new' of `const struct'

2011-09-23 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20039 --- Comment #6 from Jason Merrill jason at gcc dot gnu.org 2011-09-23 21:30:52 UTC --- Author: jason Date: Fri Sep 23 21:30:48 2011 New Revision: 179130 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=179130 Log: Core 234 - allow const

[Bug c++/20039] uninitialized const in `new' of `const struct'

2011-05-09 Thread fabien at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20039 --- Comment #5 from fabien at gcc dot gnu.org 2011-05-09 20:56:33 UTC --- Author: fabien Date: Mon May 9 20:56:29 2011 New Revision: 173592 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=173592 Log: gcc/testsuite/ChangeLog: 2011-05-09

[Bug c++/20039] uninitialized const in `new' of `const struct'

2011-04-12 Thread fabien at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20039 fabien at gcc dot gnu.org changed: What|Removed |Added Status|NEW |UNCONFIRMED

[Bug c++/20039] uninitialized const in `new' of `const struct'

2011-04-12 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20039 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug c++/20039] uninitialized const in `new' of `const struct'

2006-10-09 Thread bangerth at dealii dot org
--- Comment #2 from bangerth at dealii dot org 2006-10-10 03:36 --- *** Bug 28990 has been marked as a duplicate of this bug. *** -- bangerth at dealii dot org changed: What|Removed |Added

[Bug c++/20039] uninitialized const in `new' of `const struct'

2005-02-17 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-17 21:04 --- Confirmed, not a regression. -- What|Removed |Added Status|UNCONFIRMED