[Bug c++/26467] GCC 4.0 not case-aware where GCC 3 was

2006-02-25 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-02-25 18:05 --- Are you using both of Apple's gcc 3.3 and Apple's gcc 4.0, if so please report this to Apple first instead of here. Second I think 3.3 did readdir instead of looking if the file exists which was wrong anyways. So

[Bug c++/26467] GCC 4.0 not case-aware where GCC 3 was

2006-02-25 Thread tgamblin at cs dot unc dot edu
--- Comment #2 from tgamblin at cs dot unc dot edu 2006-02-25 18:14 --- Should I file a separate bug report/feature request for my suggested treatment of system headers? I don't think that cassert should ever find a user's assert.h, even if the user specified -I. Shouldn't #includes

[Bug c++/26467] GCC 4.0 not case-aware where GCC 3 was

2006-02-25 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-02-25 18:18 --- -I supplies for the include dir still, if you want only for use -iquote which is there in 4.0 and above. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26467