Re: [Patch, libfortran] Get rid of "enum try"

2013-03-19 Thread Janne Blomqvist
On Fri, Jan 18, 2013 at 1:32 AM, Steve Kargl wrote: > On Fri, Jan 18, 2013 at 01:19:37AM +0200, Janne Blomqvist wrote: >> >> the attached patch gets rid of the "enum try" in the Fortran runtime >> library, replacing its usage with the standard C99 _Bool/bool. >> >> Regtested on x86_64-unknown-linu

Re: [Patch, libfortran] Get rid of "enum try"

2013-01-17 Thread Steve Kargl
On Fri, Jan 18, 2013 at 01:19:37AM +0200, Janne Blomqvist wrote: > > the attached patch gets rid of the "enum try" in the Fortran runtime > library, replacing its usage with the standard C99 _Bool/bool. > > Regtested on x86_64-unknown-linux-gnu, Ok for trunk? > > 2013-01-18 Janne Blomqvist >