[Bug c++/18192] Serious Performance Bug depending on a donothing destructor declaration

2004-11-25 Thread dkouroun at mailbox dot gr
--- Additional Comments From dkouroun at mailbox dot gr 2004-11-25 10:04 --- (In reply to comment #2) This might have to do with execeptions. What kind of exceptions? For icc it doesn't make any difference whether or not you comment out that donothing destructor!!! g++-3.4.3 still

[Bug c++/18192] Serious Performance Bug depending on a donothing destructor declaration

2004-11-24 Thread dkouroun at mailbox dot gr
-- What|Removed |Added GCC host triplet|SuSE 9.0|SuSE 9.2 Version|3.4.2 |3.4.3

[Bug c++/18216] New: Different results when an array is statically/dynamically allocated

2004-10-29 Thread dkouroun at mailbox dot gr
: 3.4.2 Status: UNCONFIRMED Severity: normal Priority: P2 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: dkouroun at mailbox dot gr CC: gcc-bugs at gcc dot gnu dot org http://gcc.gnu.org/bugzilla

[Bug c++/18216] Different results when an array is statically/dynamically allocated

2004-10-29 Thread dkouroun at mailbox dot gr
--- Additional Comments From dkouroun at mailbox dot gr 2004-10-29 10:25 --- Created an attachment (id=7427) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7427action=view) source code and the results in README.1, README.2 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18216

[Bug c++/18192] New: Serious Performance Bug depending on a donothing destructor declaration

2004-10-28 Thread dkouroun at mailbox dot gr
at gcc dot gnu dot org ReportedBy: dkouroun at mailbox dot gr CC: gcc-bugs at gcc dot gnu dot org GCC host triplet: SuSE 9.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18192

[Bug c++/18192] Serious Performance Bug depending on a donothing destructor declaration

2004-10-28 Thread dkouroun at mailbox dot gr
--- Additional Comments From dkouroun at mailbox dot gr 2004-10-28 10:34 --- Created an attachment (id=7422) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7422action=view) The source code -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18192

[Bug c++/18049] New: wrong result without -O2 with g++-3.4.2 and completely wrong result with any other g++ version

2004-10-18 Thread dkouroun at mailbox dot gr
dot org ReportedBy: dkouroun at mailbox dot gr CC: gcc-bugs at gcc dot gnu dot org GCC build triplet: GCC-4.0-20041017 GCC host triplet: GCC-3.3.1 SuSE Linux 9.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18049

[Bug c++/18049] wrong result without -O2 with g++-3.4.2 and completely wrong result with any other g++ version

2004-10-18 Thread dkouroun at mailbox dot gr
--- Additional Comments From dkouroun at mailbox dot gr 2004-10-18 20:07 --- Created an attachment (id=7371) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7371action=view) source code(important files: FEMmain.cc, Elements.h ) This is the source code. It uses expression templates