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

2008-11-06 Thread Karl Berry
You are expecting that the CSS large/small/x-small/etc match those of TeX. No, that is not the expectation. (It would be impossible, anyway. All these things are dynamically changeable in TeX.) The expectation is that firefox not reduce the size used when font-size:smaller is specified

gcc-4.3-20081106 is now available

2008-11-06 Thread gccadmin
Snapshot gcc-4.3-20081106 is now available on ftp://gcc.gnu.org/pub/gcc/snapshots/4.3-20081106/ and on various mirrors, see http://gcc.gnu.org/mirrors.html for details. This snapshot has been generated from the GCC 4.3 SVN branch with the following options: svn://gcc.gnu.org/svn/gcc/branches

Re: H8SX: Bit instructions for review

2008-11-06 Thread Jeff Law
Naveen H.S. wrote: Hi, H8SX target supports generation of bit instructions in memory addressing mode. However, these instructions are not getting generated and the bits in memory are operated using other instructions which consume more memory. The attached patch "h8sx.patch" generates these b

[EMAIL PROTECTED]: Results for 4.4.0 20081106 (experimental) [trunk revision 141636] (GCC) testsuite on m32c-unknown-elf]

2008-11-06 Thread DJ Delorie
This new failure seems to have been caused by r141613: +2008-11-05 Martin Jambor <[EMAIL PROTECTED]> + + PR middle-end/37861 + * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Don't turn + pointer arithmetics into array_ref if the array is accessed + through an ind

Re: IRA accumulated costs

2008-11-06 Thread Jeff Law
Vladimir Makarov wrote: Hi, Richard. Returning to accurate cost accumulation issue you found recently. Here is the patch fixing it. You could try, if you want, how MIPS will behave with it. The patch also more accurately calculates ALLOCNO_CALL_FREQ which affects decision to spill allocno

Re: GNU Hurd changes vs. GCC: ``regression fixes and docs only''

2008-11-06 Thread David Edelsohn
On Thu, Nov 6, 2008 at 8:57 AM, Thomas Schwinge <[EMAIL PROTECTED]> wrote: > Being one of GNU Hurd upstream, I'd offer to fill that position. I have forwarded this nomination to the GCC Steering Committee. David

Re: GNU Hurd changes vs. GCC: ``regression fixes and docs only''

2008-11-06 Thread Paolo Bonzini
Thomas Schwinge wrote: > Hello! > > We, the GNU Hurd people, would like to get GCC in a compilable/usable > shape for us again, without needing to do the patching that was needed > since the 4.2 release. I have already some weeks ago sent the needed > patches to the gcc-patches mailing list, wher

GNU Hurd changes vs. GCC: ``regression fixes and docs only''

2008-11-06 Thread Thomas Schwinge
Hello! We, the GNU Hurd people, would like to get GCC in a compilable/usable shape for us again, without needing to do the patching that was needed since the 4.2 release. I have already some weeks ago sent the needed patches to the gcc-patches mailing list, where they have been acked by Paolo and

H8SX: Bit instructions for review

2008-11-06 Thread Naveen H.S.
Hi, H8SX target supports generation of bit instructions in memory addressing mode. However, these instructions are not getting generated and the bits in memory are operated using other instructions which consume more memory. The attached patch "h8sx.patch" generates these bit instructions and h