rgthydhgrfgh

2010-10-11 Thread gingerab68
¹ó¹«Ë¾ ÄúºÃ : ±¾Ë¾ÊÇרҵ´ú¿ª¹«Ë¾ ÏÖÓÐ: ÆÕͨ `ÔËÊä ` ¹ã¸æ ` ÉÌÆ· `ÆÕͨÔöÖµ¡® ½¨Öþ°²×°. µÈ{¹ú/µØ¶}óŠàÑÓŻݴú¿ª. ÁªÏµÈË: Áº Éú ÊÖ»ú: 139 2654 1830 QQ:1425253650 ¿ÉÏÈÌṩ¶/ƱÓú󸶿

Re: Bootstrap failures on sparc/x86 solaris2.10 machines

2010-10-11 Thread Rainer Orth
Hi Art, > No luck with this mornings builds on both x86 and sparc. > > My last successful i386-pc-solaris2.10 build was several weeks ago; all > the build attempts fail at this assertion in the function/file below: > > /home/ahaas/gnu/gcc.git/gcc/lto/lto-lang.c: In function 'lto_type_for_mode': >

Re: DECL_SOURCE_LINE of else

2010-10-11 Thread Ian Lance Taylor
Peter Jensen writes: > I am creating a plugin which parses the generic tree and inserts a function > call in a if/else clause. > The function writes which lineno gets executed to stdout. > I wish to get the line number for the if statement and for the else > statement. (and not the body. eg ELS

Re: unsupported symbol binding (probably GOLD related) when building trunk?

2010-10-11 Thread Ian Lance Taylor
Basile Starynkevitch writes: > /usr/bin/ld: error: unsupported symbol binding This is, as you know, a linker issue. > This on Debian/Testing/AMD64 and ld is GOLD: > % /usr/bin/ld --version > GNU gold (GNU Binutils for Debian 2.20.1-system.20100303) 1.9 > Copyright 2008 Free Software Foundation

GNAT ARM EABI ZCX, possible stopper needs clarification

2010-10-11 Thread Luke A. Guest
Hi, I've been reading as much as possible and trying to follow the source as much as possible and have, I think, come across a bit of a stopper as it may require a re-arrangement of GNAT sources, if I'm right, that is. So an exception object is defined within a-exexpr-gcc.adb as: type Unwind_

Bootstrap failures on sparc/x86 solaris2.10 machines

2010-10-11 Thread Art Haas
Hi. No luck with this mornings builds on both x86 and sparc. My last successful i386-pc-solaris2.10 build was several weeks ago; all the build attempts fail at this assertion in the function/file below: /home/ahaas/gnu/gcc.git/gcc/lto/lto-lang.c: In function 'lto_type_for_mode': /home/ahaas/gnu/

DECL_SOURCE_LINE of else

2010-10-11 Thread Peter Jensen
Hi, I am creating a plugin which parses the generic tree and inserts a function call in a if/else clause. The function writes which lineno gets executed to stdout. I wish to get the line number for the if statement and for the else statement. (and not the body. eg ELSE_CLAUSE). My problem is tha

Re: GCC and out-of-range constant array indexes?

2010-10-11 Thread Gary Funck
On 10/08/10 18:38:29, Basile Starynkevitch wrote: > I am not an expert on these optimizations, but why would you want that? > The optimizations involved are indeed expensive (otherwise it would be > -O1 not -O2), but once you asked for them, why only get warnings > without the code generation impr

Re: %pc relative addressing of string literals/const data

2010-10-11 Thread Joakim Tjernlund
Alan Modra wrote on 2010/10/11 14:58:45: > > On Sun, Oct 10, 2010 at 11:20:06AM +0200, Joakim Tjernlund wrote: > > Now I have had a closer look at this and it looks much like -fpic > > on ppc32, you still use the GOT/TOC to load the address where the data is. > > No, with ppc64 -mcmodel=medium you

Re: %pc relative addressing of string literals/const data

2010-10-11 Thread Alan Modra
On Sun, Oct 10, 2010 at 11:20:06AM +0200, Joakim Tjernlund wrote: > Now I have had a closer look at this and it looks much like -fpic > on ppc32, you still use the GOT/TOC to load the address where the data is. No, with ppc64 -mcmodel=medium you use the GOT/TOC pointer plus an offset to address lo

unsupported symbol binding (probably GOLD related) when building trunk?

2010-10-11 Thread Basile Starynkevitch
Hello, When building trunk rev 165282 configured with '/usr/src/Lang/gcc-trunk-bstarynk/configure' '--enable-plugins' '--program-suffix=-plaintrunk' '--enable-maintainer-mode' '--enable-checks=tree,gc' '--disable-bootstrap' '--disable-multilib' '--enable-version-specific-runtime-libs' 'CF