Severity: normal
Priority: P3
Component: libstdc++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: djh at emss dot co dot za
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33903
--
djh at emss dot co dot za changed:
What|Removed |Added
Severity|normal |enhancement
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33903
--- Comment #2 from djh at emss dot co dot za 2007-11-02 06:08 ---
I am using debugger. After the exception is thrown, the program asserts. So I
get a backtrace to the system fatal call, having no idea where the exception
was thrown.
I dont know about you guys but I find the .net/java
--- Comment #4 from djh at emss dot co dot za 2007-11-02 06:54 ---
This is a possible solution. Not ideal though, because, then all exceptions
will be trigger the breakpoint at __cxa_throw.
If however, I put a breakpoint in the catch in question, then I know I will get
the exception
reted.
Product: gcc
Version: 4.3.1
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: djh at emss dot co dot za
http://gcc.gnu.org/bugzilla/show_bu
--- Comment #2 from djh at emss dot co dot za 2008-07-17 12:47 ---
I have successfully reproduced this problem:
Create a header file with the following structure, saving it as "a.h":
class A
{
public:
template static T foo1(T [3][3]);
};
template T A::foo
--- Comment #4 from djh at emss dot co dot za 2008-07-18 07:13 ---
using your t.h file, the following command
"g++ -v -save-temps -x c++-header -c t.h -o .obj/test.gch/c++"
gives the following output
Using built-in specs.
Target: i686-pc-linux-gnu
Configured with: .