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,
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
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
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
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
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
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
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
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,
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.
> 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
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
> 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
>
> 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
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
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
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
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
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
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
20 matches
Mail list logo