http://www.riscos.info/bugzilla3/show_bug.cgi?id=229

--- Comment #2 from Duncan Moore <duncan_mo...@ntlworld.com> 2012-04-27 
03:47:34 PDT ---
What I wrote was ambiguous. Just to make clear, the hardspace was in the
filenames of files in the current directory, not in the directory name itself.

So for these 3 files in a directory:

m m           This has a hardspace in the middle
mem
mém           This has an e acute in the middle

With 4.1.2 Release 2 Development, the test program gives:

*test
err                 = 0
file_list->gl_pathc = 1
0 mem

This does not happen with gcc 4.1.2 Release 1 Dev of Jan 2011 (NB this is the
version dated Jan 2011, not the Mar 2012 version with the same name!). This
gives:

*test
err                 = 0
file_list->gl_pathc = 3
0 mem
1 m m
2 mém

Exactly the same happens on all of HostFS, RAM, Mem (!Memphis), ArcFS and CDFS
i.e. current version fails, older versions work.

-- 
Configure bugmail: http://www.riscos.info/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
_______________________________________________
GCCSDK mailing list gcc@gccsdk.riscos.info
Bugzilla: http://www.riscos.info/bugzilla/index.cgi
List Info: http://www.riscos.info/mailman/listinfo/gcc
Main Page: http://www.riscos.info/index.php/GCCSDK

Reply via email to