Re: Segfault on OpenMP program

2007-04-19 Thread Jakub Jelinek
On Wed, Apr 18, 2007 at 07:38:40PM +0200, Kenneth Hoste wrote: > Is this only advised with parallel programs, or is it a general rule? > In my research, I statically link all my benchmarks because that I > measure stuff about them using instrumentation on a bunch of computer > (which might have

Re: HTML of -fdump-tree-XXXX proposal.

2007-04-19 Thread Brooks Moses
J.C. Pizarro wrote: In the attachment there is a quick&dirty alpha patch that i don't known why the gcc compiler says "gcc: unrecognized option '-html'". ??? I don't known where to modify the gcc code to add an option. The XHTML format to fputs is a little bad. There are examples to test too.

Can I have a more detailed documentation about gcc 4.1.2 frontend?

2007-04-19 Thread 전보성
Can I have gcc 4.1.2 frontend internal documentation? I am a graduated student and major in Computer Engineering. I need more detailed imformation about gcc 4.1.2 frontend (C frontend) for academical reason. The documantation includes information about internal tree representation especially abstr

RE: HTML of -fdump-tree-XXXX proposal.

2007-04-19 Thread Dave Korn
On 19 April 2007 08:47, Brooks Moses wrote: > J.C. Pizarro wrote: >> In the attachment there is a quick&dirty alpha patch that i don't known >> why the gcc compiler says "gcc: unrecognized option '-html'". ??? >> I don't known where to modify the gcc code to add an option. >> >> The XHTML format

RE: Can I have a more detailed documentation about gcc 4.1.2 frontend?

2007-04-19 Thread Dave Korn
On 19 April 2007 09:13, ??? wrote: > Can I have gcc 4.1.2 frontend internal documentation? I am a graduated > student and major in Computer Engineering. I need more detailed > imformation about gcc 4.1.2 frontend (C frontend) for academical reason. > The documantation includes information about i

The Linux binutils 2.17.50.0.15 is released

2007-04-19 Thread H. J. Lu
This is the beta release of binutils 2.17.50.0.15 for Linux, which is based on binutils 2007 0418 in CVS on sourceware.org plus various changes. It is purely for Linux. All relevant patches in patches have been applied to the source tree. You can take a look at patches/README to see what have been

Re: HTML of -fdump-tree-XXXX proposal.

2007-04-19 Thread J.C. Pizarro
2007/4/19, Brooks Moses <[EMAIL PROTECTED]> wrote: I think it makes a lot more sense to implement this as a standalone filter for the output stream, which takes the files that contain the current dump-tree output and converts it to HTML. You don't lose any functionality by doing that, and there'

why no $pc offset in debug CFA?

2007-04-19 Thread DJ Delorie
In dwarf2out.c : dwarf2out_frame_init we have this code: #ifdef DWARF2_UNWIND_INFO if (DWARF2_UNWIND_INFO) initial_return_save (INCOMING_RETURN_ADDR_RTX); #endif However, gdb really needs that slot to unwind stack frames when debugging, on targets that don't use dwarf2 unwinding (i.e. cygw

Re: why no $pc offset in debug CFA?

2007-04-19 Thread Eric Botcazou
> In dwarf2out.c : dwarf2out_frame_init we have this code: > > #ifdef DWARF2_UNWIND_INFO > if (DWARF2_UNWIND_INFO) > initial_return_save (INCOMING_RETURN_ADDR_RTX); > #endif > > However, gdb really needs that slot to unwind stack frames when > debugging, on targets that don't use dwarf2 unwin

Re: why no $pc offset in debug CFA?

2007-04-19 Thread Richard Henderson
On Thu, Apr 19, 2007 at 03:30:03PM -0400, DJ Delorie wrote: > Why don't we unconditionally emit this? No idea. r~

Problem building gcc on Cygwin

2007-04-19 Thread Tom Dickens
I'm having problems building gcc (c,c++, and FORTRAN compilers chosen) under Cygwin. I downloaded gcc-4.1.2.tar.gz. I gunzipped it to a directory, and untarred that. I created a subdirectory obj and changed to that directory. (All this from within Cygwin.) I ran ../gcc/configure -enable-langu

Re: Problem building gcc on Cygwin

2007-04-19 Thread Brian Dessent
Tom Dickens wrote: > make CFLAGS='-O' LIBCFLAGS='-g -O2' LIBCXXFLAGS='-g -O2 > -fno-implicit-templates' bootstrap I don't know if 4.1.2 includes the toplevel bootstrap changes or not (it's kind of old), but I don't think you should be doing "make bootstrap". The new method is to either configu

GCC mini-summit

2007-04-19 Thread Ian Lance Taylor
We held a GCC mini-summit at Google on Wednesday, April 18. About 40 people came. This is my very brief summary of what we talked about. Corrections and additions very welcome. The goal of the mini-summit was just to let gcc developers meet face to face and talk. There was no goal of actually m