Fix calls.c

Andreas Jaeger aj@suse.de
Sun Jun 22 18:03:00 GMT 2003


My recent IOS C90 patch lost two unused attributes :-(

Caught by the automatic tester, committed as obvious,

Andreas

2003-06-22  Andreas Jaeger  <aj@suse.de>

	* calls.c (emit_call_1): Readd lost ATTRIBUTE_UNUSED.

============================================================
Index: gcc/calls.c
--- gcc/calls.c	22 Jun 2003 15:03:25 -0000	1.281
+++ gcc/calls.c	22 Jun 2003 17:45:41 -0000
@@ -383,7 +383,7 @@ prepare_call_address (rtx funexp, tree f
    denote registers used by the called function.  */
 
 static void
-emit_call_1 (rtx funexp, tree fndecl, tree funtype,
+emit_call_1 (rtx funexp, tree fndecl ATTRIBUTE_UNUSED, tree funtype ATTRIBUTE_UNUSED,
 	     HOST_WIDE_INT stack_size ATTRIBUTE_UNUSED,
 	     HOST_WIDE_INT rounded_stack_size,
 	     HOST_WIDE_INT struct_value_size ATTRIBUTE_UNUSED,

-- 
 Andreas Jaeger, SuSE Linux AG, aj@suse.de, http://www.suse.de/~aj
  GPG fingerprint = 93A3 365E CE47 B889 DF7F  FED1 389A 563C C272 A126
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20030622/16b35f64/attachment.sig>


More information about the Gcc-patches mailing list