This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/15489] testsuite_files determined incorrectly
- From: "jbeulich at novell dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 26 May 2004 07:35:02 -0000
- Subject: [Bug libstdc++/15489] testsuite_files determined incorrectly
- References: <20040517082822.15489.jbeulich@novell.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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