Re: BImode and STORE_VALUE_FLAG

2013-05-09 Thread Andreas Schwab
"Paulo J. Matos" writes: > Further to this matter, can you explain the reasoning behind > vector-compare-1.c? Vector comparisons are different. Andreas. -- Andreas Schwab, sch...@linux-m68k.org GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something com

RE: BImode and STORE_VALUE_FLAG

2013-05-09 Thread Paulo Matos
> -Original Message- > From: gcc-ow...@gcc.gnu.org [mailto:gcc-ow...@gcc.gnu.org] On Behalf Of > Andreas Schwab > Sent: 09 May 2013 09:52 > To: Paulo J. Matos > Cc: gcc@gcc.gnu.org > Subject: Re: BImode and STORE_VALUE_FLAG > > "Paulo J. Matos" writes: > > > Further to this matter, can

undefined reference's in bootstrap-asan.

2013-05-09 Thread Toon Moene
See: http://gcc.gnu.org/ml/gcc-testresults/2013-05/msg00841.html It seems that: /scratch/toon/bd24983/./gcc/xgcc -B/scratch/toon/bd24983/./gcc/ -B/home/toon/compilers/install/x86_64-unknown-linux-gnu/bin/ -B/home/toon/compilers/install/x86_64-unknown-linux-gnu/lib/ -isystem /home/toon/compile

GNU Tools Cauldron 2013 - An update on presentations

2013-05-09 Thread Diego Novillo
An update on this year's Cauldron. We are getting close to the limit on the presentations and BoFs, so if you are interested in organizing a BoF or giving a presentation, please send us an abstract soon. We will still accept presentations and/or BoFs on-site the first day of the workshop. Howev

GCC build error

2013-05-09 Thread Iyer, Balaji V
Hello Everyone, I am currently trying to build the GCC trunk (revision 198747) and it is giving me the following error in make install for the java compiler. It looks like it is not able to find a function. Thanks, Balaji V. Iyer. libtool: link: /export/users/gcc-svn/b-trunk-gcc/./gc

gcc-4.8-20130509 is now available

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

Re: ARM Multilibs with --with-mode=thumb

2013-05-09 Thread Terry Guo
On Wed, May 8, 2013 at 6:14 PM, gnubie gnubie wrote: > Hi, > I've noticed odd behaviour when building an ARM compiler with GCC 4.7, > --with-mode=thumb and multilibs enabled. > > If I do a standard c/c++ newlib build with the following multilib options: > MULTILIB_OPTIONS += marm mthumb > MULT

Re: GCC build error

2013-05-09 Thread Marek Polacek
On Thu, May 09, 2013 at 08:19:45PM +, Iyer, Balaji V wrote: > Hello Everyone, > I am currently trying to build the GCC trunk (revision 198747) and it > is giving me the following error in make install for the java compiler. It > looks like it is not able to find a function. > > Thanks