public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/15489] New: testsuite_files determined incorrectly
@ 2004-05-17 20:00 jbeulich at novell dot com
  2004-05-18 16:06 ` [Bug libstdc++/15489] " bkoz at gcc dot gnu dot org
                   ` (19 more replies)
  0 siblings, 20 replies; 21+ messages in thread
From: jbeulich at novell dot com @ 2004-05-17 20:00 UTC (permalink / raw)
  To: gcc-bugs

When the source tree is consisting (mainly) of symbolic links (pointing into
another source tree), testsuite_files (as well as the other two related
variables) are empty, making a testsuite run meaningless. I'd suggest

--- /usr/local/src/gcc-3.4.0/libstdc++-v3/scripts/create_testsuite_files
2003-07-06 05:14:37.000000000 +0200
+++ 3.4.0/libstdc++-v3/scripts/create_testsuite_files	2004-05-14
14:54:57.000000000 +0200
@@ -35,7 +35,7 @@
 for d in [a-z]*; do
   test -d $d && dlist="$dlist $d"
 done
-find $dlist -type f -name "*.cc" | sort > $tmp.1
+find $dlist -xtype f -name "*.cc" | sort > $tmp.1
 
 # If the library is not configured to support wchar_t, don't run those tests.
 if test -f "$outdir/testsuite_wchar_t"; then

-- 
           Summary: testsuite_files determined incorrectly
           Product: gcc
           Version: 3.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: libstdc++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: jbeulich at novell dot com
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu


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


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

* [Bug libstdc++/15489] testsuite_files determined incorrectly
  2004-05-17 20:00 [Bug libstdc++/15489] New: testsuite_files determined incorrectly jbeulich at novell dot com
@ 2004-05-18 16:06 ` bkoz at gcc dot gnu dot org
  2004-05-19 12:10 ` cvs-commit at gcc dot gnu dot org
                   ` (18 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: bkoz at gcc dot gnu dot org @ 2004-05-18 16:06 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From bkoz at gcc dot gnu dot org  2004-05-18 01:17 -------

You should create a ChangeLog for this, and attach the patch you wrote here.
Then, mail this to gcc-patches and libstdc++ lists.

Although not necessary for these two bugs, you might want to consider getting an
FSF copyright assignment, or clarifying your status under existing assignments
at your company, if applicable.

best,
benjamin

-- 


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


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

* [Bug libstdc++/15489] testsuite_files determined incorrectly
  2004-05-17 20:00 [Bug libstdc++/15489] New: testsuite_files determined incorrectly jbeulich at novell dot com
  2004-05-18 16:06 ` [Bug libstdc++/15489] " bkoz at gcc dot gnu dot org
