Re: GCC freezing for a Multiply Chain

2010-02-16 Thread Dominique Dhumieres
I wonder if this is not pr41043. http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41043 Dominique

Gcc 4.3.5, when?

2010-02-16 Thread Paulo J. Matos
Hi, >From http://gcc.gnu.org/ml/gcc/2009-08/msg00066.html I get that 4.3.5 should come out after 4.4.2, however, 4.4.2 has come and gone (with 4.4.3) and no 4.3.5. Any ideas when this is going to be released? Thanks, -- Paulo Jorge Matos - pocmatos at gmail.com http://www.pmatos.net

Re: Gcc 4.3.5, when?

2010-02-16 Thread Richard Guenther
On Tue, Feb 16, 2010 at 4:59 PM, Paulo J. Matos wrote: > Hi, > > From http://gcc.gnu.org/ml/gcc/2009-08/msg00066.html > I get that 4.3.5 should come out after 4.4.2, however, 4.4.2 has come > and gone (with 4.4.3) and no 4.3.5. > > Any ideas when this is going to be released? When enough useful c

Inserting instrument calls before and after a function

2010-02-16 Thread Saleel Kudchadker
Hi I am working on modifying gcc so that I can add custom functions before the start and after the end of every function call in gcc. Much liek __cyg_profile_func_enter and exit but not when the function call has already been made. Is there a easy way to do it? I was concentrating on modifying

Re: Inserting instrument calls before and after a function

2010-02-16 Thread Harald Servat
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, I'm not afraid of gimplify, but you can check DynInst (http://www.dyninst.org). It's a runtime to modify a binary (in memory or in disk). Regards. En/na Saleel Kudchadker ha escrit: > Hi > > I am working on modifying gcc so that I can add

Re: Gcc 4.3.5, when?

2010-02-16 Thread Paolo Bonzini
On 02/16/2010 05:14 PM, Richard Guenther wrote: On Tue, Feb 16, 2010 at 4:59 PM, Paulo J. Matos wrote: Hi, From http://gcc.gnu.org/ml/gcc/2009-08/msg00066.html I get that 4.3.5 should come out after 4.4.2, however, 4.4.2 has come and gone (with 4.4.3) and no 4.3.5. Any ideas when this is goi

Simple question/help request on emit_move_insn.

2010-02-16 Thread Douglas B Rupp
I'm stuck on this, A hint, a pointer to some code to look at would be helpful. The emit_move_insn gets a GCC error. This is an intrinsic I'm working on for GNAT on Alpha/VMS. Success is a system.address parameter in the intrinsic containing "success_flag'address" where success_flag is a boole

Re: Simple question/help request on emit_move_insn.

2010-02-16 Thread Andrew Pinski
On Tue, Feb 16, 2010 at 1:14 PM, Douglas B Rupp wrote: > >  debug_rtx (success); > (mem/v:DI (reg/v/f:DI 20 $20 [orig:77 success_flag ] [77]) [-1 S8 A0]) >  debug_rtx (scratch); > (reg:SI 22 $22) >  emit_move_insn (success, scratch); Well the problem is the modes are different. How is scratch is

gcc-4.4-20100216 is now available

2010-02-16 Thread gccadmin
Snapshot gcc-4.4-20100216 is now available on ftp://gcc.gnu.org/pub/gcc/snapshots/4.4-20100216/ and on various mirrors, see http://gcc.gnu.org/mirrors.html for details. This snapshot has been generated from the GCC 4.4 SVN branch with the following options: svn://gcc.gnu.org/svn/gcc/branches

parse tree

2010-02-16 Thread dib . coolguy
hi... I am a student of b.sc first yr in comp.science can you tell me which parsing technique is used in ANSI c language and in gcc? and how the parse tree is generated in parsing phase? For instance if a code fragment is : #include int main(){ int a[50],i; for (i=0;i<50;i++) scanf("%d"

Re: AC_CHECK_DECLS(basename) (Was: Re: Ping: patches required for --enable-build-with-cxx)

2010-02-16 Thread Ralf Wildenhues
[ trimming Cc: ] Hello, * Joern Rennecke wrote on Tue, Feb 09, 2010 at 11:46:15AM CET: > However, I wonder if there is a better way to do the string processing - > I only do autoconf hacking sporadically, and my code looks somewhat > different from the original style. I haven't had a chance to l