RE: [PATCH][Cilkplus]PR 53567

2012-06-17 Thread Iyer, Balaji V
Hello Everyone, I missed one case where bug comes up again. This patch should fix that. Thanks, Balaji V. Iyer. -Original Message- From: Iyer, Balaji V [mailto:balaji.v.i...@intel.com] Sent: Friday, June 15, 2012 3:37 PM To: gcc-patches@gcc.gnu.org Subject: [PATCH][Cilkplus]PR

[PATCH][Cilkplus]PR 53567

2012-06-15 Thread Iyer, Balaji V
Hello Everyone, This patch is for the Cilkplus branch affecting both C and C++ compilers. The dwarf output function was looking for debugging information for an internally generated spawn helper which is not there. So this patch will make sure that those functions are excluded. Thanks, Ba