This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: [patch,fortran] Fix INCLUDE with full path (PR30276)
- From: Steven Bosscher <stevenb dot gcc at gmail dot com>
- To: gcc-patches at gcc dot gnu dot org
- Cc: Tobias Burnus <burnus at net-b dot de>, "'fortran at gcc dot gnu dot org'" <fortran at gcc dot gnu dot org>
- Date: Tue, 2 Jan 2007 17:01:42 +0100
- Subject: Re: [patch,fortran] Fix INCLUDE with full path (PR30276)
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:to:subject:date:user-agent:cc:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id:from; b=sFfuc3Eq3TezxkdLZVCMQGw9r4fYipUuxya2ZfaLCWVqXSD6heBdOty4T8r0B0cMCVAMPYTPsvChDvl/mowF58cvQux/tVfAZS0k2dq/HLRVegh1pC/nyxxKBC8+xX4aMh0ltdtw1AhpOlSx5ZKRplmFko/axRij5+cLylEJ2BY=
- References: <459A7BCA.7040403@net-b.de>
On Tuesday 02 January 2007 16:35, Tobias Burnus wrote:
> The following patch was tested on x86_64-unknown-linux-gnu; I also did
> bootstrap and regression test it; furthermore, the patch was
> pre-approved by Steven Bosscher (see PR30276).
Actually, I said:
``I think the proper fix is to add "." to the search list of directories
where include files may live.''
i.e. add it to the search path list.
Gr.
Steven