[Bug c++/64002] Braced initialization of unknown bound array of nondependent type

2023-12-11 Thread ppalka at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64002

Patrick Palka  changed:

   What|Removed |Added

   See Also||https://gcc.gnu.org/bugzill
   ||a/show_bug.cgi?id=104302
 Status|NEW |RESOLVED
 CC||ppalka at gcc dot gnu.org
 Resolution|--- |FIXED
   Target Milestone|--- |12.0

--- Comment #2 from Patrick Palka  ---
Fixed for GCC 12+ by r12-7010-g501c4ee9fad687 whose testcase array36.C is very
similar to this one.

[Bug c++/64002] Braced initialization of unknown bound array of nondependent type

2015-08-13 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64002

Paolo Carlini  changed:

   What|Removed |Added

   Priority|P3  |P2


[Bug c++/64002] Braced initialization of unknown bound array of nondependent type

2014-12-10 Thread ville.voutilainen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64002

Ville Voutilainen  changed:

   What|Removed |Added

   Keywords||wrong-code
 Status|UNCONFIRMED |NEW
   Last reconfirmed||2014-12-10
 CC||ville.voutilainen at gmail dot 
com
 Ever confirmed|0   |1


[Bug c++/64002] Braced initialization of unknown bound array of nondependent type

2014-11-20 Thread roger.ferrer at bsc dot es
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64002

--- Comment #1 from Roger Ferrer Ibanez  ---
Created attachment 34055
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34055&action=edit
Small testcase