This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: Cleaning up #include's in libgfortran
- From: "François-Xavier Coudert" <fxcoudert at gmail dot com>
- To: "Bernhard Fischer" <rep dot dot dot nop at gmail dot com>
- Cc: "fortran at gcc dot gnu dot org" <fortran at gcc dot gnu dot org>
- Date: Fri, 31 Aug 2007 10:20:17 +0100
- Subject: Re: Cleaning up #include's in libgfortran
- Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=S+4MIdOZWP5WoLnLjsRQYLWtR+M0HEC1qK2H23c+lq0ZJs9tkCAdS4rYbUeN1FHbdOcIGgrqXD1BndRKxodjnYM6rJusJFM4ewZ3fYYkdHYnLyCQIInNISjqaHYsj8rU3ZJrHoWXa/e8sQIm72XmzEardw/XY1HJqZNsTtgEG5E=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Mm8mKXCYCJDZi2VnQ7JFienJtp61+LueDfVE0fTVG4/W7mueLajax64NAnVORmyT0B8icSz2vrCr45ge7EXwiWyXPS636E+8WHhrCnQ4JHfUjKOaMl6+bZ+nJEgHQpvGBdxN5HXd+c38bQV9HrX5uYRWrU8a0OEJSi5Mr93Zc6M=
- References: <19c433eb0708291013v12b4b6c0q7d7aa8080df8d4a7@mail.gmail.com> <20070830220522.GF11697@aon.at>
> FX, didn't have time to look at your patch, but
> are the hunks needed for PR31546 also included?
> Specifically gfortran-4.3-PR31546-config.h-inc.01.diff
> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14116) ?
No, what I'm doing is the other way around: removing #include
"config.h" and moving the #include "libgfortran.h" upper. It should
have the same consequence, AFAICT.
FX