public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/14902] Stream checking functions fail when -pthread option is used.
       [not found] <20040409201937.14902.kpharris@users.sf.net>
@ 2004-04-13  0:38 ` kpharris at users dot sf dot net
  2004-04-13 13:57 ` [Bug libstdc++/14902] " bangerth at dealii dot org
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: kpharris at users dot sf dot net @ 2004-04-13  0:38 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From kpharris at users dot sf dot net  2004-04-12 23:48 -------
I have also found this erroneous behavior with cvs version 3.3.4 (20040412),
which was compiled with no modifications.

The sample code, when compiled with gcc-3.3.2 (ltconfig/collect2.c patched),
works correctly.



-- 


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


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

* [Bug libstdc++/14902] Stream checking functions fail when -pthread option is used.
       [not found] <20040409201937.14902.kpharris@users.sf.net>
  2004-04-13  0:38 ` [Bug c++/14902] Stream checking functions fail when -pthread option is used kpharris at users dot sf dot net
@ 2004-04-13 13:57 ` bangerth at dealii dot org
  2004-04-13 13:59 ` [Bug target/14902] " pinskia at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: bangerth at dealii dot org @ 2004-04-13 13:57 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|c++                         |libstdc++


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


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

* [Bug target/14902] Stream checking functions fail when -pthread option is used.
       [not found] <20040409201937.14902.kpharris@users.sf.net>
  2004-04-13  0:38 ` [Bug c++/14902] Stream checking functions fail when -pthread option is used kpharris at users dot sf dot net
  2004-04-13 13:57 ` [Bug libstdc++/14902] " bangerth at dealii dot org
@ 2004-04-13 13:59 ` pinskia at gcc dot gnu dot org
  2004-04-13 18:03 ` [Bug c++/14902] " kpharris at users dot sf dot net
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-04-13 13:59 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-04-13 12:47 -------
Does this work in a 3.4 prerelease?

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|libstdc++                   |target


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


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

* [Bug c++/14902] Stream checking functions fail when -pthread option is used.
       [not found] <20040409201937.14902.kpharris@users.sf.net>
                   ` (2 preceding siblings ...)
  2004-04-13 13:59 ` [Bug target/14902] " pinskia at gcc dot gnu dot org
@ 2004-04-13 18:03 ` kpharris at users dot sf dot net
  2004-04-13 18:30 ` [Bug target/14902] " pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: kpharris at users dot sf dot net @ 2004-04-13 18:03 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From kpharris at users dot sf dot net  2004-04-13 16:33 -------
The 3.4 prerelease won't compile.  The assembler is at fault, as it gets stuck
in an infinite loop while building the C++ standard library.  I even attached a
debugger to it and watched it spin on about 6 instructions.  The gcc
platform-specific information page says there's an APAR for it which is TBD, but
 I couldn't find a patch for it on the IBM web site.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|target                      |c++


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


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

* [Bug target/14902] Stream checking functions fail when -pthread option is used.
       [not found] <20040409201937.14902.kpharris@users.sf.net>
                   ` (3 preceding siblings ...)
  2004-04-13 18:03 ` [Bug c++/14902] " kpharris at users dot sf dot net
@ 2004-04-13 18:30 ` pinskia at gcc dot gnu dot org
  2004-04-27 18:57 ` dje at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-04-13 18:30 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|c++                         |target


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


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

* [Bug target/14902] Stream checking functions fail when -pthread option is used.
       [not found] <20040409201937.14902.kpharris@users.sf.net>
                   ` (4 preceding siblings ...)
  2004-04-13 18:30 ` [Bug target/14902] " pinskia at gcc dot gnu dot org
@ 2004-04-27 18:57 ` dje at gcc dot gnu dot org
  2004-05-14 12:50 ` kpharris at users dot sf dot net
  2004-05-14 13:01 ` pinskia at gcc dot gnu dot org
  7 siblings, 0 replies; 8+ messages in thread
From: dje at gcc dot gnu dot org @ 2004-04-27 18:57 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From dje at gcc dot gnu dot org  2004-04-27 18:27 -------
The AIX as and ar patches for AIX 5.1 and AIX 5.2 now are available from the IBM
Techsupport website.

-- 


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


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

* [Bug target/14902] Stream checking functions fail when -pthread option is used.
       [not found] <20040409201937.14902.kpharris@users.sf.net>
                   ` (5 preceding siblings ...)
  2004-04-27 18:57 ` dje at gcc dot gnu dot org
@ 2004-05-14 12:50 ` kpharris at users dot sf dot net
  2004-05-14 13:01 ` pinskia at gcc dot gnu dot org
  7 siblings, 0 replies; 8+ messages in thread
From: kpharris at users dot sf dot net @ 2004-05-14 12:50 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From kpharris at users dot sf dot net  2004-05-13 18:34 -------
I was finally able to get the latest IBM patches installed, and gcc 3.4 (3.4.1
20040511) does work properly for this test.

-- 


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


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

* [Bug target/14902] Stream checking functions fail when -pthread option is used.
       [not found] <20040409201937.14902.kpharris@users.sf.net>
                   ` (6 preceding siblings ...)
  2004-05-14 12:50 ` kpharris at users dot sf dot net
@ 2004-05-14 13:01 ` pinskia at gcc dot gnu dot org
  7 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-05-14 13:01 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-05-13 18:37 -------
Closing as fixed for 3.4.1.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |3.4.1


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


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

end of thread, other threads:[~2004-05-13 18:37 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20040409201937.14902.kpharris@users.sf.net>
2004-04-13  0:38 ` [Bug c++/14902] Stream checking functions fail when -pthread option is used kpharris at users dot sf dot net
2004-04-13 13:57 ` [Bug libstdc++/14902] " bangerth at dealii dot org
2004-04-13 13:59 ` [Bug target/14902] " pinskia at gcc dot gnu dot org
2004-04-13 18:03 ` [Bug c++/14902] " kpharris at users dot sf dot net
2004-04-13 18:30 ` [Bug target/14902] " pinskia at gcc dot gnu dot org
2004-04-27 18:57 ` dje at gcc dot gnu dot org
2004-05-14 12:50 ` kpharris at users dot sf dot net
2004-05-14 13:01 ` 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).