This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [Patch, Fortran] Replace intmax_type_node by INTMAX_TYPE


On Fri, May 29, 2009 at 11:50:08PM +0200, Tobias Burnus wrote:
> 
> since gfortran now uses default.h to access the stdint.h
> macros, it makes sense to replace our own definition
> of intmax_type_node by INTMAX_TYPE. This was suggested
> by Michael and Joseph, cf.
> http://gcc.gnu.org/ml/gcc-patches/2009-05/msg01245.html
> http://gcc.gnu.org/ml/gcc-patches/2009-05/msg01095.html
> 
> The attached patch was send me by FX. Build and regtested
> on x86-84-linux. OK for the trunk?
> 

FX's patch to use stdint.h has caused 18 regressions
on FreeBSD, because GCC apparently does not recognize
that FreeBSD has a perfectly fine /usr/include/stdint.h.
I'm not too thrilled with rushing head long into possible
additional regressions until someone with sufficient
knowledge fixes the current set of regressions.

-- 
Steve


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]