This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [gfortran] Your patch broke bootstrap
- From: Tobias Schlüter <tobias dot schlueter at physik dot uni-muenchen dot de>
- To: nathan at codesourcery dot com
- Cc: patch <gcc-patches at gcc dot gnu dot org>,GCC Fortran mailing list <fortran at gcc dot gnu dot org>
- Date: Wed, 25 Aug 2004 16:37:42 +0200
- Subject: Re: [gfortran] Your patch broke bootstrap
- References: <412CA210.6090904@physik.uni-muenchen.de>
Tobias Schlüter wrote:
> Your patch collided with RTH's fix for integer conversion. I'll commit this as
> obvious once testing passes.
It did. I forgot to finish the ChangeLog entry:
2004-08-25 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
* trans-const.c (gfc_conv_mpz_to_tree): Change call to
build_int_cst to build_int_cst_wide in accordance to Nathan's
previous patch.
- Tobi