public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug preprocessor/11839] New: [3.4 Regression] GCC cannot find t/t.h if t is a file and t/t.h is in subdirectory temp
@ 2003-08-07  0:04 pinskia at physics dot uc dot edu
  2003-08-07  0:06 ` [Bug preprocessor/11839] " pinskia at physics dot uc dot edu
  2003-08-07  0:14 ` pinskia at physics dot uc dot edu
  0 siblings, 2 replies; 5+ messages in thread
From: pinskia at physics dot uc dot edu @ 2003-08-07  0:04 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11839

           Summary: [3.4 Regression] GCC cannot find t/t.h if t is a file
                    and t/t.h is in subdirectory temp
           Product: gcc
           Version: 3.4
            Status: UNCONFIRMED
          Keywords: rejects-valid
          Severity: critical
          Priority: P2
         Component: preprocessor
        AssignedTo: neil at gcc dot gnu dot org
        ReportedBy: pinskia at physics dot uc dot edu
                CC: gcc-bugs at gcc dot gnu dot org
GCC target triplet: *-*-*

When a file with the same name as a directory which you want to lookup, the 
preprocessor now rejects this:
touch t
mkdir temp
mkdir temp/t
echo "HELLO">temp/t/t.h
echo "#include \"t/t.h\"">t.c
gcc -I. -Itemp t.c
     t.c:1:17: t/t.h: Not a directory

This cause gdbtk to not be able to build.


^ permalink raw reply	[flat|nested] 5+ messages in thread
[parent not found: <20030807000409.11839.pinskia@gcc.gnu.org>]

end of thread, other threads:[~2003-08-09  8:55 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-08-07  0:04 [Bug preprocessor/11839] New: [3.4 Regression] GCC cannot find t/t.h if t is a file and t/t.h is in subdirectory temp pinskia at physics dot uc dot edu
2003-08-07  0:06 ` [Bug preprocessor/11839] " pinskia at physics dot uc dot edu
2003-08-07  0:14 ` pinskia at physics dot uc dot edu
     [not found] <20030807000409.11839.pinskia@gcc.gnu.org>
2003-08-09  8:53 ` cvs-commit at gcc dot gnu dot org
2003-08-09  8:55 ` neil at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).