public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* Follow-up to PR rtl-optimization/44194
@ 2012-10-21 13:19 Eric Botcazou
  0 siblings, 0 replies; only message in thread
From: Eric Botcazou @ 2012-10-21 13:19 UTC (permalink / raw)
  To: gcc-patches

[-- Attachment #1: Type: text/plain, Size: 385 bytes --]

As remarked by Richard S., we can now allow sibling calls in the PARALLEL case 
after the fix for PR rtl-optimization/44194.

Tested on x86_64-suse-linux and mips64el-linux-gnu, applied on the mainline.


2012-10-21  Eric Botcazou  <ebotcazou@adacore.com>

        PR rtl-optimization/44194
        * calls.c (expand_call): Allow sibling calls in the PARALLEL case.


-- 
Eric Botcazou

[-- Attachment #2: p.diff --]
[-- Type: text/x-patch, Size: 466 bytes --]

Index: calls.c
===================================================================
--- calls.c	(revision 192648)
+++ calls.c	(working copy)
@@ -3277,9 +3277,6 @@ expand_call (tree exp, rtx target, int i
 	  else
 	    emit_group_store (target, valreg, rettype,
 			      int_size_in_bytes (rettype));
-
-	  /* We can not support sibling calls for this case.  */
-	  sibcall_failure = 1;
 	}
       else if (target
 	       && GET_MODE (target) == TYPE_MODE (rettype)

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

only message in thread, other threads:[~2012-10-21 12:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-10-21 13:19 Follow-up to PR rtl-optimization/44194 Eric Botcazou

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).