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
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
-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
> > 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
> 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
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
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
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
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
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)
10 matches
Mail list logo