Re: [RFC PATCH, i386]: Allow zero_extended addresses (+ problems with reload and offsetable address, "o" constraint)

2011-08-09 Thread Uros Bizjak
On Mon, Aug 8, 2011 at 7:11 PM, Uros Bizjak wrote: >> Moves are special as far as reload is concerned.  If there is already >> a move instruction present *before* reload, it will get fixed up >> according to its constraints as any other instruction. >> >> However, reload will *introduce* new move

Re: Question about SMS scheduling windows

2011-08-09 Thread Richard Sandiford
Ayal Zaks writes: >> (FWIW, libav did show up extra differences when using the patch >> that I'd originally submitted.  They were due to the count_preds >> and count_succs thing that you picked up in your review.) > > > (These differences had no noticable consequences performance-wise, right?) We

[pph] Merge from trunk rev 177573.

2011-08-09 Thread Diego Novillo
This merge brings in Gab's trunk changes to line_map and my refactoring of the streaming code. It also allows us to use C++ for the implementation (with the same caveats we have in trunk, the code must be ifdef'd to build with both C and C++ compilers). I will continue the next phase of the strea

Re: FDO and LTO on ARM

2011-08-09 Thread Mike Hommey
On Mon, Aug 08, 2011 at 05:25:23PM +0100, Jonathan Wakely wrote: > On 8 August 2011 13:20, Mike Hommey wrote: > > > > I unfortunately hit several problems with gcc 4.7 (latest snapshot). > > One is bug 50022 that I filed today. > > > > Another is the following error in stlport headers: > >  error:

Re: FDO and LTO on ARM

2011-08-09 Thread Jonathan Wakely
On 9 August 2011 13:57, Mike Hommey wrote: > On Mon, Aug 08, 2011 at 05:25:23PM +0100, Jonathan Wakely wrote: >> On 8 August 2011 13:20, Mike Hommey wrote: >> > >> > I unfortunately hit several problems with gcc 4.7 (latest snapshot). >> > One is bug 50022 that I filed today. >> > >> > Another is t

Re: PING: PATCH: Use int64 for x86 options

2011-08-09 Thread H.J. Lu
Is this OK for trunk? On Sun, Aug 7, 2011 at 7:18 PM, H.J. Lu wrote: > On Sat, Aug 6, 2011 at 9:05 AM, H.J. Lu wrote: >> Ping.  AVX2 support depends on this patch. >> > >>> --- >>> 2011-08-04  H.J. Lu   >>>            Igor Zamyatin >>> >>>        * hwint.h (HOST_WIDE_INT_1): New. >>> >>>      

Re: PING: PATCH: Use int64 for x86 options

