[Bug c++/44473] iterators already defined for std::vector when using std::decimal

2011-11-14 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44473 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added CC||db4 at mm

[Bug c++/44473] iterators already defined for std::vector when using std::decimal

2011-10-11 Thread bergner at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44473 --- Comment #16 from Peter Bergner bergner at gcc dot gnu.org 2011-10-11 16:59:09 UTC --- Author: bergner Date: Tue Oct 11 16:58:59 2011 New Revision: 179808 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=179808 Log: gcc/ PR c++/44473

[Bug c++/44473] iterators already defined for std::vector when using std::decimal

2011-10-11 Thread bergner at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44473 --- Comment #17 from Peter Bergner bergner at gcc dot gnu.org 2011-10-11 17:02:51 UTC --- Author: bergner Date: Tue Oct 11 17:02:42 2011 New Revision: 179809 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=179809 Log: gcc/ PR c++/44473

[Bug c++/44473] iterators already defined for std::vector when using std::decimal

2011-10-11 Thread bergner at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44473 --- Comment #18 from Peter Bergner bergner at gcc dot gnu.org 2011-10-11 17:17:49 UTC --- Author: bergner Date: Tue Oct 11 17:17:43 2011 New Revision: 179810 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=179810 Log: gcc/ PR c++/44473

[Bug c++/44473] iterators already defined for std::vector when using std::decimal

2011-10-11 Thread bergner at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44473 --- Comment #19 from Peter Bergner bergner at gcc dot gnu.org 2011-10-11 17:24:39 UTC --- Author: bergner Date: Tue Oct 11 17:24:27 2011 New Revision: 179811 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=179811 Log: gcc/ PR c++/44473

[Bug c++/44473] iterators already defined for std::vector when using std::decimal

2011-09-30 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44473 --- Comment #13 from Paolo Carlini paolo.carlini at oracle dot com 2011-09-30 09:44:50 UTC --- By the way, the patch is approved thus we don't need further feedback to commi it and fix this annoying issue. I'll just do it later today, if nobody

[Bug c++/44473] iterators already defined for std::vector when using std::decimal

2011-09-30 Thread janis at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44473 --- Comment #14 from Janis Johnson janis at gcc dot gnu.org 2011-09-30 17:33:48 UTC --- Author: janis Date: Fri Sep 30 17:33:41 2011 New Revision: 179399 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=179399 Log: gcc/cp PR c++/44473

[Bug c++/44473] iterators already defined for std::vector when using std::decimal

2011-09-30 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44473 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added Status|NEW |RESOLVED

[Bug c++/44473] iterators already defined for std::vector when using std::decimal

2011-09-28 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44473 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added CC|gcc-bugs at gcc dot |

[Bug c++/44473] iterators already defined for std::vector when using std::decimal

2011-09-28 Thread janis at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44473 --- Comment #11 from Janis Johnson janis at gcc dot gnu.org 2011-09-28 23:04:13 UTC --- There's a patch here: http://gcc.gnu.org/ml/gcc-patches/2010-12/msg00625.html approved here: http://gcc.gnu.org/ml/gcc-patches/2010-12/msg01208.html

[Bug c++/44473] iterators already defined for std::vector when using std::decimal

2011-09-28 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44473 --- Comment #12 from Paolo Carlini paolo.carlini at oracle dot com 2011-09-28 23:08:13 UTC --- Great. Make sure to add Jason in CC for faster feedback.

[Bug c++/44473] iterators already defined for std::vector when using std::decimal

2010-08-29 Thread paolo dot carlini at oracle dot com
--- Comment #9 from paolo dot carlini at oracle dot com 2010-08-29 17:32 --- Jason, any hint about the best way to attack this? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44473

[Bug c++/44473] iterators already defined for std::vector when using std::decimal

2010-06-10 Thread janis at gcc dot gnu dot org
--- Comment #7 from janis at gcc dot gnu dot org 2010-06-10 21:58 --- The new decimal* classes are sometimes treated as classes, sometimes as scalars. From a first look, something might be going wrong with the use of __are_same in bits/std_iterator.h so that it needs special casing for

[Bug c++/44473] iterators already defined for std::vector when using std::decimal

2010-06-10 Thread paolo dot carlini at oracle dot com
--- Comment #8 from paolo dot carlini at oracle dot com 2010-06-10 23:23 --- Thanks Janis. I think that Jason reviewed your C++ contributions regarding decimal floating point, thus, once more, I'm adding him in CC hoping for help on this issue. In a nutshell, it seems that something

[Bug c++/44473] iterators already defined for std::vector when using std::decimal

2010-06-09 Thread paolo dot carlini at oracle dot com
--- Comment #3 from paolo dot carlini at oracle dot com 2010-06-09 08:27 --- Janis, this doesn't make sense to me, and for sure happens only with decimal. Can you have a look? -- paolo dot carlini at oracle dot com changed: What|Removed |Added

[Bug c++/44473] iterators already defined for std::vector when using std::decimal

2010-06-09 Thread redi at gcc dot gnu dot org
--- Comment #4 from redi at gcc dot gnu dot org 2010-06-09 10:22 --- (From update of attachment 20871) attachment's mimetype changed to text/plain -- redi at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/44473] iterators already defined for std::vector when using std::decimal

2010-06-09 Thread joseph at codesourcery dot com
--- Comment #5 from joseph at codesourcery dot com 2010-06-09 20:14 --- Subject: Re: iterators already defined for std::vector when using std::decimal On Wed, 9 Jun 2010, paolo dot carlini at oracle dot com wrote: Janis, this doesn't make sense to me, and for sure happens only with

[Bug c++/44473] iterators already defined for std::vector when using std::decimal

2010-06-09 Thread paolo dot carlini at oracle dot com
--- Comment #6 from paolo dot carlini at oracle dot com 2010-06-09 21:48 --- Oops, thanks Joseph. -- paolo dot carlini at oracle dot com changed: What|Removed |Added

[Bug c++/44473] iterators already defined for std::vector when using std::decimal

2010-06-09 Thread paolo dot carlini at oracle dot com
-- paolo dot carlini at oracle dot com changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Last

[Bug c++/44473] iterators already defined for std::vector when using std::decimal

2010-06-08 Thread rmlong at gmail dot com
--- Comment #1 from rmlong at gmail dot com 2010-06-09 03:15 --- Created an attachment (id=20871) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20871action=view) Preprocessed file -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44473

[Bug c++/44473] iterators already defined for std::vector when using std::decimal

2010-06-08 Thread rmlong at gmail dot com
--- Comment #2 from rmlong at gmail dot com 2010-06-09 03:17 --- Created an attachment (id=20872) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20872action=view) Example code -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44473