[Bug c++/28553] [4.1 Regression] string processing -O3 optimization bug under GCC 4.1.1

2008-07-04 Thread jsm28 at gcc dot gnu dot org
--- Comment #9 from jsm28 at gcc dot gnu dot org 2008-07-04 15:46 --- Closing 4.1 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/28553] [4.1 Regression] string processing -O3 optimization bug under GCC 4.1.1

2007-02-14 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.1.2 |4.1.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28553

[Bug c++/28553] [4.1 Regression] string processing -O3 optimization bug under GCC 4.1.1

2007-01-24 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28553

[Bug c++/28553] [4.1 Regression] string processing -O3 optimization bug under GCC 4.1.1

2006-12-06 Thread peter at chocky dot org
--- Comment #8 from peter at chocky dot org 2006-12-06 17:37 --- And it's back, at least in this version: Using built-in specs. Target: i686-pc-linux-gnu Configured with: ../configure --prefix=/usr/local/gcc-4.1 --enable-languages=c,c++,java Thread model: posix gcc version 4.1.2

[Bug c++/28553] [4.1 Regression] string processing -O3 optimization bug under GCC 4.1.1

2006-11-02 Thread peter at chocky dot org
--- Comment #7 from peter at chocky dot org 2006-11-02 16:34 --- I can confirm that this is fixed with the GCC 4.1 now in Debian unstable. -- peter at chocky dot org changed: What|Removed |Added

[Bug c++/28553] [4.1 Regression] string processing -O3 optimization bug under GCC 4.1.1

2006-11-01 Thread mmitchel at gcc dot gnu dot org
--- Comment #6 from mmitchel at gcc dot gnu dot org 2006-11-01 18:16 --- Can the original submitter still reproduce this problem? -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/28553] [4.1 Regression] string processing -O3 optimization bug under GCC 4.1.1

2006-10-27 Thread rguenth at gcc dot gnu dot org
--- Comment #5 from rguenth at gcc dot gnu dot org 2006-10-27 09:41 --- I cannot reproduce this with 4.1.2 20061024 anymore. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28553

[Bug c++/28553] [4.1 Regression] string processing -O3 optimization bug under GCC 4.1.1

2006-08-23 Thread bangerth at dealii dot org
--- Comment #4 from bangerth at dealii dot org 2006-08-24 01:52 --- Paolo has already confirmed this one. -- bangerth at dealii dot org changed: What|Removed |Added

[Bug c++/28553] [4.1 Regression] string processing -O3 optimization bug under GCC 4.1.1

2006-08-01 Thread rguenth at gcc dot gnu dot org
--- Comment #3 from rguenth at gcc dot gnu dot org 2006-08-01 12:18 --- -O2 -finline-functions is sufficient to reproduce the problem on the branch, or if you mark CfgSchema::CfgSchema(const std::string ) 'inline'. -- rguenth at gcc dot gnu dot org changed: What