Re: Problem compiling GCC source code in AIX

2006-07-26 Thread Kithsiri Lekamge
Thanks a lot David , You saved my time. I have not installed bash earlier. When i installed the bash and sat the environment varialble. % CONFIG_SHELL=/usr/local/bin % export CONFIG_SHELL Then everything is OK. :) AIX shell is not supported compiling GCC source code. Rgs, Kithsiri On 7/24/06,

Re: How to extract internal tree structure information?

2006-07-26 Thread Christian Wagner
Hi, Steven Bosscher wrote: On 7/25/06, Christian Wagner <[EMAIL PROTECTED]> wrote: Hi, I'm trying to extract information from C++ code during the compilation process. I need information about declarations, statements, functions (including parameters and symbol name), source line and source f

Re: Documentation for loop infrastructure

2006-07-26 Thread Rask Ingemann Lambertsen
On Mon, Jul 24, 2006 at 08:57:29PM +0200, Zdenek Dvorak wrote: > + @node Loop Representation > + @chapter Analysis and Representation of Loops > + > + GCC provides extensive infrastructure for work with natural loops, > + i.e., strongly connected components of CFG with only one entry block. > + Th

Re: [boehms-gc] Performance results

2006-07-26 Thread Laurynas Biveinis
GCC is just too huge to try and implement reference counting just to see what it would do, right? All managed structures would have to include a base class with the count in it and all new references would have to be through a macro... That's certainly possible, maybe even interesting, but I'm

Re: [boehms-gc] Performance results

2006-07-26 Thread Laurynas Biveinis
2006/7/25, Basile STARYNKEVITCH <[EMAIL PROTECTED]>: A theoritical alternative might be to use a precise copying collector like Qish. http://starynkevitch.net/Basile/qishintro.html In practice, this would be impractical (even if the GTY marker could help) because it requires changing a lot of c

Patch for PR15832 and PR28071

2006-07-26 Thread Jan Hubicka
Vladimir, I've run into problem with your patch for PR15832 on the testcase PR rtl-optimization/28071. Bug2.c compiled with -O3 -fno-tree-pre -fno-tree-fre it needs about 200MB extra memory for bitmaps because the bitmap stack_regs ends up very dense and it is copied indo all the pavins. (I have c

Re: [boehms-gc] Performance results

2006-07-26 Thread Robert Dewar
Laurynas Biveinis wrote: That's certainly possible, maybe even interesting, but I'm not going to try this :) Circular references could be handled by fallbacking to mark-and-sweep time from time. Or by just being careful. Even type correct full garbage collection does not guarantee freedom from

Re: Patch for PR15832 and PR28071

2006-07-26 Thread Vladimir Makarov
Jan Hubicka wrote: Perhaps you was just hitting bug in reg-stack concerning partially initialized vars that was later fixed independently or am I missing something? I think your are right. That was added because of the bug in reg-stack. If removing the code for stack regs in global.c does n

Re: Documentation for loop infrastructure

2006-07-26 Thread Diego Novillo
Zdenek Dvorak wrote on 07/24/06 14:57: > this patch adds documentation for loop analysis and representation of > loops, as well as other loop-related analyses, and for functions to > manipulate loops. As I am not a native English speaker, there are > probably many language errors in the document,

Re: Documentation for loop infrastructure

2006-07-26 Thread Diego Novillo
Bah, sorry about this. I sent the half-finished reply that I was meaning to continue later today. I'll send the other half in a little while.

Re: [cygwin/mingw32] DBX_REGISTER_NUMBER vs DWARF2_FRAME_REF_OUT

2006-07-26 Thread Mark Kettenis
> Date: Mon, 24 Jul 2006 11:00:55 +1200 > From: Danny Smith <[EMAIL PROTECTED]> > > Any other ideas? What is likely GDB fallout? GDB by default uses the SVR4 register numbering for DWARF & DWARF 2, and the old dbx register numbering scheme for other debugging formats (most notably stabs). Mixin

New testsuite failures with -fprofile-use

2006-07-26 Thread Volker Reichelt
Hi, since a couple of days we have the following new failures on mainline: FAIL: gcc.dg/tree-prof/inliner-1.c compilation, -fprofile-use (internal compiler error) UNRESOLVED: gcc.dg/tree-prof/inliner-1.c execution,-fprofile-use FAIL: gcc.dg/tree-prof/val-prof-1.c compilation, -fprofile-use

Re: [cygwin/mingw32] DBX_REGISTER_NUMBER vs DWARF2_FRAME_REF_OUT

2006-07-26 Thread Mark Kettenis
> Date: Thu, 27 Jul 2006 09:46:36 +1200 > From: Danny Smith <[EMAIL PROTECTED]> > > From: Mark Kettenis [mailto:[EMAIL PROTECTED] > Sent: Thursday, July 27, 2006 9:34 AM > > > The best thing to do is probably to define > > DWARF2_FRAME_REG_OUT to always use the SVR4 register map. > > Thanks fo

Re: New testsuite failures with -fprofile-use

2006-07-26 Thread Andrew Pinski
> > Hi, > Is anybody looking into this? Honza said he was going to look into this. http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28480 -- Pinski

Strange floating point problems on SH4 with gcc 4.1.0

2006-07-26 Thread Andrew de Quincey
Hi, I have been porting mozilla firefox to the SH4 platform. However, I have run into some horrible floating point problems. details: gcc 4.1.0 glibc 2.3.6 (built using crosstool) firefox 1.5.0.4 linux kernel 2.6.11 Running on an STB7100 with SH4-202 processor core (yes it does have an FPU). I

Re: Strange floating point problems on SH4 with gcc 4.1.0

2006-07-26 Thread Mike Stump
On Jul 26, 2006, at 3:54 PM, Andrew de Quincey wrote: Hi, I have been porting mozilla firefox to the SH4 platform. However, I have run into some horrible floating point problems. This list isn't for what you think it is for. This list is for contributors to gcc to talk about the developmen

Re: Strange floating point problems on SH4 with gcc 4.1.0

2006-07-26 Thread Andrew de Quincey
On Thursday 27 July 2006 02:20, Mike Stump wrote: > On Jul 26, 2006, at 3:54 PM, Andrew de Quincey wrote: > > Hi, I have been porting mozilla firefox to the SH4 platform. > > However, I have > > run into some horrible floating point problems. > > This list isn't for what you think it is for. This

Re: Strange floating point problems on SH4 with gcc 4.1.0

2006-07-26 Thread Eric Christopher
Andrew de Quincey wrote: On Thursday 27 July 2006 02:20, Mike Stump wrote: On Jul 26, 2006, at 3:54 PM, Andrew de Quincey wrote: Hi, I have been porting mozilla firefox to the SH4 platform. However, I have run into some horrible floating point problems. This list isn't for what you think it is

gcc-4.3 projects page?

2006-07-26 Thread Dan Kegel
Is it time to create a GCC_4.3_Projects page like http://gcc.gnu.org/wiki/GCC_4.2_Projects ? I imagine several projects are already in progress, but not yet mentioned on the wiki... - Dan

Re: gcc-4.3 projects page?

2006-07-26 Thread Andrew Pinski
On Jul 26, 2006, at 7:27 PM, Dan Kegel wrote: Is it time to create a GCC_4.3_Projects page like http://gcc.gnu.org/wiki/GCC_4.2_Projects ? I imagine several projects are already in progress, but not yet mentioned on the wiki... I have mentioned one via my user page on wiki. But it is not a fu