simple declarator bug

John Wiegley johnw@newartisans.com
Mon Oct 6 23:49:00 GMT 2003


The following segfaults under 3.3.2 20030908 (Debian prerelease.

  namespace std {
    typedef int time_t;
  }
  
  int main() {
    struct std::time_t when;
  }

John Wiegley <johnw@newartisans.com>



More information about the Gcc-bugs mailing list