public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH][Cilkplus] Add new parameter to build_special_member_call
@ 2011-10-22 22:27 Iyer, Balaji V
  2011-10-24 16:55 ` H.J. Lu
  0 siblings, 1 reply; 2+ messages in thread
From: Iyer, Balaji V @ 2011-10-22 22:27 UTC (permalink / raw)
  To: GCC Patches (gcc-patches@gcc.gnu.org)

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

Hello Everyone,
	This patch is for the Cilkplus GCC branch. It will add a new function parameter (CALL_NORMAL) to build_special member_call.  This patch is needed to fix a merge issue.

Thanks,

Balaji V. Iyer. 

[-- Attachment #2: patch_add_new_parameter.txt --]
[-- Type: text/plain, Size: 903 bytes --]

diff --git a/gcc/cp/ChangeLog.cilk b/gcc/cp/ChangeLog.cilk
index 1162a16..cbf022f 100644
--- a/gcc/cp/ChangeLog.cilk
+++ b/gcc/cp/ChangeLog.cilk
@@ -1,3 +1,8 @@
+2011-10-22  Balaji V. Iyer  <balaji.v.iyer@intel.com>
+
+	* typeck2.c (split_nonconstant_init_1): Added "CALL_NORMAL" parameter
+	to build_special_member_call function.
+
 2011-09-08  Balaji V. Iyer  <balaji.v.iyer@intel.com>
 
 	* cp-tree.h (FOR_SCOPE): Changed FOR_STMT_CHECK to
diff --git a/gcc/cp/typeck2.c b/gcc/cp/typeck2.c
index e7d4159..b61d5b9 100644
--- a/gcc/cp/typeck2.c
+++ b/gcc/cp/typeck2.c
@@ -571,7 +571,7 @@ split_nonconstant_init_1 (tree dest, tree init)
 		{
 		  code = (build_special_member_call
 			  (sub, complete_dtor_identifier, NULL, inner_type,
-			   LOOKUP_NORMAL, tf_warning_or_error));
+			   LOOKUP_NORMAL, CALL_NORMAL, tf_warning_or_error));
 		  finish_eh_cleanup (code);
 		}
 

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH][Cilkplus] Add new parameter to build_special_member_call
  2011-10-22 22:27 [PATCH][Cilkplus] Add new parameter to build_special_member_call Iyer, Balaji V
@ 2011-10-24 16:55 ` H.J. Lu
  0 siblings, 0 replies; 2+ messages in thread
From: H.J. Lu @ 2011-10-24 16:55 UTC (permalink / raw)
  To: Iyer, Balaji V; +Cc: GCC Patches (gcc-patches@gcc.gnu.org)

On Sat, Oct 22, 2011 at 10:11 AM, Iyer, Balaji V
<balaji.v.iyer@intel.com> wrote:
> Hello Everyone,
>        This patch is for the Cilkplus GCC branch. It will add a new function parameter (CALL_NORMAL) to build_special member_call.  This patch is needed to fix a merge issue.
>
> Thanks,
>

I checked it in for you.


-- 
H.J.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-10-24 15:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-10-22 22:27 [PATCH][Cilkplus] Add new parameter to build_special_member_call Iyer, Balaji V
2011-10-24 16:55 ` H.J. Lu

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