public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/35887]  New: stl parallel includes installed for --disable-libgomp
@ 2008-04-09 14:25 pluto at agmk dot net
  2008-04-14 22:49 ` [Bug libstdc++/35887] " bkoz at gcc dot gnu dot org
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: pluto at agmk dot net @ 2008-04-09 14:25 UTC (permalink / raw)
  To: gcc-bugs

with --disable-libgomp buildsystem omits omp.h installation
but installs libstdc++/parallel stuff which depends on it.
this won't work.


-- 
           Summary: stl parallel includes installed for --disable-libgomp
           Product: gcc
           Version: 4.3.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libstdc++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: pluto at agmk dot net


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


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

* [Bug libstdc++/35887] stl parallel includes installed for --disable-libgomp
  2008-04-09 14:25 [Bug libstdc++/35887] New: stl parallel includes installed for --disable-libgomp pluto at agmk dot net
@ 2008-04-14 22:49 ` bkoz at gcc dot gnu dot org
  2008-04-24 21:11 ` bkoz at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: bkoz at gcc dot gnu dot org @ 2008-04-14 22:49 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from bkoz at gcc dot gnu dot org  2008-04-14 22:49 -------

Fixing reported against, target milestone.


-- 

bkoz at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.3.1
            Version|4.3.1                       |4.3.0


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


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

* [Bug libstdc++/35887] stl parallel includes installed for --disable-libgomp
  2008-04-09 14:25 [Bug libstdc++/35887] New: stl parallel includes installed for --disable-libgomp pluto at agmk dot net
  2008-04-14 22:49 ` [Bug libstdc++/35887] " bkoz at gcc dot gnu dot org
@ 2008-04-24 21:11 ` bkoz at gcc dot gnu dot org
  2008-04-24 23:31 ` bkoz at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: bkoz at gcc dot gnu dot org @ 2008-04-24 21:11 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from bkoz at gcc dot gnu dot org  2008-04-24 21:10 -------

Mine.


-- 

bkoz at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |bkoz at gcc dot gnu dot org
                   |dot org                     |
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2008-04-24 21:10:31
               date|                            |


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


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

* [Bug libstdc++/35887] stl parallel includes installed for --disable-libgomp
  2008-04-09 14:25 [Bug libstdc++/35887] New: stl parallel includes installed for --disable-libgomp pluto at agmk dot net
  2008-04-14 22:49 ` [Bug libstdc++/35887] " bkoz at gcc dot gnu dot org
  2008-04-24 21:11 ` bkoz at gcc dot gnu dot org
@ 2008-04-24 23:31 ` bkoz at gcc dot gnu dot org
  2008-04-24 23:36 ` bkoz at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: bkoz at gcc dot gnu dot org @ 2008-04-24 23:31 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from bkoz at gcc dot gnu dot org  2008-04-24 23:31 -------
Subject: Bug 35887

Author: bkoz
Date: Thu Apr 24 23:30:10 2008
New Revision: 134649

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=134649
Log:

2008-04-24  Benjamin Kosnik  <bkoz@redhat.com>

        PR libstdc++/35887 
        * configure.ac: Add default argument to GLIBCXX_ENABLE_PARALLEL.
        Move atomic warnings to GLIBCXX_ENABLE_ATOMIC_BUILTINS.
        * acinclude.m4 (GLIBCXX_ENABLE_PARALLEL): Check for --disable-libgomp.
        (GLIBCXX_ENABLE_ATOMIC_BUILTINS): Add warning information.
        * configure: Regenerate.
        * include/Makefile.am (parallel_headers): Make conditional on
        ENABLE_PARALLEL.
        * include/Makefile.in: Regenerate.


Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/acinclude.m4
    trunk/libstdc++-v3/configure
    trunk/libstdc++-v3/configure.ac
    trunk/libstdc++-v3/include/Makefile.am
    trunk/libstdc++-v3/include/Makefile.in


-- 


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


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

