[Bug c++/29928] New: typeid of unknown bound array

s__nakayama at infoseek dot jp gcc-bugzilla@gcc.gnu.org
Tue Nov 21 16:06:00 GMT 2006


g++ rejects following IMHO valid code.

int main()
{ 
  const std::type_info& info = typeid(int []);
  return 0;
}


-- 
           Summary: typeid of unknown bound array
           Product: gcc
           Version: 4.1.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: s__nakayama at infoseek dot jp


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



More information about the Gcc-bugs mailing list