RE: question about gtype-desc.c

2014-02-04 Thread Iyer, Balaji V
> -Original Message- > From: Jakub Jelinek [mailto:ja...@redhat.com] > Sent: Tuesday, February 4, 2014 5:36 PM > To: Iyer, Balaji V > Cc: gcc@gcc.gnu.org > Subject: Re: question about gtype-desc.c > > On Tue, Feb 04, 2014 at 10:26:20PM +, Iyer, Balaji V wro

RE: question about gtype-desc.c

2014-02-04 Thread Iyer, Balaji V
> -Original Message- > From: gcc-ow...@gcc.gnu.org [mailto:gcc-ow...@gcc.gnu.org] On Behalf Of > Jakub Jelinek > Sent: Tuesday, February 4, 2014 5:23 PM > To: Iyer, Balaji V > Cc: gcc@gcc.gnu.org > Subject: Re: question about gtype-desc.c > > On Tue, Feb 0

question about gtype-desc.c

2014-02-04 Thread Iyer, Balaji V
Hello Jakub, I think I have found a fix to _Cilk_for to be structured the way you requested. I am currently trying to clean up my code so that I can send you a patch. Now, I am trying to remove the 2 fields I put in gimple_omp_for_iter: loop_count and grain. But, it is giving th

RE: g++.dg/cilk-plus/CK/catch_exc.cc -O1 times out

2014-02-02 Thread Iyer, Balaji V
Hi Paolo, We are looking into this issue. Will let you know as soon as we find a fix. Thanks, Balaji V. Iyer. > -Original Message- > From: Paolo Carlini [mailto:paolo.carl...@oracle.com] > Sent: Sunday, February 2, 2014 11:04 AM > To: g...@gnu.org > Cc: Iyer,

RE: Enable debug info

2014-01-29 Thread Iyer, Balaji V
> -Original Message- > From: gcc-ow...@gcc.gnu.org [mailto:gcc-ow...@gcc.gnu.org] On Behalf Of > Umesh Kalappa > Sent: Wednesday, January 29, 2014 4:36 AM > To: gcc@gcc.gnu.org > Subject: Enable debug info > > Dear All, > > We need to support the debug info emit for our private port on

RE: Question about omp-low.c

2013-12-19 Thread Iyer, Balaji V
> -Original Message- > From: Jakub Jelinek [mailto:ja...@redhat.com] > Sent: Thursday, December 19, 2013 2:40 AM > To: Iyer, Balaji V > Cc: Jason Merrill (ja...@redhat.com); 'gcc@gcc.gnu.org' > Subject: Re: Question about omp-low.c > > On Thu, Dec

RE: Question about omp-low.c

2013-12-18 Thread Iyer, Balaji V
> -Original Message- > From: Jakub Jelinek [mailto:ja...@redhat.com] > Sent: Wednesday, December 18, 2013 11:28 AM > To: Iyer, Balaji V > Cc: Jason Merrill (ja...@redhat.com); 'gcc@gcc.gnu.org' > Subject: Re: Question about omp-low.c > > On Wed, Dec

RE: Question about omp-low.c

2013-12-18 Thread Iyer, Balaji V
> Don't do this, compute loop count during omp expansion (there is already > code that does that for you, after all, for #pragma omp for the loop count is > typically (unless static schedule) passed as parameter to the runtime as well. Where does this happen? Is there a routine that you can point

RE: Question about omp-low.c

2013-12-18 Thread Iyer, Balaji V
> -Original Message- > From: Jakub Jelinek [mailto:ja...@redhat.com] > Sent: Wednesday, December 18, 2013 1:58 AM > To: Iyer, Balaji V > Cc: Jason Merrill (ja...@redhat.com); 'gcc@gcc.gnu.org' > Subject: Re: Question about omp-low.c > > On Wed, Dec

Question about omp-low.c

2013-12-17 Thread Iyer, Balaji V
Hello Jakub et al., I have a question regarding the parallel for implementation. I am implementing _Cilk_for based on the routines in omp-low.c and I would like to create a child function but would like to move the items that gimplify_omp_for inserts in for_pre_body in the top-level func

RE: Question about overloaded operators

2013-11-10 Thread Iyer, Balaji V
> -Original Message- > From: Jason Merrill [mailto:ja...@redhat.com] > Sent: Sunday, November 10, 2013 1:55 PM > To: Iyer, Balaji V; gcc@gcc.gnu.org > Subject: Re: Question about overloaded operators > > On 11/10/2013 11:08 AM, Iyer, Balaji V wrote: > >

Question about overloaded operators

2013-11-10 Thread Iyer, Balaji V
Hello Everyone, In C++, when a binary/unary operator is overloaded, then the build_x_[binary/unary]_op replaces it with a call expression. Is there a way to know from the call expression (assume we are in the gimplification stage) what the operator is? I tried to look around but I didn'

RE: Bootstrap issues in libsanitizer

