[Bug c++/43719] New: uninitialized const member incorrectly accepted, using an array

fabien dot chene at gmail dot com gcc-bugzilla@gcc.gnu.org
Sun Apr 11 17:59:00 GMT 2010


struct A
{
    int const i;
};

void f ()
{
    A a; // not accepted: OK
    A aa[ 1 ]; // incorrectly accepted
}


-- 
           Summary: uninitialized const member incorrectly accepted, using
                    an array
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: fabien dot chene at gmail dot com
 GCC build triplet: x86_64-unknown-linux-gnu
  GCC host triplet: x86_64-unknown-linux-gnu
GCC target triplet: x86_64-unknown-linux-gnu


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43719



More information about the Gcc-bugs mailing list