public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* Commit: FRV: Fix typo in definition of QUAD macro
@ 2012-07-31 10:14 Nick Clifton
  0 siblings, 0 replies; only message in thread
From: Nick Clifton @ 2012-07-31 10:14 UTC (permalink / raw)
  To: gcc-patches

Hi Guys,

  I am checking in the patch below as an obvious fix for the definition
  of the QUAD macro in the FRV backend.

Cheers
  Nick

gcc/ChangeLog
2012-07-31  Nick Clifton  <nickc@redhat.com>

	* config/frv/frv.c (QUAD): Fix typo.

Index: gcc/config/frv/frv.c
===================================================================
--- gcc/config/frv/frv.c	(revision 189996)
+++ gcc/config/frv/frv.c	(working copy)
@@ -8435,7 +8435,7 @@
   build_function_type_list (RET, T1, T2, T3, NULL_TREE)
 
 #define QUAD(RET, T1, T2, T3, T4) \
-  build_function_type_list (RET, T1, T2, T3, NULL_TREE)
+  build_function_type_list (RET, T1, T2, T3, T4, NULL_TREE)
 
   tree void_ftype_void = build_function_type_list (voidt, NULL_TREE);
 

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-07-31  9:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-07-31 10:14 Commit: FRV: Fix typo in definition of QUAD macro Nick Clifton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).