[Bug c++/36852] [4.3/4.4 Regression] Two dimensional array in template method argument list incorrectly interpreted.

2008-07-18 Thread djh at emss dot co dot za
--- 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 code Using built-in specs. Target: i686-pc-linux-gnu Configured with: ./configure

[Bug c++/36852] Two dimensional array in template method argument list incorrectly interpreted.

2008-07-17 Thread djh at emss dot co dot za
--- 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 class T static T foo1(T [3][3]); }; template class T T A::foo1(T

[Bug c++/36852] New: Two dimensional array in template method argument list incorrectly interpreted.

2008-07-16 Thread djh at emss dot co dot za
incorrectly interpreted. 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

[Bug libstdc++/33903] Backtrace info in std::exception

2007-11-01 Thread djh at emss dot co dot za
--- 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

[Bug libstdc++/33903] Backtrace info in std::exception

2007-11-01 Thread djh at emss dot co dot za
--- 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

[Bug libstdc++/33903] New: Backtrace info in std::exception

2007-10-26 Thread djh at emss dot co dot za
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

[Bug libstdc++/33903] Backtrace info in std::exception

2007-10-26 Thread djh at emss dot co dot za
-- djh at emss dot co dot za changed: What|Removed |Added Severity|normal |enhancement http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33903