public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/27984]  New: [4.2 Regression] installed libstdc++ testing broken
@ 2006-06-10 13:22 jsm28 at gcc dot gnu dot org
  2006-06-10 14:10 ` [Bug libstdc++/27984] " pinskia at gcc dot gnu dot org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: jsm28 at gcc dot gnu dot org @ 2006-06-10 13:22 UTC (permalink / raw)
  To: gcc-bugs

Testing of libstdc++ with an installed toolchain was broken by

2006-06-06  Benjamin Kosnik  <bkoz@redhat.com>

        * testsuite/util: New directory.
[...]

g++ -g -O2 -D_GLIBCXX_ASSERT -fmessage-length=0 -DLOCALEDIR="."
-I/scratch/gcc/nightly-2006-06-10-mainline/src/gcc-mainline/libstdc++-v3/testsuite

-I/scratch/gcc/nightly-2006-06-10-mainline/src/gcc-mainline/libstdc++-v3/testsuite
-w -c  -o testsuite_allocator.o
/scratch/gcc/nightly-2006-06-10-mainline/src/gcc-mainline/libstdc++-v3/testsuite/util/testsuite_allocator.cc
/scratch/gcc/nightly-2006-06-10-mainline/src/gcc-mainline/libstdc++-v3/testsuite/util/testsuite_allocator.cc:32:33:
error: testsuite_allocator.h: No such file or directory
[...]

You need to arrange for the util directory to be passed to -I for installed
testing.


-- 
           Summary: [4.2 Regression] installed libstdc++ testing broken
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libstdc++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: jsm28 at gcc dot gnu dot org


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


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

* [Bug libstdc++/27984] [4.2 Regression] installed libstdc++ testing broken
  2006-06-10 13:22 [Bug libstdc++/27984] New: [4.2 Regression] installed libstdc++ testing broken jsm28 at gcc dot gnu dot org
@ 2006-06-10 14:10 ` pinskia at gcc dot gnu dot org
  2006-06-17  0:26 ` mmitchel at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-06-10 14:10 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.2.0


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


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

* [Bug libstdc++/27984] [4.2 Regression] installed libstdc++ testing broken
  2006-06-10 13:22 [Bug libstdc++/27984] New: [4.2 Regression] installed libstdc++ testing broken jsm28 at gcc dot gnu dot org
  2006-06-10 14:10 ` [Bug libstdc++/27984] " pinskia at gcc dot gnu dot org
@ 2006-06-17  0:26 ` mmitchel at gcc dot gnu dot org
  2006-06-17  9:24 ` pcarlini at suse dot de
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2006-06-17  0:26 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from mmitchel at gcc dot gnu dot org  2006-06-17 00:23 -------
I consider this a key validation requirement.  It should be possible to test
the toolchain after installation to validate the bits that will actually go out
to users.  This does not work for all parts of the toolchain, but it has worked
for GCC, G++, and libstdc++ for some time, so this should be fixed.


-- 

mmitchel at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P1


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


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

* [Bug libstdc++/27984] [4.2 Regression] installed libstdc++ testing broken
  2006-06-10 13:22 [Bug libstdc++/27984] New: [4.2 Regression] installed libstdc++ testing broken jsm28 at gcc dot gnu dot org
  2006-06-10 14:10 ` [Bug libstdc++/27984] " pinskia at gcc dot gnu dot org
  2006-06-17  0:26 ` mmitchel at gcc dot gnu dot org
@ 2006-06-17  9:24 ` pcarlini at suse dot de
  2006-06-23 23:49 ` bkoz at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pcarlini at suse dot de @ 2006-06-17  9:24 UTC (permalink / raw)
  To: gcc-bugs



-- 

pcarlini at suse dot de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |bkoz at redhat dot com
                   |dot org                     |
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2006-06-17 09:06:57
               date|                            |


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


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

* [Bug libstdc++/27984] [4.2 Regression] installed libstdc++ testing broken
  2006-06-10 13:22 [Bug libstdc++/27984] New: [4.2 Regression] installed libstdc++ testing broken jsm28 at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2006-06-17  9:24 ` pcarlini at suse dot de
@ 2006-06-23 23:49 ` bkoz at gcc dot gnu dot org
  2006-06-24  1:43 ` bkoz at gcc dot gnu dot org
  2006-06-24  2:53 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: bkoz at gcc dot gnu dot org @ 2006-06-23 23:49 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from bkoz at gcc dot gnu dot org  2006-06-23 23:43 -------
Created an attachment (id=11737)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11737&action=view)
fix


-- 


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


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

* [Bug libstdc++/27984] [4.2 Regression] installed libstdc++ testing broken
  2006-06-10 13:22 [Bug libstdc++/27984] New: [4.2 Regression] installed libstdc++ testing broken jsm28 at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2006-06-23 23:49 ` bkoz at gcc dot gnu dot org
@ 2006-06-24  1:43 ` bkoz at gcc dot gnu dot org
  2006-06-24  2:53 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: bkoz at gcc dot gnu dot org @ 2006-06-24  1:43 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from bkoz at gcc dot gnu dot org  2006-06-24 00:13 -------
Subject: Bug 27984

Author: bkoz
Date: Sat Jun 24 00:13:08 2006
New Revision: 114955

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=114955
Log:
2006-06-23  Benjamin Kosnik  <bkoz@redhat.com>

        PR libstdc++/27984
        * testsuite/lib/libstdc++.exp (libstdc++_init): Adjust
        testing includes.
        * docs/html/test.html: Adjust for testsuite changes.



Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/docs/html/test.html
    trunk/libstdc++-v3/testsuite/lib/libstdc++.exp


-- 


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


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

* [Bug libstdc++/27984] [4.2 Regression] installed libstdc++ testing broken
  2006-06-10 13:22 [Bug libstdc++/27984] New: [4.2 Regression] installed libstdc++ testing broken jsm28 at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2006-06-24  1:43 ` bkoz at gcc dot gnu dot org
@ 2006-06-24  2:53 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-06-24  2:53 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from pinskia at gcc dot gnu dot org  2006-06-24 02:37 -------
Fixed.


-- 

pinskia at gcc dot gnu dot org changed:

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


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


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

end of thread, other threads:[~2006-06-24  2:37 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-06-10 13:22 [Bug libstdc++/27984] New: [4.2 Regression] installed libstdc++ testing broken jsm28 at gcc dot gnu dot org
2006-06-10 14:10 ` [Bug libstdc++/27984] " pinskia at gcc dot gnu dot org
2006-06-17  0:26 ` mmitchel at gcc dot gnu dot org
2006-06-17  9:24 ` pcarlini at suse dot de
2006-06-23 23:49 ` bkoz at gcc dot gnu dot org
2006-06-24  1:43 ` bkoz at gcc dot gnu dot org
2006-06-24  2:53 ` 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).