[Bug libstdc++/18159] tr1/tuple is broken on darwin

2004-11-01 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-01 19:41 --- Fixed for sure this time, thanks. -- What|Removed |Added Status|REOPENED

[Bug libstdc++/18159] tr1/tuple is broken on darwin

2004-11-01 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-11-01 17:53 --- Subject: Bug 18159 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2004-11-01 17:53:24 Modified files: libstdc++-v3 : ChangeLog libstdc++-v3/inclu

[Bug libstdc++/18159] tr1/tuple is broken on darwin

2004-10-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-10-30 14:22 --- Not fully fixed, _I is the one which is invalid usage also. The error I get: /Users/pinskia/src/local/gcc/objdir/powerpc-apple-darwin7.4.1/libstdc++-v3/include/tr1/tuple: 1548: error: expected `>' before num

[Bug libstdc++/18159] tr1/tuple is broken on darwin

2004-10-28 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-10-28 21:47 --- Fixed. -- What|Removed |Added Status|NEW |RESOLVED

[Bug libstdc++/18159] tr1/tuple is broken on darwin

2004-10-28 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-10-28 21:19 --- Subject: Bug 18159 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2004-10-28 21:18:56 Modified files: libstdc++-v3 : ChangeLog libstdc++-v3/inclu

[Bug libstdc++/18159] tr1/tuple is broken on darwin

2004-10-26 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-10-26 15:52 --- Yes _Tp is fine. -- What|Removed |Added Status|UNCONFIRMED |NEW

[Bug libstdc++/18159] tr1/tuple is broken on darwin

2004-10-26 Thread chris at bubblescope dot net
--- Additional Comments From chris at bubblescope dot net 2004-10-26 15:30 --- Yes, sorry, I was not aware of this convention. I'm currently performing some general clean-up to the autogeneration of the tuple header and will at the same time fix this. It's been suggested that _T should b

[Bug libstdc++/18159] tr1/tuple is broken on darwin

2004-10-26 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-10-26 12:02 --- This is why almost all of the tr1/tuple tests fail on darwin. -- What|Removed |Added GCC tar