This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libstdc++/15489] testsuite_files determined incorrectly


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]