Re: FW: [PATCH][Cilkplus] Patch to fix unused variable

2011-11-11 Thread H.J. Lu
To: gcc-patches@gcc.gnu.org > Subject: [PATCH][Cilkplus] Patch to fix unused variable > > Hello Everyone, >    This patch is for the Cilkplus branch affecting both C and C++ compilers. > This patch will fix an unused variable warning in collect2.c by enclosing the > variable

FW: [PATCH][Cilkplus] Patch to fix unused variable

2011-11-11 Thread Iyer, Balaji V
Forgot to mention.. this is the 4th and final patch in this sequence. Thanks, Balaji V. Iyer. From: Iyer, Balaji V Sent: Friday, November 11, 2011 11:16 AM To: gcc-patches@gcc.gnu.org Subject: [PATCH][Cilkplus] Patch to fix unused variable Hello Everyone

[PATCH][Cilkplus] Patch to fix unused variable

2011-11-11 Thread Iyer, Balaji V
Hello Everyone, This patch is for the Cilkplus branch affecting both C and C++ compilers. This patch will fix an unused variable warning in collect2.c by enclosing the variable inside #ifdef TARGET_AIX_VERSION. Thanks, Balaji V. Iyer.diff --git a/gcc/ChangeLog.cilk b/gcc/ChangeLog.cilk inde