Re: [Patch, Fortran, F03] PR 58023: ICE on invalid with bad PPC declaration

2015-01-15 Thread Janus Weil
2015-01-15 14:22 GMT+01:00 Mikael Morin : the attached patch fixes an ICE-on-invalid problem with procedure-pointer components by making sure that we continue resolving all components of a derived type, even after an error is thrown. >>> Does the fonction return false as before,

Re: [Patch, Fortran, F03] PR 58023: ICE on invalid with bad PPC declaration

2015-01-15 Thread Mikael Morin
Le 15/01/2015 14:25, Mikael Morin a écrit : > Le 15/01/2015 12:37, Janus Weil a écrit : >>> Your patch at https://gcc.gnu.org/ml/fortran/2015-01/txtThsA1zTNFd.txt >>> looks very similar to the Mikael's one for pr58023 at >>> https://gcc.gnu.org/bugzilla/attachment.cgi?id=30633 >>> with retval repla

Re: [Patch, Fortran, F03] PR 58023: ICE on invalid with bad PPC declaration

2015-01-15 Thread Mikael Morin
Le 15/01/2015 12:37, Janus Weil a écrit : >> Your patch at https://gcc.gnu.org/ml/fortran/2015-01/txtThsA1zTNFd.txt >> looks very similar to the Mikael's one for pr58023 at >> https://gcc.gnu.org/bugzilla/attachment.cgi?id=30633 >> with retval replaved with success. >> >> Was it intended? > > Nope

Re: [Patch, Fortran, F03] PR 58023: ICE on invalid with bad PPC declaration

2015-01-15 Thread Mikael Morin
Le 14/01/2015 19:30, Janus Weil a écrit : > Hi Mikael, > >>> the attached patch fixes an ICE-on-invalid problem with >>> procedure-pointer components by making sure that we continue resolving >>> all components of a derived type, even after an error is thrown. >>> >> Does the fonction return false

Re: [Patch, Fortran, F03] PR 58023: ICE on invalid with bad PPC declaration

2015-01-15 Thread Dominique d'Humières
> Le 15 janv. 2015 à 12:37, Janus Weil a écrit : > >> Your patch at https://gcc.gnu.org/ml/fortran/2015-01/txtThsA1zTNFd.txt >> looks very similar to the Mikael's one for pr58023 at >> https://gcc.gnu.org/bugzilla/attachment.cgi?id=30633 >> with retval replaved with success. >> >> Was it intend

Re: [Patch, Fortran, F03] PR 58023: ICE on invalid with bad PPC declaration

2015-01-15 Thread Janus Weil
> Your patch at https://gcc.gnu.org/ml/fortran/2015-01/txtThsA1zTNFd.txt > looks very similar to the Mikael's one for pr58023 at > https://gcc.gnu.org/bugzilla/attachment.cgi?id=30633 > with retval replaved with success. > > Was it intended? Nope. I wasn't even aware of that patch. To which PR is

Re: [Patch, Fortran, F03] PR 58023: ICE on invalid with bad PPC declaration

2015-01-15 Thread Dominique Dhumieres
Hi Janus, Your patch at https://gcc.gnu.org/ml/fortran/2015-01/txtThsA1zTNFd.txt looks very similar to the Mikael's one for pr58023 at https://gcc.gnu.org/bugzilla/attachment.cgi?id=30633 with retval replaved with success. Was it intended? Cheers, Dominique

Re: [Patch, Fortran, F03] PR 58023: ICE on invalid with bad PPC declaration

2015-01-14 Thread Janus Weil
Hi Mikael, >> the attached patch fixes an ICE-on-invalid problem with >> procedure-pointer components by making sure that we continue resolving >> all components of a derived type, even after an error is thrown. >> > Does the fonction return false as before, whenever an error has been > issued? I

Re: [Patch, Fortran, F03] PR 58023: ICE on invalid with bad PPC declaration

2015-01-14 Thread Mikael Morin
Hello Janus, Le 13/01/2015 22:18, Janus Weil a écrit : > Hi all, > > the attached patch fixes an ICE-on-invalid problem with > procedure-pointer components by making sure that we continue resolving > all components of a derived type, even after an error is thrown. > Does the fonction return fals