[patch, fortran] PR 30381, PR 30420: Fix constant-folding in bitwise intrinsics

Steve Kargl sgk@troutmask.apl.washington.edu
Wed Jan 10 06:40:00 GMT 2007


On Tue, Jan 09, 2007 at 09:52:19PM -0800, Brooks Moses wrote:
> Steve Kargl wrote:
> >OK with a few changes.  In a few places you have error messages of the
> >form
> >
> >+	gfc_error
> >+	  ("Magnitude of second argument of ISHFTC exceeds third argument "
> >+	   "at %L", &s->where);
> >
> >Please unwrap this to
> >
> >	gfc_error ("Magnitude of second argument of ISHFTC exceeds third
> >               "argument at %L", &s->where);
> >
> >Try 'grep gfc_error *.c' to see my justification for the request.
> >I'm trying to migrate gfortran source code to a uniform style.
> 
> Thanks!  Committed, as attached.  I noticed that there are some similar 
> error messages in gfc_simplify_ishft() and other nearby places that I 
> didn't touch, but I presume your in-progress series of whitespace 
> patches will get those?
> 

Yes, I get to those.

-- 
Steve



More information about the Gcc-patches mailing list