From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olivier Galibert To: egcs@cygnus.com Subject: Re: egcs-980129, warning patches to alpha.c Date: Fri, 06 Feb 1998 03:14:00 -0000 Message-id: <19980206121423.50968@loria.fr> References: <199802052207.RAA21462@caip.rutgers.edu> <199802060804.DAA22841@aura.saic1.com> X-SW-Source: 1998-02/msg00228.html 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.