> -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
> -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
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
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,
> -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
> -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
> -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
> 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
> -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
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
> -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:
> >
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'
> -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
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++
> -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
> -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
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
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
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
> -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
> -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
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++
> -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
> -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
> -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,
> 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
=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
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
> -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
&
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
> -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/
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
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
> -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,
> -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,
> -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,
> -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
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
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
> -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
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
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
> -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
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
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
>
>
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
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
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
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.
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.
>-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
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';
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
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
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.
=
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
>-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
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.
>-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
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
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
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.
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
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.
...@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
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
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
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
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.
: 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
&
-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
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
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,
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.
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.
?
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
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
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?
[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
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
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
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
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
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.
-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
]
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
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
: 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
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
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
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
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
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)
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
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.
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));
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
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
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
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 - 100 of 103 matches
Mail list logo