* [Bug libstdc++/35887] stl parallel includes installed for --disable-libgomp
  2008-04-09 14:25 [Bug libstdc++/35887] New: stl parallel includes installed for --disable-libgomp pluto at agmk dot net
                   ` (3 preceding siblings ...)
  2008-04-24 23:36 ` bkoz at gcc dot gnu dot org
@ 2008-04-24 23:36 ` bkoz at gcc dot gnu dot org
  2008-04-24 23:38 ` bkoz at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: bkoz at gcc dot gnu dot org @ 2008-04-24 23:36 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from bkoz at gcc dot gnu dot org  2008-04-24 23:36 -------
Subject: Bug 35887

Author: bkoz
Date: Thu Apr 24 23:35:22 2008
New Revision: 134650

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=134650
Log:

2008-04-24  Benjamin Kosnik  <bkoz@redhat.com>

        PR libstdc++/35887 
        * configure.ac: Add default argument to GLIBCXX_ENABLE_PARALLEL.
        * acinclude.m4 (GLIBCXX_ENABLE_PARALLEL): Check for --disable-libgomp.
        * configure: Regenerate.
        * include/Makefile.am (parallel_headers): Make conditional on
        ENABLE_PARALLEL.
        * include/Makefile.in: Regenerate.


Modified:
    branches/gcc-4_3-branch/libstdc++-v3/ChangeLog
    branches/gcc-4_3-branch/libstdc++-v3/acinclude.m4
    branches/gcc-4_3-branch/libstdc++-v3/configure
    branches/gcc-4_3-branch/libstdc++-v3/configure.ac
    branches/gcc-4_3-branch/libstdc++-v3/include/Makefile.am
    branches/gcc-4_3-branch/libstdc++-v3/include/Makefile.in


-- 


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


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

* [Bug libstdc++/35887] stl parallel includes installed for --disable-libgomp
  2008-04-09 14:25 [Bug libstdc++/35887] New: stl parallel includes installed for --disable-libgomp pluto at agmk dot net
                   ` (2 preceding siblings ...)
  2008-04-24 23:31 ` bkoz at gcc dot gnu dot org
@ 2008-04-24 23:36 ` bkoz at gcc dot gnu dot org
  2008-04-24 23:36 ` bkoz at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: bkoz at gcc dot gnu dot org @ 2008-04-24 23:36 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from bkoz at gcc dot gnu dot org  2008-04-24 23:35 -------

Fixed on trunk, gcc-4_3-branch.


-- 


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


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

* [Bug libstdc++/35887] stl parallel includes installed for --disable-libgomp
  2008-04-09 14:25 [Bug libstdc++/35887] New: stl parallel includes installed for --disable-libgomp pluto at agmk dot net
                   ` (4 preceding siblings ...)
  2008-04-24 23:36 ` bkoz at gcc dot gnu dot org
@ 2008-04-24 23:38 ` bkoz at gcc dot gnu dot org
  2008-04-25 16:54 ` bkoz at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: bkoz at gcc dot gnu dot org @ 2008-04-24 23:38 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from bkoz at gcc dot gnu dot org  2008-04-24 23:37 -------

Fixed.


-- 

bkoz at gcc dot gnu dot org changed:

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


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


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

* [Bug libstdc++/35887] stl parallel includes installed for --disable-libgomp
  2008-04-09 14:25 [Bug libstdc++/35887] New: stl parallel includes installed for --disable-libgomp pluto at agmk dot net
                   ` (5 preceding siblings ...)
  2008-04-24 23:38 ` bkoz at gcc dot gnu dot org
