[Bug libstdc++/19510] [4.0 regression] Warning using list iterators

2005-01-20 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-01-21 01:23 --- Subject: Bug 19510 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-01-21 01:23:28 Modified files: libstdc++-v3 : ChangeLog libstdc++-v3/inclu

[Bug libstdc++/19510] [4.0 regression] Warning using list iterators

2005-01-19 Thread reichelt at gcc dot gnu dot org
--- Additional Comments From reichelt at gcc dot gnu dot org 2005-01-20 01:47 --- Patch here: http://gcc.gnu.org/ml/gcc-patches/2005-01/msg01280.html -- What|Removed |Added

[Bug libstdc++/19510] [4.0 regression] Warning using list iterators

2005-01-18 Thread pcarlini at suse dot de
--- Additional Comments From pcarlini at suse dot de 2005-01-18 21:50 --- > So the patch is ABI-neutral. Great! (many thanks for the interesting explanation, Gaby) Therefore, if Volker is willing to regtest the complete fix and post it... P.S. Too bad that only -O3 triggers the warning

[Bug libstdc++/19510] [4.0 regression] Warning using list iterators

2005-01-18 Thread gdr at integrable-solutions dot net
--- Additional Comments From gdr at integrable-solutions dot net 2005-01-18 21:46 --- Subject: Re: [4.0 regression] Warning using list iterators "pcarlini at suse dot de" <[EMAIL PROTECTED]> writes: | > I think your patch is OK and should be applied. | | First blush, I agree. Is it 1

[Bug libstdc++/19510] [4.0 regression] Warning using list iterators

2005-01-18 Thread pcarlini at suse dot de
--- Additional Comments From pcarlini at suse dot de 2005-01-18 21:10 --- > I think your patch is OK and should be applied. First blush, I agree. Is it 100% safe wrt the ABI? (I remember tricky details only about copy constructor and assignment, actually) In case, please fix also occur

[Bug libstdc++/19510] [4.0 regression] Warning using list iterators

2005-01-18 Thread gdr at integrable-solutions dot net
--- Additional Comments From gdr at integrable-solutions dot net 2005-01-18 21:02 --- Subject: Re: New: [4.0 regression] Warning using list iterators "reichelt at gcc dot gnu dot org" <[EMAIL PROTECTED]> writes: | Compiling the following code snippet with "-Wall -O3" using mainline |

[Bug libstdc++/19510] [4.0 regression] Warning using list iterators

2005-01-18 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-18 20:20 --- Confirmed, the diagnostic problem I think is already filed in a different bug. -- What|Removed |Added