On Aug 18, 2012, at 7:48 PM, Perry Smith wrote:
> Hi Gang,
>
> I'm having an unforeseen issue. Hopefully I'm just doing something wrong.
>
> I'm on gcc 4.5.2. I started with a fresh build tree. I'm passing in
> --enable-__cxa_atexit:
>
> configure \
>"--with-gmp=${PUBLIC_BASE}" \
>
On Sat, Aug 18, 2012 at 5:48 PM, Perry Smith wrote:
>
> I'm on gcc 4.5.2. I started with a fresh build tree. I'm passing in
> --enable-__cxa_atexit:
>
> configure \
> "--with-gmp=${PUBLIC_BASE}" \
> "--with-mpfr=${PUBLIC_BASE}" \
> "--with-mpc=${PUBLIC_BASE}" \
> "--disable-nls
On Sun, Aug 19, 2012 at 11:28 AM, Ian Lance Taylor wrote:
>
> Look closely at the output from gcc/configure. Does it include the
> line "__cxa_atexit can't be enabled on this target"? That will be
> displayed if the configure script determines that your target does not
> provide a __cxa_atexit f
Hello,
I tried to run "make check-c++" from the top directory of the source code.
During the run, all of the libgomp tests run by it failed. From the log
file, you can see that the gcc from the system (rather than the gcc
currently built) was run:
Executing on host: gcc -B/mnt/extras/src
Snapshot gcc-4.8-20120819 is now available on
ftp://gcc.gnu.org/pub/gcc/snapshots/4.8-20120819/
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/trunk
Hi,
I did some iwmmxt intrinsic test for mainline gcc with this check-in
r190511 | nickc | 2012-08-19 15:11:35 +0800 (Sun, 19 Aug 2012) | 3 lines
PR target/54306
* config/arm/mmintrin.h: Remove spurious #endif.
and encountered an internal compiler error for this simple case, with