This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r191280 - in /branches/cilkplus/gcc: ChangeLog....


Author: bviyer
Date: Thu Sep 13 21:45:30 2012
New Revision: 191280

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=191280
Log:
Fixed an ICE when used -fprofile-arcs for Cilk internal function.
+2012-09-13  Balaji V. Iyer  <balaji.v.iyer@intel.com>
+
+       * tree-profile.c (tree_profiling): Added a check for cilk plus flag and
+       whether it is a cilk helper function before calling branch_prob ().
+


Modified:
    branches/cilkplus/gcc/ChangeLog.cilkplus
    branches/cilkplus/gcc/tree-profile.c


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]