RE: --with-gmp, --with-mpfr and/or --with-mpc

2012-09-22 Thread Iyer, Balaji V
>-Original Message- >From: gcc-ow...@gcc.gnu.org [mailto:gcc-ow...@gcc.gnu.org] On Behalf Of >Gabriel Dos Reis >Sent: Saturday, September 22, 2012 7:59 PM >To: Bruce Korb >Cc: gcc-h...@gcc.gnu.org; GCC >Subject: Re: --with-gmp, --with-mpfr and/or --with-mpc > >On Sat, Sep 22, 2012 at 5:58

Re: --with-gmp, --with-mpfr and/or --with-mpc

2012-09-22 Thread Gabriel Dos Reis
On Sat, Sep 22, 2012 at 5:58 PM, Bruce Korb wrote: > On 09/22/12 15:02, Gabriel Dos Reis wrote: >> On Sat, Sep 22, 2012 at 4:36 PM, Marc Glisse wrote: >>> Are you looking for gcc-h...@gcc.gnu.org? >> >>> mpc-devel ? (not my platform, I don't even know if that package exists, but >>> your grep pat

Re: --with-gmp, --with-mpfr and/or --with-mpc

2012-09-22 Thread Bruce Korb
On 09/22/12 15:02, Gabriel Dos Reis wrote: > On Sat, Sep 22, 2012 at 4:36 PM, Marc Glisse wrote: >> Are you looking for gcc-h...@gcc.gnu.org? > >> mpc-devel ? (not my platform, I don't even know if that package exists, but >> your grep pattern excludes such a package) > > yes, it is "mpc-devel"

gcc-4.7-20120922 is now available

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

Re: --with-gmp, --with-mpfr and/or --with-mpc

2012-09-22 Thread Gabriel Dos Reis
On Sat, Sep 22, 2012 at 4:36 PM, Marc Glisse wrote: > Are you looking for gcc-h...@gcc.gnu.org? > > mpc-devel ? (not my platform, I don't even know if that package exists, but > your grep pattern excludes such a package) yes, it is "mpc-devel" on suse. one needs the "-devel" packages of all the

Re: --with-gmp, --with-mpfr and/or --with-mpc

2012-09-22 Thread Andreas Schwab
http://www.catb.org/esr/faqs/smart-questions.html Andreas. -- Andreas Schwab, sch...@linux-m68k.org GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different."

Re: --with-gmp, --with-mpfr and/or --with-mpc

2012-09-22 Thread Marc Glisse
Are you looking for gcc-h...@gcc.gnu.org? On Sat, 22 Sep 2012, Bruce Korb wrote: $ ../configure --with-gmp=/usr --with-mpfr=/usr --with-mpc=/usr --prefix=/u/gnu/proj/gcc-git/_i \ --enable-languages=c,c++,ftn --enable-bootstrap [...] Try the --with-gmp, --with-mpfr and/or --with-mpc options to

--with-gmp, --with-mpfr and/or --with-mpc

2012-09-22 Thread Bruce Korb
> $ ../configure --with-gmp=/usr --with-mpfr=/usr --with-mpc=/usr > --prefix=/u/gnu/proj/gcc-git/_i \ > --enable-languages=c,c++,ftn --enable-bootstrap > [...] > Try the --with-gmp, --with-mpfr and/or --with-mpc options to specify > their locations. Source code for these libraries can be found a

Re: compare gcc vs clang on HORIZONTAL tuple implementation

2012-09-22 Thread Paolo Carlini
Hi, Larry Evans ha scritto: >The above was a private email I sent to Christopher. Since then, >similar results were reported here: > > http://article.gmane.org/gmane.comp.compilers.clang.devel/24145 > >So, I thought the g++ template implementors might be interested >in figuring out why g++ is

Re: compare gcc vs clang on HORIZONTAL tuple implementation

2012-09-22 Thread Larry Evans
On 09/22/12 06:51, Christopher Schmidt wrote: > Larry Evans writes: >> I thought you'd find the following interesting. >> >> The 2 attached tuple.benchmark.time.COMPILER files show >> clang compiles the HORIZONTAL implementation at about >> the same speed as the VERTICAL implementation >> (TUPLE_T

Re: GCC 4.7.2: Mudflap linker errors

2012-09-22 Thread bd satish
Hi Matthias, The error is from GCC which I built on my own (as mentioned in my first post), not installed from a package manager. It all works ok with the system compiler though (Debian 6.0 has gcc 4.4.5). Thanks & Regards, Satish On 22 September 2012 14:50, Matthias Klose wrote: > On 21.09.201

Re: GCC 4.7.2: Mudflap linker errors

2012-09-22 Thread Matthias Klose
On 21.09.2012 23:08, bd satish wrote: > g++ -fmudflap references.cc -lmudflap you have to install mudflap to use it (it is suggested by the gcc-4.7 package). sudo apt-get install libmudflap0-4.7-dev

Re: GCC 4.7.2: Mudflap linker errors

2012-09-22 Thread bd satish
Hi, Thanks to Zeman, here is the output of (gcc -v -fmudflap file.cc -lmudflap): Using built-in specs. COLLECT_GCC=g++ COLLECT_LTO_WRAPPER=/home/user/foss/installed/gcc/libexec/gcc/x86_64-unknown-linux-gnu/4.7.2/lto-wrapper Target: x86_64-unknown-linux-gnu Configured with: ../configure --prefix=/

Re: GCC 4.7.2: Mudflap linker errors

2012-09-22 Thread Václav Zeman
On 09/22/2012 07:11 AM, bd satish wrote: > Hi, > > Here is the output of (gcc -v): > Using built-in specs. > COLLECT_GCC=g++ > COLLECT_LTO_WRAPPER=/home/user/installed/gcc/libexec/gcc/x86_64-unknown-linux-gnu/4.7.2/lto-wrapper > Target: x86_64-unknown-linux-gnu > Configured with: ../configure --pre

bootstrap broken w disable-checking

2012-09-22 Thread Andreast Tobler
Hi all, while testing some patches fro Michael M, I noticed that disable-checking seems broken on trunk. I saw this on x86_64-freebsd and powerpc64-freebsd. Is this issue already known? If not, usual bug report with preprocessed source? TIA; Andreas Here the details: - /export/devel/ne