varasm.c broken by recent patch

Jeffrey A Law law@cygnus.com
Sat Feb 14 00:20:00 GMT 1998


  In message < 19980213205029.15653@dgii.com >you write:
  > > This patch broke varasm.c for RS/6000:
  > > 
  > > 	* varasm.c (assemble_string): Remove unused variable 'i'. 
  > > 	(immed_double_const): Remove unused variable 'in_current_obstack'. 
  > > 	(immed_real_const_1): Likewise.
  > > 	(output_constant_pool): Remove unreferenced label 'done'.
  > > 	(output_constant): Remove unused variable 'x'.
  > > 
  > > The label "done" is used by the ASM_OUTPUT_SPECIAL_POOL_ENTRY macro and
  > > must be restored.
  > 
  > Sorry about that. 
  > 
  > Does this correct it?    If so, let's commit it.
Looks correct and fixes the problem for my rs6000 build.

Please install it.

Thanks!
jeff



More information about the Gcc mailing list