[Bug c++/21280] [4.0/4.1 Regression] #pragma interface, templates, and inline function used but never defined

2005-05-05 Thread prw at ceiriog1 dot demon dot co dot uk
--- Additional Comments From prw at ceiriog1 dot demon dot co dot uk 2005-05-05 17:23 --- Bug 21306 is not the same bug. The attached patch FIX1 fixes the test cases for this bug, but not for 21306 - you will need to look at the test case for that bug. -- http://gcc.gnu.org

[Bug libfortran/21376] New: libfortran E output format causes FPE

2005-05-04 Thread prw at ceiriog1 dot demon dot co dot uk
: libfortran AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: prw at ceiriog1 dot demon dot co dot uk CC: gcc-bugs at gcc dot gnu dot org,prw at ceiriog1 dot demon dot co dot uk GCC build triplet: i686-pc-linux-gnu GCC host triplet: i686

[Bug libfortran/21376] libfortran E output format causes FPE

2005-05-04 Thread prw at ceiriog1 dot demon dot co dot uk
--- Additional Comments From prw at ceiriog1 dot demon dot co dot uk 2005-05-04 17:28 --- The problem occurred in a large finite element analysis code I developed. The toplevel logic was written in C++, and this was linked to a venerable public domain numerical analysis library

[Bug c++/21280] [4.0/4.1 Regression] #pragma interface, templates, and inline function used but never defined

2005-04-30 Thread prw at ceiriog1 dot demon dot co dot uk
--- Additional Comments From prw at ceiriog1 dot demon dot co dot uk 2005-04-30 07:37 --- I may have a discovered a related bug with a large program using STL (hash_set). I've tried to simplify somewhat, and I have some comments arising from some hacking with gdb (ddd). As a previous

[Bug c++/21280] [4.0/4.1 Regression] #pragma interface, templates, and inline function used but never defined

2005-04-30 Thread prw at ceiriog1 dot demon dot co dot uk
--- Additional Comments From prw at ceiriog1 dot demon dot co dot uk 2005-04-30 17:29 --- Following up my earlier comment: It appears that some code, which is intended to improve the user diagnostics, can in fact break the template instantiation process, for the reason stated

[Bug c++/21306] New: [4.0 Regression] Another way to generate inline function ‘A::~A()’ used but never defined errors

2005-04-30 Thread prw at ceiriog1 dot demon dot co dot uk
++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: prw at ceiriog1 dot demon dot co dot uk CC: gcc-bugs at gcc dot gnu dot org,prw at ceiriog1 dot demon dot co dot uk GCC build triplet: i686-pc-linux-gnu GCC host triplet: i686-pc-linux-gnu GCC

[Bug c++/21306] [4.0 Regression] Another way to generate inline function ‘A::~A()’ used but never defined errors

2005-04-30 Thread prw at ceiriog1 dot demon dot co dot uk
--- Additional Comments From prw at ceiriog1 dot demon dot co dot uk 2005-04-30 21:01 --- Created an attachment (id=8773) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8773action=view) Test case -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21306