Re: [help-texinfo] Re: small font in gcc online docs

2008-11-03 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, Nov 03, 2008 at 01:00:31PM -, Jonathan Grant wrote: > Hello Karl, [...] > Perhaps GCC could use @example rather than @smallexample ? [lurker's opinion here, so take with appropriate amount of salt] I concur with Karl here. It's the comb

RE: [help-texinfo] Re: small font in gcc online docs

2008-11-03 Thread Karl Berry
Does @smallexample come out as 8pt or so? It definitely looks smaller than 10pt on my screen. It comes out as whatever your browser tells it to, hopefully depending on what font size you have set. This is why different users see different things. The effect should be similar to using ...

RFC: A new meta intrinsic header file for x86 intrinsics

2008-11-03 Thread H.J. Lu
Hi, Icc will introduce to support intrinsics for current and future instruction sets, starting with AVX. We will submit a patch to implement , which will look like: --- #ifndef _IMMINTRIN_H_INCLUDED #define _IMMINTRIN_H_INCLUDED #ifdef __MMX__ #include #endif #ifdef __SSE__ #include #endif

Re: using gcc's lexer/parser (was: Re: 'recording' program execution.)

2008-11-03 Thread Ian Lance Taylor
"Edward Peschko" <[EMAIL PROTECTED]> writes: > wrt the below, I was giving it some thought, and was wondering how > usable the gcc lexer/parser combo was by itself, how 'pluggable' it > was - my hope was that I could take the lexer/parser and instead of > making an executable out of the incoming c

Re: About the "Build status for GCC 4.3" page

2008-11-03 Thread Tom G. Christensen
[removed gcc-patches from CC] On Sun, Nov 02, 2008 at 08:29:27PM +0100, Gerald Pfeifer wrote: > On Tue, 2 Sep 2008, Dennis Clarke wrote: > > Is there a way perhaps to update this page automagically? Maybe even > > a web based submission form with a a backend MySQL database ? I am > > thinking tha

Re: Patch for Re: out of date docs? (alpha/64bit vs. 32bit vs. cross)

2008-11-03 Thread Rainer Orth
Gerald Pfeifer writes: > >> In particular, I /assume/ it is false for any version that uses gmp. > > I believe that this is false these days. I believe that it has been > > false since a cross-compiler to the alpha required a 64-bit > > HOST_WIDE_INT, which was in gcc 3.4. > > Does this mean you

Is there any plan for "data propagation from Tree SSA to RTL" to be in GCC mainline?

2008-11-03 Thread Bingfeng Mei
Hello, I found current modulo pipelining very inefficient for many loops. One reason is primitive cross-iteration memory dependency analysis. The add_inter_loop_mem_dep function in ddg.c just draws true dependency between every write and read pair. This is quite inadequate since many loops read

RE: [help-texinfo] Re: small font in gcc online docs

2008-11-03 Thread Joseph S. Myers
On Mon, 3 Nov 2008, Jonathan Grant wrote: > Perhaps GCC could use @example rather than @smallexample ? Consistent use of @smallexample comes from changes made for the printed manual published by GNU Press. GNU Press hasn't exactly been cooperative with the GCC community in merging their change

RE: [help-texinfo] Re: small font in gcc online docs

2008-11-03 Thread Jonathan Grant
Hello Karl, Thanks for your reply. > >> I see in the HTML this is the code causing the small font: > >> > >> pre.smallexample { font-size:smaller } > > I don't know of any way to say "use a slightly smaller font" in > HTML/CSS. That is, this is what CSS provides, afaik. > > The re

GCC 4.3.3 Status Report (2008-11-03)

2008-11-03 Thread Jakub Jelinek
I'd like to apologize for sending this report so late. Status == The GCC 4.3 branch is open for regression and documentation fixes. The number of P1s grew a little bit, so the 4.3.3 release will need to be delayed by a few days until they are resolved or downgraded. Out of the 5 P1s, 2 were

[MIPS]question about floating point conditional branch

2008-11-03 Thread Eric Fisher
Hello, In mips.md, conditional branch insns are all set with the attribute value 'branch'. But floating point instructions such as bc1f will reserve falu unit instead of ialu. So there's a problem when you try to describe pipeline for 'branch' insns. Define the ialu as the reservation for all 'bra