several SSH keys to access svn+ssh:gcc.gnu.org

2010-11-07 Thread Basile Starynkevitch
Hello All, I would like to svn commit to GCC (either after an OK to the trunk, or to the GCC MELT branch) from two different machines (my work machine & my home machine). Up to now, my office machine was not powerful enough to compile quickly GCC MELT (so I used to ssh from office to home, and t

gcc-4.3-20101107 is now available

2010-11-07 Thread gccadmin
Snapshot gcc-4.3-20101107 is now available on ftp://gcc.gnu.org/pub/gcc/snapshots/4.3-20101107/ 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: gcc 4.5.1 / as 2.20.51.0.11 miscompiling drivers/char/i8k.c ?

2010-11-07 Thread Andi Kleen
Jim writes: > After upgrading my Dell laptop, both OS+kernel the i8k interface was giving > nonsensical output. As it turned out it's not the kernel but compiler > upgrade which broke this. > > Guys at Archlinux have found the underlying cause (but don't seem to have > submitted a patch yet): >

Re: several SSH keys to access svn+ssh:gcc.gnu.org

2010-11-07 Thread Gerald Pfeifer
On Sun, 7 Nov 2010, Basile Starynkevitch wrote: > Is it possible to access svn+ssh:gcc.gnu.org with two different keys? > What is the exact procedure? > > http://gcc.gnu.org/wiki/SSH_connection_caching is suggesting > ssh gcc.gnu.org appendkey -- does it work as I understand? That is my understa

Re: gcc 4.5.1 / as 2.20.51.0.11 miscompiling drivers/char/i8k.c ?

2010-11-07 Thread Andreas Schwab
Andi Kleen writes: > Jim writes: > >> After upgrading my Dell laptop, both OS+kernel the i8k interface was giving >> nonsensical output. As it turned out it's not the kernel but compiler >> upgrade which broke this. >> >> Guys at Archlinux have found the underlying cause (but don't seem to have

Re: gcc 4.5.1 / as 2.20.51.0.11 miscompiling drivers/char/i8k.c ?

2010-11-07 Thread Andi Kleen
Andreas Schwab writes: > > The asm fails to mention that it modifies *regs. It has a memory clobber, that should be enough, no? Besides in any case it cannot be eliminated because it has valid non dead inputs and outputs. -Andi -- a...@linux.intel.com -- Speaking for myself only.

Re: I propose Ralf Wildenhues for build machinery maintainer

2010-11-07 Thread Gerald Pfeifer
On Fri, 5 Nov 2010, Ian Lance Taylor wrote: > To the steering committee: I propose Ralf Wildenhues as a new maintainer > for the build machinery. I've relayed this proposal, thanks Ian. (Ralf, I assume you are fine with this or you would speak up. ;-) Gerald

integral overflow and integral conversions

2010-11-07 Thread Jason Merrill
Currently, the middle end seems to use the same rules for handling constant overflow of integer arithmetic and conversion between integer types: set TREE_OVERFLOW on the INTEGER_CST if the type is signed and the value doesn't fit in the target type. But this doesn't seem to match the C/C++ sta

Re: integral overflow and integral conversions

2010-11-07 Thread Ian Lance Taylor
Jason Merrill writes: > So we're setting TREE_OVERFLOW inappropriately for conversion to > signed integer types (though the front ends unset it again in cast > context), and, more problematically, failing to set it for unsigned > arithmetic overflow: C99 6.2.5 paragraph 9 says "A computation inv

Re: integral overflow and integral conversions

2010-11-07 Thread Jason Merrill
On 11/07/2010 11:11 PM, Ian Lance Taylor wrote: C99 6.2.5 paragraph 9 says "A computation involving unsigned operands can never overflow, because a result that cannot be represented by the resulting unsigned integer type is reduced modulo the number that is one greater than the largest value that

Re: I propose Ralf Wildenhues for build machinery maintainer

2010-11-07 Thread Ralf Wildenhues
Hello, * Gerald Pfeifer wrote on Mon, Nov 08, 2010 at 01:36:47AM CET: > On Fri, 5 Nov 2010, Ian Lance Taylor wrote: > > To the steering committee: I propose Ralf Wildenhues as a new maintainer > > for the build machinery. > > I've relayed this proposal, thanks Ian. (Ralf, I assume you are fine >