[Cilkplus] Patches about Array Notations

2011-12-30 Thread Balaji V. Iyer
://gcc.gnu.org/ml/gcc-patches/2011-12/msg01667.html http://gcc.gnu.org/ml/gcc-patches/2011-12/msg01698.html Thanks, Balaji V. Iyer.

MAINTAINERS: Add Self

2012-01-02 Thread Balaji V. Iyer
Hello Everyone, Just added myself under Write After Approval. I am cut and pasting the patch below. Here is the Changelog entry: 2012-01-02 Balaji V. Iyer * MAINTAINERS (Write After Approval): Add myself. Index: MAINTAINERS

[Cilkplus] Updated Copyright year in all Cilkplus specific files

2012-01-13 Thread Balaji V. Iyer
Hello Everyone,    I just updated the copyright year in all the cilkplus specific files in the Cilkplus branch. I also corrected a wordwrap problem in one of the files. Here is the patch for what I updated. Thanks, Balaji V. Iyer. Index: pragma_simd.c

Re: [Bug c++/47791] finish function is using literal value instead of a #defined one

2012-01-28 Thread Balaji V. Iyer
Hello Everyone, Here is a patch to fix this bug. Please let me know if it is OK for me to commit this into trunk. Here is the Changelog entry: === 2012-01-28 Balaji V. Iyer * optimize.c (maybe_clone_body): Replace '

[PATCH] [Bug c++/47791] finish function is using literal value instead of a #defined one

2012-01-28 Thread Balaji V. Iyer
Sorry..forgot to put the [PATCH] tag. -- Forwarded message -- From: Balaji V. Iyer Date: Sat, Jan 28, 2012 at 12:55 PM Subject: Re: [Bug c++/47791] finish function is using literal value instead of a #defined one To: gcc-patches@gcc.gnu.org Hello Everyone,   Here is a patch to