This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

simple declarator bug


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>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]