public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/35221]  New: libstdc++ broken
@ 2008-02-16 22:22 andreast at gcc dot gnu dot org
  2008-02-16 23:18 ` [Bug libstdc++/35221] [4.3 Regression] " rguenth at gcc dot gnu dot org
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: andreast at gcc dot gnu dot org @ 2008-02-16 22:22 UTC (permalink / raw)
  To: gcc-bugs

/export/data/devel-test/gcc-svn/objdir/sparc-sun-solaris2.8/libstdc++-v3/include/parallel/types.h:74:
error: 'std::tr1' has not been declared


Most probably due to this ci:
http://gcc.gnu.org/ml/gcc-cvs/2008-02/msg00368.html

Broken on sparc-sun-solaris2.8, and at least on 32-bit and 64-bit hpux pa.

You can retarget the severity, but for me this smells blocking.


-- 
           Summary: libstdc++ broken
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: blocker
          Priority: P3
         Component: libstdc++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: andreast at gcc dot gnu dot org
 GCC build triplet: hppa*-hp-hpux11.11, sparc-sun-solaris2.8
  GCC host triplet: hppa*-hp-hpux11.11, sparc-sun-solaris2.8
GCC target triplet: hppa*-hp-hpux11.11, sparc-sun-solaris2.8


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


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

* [Bug libstdc++/35221] [4.3 Regression] libstdc++ broken
  2008-02-16 22:22 [Bug libstdc++/35221] New: libstdc++ broken andreast at gcc dot gnu dot org
@ 2008-02-16 23:18 ` rguenth at gcc dot gnu dot org
  2008-02-17  9:51 ` andreast at gcc dot gnu dot org
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2008-02-16 23:18 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from rguenth at gcc dot gnu dot org  2008-02-16 23:18 -------
Benjamin, why this late changes shortly before the release?


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |build
           Priority|P3                          |P1
            Summary|libstdc++ broken            |[4.3 Regression] libstdc++
                   |                            |broken
   Target Milestone|---                         |4.3.0


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


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

* [Bug libstdc++/35221] [4.3 Regression] libstdc++ broken
  2008-02-16 22:22 [Bug libstdc++/35221] New: libstdc++ broken andreast at gcc dot gnu dot org
  2008-02-16 23:18 ` [Bug libstdc++/35221] [4.3 Regression] " rguenth at gcc dot gnu dot org
@ 2008-02-17  9:51 ` andreast at gcc dot gnu dot org
  2008-02-17 11:00 ` pcarlini at suse dot de
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: andreast at gcc dot gnu dot org @ 2008-02-17  9:51 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from andreast at gcc dot gnu dot org  2008-02-17 09:51 -------
*** Bug 35230 has been marked as a duplicate of this bug. ***


-- 


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


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

* [Bug libstdc++/35221] [4.3 Regression] libstdc++ broken
  2008-02-16 22:22 [Bug libstdc++/35221] New: libstdc++ broken andreast at gcc dot gnu dot org
  2008-02-16 23:18 ` [Bug libstdc++/35221] [4.3 Regression] " rguenth at gcc dot gnu dot org
  2008-02-17  9:51 ` andreast at gcc dot gnu dot org
@ 2008-02-17 11:00 ` pcarlini at suse dot de
  2008-02-17 11:06 ` ebotcazou at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: pcarlini at suse dot de @ 2008-02-17 11:00 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from pcarlini at suse dot de  2008-02-17 10:59 -------
The problem is just that <stdint> isn't available everywhere (I don't think the
configure checks can be weakened). Probably we should just keep the old "by
hand" typedefs.


-- 

pcarlini at suse dot de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2008-02-17 10:59:47
               date|                            |


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


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

* [Bug libstdc++/35221] [4.3 Regression] libstdc++ broken
  2008-02-16 22:22 [Bug libstdc++/35221] New: libstdc++ broken andreast at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2008-02-17 11:00 ` pcarlini at suse dot de
@ 2008-02-17 11:06 ` ebotcazou at gcc dot gnu dot org
  2008-02-17 11:34 ` pcarlini at suse dot de
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2008-02-17 11:06 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from ebotcazou at gcc dot gnu dot org  2008-02-17 11:05 -------
> The problem is just that <stdint> isn't available everywhere (I don't think the
> configure checks can be weakened). Probably we should just keep the old "by
> hand" typedefs.

The canonical solution is config/stdint.m4, see the Fortran library.


-- 

ebotcazou at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ebotcazou at gcc dot gnu dot
                   |                            |org


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


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

* [Bug libstdc++/35221] [4.3 Regression] libstdc++ broken
  2008-02-16 22:22 [Bug libstdc++/35221] New: libstdc++ broken andreast at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2008-02-17 11:06 ` ebotcazou at gcc dot gnu dot org
@ 2008-02-17 11:34 ` pcarlini at suse dot de
  2008-02-17 14:14 ` rguenth at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: pcarlini at suse dot de @ 2008-02-17 11:34 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from pcarlini at suse dot de  2008-02-17 11:33 -------
Thanks Eric. I'm not sure that rework is appropriate for 4.3.0, though...


-- 


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


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

