[Bug libstdc++/15489] testsuite_files determined incorrectly

jbeulich at novell dot com gcc-bugzilla@gcc.gnu.org
Wed May 26 14:38:00 GMT 2004


------- 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



More information about the Gcc-bugs mailing list