This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: GCC 3.0.4 GCC 3.0.4


On Sun, Jan 20, 2002 at 08:35:50PM -0800, Mark Mitchell wrote:
> >
> >> PR3571 -- CPP on Fortran code in -traditional.
> >I'll backport the patch in
> >http://gcc.gnu.org/ml/gcc-patches/2001-09/msg00605.html.
> Thanks.  Please let me know when you're done.

Bootstrapped i686-linux, testcase added, patch checked in.

> >> PR5410 -- i?86-*-netbsdelf* is not supported on the branch, but
> >> works on the mainline.
> >> Panix is testing the patch associated with that PR.
> >It has been verified to work.
> 
> Very well; please apply the patch.

Done, and PR closed.  (For those following along at home, note that
libjava hasn't been ported to netbsd/i386 yet; libstdc++ seems to be
working fine, though.)

Is it just me, or do CVS updates on the branch take insanely longer
than on the mainline?

zw

~ $ uname -a
NetBSD panix1.panix.com 1.5.2 NetBSD 1.5.2 (PANIX-USER) #1: Mon Jan 14 23:28:51 EST 2002     marcotte@trinity.nyc.access.net:/devel/netbsd/1.5.2/src/sys/arch/i386/compile/PANIX-USER i386
~ $ gcc3 -v test.c
Reading specs from /pkg/gcc-3.0.3-elf/lib/gcc-lib/i386-unknown-netbsdelf1.5.2/3.0.3/specs
Configured with: ./configure --prefix=/pkg/gcc-3.0.3
Thread model: single
gcc version 3.0.3
 /pkg/gcc-3.0.3-elf/lib/gcc-lib/i386-unknown-netbsdelf1.5.2/3.0.3/cc1 -lang-c -v -iprefix /usr/local/bin/../lib/gcc-lib/i386-unknown-netbsdelf1.5.2/3.0.3/ -D__GNUC__=3 -D__GNUC_MINOR__=0 -D__GNUC_PATCHLEVEL__=3 -Di386 -D__NetBSD__ -D__ELF__ -D__i386__ -D__NetBSD__ -D__ELF__ -D__i386 -Asystem(unix) -Asystem(NetBSD) -D__NO_INLINE__ -D__STDC_HOSTED__=1 test.c -quiet -dumpbase test.c -version -o /var/tmp/ccoreUVd.s
GNU CPP version 3.0.3 (cpplib) (NetBSD/i386 ELF target)
GNU C version 3.0.3 (i386-unknown-netbsdelf1.5.2)
        compiled by GNU C version 3.0.3.
ignoring nonexistent directory "/usr/local/lib/gcc-lib/i386-unknown-netbsdelf1.5.2/3.0.3/include"
ignoring nonexistent directory "/usr/local/lib/gcc-lib/i386-unknown-netbsdelf1.5.2/3.0.3/../../../../i386-unknown-netbsdelf1.5.2/include"
ignoring nonexistent directory "/pkg/gcc-3.0.3-elf/i386-unknown-netbsdelf1.5.2/include"
#include "..." search starts here:
#include <...> search starts here:
 /usr/local/include
 /pkg/gcc-3.0.3-elf/lib/gcc-lib/i386-unknown-netbsdelf1.5.2/3.0.3/include
 /usr/include
End of search list.
 as --traditional-format -o /var/tmp/ccQZV5ik.o /var/tmp/ccoreUVd.s
 /pkg/gcc-3.0.3-elf/lib/gcc-lib/i386-unknown-netbsdelf1.5.2/3.0.3/collect2 -m elf_i386 -dp -e __start -dy -dynamic-linker /usr/libexec/ld.elf_so /usr/lib/crt0.o /usr/lib/crtbegin.o -L/pkg/gcc-3.0.3-elf/lib/gcc-lib/i386-unknown-netbsdelf1.5.2/3.0.3 -L/pkg/gcc-3.0.3-elf/lib/gcc-lib/i386-unknown-netbsdelf1.5.2/3.0.3/../../.. /var/tmp/ccQZV5ik.o -lgcc -lc -lgcc /usr/lib/crtend.o
~ $ ./a.out 
hello world


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]