[Bug target/19645] PPC64 64-bit build failure

2005-01-28 Thread rth at gcc dot gnu dot org
--- Additional Comments From rth at gcc dot gnu dot org 2005-01-28 08:11 --- I'm starting to think there's something wrong with the system 64-bit libc. Lets close for now, and I'll report again if I can find something reproducible. -- What|Removed |Ad

[Bug target/19645] PPC64 64-bit build failure

2005-01-27 Thread dje at gcc dot gnu dot org
--- Additional Comments From dje at gcc dot gnu dot org 2005-01-28 00:18 --- I bootstrapped again omitting --with-cpu=default32 and with -m64. No problems. I also built and installed gcc version 3.4.4 20050109 (prerelease) and used it to bootstrap with -m64. No problems. --enable-thr

[Bug target/19645] PPC64 64-bit build failure

2005-01-27 Thread dje at gcc dot gnu dot org
--- Additional Comments From dje at gcc dot gnu dot org 2005-01-28 00:18 --- I bootstrapped again omitting --with-cpu=default32 and with -m64. No problems. I also built and installed gcc version 3.4.4 20050109 (prerelease) and used it to bootstrap with -m64. No problems. --enable-thr

[Bug target/19645] PPC64 64-bit build failure

2005-01-27 Thread dje at watson dot ibm dot com
--- Additional Comments From dje at watson dot ibm dot com 2005-01-27 21:20 --- Subject: Re: PPC64 64-bit build failure --with-cpu=default32 builds 32bit by default IIRC. You obviously replied without reading my message. I said, "I am building everything with -m64". -- http://g

[Bug target/19645] PPC64 64-bit build failure

2005-01-27 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-27 21:15 --- --with-cpu=default32 builds 32bit by default IIRC. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19645

[Bug target/19645] PPC64 64-bit build failure

2005-01-27 Thread rth at gcc dot gnu dot org
--- Additional Comments From rth at gcc dot gnu dot org 2005-01-27 20:34 --- Subject: Re: PPC64 64-bit build failure On Thu, Jan 27, 2005 at 07:09:58PM -, dje at watson dot ibm dot com wrote: > --build=powerpc64-linux --host=powerpc64-linux --target=powerpc64-linux > --with-cpu=def

[Bug target/19645] PPC64 64-bit build failure

2005-01-27 Thread dje at watson dot ibm dot com
--- Additional Comments From dje at watson dot ibm dot com 2005-01-27 19:09 --- Subject: Re: PPC64 64-bit build failure I configured with: --build=powerpc64-linux --host=powerpc64-linux --target=powerpc64-linux --with-cpu=default32 --enable-threads=posix --enable-shared --enable-__cx

[Bug target/19645] PPC64 64-bit build failure

2005-01-27 Thread rth at gcc dot gnu dot org
--- Additional Comments From rth at gcc dot gnu dot org 2005-01-27 18:41 --- No, no extra anything. This is on a newly installed fedora core 4 system, so glibc 2.3.4 and gcc 3.4.3-20050113 as bootstrap compiler. I guess I'll try again and post a .i file if reproducible, or fix it. --

[Bug target/19645] PPC64 64-bit build failure

2005-01-27 Thread dje at gcc dot gnu dot org
--- Additional Comments From dje at gcc dot gnu dot org 2005-01-27 17:43 --- I bootstrapped in 64-bit mode and did not encounter any checking failure. Was extra checking enabled? I used SLES9 gcc-3_3-hammer as the bootstrap compiler. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=1

[Bug target/19645] PPC64 64-bit build failure

2005-01-27 Thread dje at gcc dot gnu dot org
-- What|Removed |Added CC||rth at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19645

[Bug target/19645] PPC64 64-bit build failure

2005-01-26 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Severity|critical|normal Keywords||build, ice-on-valid-code Summary|[4.0 Regres