public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/18690] New: tr1/utility is broken on darwin
@ 2004-11-27 15:30 pinskia at gcc dot gnu dot org
  2004-11-27 15:31 ` [Bug libstdc++/18690] " pinskia at gcc dot gnu dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-11-27 15:30 UTC (permalink / raw)
  To: gcc-bugs

FAIL: tr1/6_containers/tuple/comparison_operators/comparisons.cc (test for excess errors)
Excess errors:
/Users/pinskia/src/local/gcc/objdir/powerpc-apple-darwin7.6.0/libstdc++-v3/include/tr1/utility:77: 
error: expected `>' before numeric constant
/Users/pinskia/src/local/gcc/objdir/powerpc-apple-darwin7.6.0/libstdc++-v3/include/tr1/utility:78: 
error: '_Tp1' was not declared in this scope
/Users/pinskia/src/local/gcc/objdir/powerpc-apple-darwin7.6.0/libstdc++-v3/include/tr1/utility:78: 
error: '_Tp2' was not declared in this scope
/Users/pinskia/src/local/gcc/objdir/powerpc-apple-darwin7.6.0/libstdc++-v3/include/tr1/utility:78: 
error: template argument 1 is invalid
/Users/pinskia/src/local/gcc/objdir/powerpc-apple-darwin7.6.0/libstdc++-v3/include/tr1/utility:78: 
error: template argument 2 is invalid
/Users/pinskia/src/local/gcc/objdir/powerpc-apple-darwin7.6.0/libstdc++-v3/include/tr1/utility:78: 
error: template argument 2 is invalid
/Users/pinskia/src/local/gcc/objdir/powerpc-apple-darwin7.6.0/libstdc++-v3/include/tr1/utility:78: 
error: expected initializer before '&' token

-- 
           Summary: tr1/utility 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=18690


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

* [Bug libstdc++/18690] tr1/utility is broken on darwin
  2004-11-27 15:30 [Bug libstdc++/18690] New: tr1/utility is broken on darwin pinskia at gcc dot gnu dot org
@ 2004-11-27 15:31 ` pinskia at gcc dot gnu dot org
  2004-11-27 15:32 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-11-27 15:31 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-11-27 15:31 -------
The problem is the use of _I in:
   template<int _I, class _Tp1, class _Tp2>
     typename tuple_element<_I, std::pair<_Tp1, _Tp2> >::type&


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
 GCC target triplet|                            |powerpc-darwin


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


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

* [Bug libstdc++/18690] tr1/utility is broken on darwin
  2004-11-27 15:30 [Bug libstdc++/18690] New: tr1/utility is broken on darwin pinskia at gcc dot gnu dot org
  2004-11-27 15:31 ` [Bug libstdc++/18690] " pinskia at gcc dot gnu dot org
@ 2004-11-27 15:32 ` pinskia at gcc dot gnu dot org
  2004-11-27 20:03 ` pcarlini at suse dot de
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-11-27 15:32 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-11-27 15:32:28
               date|                            |


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


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

* [Bug libstdc++/18690] tr1/utility is broken on darwin
  2004-11-27 15:30 [Bug libstdc++/18690] New: tr1/utility is broken on darwin pinskia at gcc dot gnu dot org
  2004-11-27 15:31 ` [Bug libstdc++/18690] " pinskia at gcc dot gnu dot org
  2004-11-27 15:32 ` pinskia at gcc dot gnu dot org
@ 2004-11-27 20:03 ` pcarlini at suse dot de
  2004-11-27 20:25 ` cvs-commit at gcc dot gnu dot org
  2004-11-27 20:27 ` pcarlini at suse dot de
  4 siblings, 0 replies; 6+ messages in thread
From: pcarlini at suse dot de @ 2004-11-27 20:03 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pcarlini at suse dot de  2004-11-27 20:03 -------
Thanks Andrew, I will commit the obvious fix (_I -> _Int).

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |pcarlini at suse dot de
                   |dot org                     |
             Status|NEW                         |ASSIGNED


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


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

* [Bug libstdc++/18690] tr1/utility is broken on darwin
  2004-11-27 15:30 [Bug libstdc++/18690] New: tr1/utility is broken on darwin pinskia at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2004-11-27 20:03 ` pcarlini at suse dot de
@ 2004-11-27 20:25 ` cvs-commit at gcc dot gnu dot org
  2004-11-27 20:27 ` pcarlini at suse dot de
  4 siblings, 0 replies; 6+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-11-27 20:25 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-11-27 20:25 -------
Subject: Bug 18690

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	paolo@gcc.gnu.org	2004-11-27 20:25:11

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

Log message:
	2004-11-27  Paolo Carlini  <pcarlini@suse.de>
	
	PR libstdc++/18690
	* include/tr1/utility (get(pair), get(const pair)): Change
	occurrences of _I to _Int.

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



-- 


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


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

* [Bug libstdc++/18690] tr1/utility is broken on darwin
  2004-11-27 15:30 [Bug libstdc++/18690] New: tr1/utility is broken on darwin pinskia at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2004-11-27 20:25 ` cvs-commit at gcc dot gnu dot org
@ 2004-11-27 20:27 ` pcarlini at suse dot de
  4 siblings, 0 replies; 6+ messages in thread
From: pcarlini at suse dot de @ 2004-11-27 20:27 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pcarlini at suse dot de  2004-11-27 20:27 -------
Fixed.

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


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


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

end of thread, other threads:[~2004-11-27 20:27 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-11-27 15:30 [Bug libstdc++/18690] New: tr1/utility is broken on darwin pinskia at gcc dot gnu dot org
2004-11-27 15:31 ` [Bug libstdc++/18690] " pinskia at gcc dot gnu dot org
2004-11-27 15:32 ` pinskia at gcc dot gnu dot org
2004-11-27 20:03 ` pcarlini at suse dot de
2004-11-27 20:25 ` cvs-commit at gcc dot gnu dot org
2004-11-27 20:27 ` pcarlini at suse dot de

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).