2013-11-06 Thread Iyer, Balaji V
> -Original Message- > From: Richard Biener [mailto:richard.guent...@gmail.com] > Sent: Wednesday, November 6, 2013 5:55 AM > To: Gopalasubramanian, Ganesh > Cc: Iyer, Balaji V; gcc@gcc.gnu.org; konstantin.s.serebry...@gmail.com; > Jonathan Wakely > Subject: Re

Bootstrap issues in libsanitizer

2013-11-05 Thread Iyer, Balaji V
Hello Everyone, I am getting this weird bootstrap error in my SUSE machine with libsanitizer that didn't occur ~1.5 days ago. Is anyone else seeing this? libtool: compile: /export/users/gcc-svn/b-trunk-gcc/./gcc/xgcc -shared-libgcc -B/export/users/gcc-svn/b-trunk-gcc/./gcc -nostdinc++

RE: [PATCH] RE: libcilkrts breaks non-bootstrap build

2013-11-05 Thread Iyer, Balaji V
> -Original Message- > From: Richard Biener [mailto:richard.guent...@gmail.com] > Sent: Tuesday, November 5, 2013 7:08 AM > To: Iyer, Balaji V > Cc: Tom de Vries; gcc@gcc.gnu.org > Subject: Re: [PATCH] RE: libcilkrts breaks non-bootstrap build > > On Tue, Nov

[PATCH] RE: libcilkrts breaks non-bootstrap build

2013-11-04 Thread Iyer, Balaji V
> -Original Message- > From: Tom de Vries [mailto:tom_devr...@mentor.com] > Sent: Monday, November 4, 2013 2:15 PM > To: gcc@gcc.gnu.org > Cc: Iyer, Balaji V > Subject: libcilkrts breaks non-bootstrap build > > Hi, > > When configuring a gcc build with

RE: libcilkrts breaks non-bootstrap build

2013-11-04 Thread Iyer, Balaji V
ji V. Iyer. > -Original Message- > From: Tom de Vries [mailto:tom_devr...@mentor.com] > Sent: Monday, November 4, 2013 2:15 PM > To: gcc@gcc.gnu.org > Cc: Iyer, Balaji V > Subject: libcilkrts breaks non-bootstrap build > > Hi, > > When configuring a gcc build with &q

RE: libcilkrts breaks non-bootstrap build

2013-11-04 Thread Iyer, Balaji V
Hi Tom, Please see my response below: Thanks, Balaji V. Iyer. > -Original Message- > From: Tom de Vries [mailto:tom_devr...@mentor.com] > Sent: Monday, November 4, 2013 2:15 PM > To: gcc@gcc.gnu.org > Cc: Iyer, Balaji V > Subject: libcilkrts breaks non-boots

RE: [PATCH] RE: libcilkrts/runtime/config/generic/cilk-abi-vla.c failure

2013-10-31 Thread Iyer, Balaji V
Hi Rainer, This patch looks OK. Thanks, Balaji V. Iyer. -Original Message- From: gcc-ow...@gcc.gnu.org [mailto:gcc-ow...@gcc.gnu.org] On Behalf Of Rainer Orth Sent: Thursday, October 31, 2013 10:02 AM To: Jakub Jelinek Cc: Iyer, Balaji V; Gerald Pfeifer; Jeff Law; gcc

RE: Question about a fix for PR 58925

2013-10-31 Thread Iyer, Balaji V
> -Original Message- > From: Andrew MacLeod [mailto:amacl...@redhat.com] > Sent: Thursday, October 31, 2013 12:14 PM > To: Iyer, Balaji V > Cc: 'gcc@gcc.gnu.org'; Jeff Law > Subject: Re: Question about a fix for PR 58925 > > On 10/31/2

RE: Question about a fix for PR 58925

2013-10-31 Thread Iyer, Balaji V
> -Original Message- > From: Andrew MacLeod [mailto:amacl...@redhat.com] > Sent: Thursday, October 31, 2013 11:44 AM > To: Iyer, Balaji V > Cc: 'gcc@gcc.gnu.org'; Jeff Law > Subject: Re: Question about a fix for PR 58925 > > on a related note, is th

Question about a fix for PR 58925

2013-10-31 Thread Iyer, Balaji V
Hello Everyone, I am currently looking to fix the bug reported in PR 58925. Here is the issue, When the user configures using the following command: ../gcc/configure --enable-version-specific-runtime-libs --disable-bootstrap --disable-werror --disable-multilib --enable-languages=c,c++

RE: [PATCH] RE: libcilkrts/runtime/config/generic/cilk-abi-vla.c failure (was: [PATCH, committed] libcilkrts - Add check for availability of alloca.h (Bug Bootstrap/58918))

2013-10-31 Thread Iyer, Balaji V
> -Original Message- > From: Jakub Jelinek [mailto:ja...@redhat.com] > Sent: Thursday, October 31, 2013 3:46 AM > To: Iyer, Balaji V > Cc: Gerald Pfeifer; Jeff Law; gcc@gcc.gnu.org > Subject: Re: [PATCH] RE: libcilkrts/runtime/config/generic/cilk-abi-vla.c > f

