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
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 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
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
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
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
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'
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
> 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
On Thu, Apr 19, 2007 at 03:30:03PM -0400, DJ Delorie wrote:
> Why don't we unconditionally emit this?
No idea.
r~
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
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
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
13 matches
Mail list logo