This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: egcs-980129, warning patches to alpha.c


On Fri, Feb 06, 1998 at 03:04:18AM -0500, Mike Simons wrote:
> I just glanced at your patch, couldn't we do this:
>   fprintf (file, "\tstq $26," HOST_WIDE_INT_PRINT_DEC "($%d)\n", 
>            reg_offset, sa_reg);
> 
>   it is much more condensed, the compiler will merge the strings for us.  =)

An ANSI C compiler will. A K&R C compiler may choke, barf and puke.

  OG.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]