Re: intl directory: gcc vs. src

2006-05-11 Thread Ian Lance Taylor
Steve Ellcey <[EMAIL PROTECTED]> writes: > By removing the AM_PROG_INSTALL definition from aclocal.m4 I was able to > run autoconf 2.59 on the src tree intl subdir with no problems but I was > wondering if we should take the time to synchronize the GCC intl > directory with the src tree intl direc

Re: ada bootstrap broken on powerpc64-linux-gnu

2006-05-11 Thread Andrew Pinski
On May 11, 2006, at 9:38 PM, Andreas Jaeger wrote: Bootstrapping with ada fails for me on powerpc64-linux-gnu with: http://gcc.gnu.org/bugzilla//show_bug.cgi?id=27536 -- Pinski

ada bootstrap broken on powerpc64-linux-gnu

2006-05-11 Thread Andreas Jaeger
-gnu Thread model: posix gcc version 4.2.0 20060511 (experimental) /abuild/aj/gcc/./gcc/gnat1 -quiet -dumpbase g-os_lib.adb -O2 -W -Wall -fPIC -g -mno-minimal-toc -gnatpg -gnatO g-os_lib.o g-os_lib.adb -o g-os_lib.s +===GNAT BUG DETECTED

Re: how to make gcc stop when there is a warning

2006-05-11 Thread D. Ensign
> > I'd like to tell gcc to quit when a warning is encountered > > (or even if a specific warning is encountered). Is there a way to do > > this? > > Yes. -Werror. If you can tell us why you weren't able to find it in > the documentation, perhaps we can address that! Partly, because I never lear

Re: how to make gcc stop when there is a warning

2006-05-11 Thread Ben Elliston
> As such, I'd like to tell gcc to quit when a warning is encountered > (or even if a specific warning is encountered). Is there a way to do > this? Yes. -Werror. If you can tell us why you weren't able to find it in the documentation, perhaps we can address that! Cheers, Ben

how to make gcc stop when there is a warning

2006-05-11 Thread D. Ensign
I'm R'ing T' F'ing M' to try figure this out, but perhaps I can find the answer faster just by asking. I'm going through a bunch of C (sometimes Fortran 77) code and changing the type of certain arrays, but of course I need to make absolutely sure that the functions that recieve those arrays ar

gcc-4.0-20060511 is now available

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

intl directory: gcc vs. src

2006-05-11 Thread Steve Ellcey
I sent this email earlier to just binutils and got no replies, so I thought I would try broadening my scope: While looking at updating the src tree to use newer versions of autoconf I have run into the issue of the intl directory. I found some old discussions about the two different versions (on

Re: www pages outdated

2006-05-11 Thread Janis Johnson
On Wed, May 10, 2006 at 08:49:48PM -0700, HeroreV wrote: > The pages at http://www.gnu.org/software/gcc/ are > several months old, even though the page at > http://gcc.gnu.org/about.html says: I forwarded this mail to [EMAIL PROTECTED] Janis

A question about your patch for PR c++/26534

2006-05-11 Thread Kazu Hirata
Hi Mark, I have a question about your patch for PR c++/26534. In particular, you added to standard_conversion in call.c the following code: if (expr) { tree bitfield_type; bitfield_type = is_bitfield_expr_with_lowered_type (expr); if (bitfield_type)