From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15806 invoked by alias); 7 Aug 2003 00:04:10 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 15796 invoked by uid 48); 7 Aug 2003 00:04:10 -0000 Date: Thu, 07 Aug 2003 00:04:00 -0000 From: "pinskia at physics dot uc dot edu" To: gcc-bugs@gcc.gnu.org Message-ID: <20030807000409.11839.pinskia@physics.uc.edu> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [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 X-Bugzilla-Reason: CC X-SW-Source: 2003-08/txt/msg00946.txt.bz2 List-Id: 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.