2011-08-09 Thread Joseph S. Myers
On Tue, 9 Aug 2011, H.J. Lu wrote: > Is this OK for trunk? No. You don't need to ping so often; I'll look at it in due course once sufficient time has passed since the last posted revision (if a patch keeps getting new versions posted, I consider that evidence that I should wait a while befor

Re: PING: PATCH: Use int64 for x86 options

2011-08-09 Thread H.J. Lu
On Tue, Aug 9, 2011 at 7:06 AM, Joseph S. Myers wrote: > On Tue, 9 Aug 2011, H.J. Lu wrote: > >> Is this OK for trunk? > > No.  You don't need to ping so often; I'll look at it in due course once > sufficient time has passed since the last posted revision (if a patch > keeps getting new versions p

Re: [named address] rejects-valid: error: initializer element is not computable@load time

2011-08-09 Thread Ulrich Weigand
Georg-Johann Lay wrote: > Ulrich Weigand schrieb: > > It's not a restriction so much, it's simply that TR 18037 does not say > > anything > > about string literals at all, so they keep working as they do in standard C. > > Take the following bit more elaborate example where you want to describe

Re: [RFC PATCH, i386]: Allow zero_extended addresses (+ problems with reload and offsetable address, "o" constraint)

2011-08-09 Thread H.J. Lu
On Tue, Aug 9, 2011 at 12:40 AM, Uros Bizjak wrote: > On Mon, Aug 8, 2011 at 7:11 PM, Uros Bizjak wrote: > >>> Moves are special as far as reload is concerned.  If there is already >>> a move instruction present *before* reload, it will get fixed up >>> according to its constraints as any other i

Re: libgcc: strange optimization

2011-08-09 Thread Richard Earnshaw
On 02/08/11 13:22, Richard Guenther wrote: > On Tue, Aug 2, 2011 at 2:06 PM, Mikael Pettersson wrote: >> Michael Walle writes: >> > >> > Hi, >> > >> > > To confirm that try -fno-tree-ter. >> > >> > "lm32-gcc -O1 -fno-tree-ter -S -c test.c" generates the following working >> > assembly code:

Re: [named address] ice-on-valid: in postreload.c:reload_cse_simplify_operands

2011-08-09 Thread Ulrich Weigand
Georg-Johann Lay wrote: > Thanks, it works. OK, thanks for testing! > std Y+2,r31 ; 30 *movphi/3 [length = 7] > std Y+1,r30 I'm actually not seeing those (maybe I'm using a different code base than you were using ...) But I still see that the frame is created. The pro

Re: libgcc: strange optimization

2011-08-09 Thread Ulrich Weigand
Richard Earnshaw wrote: > Better still would be to change the specification and implementation of > local register variables to only guarantee them at the beginning of ASM > statements. At other times they are simply the same as other local > variables. Now we have a problem that the register al

Re: FDO and LTO on ARM

2011-08-09 Thread Marc Glisse
On Tue, 9 Aug 2011, Mike Hommey wrote: This one only happens with using the -std=gnu++0x flag. The attached preprocessed file builds fine without -std=gnu++0x, and fails with -std=gnu++0x. Note the same original file didn't fail with the same stlport and -std=gnu++0x with gcc 4.6. Shorter: c

Re: FDO and LTO on ARM

2011-08-09 Thread Mike Hommey
On Mon, Aug 08, 2011 at 02:20:37PM +0200, Mike Hommey wrote: > I unfortunately hit several problems with gcc 4.7 (latest snapshot). > One is bug 50022 that I filed today. > > Another is the following error in stlport headers: > error: invalid use of incomplete type 'std::string {aka struct > s

ARM summit at Plumbers 2011

2011-08-09 Thread Steve McIntyre
Hi folks, Following on from the founding of the cross-distro ARM mailing list, I'd like to propose an ARM summit at this year's Linux Plumbers conference [1]. I'm hoping for a slot on Thursday evening, but this remains to be confirmed at this point. We had some lively discussion about the state o

Re: libgcc: strange optimization

2011-08-09 Thread Hans-Peter Nilsson
On Tue, 9 Aug 2011, Ulrich Weigand wrote: > Richard Earnshaw wrote: > > > Better still would be to change the specification and implementation of > > local register variables to only guarantee them at the beginning of ASM > > statements. At other times they are simply the same as other local > > v

gcc-4.4-20110809 is now available

2011-08-09 Thread gccadmin
Snapshot gcc-4.4-20110809 is now available on ftp://gcc.gnu.org/pub/gcc/snapshots/4.4-20110809/ 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/branches

An unusual x86_64 code model

2011-08-09 Thread Jed Davis
The vSphere Hypervisor (ESXi) kernel runs on x86_64 and loads all text and data sections (for the kernel itself and for modules) within a 2GB window that lives around virtual address 0x4180 (65.5 TiB). Thus, 32-bit absolute addresses won't work, but %rip-relative addressing is fine. Addit

RE: FDO and LTO on ARM

2011-08-09 Thread Fu, Chao-Ying
> > I identified the libstdc++ failure as a problem when building gcc: > > configure:16321: /tmp/build-ndk/gcc-4.7.0/./gcc/xgcc > -shared-libgcc -B/tmp/build-ndk/gcc-4.7.0/./gcc -nostdinc++ > -L/tmp/build-ndk/gcc-4.7.0/arm-linux-androideabi/libstdc++-v3/ > src > -L/tmp/build-ndk/gcc-4.7.0/arm

Re: An unusual x86_64 code model

2011-08-09 Thread Andrew Pinski
On Tue, Aug 9, 2011 at 4:26 PM, Jed Davis wrote: > The existing workaround, which predates my personal involvement, is to > use -fPIE together with a -include'd file that uses a #pragma to set the > default symbol visibility to hidden, which suppresses the PLTness. > That works on GCC 4.1, but wit

Re: libgcc: strange optimization

2011-08-09 Thread Hans-Peter Nilsson
On Tue, 9 Aug 2011, Richard Earnshaw wrote: > Better still would be to change the specification and implementation of > local register variables to only guarantee them at the beginning of ASM > statements. Only for those asm statements taking the same asm-register variables as arguments. > At ot