[Bug c++/34853] c++ runtime of basic_string has a bug in certain case

2008-01-18 Thread myan at microstrategy dot com
--- Comment #3 from myan at microstrategy dot com 2008-01-18 15:35 --- Created an attachment (id=14970) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14970&action=view) Java application -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34853

[Bug c++/34853] c++ runtime of basic_string has a bug in certain case

2008-01-18 Thread myan at microstrategy dot com
--- Comment #5 from myan at microstrategy dot com 2008-01-18 15:35 --- Created an attachment (id=14972) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14972&action=view) shell script to run the test case -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34853

[Bug c++/34853] c++ runtime of basic_string has a bug in certain case

2008-01-18 Thread myan at microstrategy dot com
--- Comment #4 from myan at microstrategy dot com 2008-01-18 15:35 --- Created an attachment (id=14971) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14971&action=view) makefile -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34853

[Bug c++/34853] c++ runtime of basic_string has a bug in certain case

2008-01-18 Thread myan at microstrategy dot com
--- Comment #2 from myan at microstrategy dot com 2008-01-18 15:34 --- Created an attachment (id=14969) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14969&action=view) C++ header -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34853

[Bug c++/34853] c++ runtime of basic_string has a bug in certain case

2008-01-18 Thread myan at microstrategy dot com
--- Comment #1 from myan at microstrategy dot com 2008-01-18 15:34 --- Created an attachment (id=14968) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14968&action=view) C++ source -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34853

[Bug c++/34853] New: c++ runtime of basic_string has a bug in certain case

2008-01-18 Thread myan at microstrategy dot com
+ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: myan at microstrategy dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34853

[Bug c++/33999] g++ optimizer(-O2) generates wrong code in 32bit mode on x86_64

2007-11-05 Thread myan at microstrategy dot com
--- Comment #1 from myan at microstrategy dot com 2007-11-05 22:15 --- Created an attachment (id=14487) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14487&action=view) A small test file shows the problem. The attached source file has all the information of this bug

[Bug c++/33999] New: g++ optimizer(-O2) generates wrong code in 32bit mode on x86_64

2007-11-05 Thread myan at microstrategy dot com
r(); return i; } -- Summary: g++ optimizer(-O2) generates wrong code in 32bit mode on x86_64 Product: gcc Version: 3.4.6 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ A