Re: -B vs Multilib

2008-03-16 Thread Greg Schafer
On Wed, Mar 12, 2008 at 10:44:48PM +1100, Greg Schafer wrote: > Currently, -B doesn't add the multilib search paths when processing > startfile_prefixes. For example, -B $prefix/lib/ doesn't find startfiles in > $prefix/lib/../lib64 > > Most other calls to add_prefix

-B vs Multilib

2008-03-12 Thread Greg Schafer
Hi, Currently, -B doesn't add the multilib search paths when processing startfile_prefixes. For example, -B $prefix/lib/ doesn't find startfiles in $prefix/lib/../lib64 Most other calls to add_prefix() in gcc.c that refer to startfile_prefixes do actually process the multilibs. Is there any good

Re: Possible GCC 4.3 driver regression caused by your patch

2008-03-10 Thread Greg Schafer
On Sun, Mar 02, 2008 at 01:17:02PM -0500, Carlos O'Donell wrote: > Greg Schafer wrote: > >Hi Carlos and Mark, > > > >Your "Relocated compiler should not look in $prefix" patch here: > > > >http://gcc.gnu.org/ml/gcc/2006-10/msg00280.html > >

Re: Possible GCC 4.3 driver regression caused by your patch

2008-03-04 Thread Greg Schafer
On Mon, Mar 03, 2008 at 08:11:30AM -0500, Hans-Peter Nilsson wrote: > On Sun, 2 Mar 2008, Greg Schafer wrote: > > Hi Carlos and Mark, > > > > Your "Relocated compiler should not look in $prefix" patch here: > > > > http://gcc.gnu.org/ml/gcc/2006-10/msg

Re: Possible GCC 4.3 driver regression caused by your patch

2008-03-02 Thread Greg Schafer
On Sun, Mar 02, 2008 at 01:17:02PM -0500, Carlos O'Donell wrote: > Greg Schafer wrote: > >Hi Carlos and Mark, > > > >Your "Relocated compiler should not look in $prefix" patch here: > > > >http://gcc.gnu.org/ml/gcc/2006-10/msg00280.html > >

Possible GCC 4.3 driver regression caused by your patch

2008-03-01 Thread Greg Schafer
Hi Carlos and Mark, Your "Relocated compiler should not look in $prefix" patch here: http://gcc.gnu.org/ml/gcc/2006-10/msg00280.html appears to have caused a regression in my GCC 4.3 testing. In summary, there is a small window *during the GCC build itself* where GCC does not pick up the correc

Re: 4.3 build failure in driver-i386.c

2008-02-17 Thread Greg Schafer
Richard Guenther wrote: > On Feb 17, 2008 9:38 AM, Greg Schafer <[EMAIL PROTECTED]> wrote: >> .stabn 68,0,91,.LM210-__get_cpuid_max >> .LM210: >> #APP >> pushf{l|d} >> pushf{l|d} >> pop{l} %eax >> mov{l} {%eax,

4.3 build failure in driver-i386.c

2008-02-17 Thread Greg Schafer
Hi, driver-i386.s: Assembler messages: driver-i386.s:2454: Error: invalid character '{' in mnemonic driver-i386.s:2455: Error: invalid character '{' in mnemonic driver-i386.s:2456: Error: invalid character '{' in mnemonic driver-i386.s:2457: Error: invalid character '{' in mnemonic driver-i386.s:2

Re: build failure, GMP not available

2006-10-31 Thread Greg Schafer
Mark Mitchell wrote: > I don't believe there's a serious problem with the concept, as long as > "./configure; make; make install" for GMP DTRT. If you can do it for > GCC, you can do it for a library it uses too. Just another data point. I tried building GMP on an i686-pc-linux-gnu Ubuntu sys

Re: GCC-4.1.x include/ssl/*.h ??

2006-02-28 Thread Greg Schafer
Mark Mitchell wrote: > This will be the final patch for GCC 4.1.0. I plan to work through the > release checklist tonight. As always, the official announcement will > follow after the release has had time to make it to the mirrors. Just a word of warning about this patch for unsuspecting travel

Re: GCC 4.1.0 RC1

2006-02-20 Thread Greg Schafer
Mark Mitchell wrote: > Please download, build, and test. Please use these tarballs, rather > than the current SVN branch, so that we test packaging, and other > similar issues. Here it looks good so far on i686-pc-linux-gnu http://gcc.gnu.org/ml/gcc-testresults/2006-02/msg01036.html Regards Gr

Request to reopen a PR

2005-08-02 Thread Greg Schafer
Hi Sorry if this is the wrong address to contact. This is a minor request for a minor libmudflap problem. Could somebody with appropriate privilege please do me a favor and reopen the following bugzilla PR? http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20003 It seems the system won't let me do

Re: RFH: libgcc_s.so being unnecessarily linked for mipsel-linux cross compiler...

2005-07-28 Thread Greg Schafer
On Thu, Jul 28, 2005 at 02:26:16PM -0700, James E Wilson wrote: > It looks like you forgot to check the crt*.o files for undefined > references. > > If the gcc/glibc toolchain wasn't built the optimal way, it is possible > for crtbegin.o to have register_frame_info and deregister_frame_info > cal

Headsup - New PCH Failures on 3.4.x under Linux-2.6.12

2005-07-19 Thread Greg Schafer
Hi This is just a headsup for any folks running 3.4.x testsuite under Linux 2.6.12 kernels (stock Linus). I started seeing new PCH failures after upgrading to this kernel: http://gcc.gnu.org/ml/gcc-testresults/2005-07/msg01069.html The cause is due to inclusion of the address space randomizat

Re: GCC 3.4.4 RC2

2005-05-14 Thread Greg Schafer
On Sun, May 15, 2005 at 01:54:03AM +0200, Ulrich Weigand wrote: > It would appear the problem is this patch: > 2005-05-12 Mark Mitchell <[EMAIL PROTECTED]> > > 2005-04-04 Mark Mitchell <[EMAIL PROTECTED]> > * testsuite/Makefile.am (check-local): Remove. > (curent_symbo

Re: GCC 3.4.4 RC2

2005-05-13 Thread Greg Schafer
On Fri, May 13, 2005 at 03:44:59PM -0700, Mark Mitchell wrote: > GCC 3.4.4 RC2 is now available here: > > ftp://gcc.gnu.org/pub/gcc/prerelease-3.4.4-20050512 > > There are just a few changes from RC1 to fix critical problems people > experienced with RC1. > > Please download, build, and test.

Re: GCC 4.0 RC1 Available

2005-04-11 Thread Greg Schafer
On Sun, Apr 10, 2005 at 03:05:17PM -0700, Mark Mitchell wrote: > The first GCC 4.0 candidate is available from: > > /pub/gcc/prerelease-4.0.0-20050410/ My test results on i686-pc-linux-gnu: http://gcc.gnu.org/ml/gcc-testresults/2005-04/msg00812.html All looks good except for the libmudflap f

Re: BOOT_CFLAGS and -fomit-frame-pointer

2005-03-25 Thread Greg Schafer
On Fri, Mar 25, 2005 at 12:06:33PM +0100, Eric Botcazou wrote: > What is wrong exactly? Why should 2 different build processes generate the > same executable? Is there a (written) rule about this? No, there is no written rule. However, some folks (like me) are concerned with matters of binary

Re: BOOT_CFLAGS and -fomit-frame-pointer

2005-03-25 Thread Greg Schafer
On Fri, Mar 25, 2005 at 08:46:12AM +0100, Eric Botcazou wrote: > Isn't that always the case in general? With a 'make bootstrap' the compiler > is built by itself whereas with a bare 'make' it is built by the installed > compiler. So in general the final compilers are not identical. Umm.. you'

BOOT_CFLAGS and -fomit-frame-pointer

2005-03-24 Thread Greg Schafer
Hi There are occasions, especially when bootstrapping a whole new World where one needs to build GCC multiple times, that you don't want to be bootstrapping GCC on every invocation, only the first. On x86 with GCC-4 and above, `make bootstrap' results in the compiler being built with `BOOT_CFLAGS

Re: GCC Status Report (2005-03-09)

2005-03-09 Thread Greg Schafer
On Wed, Mar 09, 2005 at 02:51:52PM -0800, Mark Mitchell wrote: > As per previous announcements, please do not place a target milestone > on bugs that are not part of the release criteria. Hmm, see below. > 4.0 Status > == > In order to help us hit the April 15th target for GCC 4.0, plea