public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/18159] New: tr1/tuple is broken on darwin
@ 2004-10-26 12:01 pinskia at gcc dot gnu dot org
  2004-10-26 12:02 ` [Bug libstdc++/18159] " pinskia at gcc dot gnu dot org
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-10-26 12:01 UTC (permalink / raw)
  To: gcc-bugs

tr1/tuple is broken on darwin because tr1/tuple uses _T as a template argument and one of darwin's 
headers define it to be something.

_T goes against libstdc++'s coding style also.

-- 
           Summary: tr1/tuple is broken on darwin
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: libstdc++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: pinskia at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18159


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug libstdc++/18159] tr1/tuple is broken on darwin
  2004-10-26 12:01 [Bug libstdc++/18159] New: tr1/tuple is broken on darwin pinskia at gcc dot gnu dot org
@ 2004-10-26 12:02 ` pinskia at gcc dot gnu dot org
  2004-10-26 15:30 ` chris at bubblescope dot net
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-10-26 12:02 UTC (permalink / raw)
  To: gcc-bugs


------- 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 target triplet|                            |powerpc-darwin


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18159


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug libstdc++/18159] tr1/tuple is broken on darwin
  2004-10-26 12:01 [Bug libstdc++/18159] New: tr1/tuple is broken on darwin pinskia at gcc dot gnu dot org
  2004-10-26 12:02 ` [Bug libstdc++/18159] " pinskia at gcc dot gnu dot org
@ 2004-10-26 15:30 ` chris at bubblescope dot net
  2004-10-26 15:52 ` pinskia at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: chris at bubblescope dot net @ 2004-10-26 15:30 UTC (permalink / raw)
  To: gcc-bugs


------- 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 be replaced with _Tp. I'm assuming this will be fine?

Chris

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18159


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug libstdc++/18159] tr1/tuple is broken on darwin
  2004-10-26 12:01 [Bug libstdc++/18159] New: tr1/tuple is broken on darwin pinskia at gcc dot gnu dot org
  2004-10-26 12:02 ` [Bug libstdc++/18159] " pinskia at gcc dot gnu dot org
  2004-10-26 15:30 ` chris at bubblescope dot net
@ 2004-10-26 15:52 ` pinskia at gcc dot gnu dot org
  2004-10-28 21:19 ` cvs-commit at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-10-26 15:52 UTC (permalink / raw)
  To: gcc-bugs


------- 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
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-10-26 15:52:45
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18159


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug libstdc++/18159] tr1/tuple is broken on darwin
  2004-10-26 12:01 [Bug libstdc++/18159] New: tr1/tuple is broken on darwin pinskia at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2004-10-26 15:52 ` pinskia at gcc dot gnu dot org
@ 2004-10-28 21:19 ` cvs-commit at gcc dot gnu dot org
  2004-10-28 21:47 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-10-28 21:19 UTC (permalink / raw)
  To: gcc-bugs


------- 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:	bkoz@gcc.gnu.org	2004-10-28 21:18:56

Modified files:
	libstdc++-v3   : ChangeLog 
	libstdc++-v3/include/tr1: tuple 

Log message:
	2004-10-28  Chris Jefferson  <chris@bubblescope.net>
	
	PR libstdc++/18159
	* include/tr1/tuple: Fix, change formatting.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/ChangeLog.diff?cvsroot=gcc&r1=1.2733&r2=1.2734
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/tr1/tuple.diff?cvsroot=gcc&r1=1.1&r2=1.2



-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18159


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug libstdc++/18159] tr1/tuple is broken on darwin
  2004-10-26 12:01 [Bug libstdc++/18159] New: tr1/tuple is broken on darwin pinskia at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2004-10-28 21:19 ` cvs-commit at gcc dot gnu dot org
@ 2004-10-28 21:47 ` pinskia at gcc dot gnu dot org
  2004-10-30 14:22 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-10-28 21:47 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-10-28 21:47 -------
Fixed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.0.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18159


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug libstdc++/18159] tr1/tuple is broken on darwin
  2004-10-26 12:01 [Bug libstdc++/18159] New: tr1/tuple is broken on darwin pinskia at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2004-10-28 21:47 ` pinskia at gcc dot gnu dot org
@ 2004-10-30 14:22 ` pinskia at gcc dot gnu dot org
  2004-11-01 17:53 ` cvs-commit at gcc dot gnu dot org
  2004-11-01 19:42 ` pinskia at gcc dot gnu dot org
  7 siblings, 0 replies; 9+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-10-30 14:22 UTC (permalink / raw)
  To: gcc-bugs


------- 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 numeric constant

  template<int _I, class _Tp1, class _Tp2>

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |chris at bubblescope dot net
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |
   Target Milestone|4.0.0                       |---


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18159


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug libstdc++/18159] tr1/tuple is broken on darwin
  2004-10-26 12:01 [Bug libstdc++/18159] New: tr1/tuple is broken on darwin pinskia at gcc dot gnu dot org
                   ` (5 preceding siblings ...)
  2004-10-30 14:22 ` pinskia at gcc dot gnu dot org
@ 2004-11-01 17:53 ` cvs-commit at gcc dot gnu dot org
  2004-11-01 19:42 ` pinskia at gcc dot gnu dot org
  7 siblings, 0 replies; 9+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-11-01 17:53 UTC (permalink / raw)
  To: gcc-bugs


------- 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:	bkoz@gcc.gnu.org	2004-11-01 17:53:24

Modified files:
	libstdc++-v3   : ChangeLog 
	libstdc++-v3/include/tr1: tuple 

Log message:
	2004-11-01  Chris Jefferson  <chris@bubblescope.net>
	
	PR libstdc++/18159
	* include/tr1/tuple (get(pair)): Change occurrences of _I to _Int.
	(get(const pair)): Likewise.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/ChangeLog.diff?cvsroot=gcc&r1=1.2741&r2=1.2742
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/tr1/tuple.diff?cvsroot=gcc&r1=1.2&r2=1.3



-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18159


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug libstdc++/18159] tr1/tuple is broken on darwin
  2004-10-26 12:01 [Bug libstdc++/18159] New: tr1/tuple is broken on darwin pinskia at gcc dot gnu dot org
                   ` (6 preceding siblings ...)
  2004-11-01 17:53 ` cvs-commit at gcc dot gnu dot org
@ 2004-11-01 19:42 ` pinskia at gcc dot gnu dot org
  7 siblings, 0 replies; 9+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-11-01 19:42 UTC (permalink / raw)
  To: gcc-bugs


------- 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                    |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.0.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18159


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2004-11-01 19:42 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-10-26 12:01 [Bug libstdc++/18159] New: tr1/tuple is broken on darwin pinskia at gcc dot gnu dot org
2004-10-26 12:02 ` [Bug libstdc++/18159] " pinskia at gcc dot gnu dot org
2004-10-26 15:30 ` chris at bubblescope dot net
2004-10-26 15:52 ` pinskia at gcc dot gnu dot org
2004-10-28 21:19 ` cvs-commit at gcc dot gnu dot org
2004-10-28 21:47 ` pinskia at gcc dot gnu dot org
2004-10-30 14:22 ` pinskia at gcc dot gnu dot org
2004-11-01 17:53 ` cvs-commit at gcc dot gnu dot org
2004-11-01 19:42 ` pinskia at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).