@ 2004-05-19 12:10 ` cvs-commit at gcc dot gnu dot org
  2004-05-20 23:35 ` cvs-commit at gcc dot gnu dot org
                   ` (17 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-05-19 12:10 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-05-18 18:42 -------
Subject: Bug 15489

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	bkoz@gcc.gnu.org	2004-05-18 18:42:28

Modified files:
	libstdc++-v3   : ChangeLog 
	libstdc++-v3/scripts: create_testsuite_files 
	libstdc++-v3/testsuite/lib: libstdc++.exp 

Log message:
	2004-05-18  Jan Beulich  <jbeulich@novell.com>
	
	PR libstdc++/15489
	* scripts/create_testsuite_files: Also find source files through
	symbolic links.
	
	2004-05-18  Jan Beulich  <jbeulich@novell.com>
	
	PR libstdc++/15488
	* testsuite/lib/libstdc++.exp: Make test files writable.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/ChangeLog.diff?cvsroot=gcc&r1=1.2482&r2=1.2483
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/scripts/create_testsuite_files.diff?cvsroot=gcc&r1=1.1&r2=1.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/lib/libstdc++.exp.diff?cvsroot=gcc&r1=1.20&r2=1.21



-- 


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


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

* [Bug libstdc++/15489] testsuite_files determined incorrectly
  2004-05-17 20:00 [Bug libstdc++/15489] New: testsuite_files determined incorrectly jbeulich at novell dot com
  2004-05-18 16:06 ` [Bug libstdc++/15489] " bkoz at gcc dot gnu dot org
  2004-05-19 12:10 ` cvs-commit at gcc dot gnu dot org
@ 2004-05-20 23:35 ` cvs-commit at gcc dot gnu dot org
  2004-05-21  0:11 ` pinskia at gcc dot gnu dot org
                   ` (16 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-05-20 23:35 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-05-19 23:36 -------
Subject: Bug 15489

CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-3_4-branch
Changes by:	bkoz@gcc.gnu.org	2004-05-19 23:36:39

Modified files:
	libstdc++-v3   : ChangeLog 
	libstdc++-v3/scripts: create_testsuite_files 
	libstdc++-v3/testsuite/lib: libstdc++.exp 

Log message:
	2004-05-19  Jan Beulich  <jbeulich@novell.com>
	
	PR libstdc++/15489
	* scripts/create_testsuite_files: Also find source files through
	symbolic links.
	
	2004-05-19  Jan Beulich  <jbeulich@novell.com>
	
	PR libstdc++/15488
	* testsuite/lib/libstdc++.exp: Make test files writable.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.2224.2.108&r2=1.2224.2.109
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/scripts/create_testsuite_files.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.1&r2=1.1.22.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/lib/libstdc++.exp.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.15.4.3&r2=1.15.4.4



-- 


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


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

* [Bug libstdc++/15489] testsuite_files determined incorrectly
  2004-05-17 20:00 [Bug libstdc++/15489] New: testsuite_files determined incorrectly jbeulich at novell dot com
                   ` (2 preceding siblings ...)
  2004-05-20 23:35 ` cvs-commit at gcc dot gnu dot org
@ 2004-05-21  0:11 ` pinskia at gcc dot gnu dot org
  2004-05-24  2:34 ` ebotcazou at gcc dot gnu dot org
                   ` (15 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-05-21  0:11 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-05-19 23:52 -------
Fixed.

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


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


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

* [Bug libstdc++/15489] testsuite_files determined incorrectly
  2004-05-17 20:00 [Bug libstdc++/15489] New: testsuite_files determined incorrectly jbeulich at novell dot com
                   ` (3 preceding siblings ...)
  2004-05-21  0:11 ` pinskia at gcc dot gnu dot org
@ 2004-05-24  2:34 ` ebotcazou at gcc dot gnu dot org
  2004-05-24  2:35 ` ebotcazou at gcc dot gnu dot org
                   ` (14 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2004-05-24  2:34 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From ebotcazou at gcc dot gnu dot org  2004-05-23 23:12 -------
I can't run the testsuite anymore on Solaris (3.4 branch) as of 05/23.  All was
working correctly on 05/16.


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bkoz at gcc dot gnu dot org
             Status|RESOLVED                    |UNCONFIRMED
         Resolution|FIXED                       |


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


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

* [Bug libstdc++/15489] testsuite_files determined incorrectly
  2004-05-17 20:00 [Bug libstdc++/15489] New: testsuite_files determined incorrectly jbeulich at novell dot com
                   ` (4 preceding siblings ...)
  2004-05-24  2:34 ` ebotcazou at gcc dot gnu dot org
@ 2004-05-24  2:35 ` ebotcazou at gcc dot gnu dot org
  2004-05-25  5:04 ` ebotcazou at gcc dot gnu dot org
                   ` (13 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2004-05-24  2:35 UTC (permalink / raw)
  To: gcc-bugs



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


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


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

* [Bug libstdc++/15489] testsuite_files determined incorrectly
  2004-05-17 20:00 [Bug libstdc++/15489] New: testsuite_files determined incorrectly jbeulich at novell dot com
                   ` (5 preceding siblings ...)
  2004-05-24  2:35 ` ebotcazou at gcc dot gnu dot org
@ 2004-05-25  5:04 ` ebotcazou at gcc dot gnu dot org
  2004-05-25 14:33 ` bkoz at gcc dot gnu dot org
                   ` (12 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2004-05-25  5:04 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From ebotcazou at gcc dot gnu dot org  2004-05-24 10:06 -------
Same problem on mainline.


-- 


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


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

* [Bug libstdc++/15489] testsuite_files determined incorrectly
  2004-05-17 20:00 [Bug libstdc++/15489] New: testsuite_files determined incorrectly jbeulich at novell dot com
                   ` (6 preceding siblings ...)
  2004-05-25  5:04 ` ebotcazou at gcc dot gnu dot org
@ 2004-05-25 14:33 ` bkoz at gcc dot gnu dot org
  2004-05-25 14:48 ` ebotcazou at gcc dot gnu dot org
                   ` (11 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: bkoz at gcc dot gnu dot org @ 2004-05-25 14:33 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From bkoz at gcc dot gnu dot org  2004-05-24 16:44 -------

Eric, does reverting this patch fix your problem? If so, why?

-benjamin

-- 


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


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

* [Bug libstdc++/15489] testsuite_files determined incorrectly
  2004-05-17 20:00 [Bug libstdc++/15489] New: testsuite_files determined incorrectly jbeulich at novell dot com
                   ` (7 preceding siblings ...)
  2004-05-25 14:33 ` bkoz at gcc dot gnu dot org
@ 2004-05-25 14:48 ` ebotcazou at gcc dot gnu dot org
  2004-05-26  4:28 ` ebotcazou at gcc dot gnu dot org
                   ` (10 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2004-05-25 14:48 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From ebotcazou at gcc dot gnu dot org  2004-05-24 18:50 -------
I reverted both patches and did a 'gmake check-target-libstc++-v3" but with the
same result.  That's why I'd like to know if there is a way to rebuild the
testing framework from scratch once the compiler has been bootstrapped.  If
there is not, I'll bootstrap again.

-- 


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


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

* [Bug libstdc++/15489] testsuite_files determined incorrectly
  2004-05-17 20:00 [Bug libstdc++/15489] New: testsuite_files determined incorrectly jbeulich at novell dot com
                   ` (8 preceding siblings ...)
  2004-05-25 14:48 ` ebotcazou at gcc dot gnu dot org
@ 2004-05-26  4:28 ` ebotcazou at gcc dot gnu dot org
  2004-05-26  5:22 ` ebotcazou at gcc dot gnu dot org
                   ` (9 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2004-05-26  4:28 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From ebotcazou at gcc dot gnu dot org  2004-05-25 06:39 -------
Reverting both patches does fix the problem.  As I don't know really why, I'll
further investigate.

[Was the problem a regression on the 3.4 branch?  If no, I find it dangerous to
alter the testing framework on a release branch, that's probably the best way to
let regressions creep in.]


-- 


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


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

* [Bug libstdc++/15489] testsuite_files determined incorrectly
  2004-05-17 20:00 [Bug libstdc++/15489] New: testsuite_files determined incorrectly jbeulich at novell dot com
                   ` (9 preceding siblings ...)
  2004-05-26  4:28 ` ebotcazou at gcc dot gnu dot org
@ 2004-05-26  5:22 ` ebotcazou at gcc dot gnu dot org
  2004-05-26  6:58 ` jbeulich at novell dot com
                   ` (8 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2004-05-26  5:22 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From ebotcazou at gcc dot gnu dot org  2004-05-25 07:58 -------
The culprit is the first patch to scripts/create_testsuite_files, probably a
portability problem but I'm no expert.

I'd suggest to revert it everywhere, and revert the second patch on 3.4 branch.


-- 


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


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

* [Bug libstdc++/15489] testsuite_files determined incorrectly
  2004-05-17 20:00 [Bug libstdc++/15489] New: testsuite_files determined incorrectly jbeulich at novell dot com
                   ` (10 preceding siblings ...)
  2004-05-26  5:22 ` ebotcazou at gcc dot gnu dot org
@ 2004-05-26  6:58 ` jbeulich at novell dot com
  2004-05-26 13:59 ` bkoz at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: jbeulich at novell dot com @ 2004-05-26  6:58 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From jbeulich at novell dot com  2004-05-25 08:08 -------
It appears that the -xtype primary is a GNU/Linux extension, and I'd guess the
problem is that Solaris doesn't support it. I cannot, however, see a reasonable
alternative to this fix in order to address the original problem.

-- 


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


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

* [Bug libstdc++/15489] testsuite_files determined incorrectly
  2004-05-17 20:00 [Bug libstdc++/15489] New: testsuite_files determined incorrectly jbeulich at novell dot com
                   ` (11 preceding siblings ...)
  2004-05-26  6:58 ` jbeulich at novell dot com
@ 2004-05-26 13:59 ` bkoz at gcc dot gnu dot org
  2004-05-26 14:00 ` cvs-commit at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: bkoz at gcc dot gnu dot org @ 2004-05-26 13:59 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From bkoz at gcc dot gnu dot org  2004-05-25 17:07 -------
Created an attachment (id=6378)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=6378&action=view)
fix for first patch


This patch works on x86/linux and darwin, and will (I think) fix the original
bug report.

-- 


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


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

* [Bug libstdc++/15489] testsuite_files determined incorrectly
  2004-05-17 20:00 [Bug libstdc++/15489] New: testsuite_files determined incorrectly jbeulich at novell dot com
                   ` (13 preceding siblings ...)
  2004-05-26 14:00 ` cvs-commit at gcc dot gnu dot org
@ 2004-05-26 14:00 ` bkoz at gcc dot gnu dot org
  2004-05-26 14:07 ` cvs-commit at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: bkoz at gcc dot gnu dot org @ 2004-05-26 14:00 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From bkoz at gcc dot gnu dot org  2004-05-25 17:07 -------

This broke Darwin as well. Fixing...

-- 


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


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

* [Bug libstdc++/15489] testsuite_files determined incorrectly
  2004-05-17 20:00 [Bug libstdc++/15489] New: testsuite_files determined incorrectly jbeulich at novell dot com
                   ` (12 preceding siblings ...)
  2004-05-26 13:59 ` bkoz at gcc dot gnu dot org
@ 2004-05-26 14:00 ` cvs-commit at gcc dot gnu dot org
  2004-05-26 14:00 ` bkoz at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-05-26 14:00 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-05-25 17:53 -------
Subject: Bug 15489

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	bkoz@gcc.gnu.org	2004-05-25 17:53:00

Modified files:
	libstdc++-v3   : ChangeLog 
	libstdc++-v3/scripts: create_testsuite_files 

Log message:
	2004-05-25  Benjamin Kosnik  <bkoz@redhat.com>
	
	PR libstdc++/15489
	* scripts/create_testsuite_files: Revert xtype change, add non-GNU
	bits to do the same thing.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/ChangeLog.diff?cvsroot=gcc&r1=1.2495&r2=1.2496
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/scripts/create_testsuite_files.diff?cvsroot=gcc&r1=1.2&r2=1.3



-- 


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


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

* [Bug libstdc++/15489] testsuite_files determined incorrectly
  2004-05-17 20:00 [Bug libstdc++/15489] New: testsuite_files determined incorrectly jbeulich at novell dot com
                   ` (14 preceding siblings ...)
  2004-05-26 14:00 ` bkoz at gcc dot gnu dot org
@ 2004-05-26 14:07 ` cvs-commit at gcc dot gnu dot org
  2004-05-26 14:26 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-05-26 14:07 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-05-25 19:09 -------
Subject: Bug 15489

CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-3_4-branch
Changes by:	bkoz@gcc.gnu.org	2004-05-25 19:09:23

Modified files:
	libstdc++-v3   : ChangeLog 
	libstdc++-v3/scripts: create_testsuite_files 

Log message:
	2004-05-25  Benjamin Kosnik  <bkoz@redhat.com>
	
	PR libstdc++/15489
	* scripts/create_testsuite_files: Revert xtype change, add
	non-GNU bits to do the same thing.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.2224.2.114&r2=1.2224.2.115
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/scripts/create_testsuite_files.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.1.22.1&r2=1.1.22.2



-- 


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


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

* [Bug libstdc++/15489] testsuite_files determined incorrectly
  2004-05-17 20:00 [Bug libstdc++/15489] New: testsuite_files determined incorrectly jbeulich at novell dot com
                   ` (15 preceding siblings ...)
  2004-05-26 14:07 ` cvs-commit at gcc dot gnu dot org
@ 2004-05-26 14:26 ` pinskia at gcc dot gnu dot org
  2004-05-26 14:38 ` jbeulich at novell dot com
                   ` (2 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-05-26 14:26 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-05-26 04:02 -------
Fixed.

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


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


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

* [Bug libstdc++/15489] testsuite_files determined incorrectly
  2004-05-17 20:00 [Bug libstdc++/15489] New: testsuite_files determined incorrectly jbeulich at novell dot com
                   ` (16 preceding siblings ...)
  2004-05-26 14:26 ` pinskia at gcc dot gnu dot org
@ 2004-05-26 14:38 ` jbeulich at novell dot com
  2004-05-28 20:17 ` bkoz at gcc dot gnu dot org
  2004-05-31 17:26 ` bkoz at gcc dot gnu dot org
  19 siblings, 0 replies; 21+ messages in thread
From: jbeulich at novell dot com @ 2004-05-26 14:38 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From jbeulich at novell dot com  2004-05-26 07:34 -------
This still won't work if part of the files are links and part are actual files
(note the word 'mainly' in the original description). If the assumption (as is
being made in the new version of the change) is that there can only be files or
links to files that match *.cc, then why not use

find $dlist "(" -type f -o -type l ")" -name "*.cc" | sort > $tmp.1

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


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


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

* [Bug libstdc++/15489] testsuite_files determined incorrectly
  2004-05-17 20:00 [Bug libstdc++/15489] New: testsuite_files determined incorrectly jbeulich at novell dot com
                   ` (17 preceding siblings ...)
  2004-05-26 14:38 ` jbeulich at novell dot com
@ 2004-05-28 20:17 ` bkoz at gcc dot gnu dot org
  2004-05-31 17:26 ` bkoz at gcc dot gnu dot org
  19 siblings, 0 replies; 21+ messages in thread
From: bkoz at gcc dot gnu dot org @ 2004-05-28 20:17 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From bkoz at gcc dot gnu dot org  2004-05-28 04:20 -------
Created an attachment (id=6409)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=6409&action=view)
try three


Why not indeed.

-- 


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


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

* [Bug libstdc++/15489] testsuite_files determined incorrectly
  2004-05-17 20:00 [Bug libstdc++/15489] New: testsuite_files determined incorrectly jbeulich at novell dot com
                   ` (18 preceding siblings ...)
  2004-05-28 20:17 ` bkoz at gcc dot gnu dot org
@ 2004-05-31 17:26 ` bkoz at gcc dot gnu dot org
  19 siblings, 0 replies; 21+ messages in thread
From: bkoz at gcc dot gnu dot org @ 2004-05-31 17:26 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From bkoz at gcc dot gnu dot org  2004-05-30 16:13 -------

Ok, this is fixed now, finally, I believe...

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


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


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

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

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-05-17 20:00 [Bug libstdc++/15489] New: testsuite_files determined incorrectly jbeulich at novell dot com
2004-05-18 16:06 ` [Bug libstdc++/15489] " bkoz at gcc dot gnu dot org
2004-05-19 12:10 ` cvs-commit at gcc dot gnu dot org
2004-05-20 23:35 ` cvs-commit at gcc dot gnu dot org
2004-05-21  0:11 ` pinskia at gcc dot gnu dot org
2004-05-24  2:34 ` ebotcazou at gcc dot gnu dot org
2004-05-24  2:35 ` ebotcazou at gcc dot gnu dot org
2004-05-25  5:04 ` ebotcazou at gcc dot gnu dot org
2004-05-25 14:33 ` bkoz at gcc dot gnu dot org
2004-05-25 14:48 ` ebotcazou at gcc dot gnu dot org
2004-05-26  4:28 ` ebotcazou at gcc dot gnu dot org
2004-05-26  5:22 ` ebotcazou at gcc dot gnu dot org
2004-05-26  6:58 ` jbeulich at novell dot com
2004-05-26 13:59 ` bkoz at gcc dot gnu dot org
2004-05-26 14:00 ` cvs-commit at gcc dot gnu dot org
2004-05-26 14:00 ` bkoz at gcc dot gnu dot org
2004-05-26 14:07 ` cvs-commit at gcc dot gnu dot org
2004-05-26 14:26 ` pinskia at gcc dot gnu dot org
2004-05-26 14:38 ` jbeulich at novell dot com
2004-05-28 20:17 ` bkoz at gcc dot gnu dot org
2004-05-31 17:26 ` 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).