GCC 4.1 branch closed

2008-07-04 Thread Joseph S. Myers
The GCC 4.1 branch is now closed and should have no further commits. All open bugs at the 4.1.3 milestone, or marked as [4.1/4.2/4.3/4.4 Regression] or similar, have been updated accordingly. In going though these bugs, I noticed that many were marked as ASSIGNED, or as having patches, but had

gcc-4.4-20080704 is now available

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

Re: [whopr] Design/implementation alternatives for the driver and WPA

2008-07-04 Thread Daniel Jacobowitz
On Thu, Jul 03, 2008 at 09:48:11PM -0700, Ian Lance Taylor wrote: > * The linker does normally copy unrecognized sections with the > SHF_ALLOC bit clear to the output file. It doesn't allocate address > space for them, but it does copy them. I think this follows the ELF > ABI. I don't know

-Wmissing-field-initializers relaxation request

2008-07-04 Thread Pádraig Brady
While trying to compile coreutils with -Wextra, I noticed many warnings due to automatic variables initialized with { 0, }. As I understand it, since C90 the above will initialize [all members of] the type to that used in static scope. I.E. the following is valid: mbstate_t m = { 0, }; int i = {

Re: mklibs on mips broken by gcc-4.3.x

2008-07-04 Thread Daniel Jacobowitz
On Fri, Jul 04, 2008 at 02:42:40PM +0100, Chris Steel wrote: > __gnu_local_gp seems to be a mips specific symbol in gcc, which is > apparently used to provide -mno-shared support to gcc. The > implementation of this symbol is in gcc-4.x.x/gcc/config/mips/mips.c > and the only thing which seems to h

mklibs on mips broken by gcc-4.3.x

2008-07-04 Thread Chris Steel
I've been using the svn version of mklibs to reduce a cross compiled rootfs for mips or arm, and when I compile with gcc 4.2.x it all works fine. When I upgraded my toolchain to gcc 4.3.x then an arm rootfs still reduces with mklibs and runs correctly. However the mips build breaks mklibs with the

Re: [whopr] Design/implementation alternatives for the driver and WPA

2008-07-04 Thread Rafael Espindola
> I've updated the WHOPR Driver wiki page with our latest thoughts on > the plug-in interface: > > http://gcc.gnu.org/wiki/whopr/driver Very nice! Just one comment: On the "claim file", can you also pass the "file" size in the case it is inside an archive? > -cary > Cheers, -- Rafael Avila

Re: question about the ddg construction

2008-07-04 Thread Tianwei
On Thu, Jul 3, 2008 at 11:27 PM, Steven Bosscher <[EMAIL PROTECTED]> wrote: > On Fri, Jul 4, 2008 at 1:25 AM, Tianwei <[EMAIL PROTECTED]> wrote: >> it won't query the aliaser for more precise information, maybe the >> code is a little older. > > Not at all, the DDG file is for the SMS pass which is