bug-gplusplus
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-gplusplus] Exception bug


From: Eldridge M. Mount IV
Subject: [Bug-gplusplus] Exception bug
Date: Thu, 14 Sep 2000 12:14:40 -0400

Here's a simple one to break; this is g++ version 2.8.1.  Just an aside...
it would be nice if the compiler announced its version when it's invoked;
every time I find a bug, I have to hunt around to figure out which version
I'm running.

g++ -o crap crap.cpp
crap.cpp: In function `const class type_info & __tfv()':
crap.cpp:11: Internal compiler error 252.
crap.cpp:11: Please submit a full bug report to address@hidden'.
boron[907] cat crap.cpp
#include <iostream>

void thrower(void)
{
  throw NULL;
}

int main()
{
  thrower();
}

/*
** Eldridge Mount
** Software Engineer
** Intrinsix Corp
** address@hidden
**
*/

-



reply via email to

[Prev in Thread] Current Thread [Next in Thread]