[PATCH] RE: libcilkrts/runtime/config/generic/cilk-abi-vla.c failure (was: [PATCH, committed] libcilkrts - Add check for availability of alloca.h (Bug Bootstrap/58918))

2013-10-30 Thread Iyer, Balaji V
> -Original Message- > From: Gerald Pfeifer [mailto:ger...@pfeifer.com] > Sent: Wednesday, October 30, 2013 9:39 PM > To: Iyer, Balaji V > Cc: Jeff Law; gcc@gcc.gnu.org > Subject: libcilkrts/runtime/config/generic/cilk-abi-vla.c failure (was: > [PATCH, > committed

RE: libcilkrts portability

2013-10-30 Thread Iyer, Balaji V
> -Original Message- > From: Jeff Law [mailto:l...@redhat.com] > Sent: Wednesday, October 30, 2013 1:04 PM > To: Gerald Pfeifer; Iyer, Balaji V; gcc@gcc.gnu.org > Subject: Re: libcilkrts portability > > On 10/29/13 16:56, Gerald Pfeifer wrote: > > Hi Balaji,

RE: Cilk Library

2013-10-24 Thread Iyer, Balaji V
> Sent: Thursday, October 24, 2013 12:15 PM > To: Iyer, Balaji V; Jeff Law; gcc@gcc.gnu.org > Cc: Aldy Hernandez (al...@redhat.com); Jason Merrill (ja...@redhat.com); > Joseph S. Myers > Subject: Re: Cilk Library > > On 10/23/2013 12:30 PM, Iyer, Balaji V wrote: > > Hi Jeff

RE: Cilk Library

2013-10-24 Thread Iyer, Balaji V
=sharing). Thanks, Balaji V. Iyer. > -Original Message- > From: Jeff Law [mailto:l...@redhat.com] > Sent: Wednesday, October 23, 2013 4:33 PM > To: Joseph S. Myers; Iyer, Balaji V > Cc: gcc@gcc.gnu.org; Aldy Hernandez (al...@redhat.com); r...@redhat.com; > Jason Merrill

RE: Cilk Library

2013-10-23 Thread Iyer, Balaji V
double-checked (using nm) that all symbols are hidden unless we have explicitly allowed them to be public. Thanks, Balaji V. Iyer. > -Original Message- > From: Jeff Law [mailto:l...@redhat.com] > Sent: Wednesday, October 23, 2013 1:15 AM > To: Iyer, Balaji V; gcc@gcc.gnu.or

RE: Cilk Library

2013-10-23 Thread Iyer, Balaji V
> -Original Message- > From: Jeff Law [mailto:l...@redhat.com] > Sent: Wednesday, October 23, 2013 1:15 AM > To: Iyer, Balaji V; gcc@gcc.gnu.org > Cc: Aldy Hernandez (al...@redhat.com); r...@redhat.com; Jason Merrill > (ja...@redhat.com) > Subject: Re: Cilk Library &

RE: Cilk Library

2013-10-16 Thread Iyer, Balaji V
Hello Jeff, Please see my comments below: Thanks, Balaji V. Iyer. > -Original Message- > From: Jeff Law [mailto:l...@redhat.com] > Sent: Tuesday, October 15, 2013 4:14 PM > To: Iyer, Balaji V; gcc@gcc.gnu.org > Cc: Aldy Hernandez (al...@redhat.com); r...@re

RE: Cilk Library

2013-10-10 Thread Iyer, Balaji V
> -Original Message- > From: Aldy Hernandez [mailto:al...@redhat.com] > Sent: Thursday, October 10, 2013 9:19 AM > To: Iyer, Balaji V > Cc: Jeff Law; gcc@gcc.gnu.org; r...@redhat.com; Jason Merrill > (ja...@redhat.com) > Subject: Re: Cilk Library > > On 10/

RE: Cilk Library

2013-10-09 Thread Iyer, Balaji V
3 3:45 PM > To: Iyer, Balaji V; gcc@gcc.gnu.org > Cc: Aldy Hernandez (al...@redhat.com); r...@redhat.com; Jason Merrill > (ja...@redhat.com) > Subject: Re: Cilk Library > > On 10/02/13 13:40, Iyer, Balaji V wrote: > > Dear steering committee, To support the _Cilk_spawn, and _Cilk

Cilk Library

2013-10-02 Thread Iyer, Balaji V
Dear steering committee, To support the _Cilk_spawn, and _Cilk_sync implementation in GCC (patch submitted link: http://gcc.gnu.org/ml/gcc-patches/2013-09/msg00859.html), we need to add a foreign library (Cilk Runtime Library) into the gcc repository. With this email, I am attaching the

RE: Help with using multilib for Cilk Library

2013-07-23 Thread Iyer, Balaji V
> -Original Message- > From: H.J. Lu [mailto:hjl.to...@gmail.com] > Sent: Tuesday, July 23, 2013 1:04 PM > To: Iyer, Balaji V > Cc: Ian Lance Taylor; gcc@gcc.gnu.org > Subject: Re: Help with using multilib for Cilk Library > > On Tue, Jul 23, 2013 at 9:33 AM,

RE: Help with using multilib for Cilk Library

2013-07-23 Thread Iyer, Balaji V
> -Original Message- > From: H.J. Lu [mailto:hjl.to...@gmail.com] > Sent: Monday, July 22, 2013 5:08 PM > To: Iyer, Balaji V > Cc: Ian Lance Taylor; gcc@gcc.gnu.org > Subject: Re: Help with using multilib for Cilk Library > > On Mon, Jul 22, 2013 at 9:27 AM,

RE: Help with using multilib for Cilk Library

2013-07-22 Thread Iyer, Balaji V
> -Original Message- > From: H.J. Lu [mailto:hjl.to...@gmail.com] > Sent: Friday, July 19, 2013 6:56 PM > To: Iyer, Balaji V > Cc: Ian Lance Taylor; gcc@gcc.gnu.org > Subject: Re: Help with using multilib for Cilk Library > > On Fri, Jul 19, 2013 at 3:53 PM,

RE: Help with using multilib for Cilk Library

2013-07-19 Thread Iyer, Balaji V
> -Original Message- > From: Ian Lance Taylor [mailto:i...@google.com] > Sent: Friday, July 19, 2013 6:26 PM > To: Iyer, Balaji V > Cc: gcc@gcc.gnu.org > Subject: Re: Help with using multilib for Cilk Library > > On Fri, Jul 19, 2013 at 11:22 AM, Iyer, Balaj

Help with using multilib for Cilk Library

2013-07-19 Thread Iyer, Balaji V
Hello Everyone, I am trying to use Multilib on Cilk Library. I looked at this website (http://www.airs.com/ian/configure/configure_8.html) and used libsanitizer and libgo as samples to model after. It is currently failing with the following error message: libtool: link: /export/users/my

GCC build error

2013-05-09 Thread Iyer, Balaji V
Hello Everyone, I am currently trying to build the GCC trunk (revision 198747) and it is giving me the following error in make install for the java compiler. It looks like it is not able to find a function. Thanks, Balaji V. Iyer. libtool: link: /export/users/gcc-svn/b-trunk-gcc/./gc

RE: Fortran Compiler Hangs

2013-04-29 Thread Iyer, Balaji V
> -Original Message- > From: Tobias Burnus [mailto:bur...@net-b.de] > Sent: Monday, April 29, 2013 3:47 PM > To: Iyer, Balaji V > Cc: 'gcc@gcc.gnu.org' > Subject: Re: Fortran Compiler Hangs > > Hello Iyer, > > Iyer, Balaji V wrote: > > The

Fortran Compiler Hangs

2013-04-29 Thread Iyer, Balaji V
Hello Everyone, The fortran compiler (f951) seem to hang even for a simple hello world program in GCC. This is causing the whole gcc build process to hang at the following line: checking for x86_64-unknown-linux-gnu-gfortran... /export/users/gcc-svn/b-cilkplus-gcc/./gcc/gfortran -B/ex

Updating svn.html

2013-04-03 Thread Iyer, Balaji V
Hello Everyone, I would like to add the following information about my cilkplus branch under "Language-specific" in the SVN.html webpage. Do I send this as a patch or is there a specific person I should contact with the information? Here is the HTML code for what I want to add: cilk

RE: GIt Issue

2013-03-26 Thread Iyer, Balaji V
> -Original Message- > From: Markus Trippelsdorf [mailto:mar...@trippelsdorf.de] > Sent: Tuesday, March 26, 2013 3:16 PM > To: Iyer, Balaji V > Cc: 'gcc@gcc.gnu.org'; Jason Merrill (ja...@redhat.com) > Subject: Re: GIt Issue > > On 2013.03.26 at

GIt Issue

2013-03-26 Thread Iyer, Balaji V
Hello everyone, I am trying to clone a git repository and I am getting the following error. Can someone please tell me what this error could be and how I could fix this? It worked for me a while back but not now. I tried the following command: git clone http://gcc.gnu.org/git/gcc.git gcc

RE: Build error in genconstants.c

2013-01-08 Thread Iyer, Balaji V
Hi Marc, Please see my response below. > -Original Message- > From: Marc Glisse [mailto:marc.gli...@inria.fr] > Sent: Tuesday, January 08, 2013 6:20 PM > To: Iyer, Balaji V > Cc: 'gcc@gcc.gnu.org' > Subject: RE: Build error in genconstants.c > >

RE: Build error in genconstants.c

2013-01-08 Thread Iyer, Balaji V
std.h:1046:14: note: previous declaration of 'sbrk' was here extern void *sbrk (intptr_t __delta) __THROW; ../../trunk-gcc/gcc/system.h:446:14: error: conflicting types for 'sbrk' extern void *sbrk (int); /usr/include/unistd.h:1046:14: note: previous declaration of 'sbrk&#x

Build error in genconstants.c

2013-01-07 Thread Iyer, Balaji V
Hello Everyone, I am getting the following error when I tried to build the trunk (revision 194999) on my SuSE machine (Linux 2.6.32.29-0.3-default x86_64). I just did the standard configure (../src_directory/configure --prefix=<>). It looks like some syscall functions on my machine see

RE: Internal Compiler Error

2012-12-27 Thread Iyer, Balaji V
The best way to handle this issue is to submit a bugzilla bug-request with a small test case that will replicate the internal error. Thanks, Balaji V. Iyer. > -Original Message- > From: gcc-ow...@gcc.gnu.org [mailto:gcc-ow...@gcc.gnu.org] On Behalf Of > tanle > Sent: Monday, December 24

Line number information

2012-10-16 Thread Iyer, Balaji V
Hello Everyone, I am trying to debug the trunk cc1 (revision 192483) and it is not finding the line number information. I am using GDB 7.5. My OS is SuSE (not sure if that matters). Is everyone else having this issue? Thanks, Balaji V. Iyer.

Error reporting functions

2012-10-04 Thread Iyer, Balaji V
Hi Everyone, This question is mainly for some future submission. Am I allowed to use "fatal_error (..)"? Mainly, I want to use it in cases where I want to say "if this error has occurred, I see no reason to go forward with compilation." Thanks, Balaji V. Iyer.

RE: --with-gmp, --with-mpfr and/or --with-mpc

2012-09-22 Thread Iyer, Balaji V
>-Original Message- >From: gcc-ow...@gcc.gnu.org [mailto:gcc-ow...@gcc.gnu.org] On Behalf Of >Gabriel Dos Reis >Sent: Saturday, September 22, 2012 7:59 PM >To: Bruce Korb >Cc: gcc-h...@gcc.gnu.org; GCC >Subject: Re: --with-gmp, --with-mpfr and/or --with-mpc > >On Sat, Sep 22, 2012 at 5:58

RE: Merging Cilk Plus into GCC Trunk

2012-09-05 Thread Iyer, Balaji V
Hello Joseph, Please see my response below. Thanks, Balaji V. Iyer. >-Original Message- >From: Joseph Myers [mailto:jos...@codesourcery.com] >Sent: Wednesday, September 05, 2012 3:00 PM >To: Iyer, Balaji V >Cc: Aldy Hernandez; 'gcc@gcc.gnu.org';

RE: Merging Cilk Plus into GCC Trunk

2012-09-05 Thread Iyer, Balaji V
lto:al...@redhat.com] >Sent: Tuesday, September 04, 2012 6:24 PM >To: Iyer, Balaji V >Cc: 'gcc@gcc.gnu.org'; Jeff Law; r...@redhat.com >Subject: Re: Merging Cilk Plus into GCC Trunk > >On 08/30/12 15:39, Iyer, Balaji V wrote: >> Hello Everyone, >> The Cilk-P

RE: Trunk Build errors

2012-09-04 Thread Iyer, Balaji V
Yes, I downloaded a GCC 4.6.3 and it seem to go well thus far. Thanks, Balaji V. Iyer. >-Original Message- >From: Diego Novillo [mailto:dnovi...@google.com] >Sent: Tuesday, September 04, 2012 12:03 PM >To: Iyer, Balaji V >Cc: gcc@gcc.gnu.org >Subject: Re: Trunk Buil

Trunk Build errors

2012-09-04 Thread Iyer, Balaji V
Hello Everyone, I am getting the following error when I am trying to build the trunk on x86_64 SuSE Linux. My SVN head is at revision 190930. Is anyone else finding this? Thanks, Balaji V. Iyer. =

Merging Cilk Plus into GCC Trunk

2012-08-30 Thread Iyer, Balaji V
Hello Everyone, The Cilk-Plus branch is feature-complete. Programs using Cilk Plus constructs get great performance on vector and multicore hardware. Programs that don't use the new language features (enabled by a -fcilkplus flag) see no change. For details please see http://cilkplus.org

RE: GDB issues on Trunk

2012-08-25 Thread Iyer, Balaji V
>-Original Message- >From: Andrew Pinski [mailto:pins...@gmail.com] >Sent: Saturday, August 25, 2012 1:31 PM >To: Iyer, Balaji V >Cc: gcc@gcc.gnu.org >Subject: Re: GDB issues on Trunk > >On Sat, Aug 25, 2012 at 10:28 AM, Iyer, Balaji V >wrote: >> Hello

GDB issues on Trunk

2012-08-25 Thread Iyer, Balaji V
Hello Everyone, I am trying to debug "cc1" through gdb but is not working as it was before (my current revision is 190623) . For example, when I try to print out any local variable when I am inside the function, it says the variable is not in in the context. Here is an example below: e.

RE: Compilation error between SVN trunk revision 190444 and 190442

2012-08-18 Thread Iyer, Balaji V
>-Original Message- >From: Gerald Pfeifer [mailto:ger...@pfeifer.com] >Sent: Saturday, August 18, 2012 7:16 PM >To: Iyer, Balaji V >Cc: gcc@gcc.gnu.org; Diego Novillo >Subject: Re: Compilation error between SVN trunk revision 190444 and 190442 > >On Thu, 16 Aug 20

Question about Dejagnu C++ Execution Test

2012-08-17 Thread Iyer, Balaji V
Hello Everyone I have a question regarding a DejaGNU execution tests for C++. For C I used several C-torture routines (e.g. c-torture-execute) to add execution tests into the testsuite. I am not able to find a similar set of routine to use in C++. Can someone please point me if similar f

Compilation error between SVN trunk revision 190444 and 190442

2012-08-16 Thread Iyer, Balaji V
Hello Everyone, When my HEAD is at (svn+ssh://gcc.gnu.org/svn/gcc/trunk@190444 138bc75d-0d04-0410-961f-82ee72b054a4) I get the following error (please see it pasted below). When I revert to 1 commit before that, the problem seem to go away... Is it something to do with the GMP version I

Setting LD_LIBRARY_PATH in gcc testsuite

2012-08-12 Thread Iyer, Balaji V
Hello Everyone, I would like to add some tests into the testsuite of GCC that depend on a library for execution. Is it possible for me to set the ld_library_path to point to the library's location? The shared object is stored in $build_dir/i686-pc-linux-gnu/libcilkrts -OR- $install_dir/lib.

RE: build6_stat removed?

2012-07-27 Thread Iyer, Balaji V
I think I am ok without it. I did find a workaround. Thanks, Balaji V. Iyer. -Original Message- From: Eric Botcazou [mailto:ebotca...@adacore.com] Sent: Friday, July 27, 2012 10:26 AM To: Iyer, Balaji V Cc: gcc@gcc.gnu.org Subject: Re: build6_stat removed? > I have a quest

build6_stat removed?

2012-07-26 Thread Iyer, Balaji V
Hello Everyone, I have a question regarding build6_stat. I saw that in 7/25 merge, someone removed this function. Why was it removed? I am currently using it in my Cilk Plus branch. What is a work around for this? Am I allowed to put this function back in? Thanks, Balaji V. Iyer.

RE: Enabling a function based on Language

2012-05-22 Thread Iyer, Balaji V
...@google.com; Iyer, Balaji V; 'gcc@gcc.gnu.org' Subject: Re: Enabling a function based on Language Ian Lance Taylor wrote: > "Iyer, Balaji V" writes: > >> Is there a #define in GCC that will turn on only for certain languages? >> I am trying to use build_arr

Enabling a function based on Language

2012-05-21 Thread Iyer, Balaji V
Hello Everyone, Is there a #define in GCC that will turn on only for certain languages? I am trying to use build_array_ref but it is giving me a undefined reference for f951. This code that I am trying to use will ONLY execute if we have a C/C++ code. Is it possible for me to enclose t

Vectorizer question

2012-05-16 Thread Iyer, Balaji V
Hello Everyone, I have a question regarding the vectorizer. In the following code below... Int func (int x, int y) { If (x==y) Return (x+y); Else Return (x-y); } If we force the x and y to be vectors of vectorlength 4, then will the if-sta

cgraph_nodes_queue replacement?

2012-04-26 Thread Iyer, Balaji V
Hello Everyone, I just recently pulled the trunk and I noticed that cgraph_nodes_queue is taken out. Is it renamed (or #defined) to something else? I am using it for some code in my Cilk plus branch. So what is the appropriate replacement for the following code? for (n = cgraph

GIT Mirror Down?

2012-04-18 Thread Iyer, Balaji V
Hello Everyone, Is the GIT mirror for GCC down? I tried clicking on the snapshot link near a commit and it is timing out. Thanks, Balaji V. Iyer.

RE: Question about Tree_function_versioning

2012-03-26 Thread Iyer, Balaji V
: Monday, March 26, 2012 8:52 AM To: Iyer, Balaji V Cc: 'gcc@gcc.gnu.org' Subject: Re: Question about Tree_function_versioning Hi, On Mon, Mar 26, 2012 at 01:34:55AM +0000, Iyer, Balaji V wrote: > Hello Everyone, > I am currently trying to take certain functions (marked by certain &

RE: GSoC :Project Idea(Before final Submission) for review and feedback

2012-03-25 Thread Iyer, Balaji V
-Original Message- From: Subrata Biswas [mailto:subrata.i...@gmail.com] Sent: Sunday, March 25, 2012 12:22 PM To: Oleg Endo Cc: gcc Subject: Re: GSoC :Project Idea(Before final Submission) for review and feedback Thank you sir for your excellent example. On 25 March 2012 15:25, Oleg En

Question about Tree_function_versioning

2012-03-25 Thread Iyer, Balaji V
Hello Everyone, I am currently trying to take certain functions (marked by certain attributes) and create vector version along with the scalar versions of the function. For example, let's say I have a function my_add that is marked with a certain attribute, I am trying to clone it into m

RE: Differences in GCC and ICC compiled objects, GCC relocations broken?

2012-02-23 Thread Iyer, Balaji V
Hello J. K., Have you tried with a newer version of GCC? GCC 4.1 is pretty old Thanks, Balaji V. Iyer. -Original Message- From: J K [mailto:jkwi...@gmail.com] Sent: Thursday, February 23, 2012 10:31 AM To: gcc@gcc.gnu.org Subject: Differences in GCC and ICC compiled objects,

Function-Specific Optimization Branch

2012-02-23 Thread Iyer, Balaji V
Hello Everyone, Does anyone know the status of the function specific optimization branch (http://gcc.gnu.org/wiki/FunctionSpecificOpt)? I am specifically looking for stage3 __clone__ attribute. Has it been implemented/merged into the mainline or in the branch? Thanks, Balaji V. Iyer.

Template Handling in G++

2012-02-06 Thread Iyer, Balaji V
Hello Everyone, Can someone please tell me the entry point function (and stage) where the template functions are separated for different data types? Please CC me when responding to this message. Thanks, Balaji V. Iyer.

RE: GCC Account

2011-12-16 Thread Iyer, Balaji V
? Thanking You, Yours Sincerely, Balaji V. Iyer. -Original Message- From: Jeff Law [mailto:l...@redhat.com] Sent: Friday, December 09, 2011 11:08 AM To: gcc@gcc.gnu.org Subject: Re: GCC Account -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12/09/11 08:32, Iyer, Balaji V wrote: > He

GCC Account

2011-12-09 Thread Iyer, Balaji V
Hello Everyone, I am Balaji V. Iyer, and I have been maintaining the Cilkplus branch of the GCC compiler. I have been working on the Cilkplus branch for approximately 6 months and I have been working different GCC projects for the past 5 years. I do not have write access for the Cilkplus

Preserve labels for the life of Compliation

2011-11-29 Thread Iyer, Balaji V
Hello Everyone, I would like to insert labels at certain instances of the program as a marker and then print them out at a separate section at the end of the assembly file. I am able to do that but the garbage collector seem to be deleting the labels. Is it possible for me to stop this?

RE: Bootstrap Failure Question

2011-11-04 Thread Iyer, Balaji V
[mailto:l...@redhat.com] Sent: Friday, November 04, 2011 2:41 PM To: Iyer, Balaji V Cc: 'gcc@gcc.gnu.org' Subject: Re: Bootstrap Failure Question -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11/04/11 12:34, Iyer, Balaji V wrote: > Hello Everyone, I am getting a bootstrap failure r

Bootstrap Failure Question

2011-11-04 Thread Iyer, Balaji V
Hello Everyone, I am getting a bootstrap failure right now when I try to build GCC. Here is the output. Can someone please tell me how to fix this? Is this something I have modified? I just configured using the following command (../gcc/configure -prefix=). I haven't modified any of the

Dependent Labels Question

2011-11-03 Thread Iyer, Balaji V
Hello Everyone, Is it possible in GCC to create a label that is some-how dependent on a RTL INSN (i.e. if the RTL INSN moves, the label moves with it)? For example: In the below code ... Add r1, r2, r3 Call some_function LABELX: Sub

RE: Getting DWARF codes from RTX

2011-10-20 Thread Iyer, Balaji V
Please see my comments embedded with "BVI>" -Original Message- From: Ian Lance Taylor [mailto:i...@google.com] Sent: Thursday, October 20, 2011 2:18 PM To: Iyer, Balaji V Cc: 'gcc@gcc.gnu.org' Subject: Re: Getting DWARF codes from RTX "Iyer, Balaji V" w

RE: Getting DWARF codes from RTX

2011-10-20 Thread Iyer, Balaji V
To: Iyer, Balaji V Cc: 'gcc@gcc.gnu.org' Subject: Re: Getting DWARF codes from RTX "Iyer, Balaji V" writes: > Is there a function (or a series of functions) in GCC using which I can > convert a register number (either in RTX or int) to DWARF code? Are you looking for

Getting DWARF codes from RTX

2011-10-19 Thread Iyer, Balaji V
Hello Everyone, Is there a function (or a series of functions) in GCC using which I can convert a register number (either in RTX or int) to DWARF code? Any help is greatly appreciated! Thanks, Balaji V. Iyer.

RE: GCC 4.7.0 Status Report (2011-09-09)

2011-10-19 Thread Iyer, Balaji V
-Original Message- From: Gary Funck [mailto:g...@intrepid.com] Sent: Thursday, September 22, 2011 5:00 PM To: Jakub Jelinek Cc: gcc@gcc.gnu.org; Joseph S. Myers Subject: Re: GCC 4.7.0 Status Report (2011-09-09) On 09/09/11 09:09:30, Jakub Jelinek wrote: > [...] What is the status of lra

RE: Function Name from CALL_INSN RTX

2011-10-18 Thread Iyer, Balaji V
] Sent: Tuesday, October 18, 2011 12:47 AM To: Iyer, Balaji V Cc: 'gcc@gcc.gnu.org' Subject: Re: Function Name from CALL_INSN RTX "Iyer, Balaji V" writes: >Is it possible to extract the function name (as a tree or char *) > from a CALL_INSN RTX? Is there a #defi

Function Name from CALL_INSN RTX

2011-10-17 Thread Iyer, Balaji V
Hello Everyone, Is it possible to extract the function name (as a tree or char *) from a CALL_INSN RTX? Is there a #define or a series of #defines that can accomplish this? The tried to find this information by stepping through the print_rtx function using gdb and the inf

RE: Question about default_elf_asm_named_section function

2011-10-14 Thread Iyer, Balaji V
: Friday, October 14, 2011 4:29 PM To: Iyer, Balaji V Cc: 'gcc@gcc.gnu.org' Subject: Re: Question about default_elf_asm_named_section function "Iyer, Balaji V" writes: > Can I submit a patch for it? Or is it a small thing that patch is not > necessary? I will preapprove suc

RE: Question about default_elf_asm_named_section function

2011-10-14 Thread Iyer, Balaji V
Can I submit a patch for it? Or is it a small thing that patch is not necessary? Thanks, Balaji V. Iyer. -Original Message- From: Ian Lance Taylor [mailto:i...@google.com] Sent: Friday, October 14, 2011 12:38 AM To: Iyer, Balaji V Cc: 'gcc@gcc.gnu.org' Subject: Re: Ques

Question about default_elf_asm_named_section function

2011-10-12 Thread Iyer, Balaji V
Hello Everyone, This email is in reference to the "default_elf_asm_named_section" function in the varasm.c file. This function is defined like this: void default_elf_asm_named_section (const char *name, unsigned int flags, tree decl ATTRIBUTE_UNUSED) But

Question about Offsets

2011-10-11 Thread Iyer, Balaji V
Hello Everyone, This question is regarding adding offsets into a user-defined section into gcc. Let’s say I have a section called “my_section” and I want the section to have some sub-sections (e.g. a string table). One of the fields in my section is the offset to the next header. How do

RE: compile a bounch of file

2011-10-09 Thread Iyer, Balaji V
Hello Esmaeil, I have used Simplescalar a long time back, so my memory is not very up-to-date. If I remember correctly, all you do is to go to the simplesim-2.0 directory and type "make" after you modify an existing file. This should create a new executable. Please refer to these website

RE: The AST tree modification. Edited.

2011-10-04 Thread Iyer, Balaji V
Hello, For most of the things you are looking for, please look for a function called build_decl. It is used in several places inside GCC. Let me give you a small example, If you do the following: tree x = build_decl (UNKNOWN_LOCATION, VAR_DECL, get_identifer("ii"), integer_type_node)

GCC Wiki Write Access

2011-10-03 Thread Iyer, Balaji V
Hello Everyone, I contributed the Cilk Plus branch of GCC and I would like to create a page in GCC Wiki (link: http://gcc.gnu.org/wiki/HomePage) with the information about this branch and maybe some future work. Can someone please tell me how I can get write access to the GCC wiki? Than

ARRAY_RANGE_REF

2011-09-27 Thread Iyer, Balaji V
Hello Everyone, Is there a test-case which emits the ARRAY_RANGE_REF tree node for C or C++ Compiler? Can someone tell me an example (or even a line of code) that will make the compiler create/emit this tree node? Thanks, Balaji V. Iyer.

RE: [gimplefe] Ran into a internal compiler error

2011-09-20 Thread Iyer, Balaji V
HI Sandeep, I think what it is saying is that it is requiring an identifier, but you are passing in a variable declaration. Please try to do the following and see if it works. + return IDENTIFIER_HASH_VALUE (base->decl); } With return IDENTIFIER_HASH_VALUE (DECL_NAME (base->decl));

Announcing the Port of Intel(r) Cilk (TM) Plus into GCC

2011-08-15 Thread Iyer, Balaji V
Hello Everyone, This letter describes the recently created GCC branch called "cilkplus" that ports the Intel(R) Cilk(TM) Plus language extensions to the C and C++ front-ends of gcc-4.7. We are looking for collaborators and advice as we proceed - both on this open-source gcc project, and on th

RE: Adding elements into tree data structure

2011-06-07 Thread Iyer, Balaji V
ly appreciated! Thanking You, Yours Sincerely, Balaji V. Iyer. PS. Please CC me when you reply this message. -Original Message- From: Ian Lance Taylor [mailto:i...@google.com] Sent: Monday, May 09, 2011 7:34 PM To: Iyer, Balaji V Cc: gcc@gcc.gnu.org Subject: Re: Adding elements into

Adding elements into tree data structure

2011-05-09 Thread Iyer, Balaji V
Hello Everyone, I would like to add 8 integer array fields (I am also OK if they are tree-lists) into the tree data structure. I want to update this fields every time I see loops. This value will be used later by the optimizer. I tried to just add them into the structure in tree.h (under

RE: Frame Pointer Usage

2011-04-11 Thread Iyer, Balaji V
Yes, that is what I want. Thank you! -Balaji V. Iyer. -Original Message- From: Ian Lance Taylor [mailto:i...@google.com] Sent: Monday, April 11, 2011 4:40 PM To: Iyer, Balaji V Cc: gcc@gcc.gnu.org Subject: Re: Frame Pointer Usage "Iyer, Balaji V" writes: > Thanks Ian

  1   2   >