Hello Everyone, This patch is for the Cilk plus branch. This patch will add the standard GCC header into pragma_simd.c file that I created.
Thanks, Balaji V. Iyer.
diff --git a/gcc/ChangeLog.cilk b/gcc/ChangeLog.cilk index 299febb..0eaa46e 100644 --- a/gcc/ChangeLog.cilk +++ b/gcc/ChangeLog.cilk @@ -1,3 +1,7 @@ +2011-09-09 Balaji V. Iyer <balaji.v.i...@intel.com> + + * pragma_simd.c: Added the standard GCC header. + 2011-09-08 Balaji V. Iyer <balaji.v.i...@intel.com> * gimplify.c (gimplify_call_expr): Removed if (SPAWN_CALL_P (*expr)) diff --git a/gcc/pragma_simd.c b/gcc/pragma_simd.c index 6fc6f8e..eafdf99 100644 --- a/gcc/pragma_simd.c +++ b/gcc/pragma_simd.c @@ -1,8 +1,25 @@ -/* Routines to handle Pragma SIMD capabilities by the vectorizer - * Copyright (C) 2011 - * Contributed by Balaji V. Iyer <balaji.v.i...@intel.com> - * - */ +/* This file is part of the Intel(R) Cilk(TM) Plus support + This file contains routines to handle PRAGMA SIMD assignments by the + vectorizer. + Copyright (C) 2011 Free Software Foundation, Inc. + Contributed by Balaji V. Iyer <balaji.v.i...@intel.com>, + Intel Corporation + +This file is part of GCC. + +GCC is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 3, or (at your option) +any later version. + +GCC is distributed in the hope that it will be useful, but +WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +General Public License for more details. + +You should have received a copy of the GNU General Public License +along with GCC; see the file COPYING3. If not see +<http://www.gnu.org/licenses/>. */ #include "config.h" #include "system.h"