@ 2008-04-25 16:54 ` bkoz at gcc dot gnu dot org
  2008-04-25 18:38 ` bkoz at gcc dot gnu dot org
  2008-04-29  4:41 ` bkoz at gcc dot gnu dot org
  8 siblings, 0 replies; 10+ messages in thread
From: bkoz at gcc dot gnu dot org @ 2008-04-25 16:54 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from bkoz at gcc dot gnu dot org  2008-04-25 16:53 -------
Subject: Bug 35887

Author: bkoz
Date: Fri Apr 25 16:52:57 2008
New Revision: 134671

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=134671
Log:

2008-05-25  Benjamin Kosnik  <bkoz@redhat.com>

        Revert PR libstdc++/35887 
        * configure.ac: Revert.
        * acinclude.m4: Same.
        * configure: Regenerate.
        * include/Makefile.am: Revert.
        * include/Makefile.in: Regenerate.


Modified:
    branches/gcc-4_3-branch/libstdc++-v3/ChangeLog
    branches/gcc-4_3-branch/libstdc++-v3/acinclude.m4
    branches/gcc-4_3-branch/libstdc++-v3/configure
    branches/gcc-4_3-branch/libstdc++-v3/configure.ac
    branches/gcc-4_3-branch/libstdc++-v3/include/Makefile.am
    branches/gcc-4_3-branch/libstdc++-v3/include/Makefile.in


-- 


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


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

* [Bug libstdc++/35887] stl parallel includes installed for --disable-libgomp
  2008-04-09 14:25 [Bug libstdc++/35887] New: stl parallel includes installed for --disable-libgomp pluto at agmk dot net
                   ` (6 preceding siblings ...)
  2008-04-25 16:54 ` bkoz at gcc dot gnu dot org
@ 2008-04-25 18:38 ` bkoz at gcc dot gnu dot org
  2008-04-29  4:41 ` bkoz at gcc dot gnu dot org
  8 siblings, 0 replies; 10+ messages in thread
From: bkoz at gcc dot gnu dot org @ 2008-04-25 18:38 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #8 from bkoz at gcc dot gnu dot org  2008-04-25 18:38 -------
Subject: Bug 35887

Author: bkoz
Date: Fri Apr 25 18:37:22 2008
New Revision: 134675

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=134675
Log:
2008-04-25  Benjamin Kosnik  <bkoz@redhat.com>

        PR libstdc++/35887
        * acinclude.m4: (GLIBCXX_ENABLE_PARALLEL): Check for thread support.
        * configure.ac: Re-order compiler macros.
        * configure: Regenerated.



Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/acinclude.m4
    trunk/libstdc++-v3/configure
    trunk/libstdc++-v3/configure.ac


-- 


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


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

* [Bug libstdc++/35887] stl parallel includes installed for --disable-libgomp
  2008-04-09 14:25 [Bug libstdc++/35887] New: stl parallel includes installed for --disable-libgomp pluto at agmk dot net
                   ` (7 preceding siblings ...)
  2008-04-25 18:38 ` bkoz at gcc dot gnu dot org
@ 2008-04-29  4:41 ` bkoz at gcc dot gnu dot org
  8 siblings, 0 replies; 10+ messages in thread
From: bkoz at gcc dot gnu dot org @ 2008-04-29  4:41 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #9 from bkoz at gcc dot gnu dot org  2008-04-29 04:41 -------
Subject: Bug 35887

Author: bkoz
Date: Tue Apr 29 04:40:08 2008
New Revision: 134776

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=134776
Log:
2008-04-28  Benjamin Kosnik  <bkoz@redhat.com>

        PR libstdc++/35887
        * acinclude.m4 (GLIBCXX_ENABLE_PARALLEL): Revert back to just
        checking for omp.h.
        * configure: Regenerate.


Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/acinclude.m4
    trunk/libstdc++-v3/configure


-- 


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


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

end of thread, other threads:[~2008-04-29  4:41 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-04-09 14:25 [Bug libstdc++/35887] New: stl parallel includes installed for --disable-libgomp pluto at agmk dot net
2008-04-14 22:49 ` [Bug libstdc++/35887] " bkoz at gcc dot gnu dot org
2008-04-24 21:11 ` bkoz at gcc dot gnu dot org
2008-04-24 23:31 ` bkoz at gcc dot gnu dot org
2008-04-24 23:36 ` bkoz at gcc dot gnu dot org
2008-04-24 23:36 ` bkoz at gcc dot gnu dot org
2008-04-24 23:38 ` bkoz at gcc dot gnu dot org
2008-04-25 16:54 ` bkoz at gcc dot gnu dot org
2008-04-25 18:38 ` bkoz at gcc dot gnu dot org
2008-04-29  4:41 ` bkoz 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).