Re: [patch, fortran] Implement maxval for characters

2017-12-13 Thread Christophe Lyon
On 11 December 2017 at 18:58, Thomas Koenig wrote: > >> I have created https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83379 >> and assigned it to myself. This should be easy to fix. > > > OK, I have updated the test cases in question. They pass for > me at least. > > I'll keep the PR open for a cou

Re: [patch, fortran] Implement maxval for characters

2017-12-11 Thread Thomas Koenig
I have created https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83379 and assigned it to myself. This should be easy to fix. OK, I have updated the test cases in question. They pass for me at least. I'll keep the PR open for a couple of days to make sure this is really fixed. Regards T

Re: [patch, fortran] Implement maxval for characters

2017-12-11 Thread Thomas Koenig
Christophe and James (and everybody else), I have created https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83379 and assigned it to myself. This should be easy to fix. Regards Thomas

Re: [patch, fortran] Implement maxval for characters

2017-12-11 Thread James Greenhalgh
On Wed, Dec 06, 2017 at 11:38:21AM +, Christophe Lyon wrote: > Hi, > > > On 28 November 2017 at 19:40, Thomas Koenig wrote: > > Hello world, > > > > the attached patch implements maxval for characters, an F2003 feature > > that we were missing up to now. > > > > Regression-tested on x86_64-p

Re: [patch, fortran] Implement maxval for characters

2017-12-06 Thread Christophe Lyon
Hi, On 28 November 2017 at 19:40, Thomas Koenig wrote: > Hello world, > > the attached patch implements maxval for characters, an F2003 feature > that we were missing up to now. > > Regression-tested on x86_64-pc-linux-gnu. > > OK for trunk? > > Regards > > Thomas > > 2017-11-28 Thomas