* [Bug libstdc++/35221] [4.3 Regression] libstdc++ broken
  2008-02-16 22:22 [Bug libstdc++/35221] New: libstdc++ broken andreast at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2008-02-17 11:34 ` pcarlini at suse dot de
@ 2008-02-17 14:14 ` rguenth at gcc dot gnu dot org
  2008-02-17 14:44 ` pcarlini at suse dot de
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2008-02-17 14:14 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from rguenth at gcc dot gnu dot org  2008-02-17 14:14 -------
Yes - please consider reverting the change that caused this PR and work on this
on the trunk after we have branched.


-- 


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


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

* [Bug libstdc++/35221] [4.3 Regression] libstdc++ broken
  2008-02-16 22:22 [Bug libstdc++/35221] New: libstdc++ broken andreast at gcc dot gnu dot org
                   ` (5 preceding siblings ...)
  2008-02-17 14:14 ` rguenth at gcc dot gnu dot org
@ 2008-02-17 14:44 ` pcarlini at suse dot de
  2008-02-17 15:47 ` paolo at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: pcarlini at suse dot de @ 2008-02-17 14:44 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from pcarlini at suse dot de  2008-02-17 14:43 -------
Ok, I'm taking care of that.


-- 

pcarlini at suse dot de changed:

           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=35221


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

* [Bug libstdc++/35221] [4.3 Regression] libstdc++ broken
  2008-02-16 22:22 [Bug libstdc++/35221] New: libstdc++ broken andreast at gcc dot gnu dot org
                   ` (6 preceding siblings ...)
  2008-02-17 14:44 ` pcarlini at suse dot de
@ 2008-02-17 15:47 ` paolo at gcc dot gnu dot org
  2008-02-17 15:50 ` pcarlini at suse dot de
  2008-02-17 20:18 ` andreast at gcc dot gnu dot org
  9 siblings, 0 replies; 11+ messages in thread
From: paolo at gcc dot gnu dot org @ 2008-02-17 15:47 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #8 from paolo at gcc dot gnu dot org  2008-02-17 15:47 -------
Subject: Bug 35221

Author: paolo
Date: Sun Feb 17 15:46:30 2008
New Revision: 132380

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=132380
Log:
2008-02-17  Paolo Carlini  <pcarlini@suse.de>

        PR libstdc++/35221
        * include/parallel/types.h: Reinstate integer types typedefs.
        * include/parallel/multiseq_selection.h: Adjust.
        * include/parallel/compatibility.h: Likewise.
        * include/parallel/random_shuffle.h: Likewise.
        * include/parallel/random_number.h: Likewise.
        * include/parallel/base.h: Likewise.


Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/include/parallel/base.h
    trunk/libstdc++-v3/include/parallel/compatibility.h
    trunk/libstdc++-v3/include/parallel/multiseq_selection.h
    trunk/libstdc++-v3/include/parallel/random_number.h
    trunk/libstdc++-v3/include/parallel/random_shuffle.h
    trunk/libstdc++-v3/include/parallel/types.h


-- 


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


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

* [Bug libstdc++/35221] [4.3 Regression] libstdc++ broken
  2008-02-16 22:22 [Bug libstdc++/35221] New: libstdc++ broken andreast at gcc dot gnu dot org
                   ` (7 preceding siblings ...)
  2008-02-17 15:47 ` paolo at gcc dot gnu dot org
@ 2008-02-17 15:50 ` pcarlini at suse dot de
  2008-02-17 20:18 ` andreast at gcc dot gnu dot org
  9 siblings, 0 replies; 11+ messages in thread
From: pcarlini at suse dot de @ 2008-02-17 15:50 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #9 from pcarlini at suse dot de  2008-02-17 15:49 -------
Fixed.


-- 

pcarlini at suse dot de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED


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


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

* [Bug libstdc++/35221] [4.3 Regression] libstdc++ broken
  2008-02-16 22:22 [Bug libstdc++/35221] New: libstdc++ broken andreast at gcc dot gnu dot org
                   ` (8 preceding siblings ...)
  2008-02-17 15:50 ` pcarlini at suse dot de
@ 2008-02-17 20:18 ` andreast at gcc dot gnu dot org
  9 siblings, 0 replies; 11+ messages in thread
From: andreast at gcc dot gnu dot org @ 2008-02-17 20:18 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #10 from andreast at gcc dot gnu dot org  2008-02-17 20:17 -------
Thanks a lot!
sparc-sun-solaris2.8 and hppa*-hp-hpux11.11 build again.


-- 


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


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

end of thread, other threads:[~2008-02-17 20:18 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-02-16 22:22 [Bug libstdc++/35221] New: libstdc++ broken andreast at gcc dot gnu dot org
2008-02-16 23:18 ` [Bug libstdc++/35221] [4.3 Regression] " rguenth at gcc dot gnu dot org
2008-02-17  9:51 ` andreast at gcc dot gnu dot org
2008-02-17 11:00 ` pcarlini at suse dot de
2008-02-17 11:06 ` ebotcazou at gcc dot gnu dot org
2008-02-17 11:34 ` pcarlini at suse dot de
2008-02-17 14:14 ` rguenth at gcc dot gnu dot org
2008-02-17 14:44 ` pcarlini at suse dot de
2008-02-17 15:47 ` paolo at gcc dot gnu dot org
2008-02-17 15:50 ` pcarlini at suse dot de
2008-02-17 20:18 ` andreast 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).