Re: bootstrap failure on i686-apple-darwin9

2008-12-12 Thread Benjamin Kosnik
>Manually executing make in gcc44-4.3.999-20081212/darwin_objdir > after a failed build of gcc trunk on i686-apple-darwin9 produces... This appears to be an include ordering issue. Revision 142738 works around this to fix the bootstrap issue (although the problem still exists and is r

Re: libjava and raw_cxx

2008-12-12 Thread Ralf Wildenhues
* Paolo Bonzini wrote on Fri, Dec 12, 2008 at 10:14:15PM CET: > > > > Yes, this is true. But even though the test that sets > > shlibpath_overrides_runpath is run for every compiler, only one result > > is then used for all link commands, and that happens to be the result of > > the C++ test. >

Re: MPFR-2.4.0 Release Candidate

2008-12-12 Thread Kaveh R. GHAZI
On Fri, 12 Dec 2008, Vincent Lefevre wrote: > The release of MPFR 2.4.0 ("andouillette sauce moutarde") is imminent. > Please help to make this release as good as possible by downloading and > testing this release candidate: > > Changes from version 2.3.2 to version 2.4.0: > [...] > - Bug fixes.

Will GCC 4.3 or 4.4 work on the AlphaServer anytime soon?

2008-12-12 Thread Robert Garron
Hi - to all of the incredible programmers who make GCC work on so many computer chip architectures... I have one question: Will GCC 4.3.X or 4.4.X be ported and operational on the AlphaServer 4XXX Systems running Debian Linux or any other Linux anytime soon? Thanks for your time to answer my

re: bootstrap failure on i686-apple-darwin9

2008-12-12 Thread Jack Howarth
Manually executing make in gcc44-4.3.999-20081212/darwin_objdir after a failed build of gcc trunk on i686-apple-darwin9 produces... make[5]: Nothing to be done for `all'. make "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CC_FOR_TARGET=/sw/src/fink.build/gcc44-4.3.999-200

re: bootstrap failure on i686-apple-darwin9

2008-12-12 Thread Jack Howarth
Well, I am baffled. Revision 142714 fails as well so that revision 142715 can't be at fault for the bootstrap failure of -m64 libgfortran on i686-apple-darwin9. The strange part is that I don't see anything in the remaining revision 142714 which could possibly be interacting with the build of lib

re: bootstrap failure on i686-apple-darwin9

2008-12-12 Thread Jack Howarth
I have narrowed the failure down a bit. Revision 142713 bootstraps okay on i686-apple-darwin9 but revision 142715 fails at the same place in the linkage of the -m64 version of libgfortran. I will back up to revision 142714 next to confirm that the problem was introduced with... ---

�dv

2008-12-12 Thread Anita
Szia Pár napja kérdezted hogy nem e tudok egy jó letöltős oldalt. És én most találtam egyet. Tele van jobbnál jobb filmekkel, és olcsó! 1 db sms elküldése után 500 kb/sec-el töltöttem napokig a legújabb premier filmeket és meséket! Küldj most SMS-t,és 5 nap helyet,25-öt a

libstdc++ build error for powerpc-elf or powerpc-eabi

2008-12-12 Thread Michael Eager
Building top-of-tree g++ fails in libstdc++ compiling ctype.cc: In file included from .../gcc/libstdc++-v3/src/ctype.cc:59: .../build/lin/bld_gcc/build/powerpc-eabi/libstdc++-v3/include/powerpc-eabi/bits/ctype_noninline.h: In static member function ‘static const char* std::ctype::classic_table()

bootstrap failure on i686-apple-darwin9

2008-12-12 Thread Jack Howarth
Between r142699 and r142726, we seemed to have broken the bootstrap on i686-apple-darwin9. I now see a failure when linking the -m64 version of libgfortran... libtool: compile: /sw/src/fink.build/gcc44-4.3.999-20081212/darwin_objdir/./gcc/gfortran -B/sw/src/fink.build/gcc44-4.3.999-20081212

gcc-4.4-20081212 is now available

2008-12-12 Thread gccadmin
Snapshot gcc-4.4-20081212 is now available on ftp://gcc.gnu.org/pub/gcc/snapshots/4.4-20081212/ and on various mirrors, see http://gcc.gnu.org/mirrors.html for details. This snapshot has been generated from the GCC 4.4 SVN branch with the following options: svn://gcc.gnu.org/svn/gcc/trunk

Re: libjava and raw_cxx

2008-12-12 Thread Paolo Bonzini
If it bothers you (does it cause a PR?), >>> It causes a program to fail to run during build. >>> >>> ./gcj-dbtool -n classmap.db || touch classmap.db >>> /usr/local/gcc/gcc-20081202/Build/powerpc64-suse-linux/libjava/.libs/gcj-dbtool: >>> error while loading shared libraries: libgcj.so.10: c

Re: libjava and raw_cxx

2008-12-12 Thread Andreas Schwab
Paolo Bonzini writes: > Andreas Schwab wrote: >> Paolo Bonzini writes: >> >>> If it bothers you (does it cause a PR?), >> >> It causes a program to fail to run during build. >> >> ./gcj-dbtool -n classmap.db || touch classmap.db >> /usr/local/gcc/gcc-20081202/Build/powerpc64-suse-linux/libjav

Re: [PATCH, DARWIN] fix emutls exports in libgcc_s10.{4,5}.dylib

2008-12-12 Thread Jack Howarth
On Fri, Dec 12, 2008 at 12:01:07PM -0800, Mike Stump wrote: > On Dec 10, 2008, at 3:24 PM, IainS wrote: >> if one did -lgcc_s.10.x -lgcc_s.1 would that break it? >> ... should it not pick up only the unresolved symbols from s.1 > > I think this is the best long term solution. Things that can be

Re: [PATCH, DARWIN] fix emutls exports in libgcc_s10.{4,5}.dylib

2008-12-12 Thread Mike Stump
On Dec 10, 2008, at 3:24 PM, IainS wrote: if one did -lgcc_s.10.x -lgcc_s.1 would that break it? ... should it not pick up only the unresolved symbols from s.1 I think this is the best long term solution. Things that can be found from the system are, those that aren't, come from the newly

Re: libjava and raw_cxx

2008-12-12 Thread Paolo Bonzini
Andreas Schwab wrote: > Paolo Bonzini writes: > >> If it bothers you (does it cause a PR?), > > It causes a program to fail to run during build. > > ./gcj-dbtool -n classmap.db || touch classmap.db > /usr/local/gcc/gcc-20081202/Build/powerpc64-suse-linux/libjava/.libs/gcj-dbtool: > error while

Re: libjava and raw_cxx

2008-12-12 Thread Andreas Schwab
Andrew Haley writes: > What is done to solve the same problem in libstdc++? It has basically the same problem, but it is even more special anyway (and doesn't need to link a c++ program). Andreas. -- Andreas Schwab, SuSE Labs, sch...@suse.de SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nü

Re: libjava and raw_cxx

2008-12-12 Thread Andrew Haley
Andreas Schwab wrote: > Ralf Wildenhues writes: > >> So I don't see how to avoid a test here, and hard-coding "yes" for >> gentoo and "no" for most other distros sounds pretty ugly. > > And not very accurate either. What is done to solve the same problem in libstdc++? Andrew.

Re: libjava and raw_cxx

2008-12-12 Thread Andreas Schwab
Ralf Wildenhues writes: > So I don't see how to avoid a test here, and hard-coding "yes" for > gentoo and "no" for most other distros sounds pretty ugly. And not very accurate either. Andreas. -- Andreas Schwab, SuSE Labs, sch...@suse.de SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnbe

Re: libjava and raw_cxx

2008-12-12 Thread Ralf Wildenhues
* Andreas Schwab wrote on Fri, Dec 12, 2008 at 06:43:45PM CET: > Paolo Bonzini writes: > > > I think it's easiest to define a cache variable somewhere so that the > > test is forced to pass. > > There is no cache variable associated with this test. That's an independent bug which needs to be fi

MPFR-2.4.0 Release Candidate

2008-12-12 Thread Vincent Lefevre
- Forwarded message from Philippe Theveny - From: Philippe Theveny User-Agent: Thunderbird 2.0.0.18 (X11/20081119) To: MPFR mailing list Subject: [MPFR] MPFR-2.4.0 Release Candidate The release of MPFR 2.4.0 ("andouillette sauce moutarde") is imminent. Please help to make this release

Re: libjava and raw_cxx

2008-12-12 Thread Andreas Schwab
Paolo Bonzini writes: > If it bothers you (does it cause a PR?), It causes a program to fail to run during build. ./gcj-dbtool -n classmap.db || touch classmap.db /usr/local/gcc/gcc-20081202/Build/powerpc64-suse-linux/libjava/.libs/gcj-dbtool: error while loading shared libraries: libgcj.so.10

Re: libjava and raw_cxx

2008-12-12 Thread Paolo Bonzini
Andreas Schwab wrote: > Why is the libjava directory configured with raw_cxx? > > Makefile.def:151:target_modules = { module= libjava; raw_cxx=true; }; > > The problem with this is that it keeps the libtool test for dynamic > linker characteristics from working properly, due to the undefined > re

Re: libjava and raw_cxx

2008-12-12 Thread Andreas Schwab
Andrew Haley writes: > Does the test even need to be C++? Probably not, that's just a side effect of being generic and run for every configured compiler. It's purpose is to test the linker, although the outcome may be influenced by flags passed implicitly by the frontend. Andreas. -- Andreas

Re: libjava and raw_cxx

2008-12-12 Thread Andrew Haley
Andreas Schwab wrote: > Andrew Haley writes: > >> Sure, but a generic link test shouldn't require a directory to be >> configured in any special way. > > I don't see where that requirement is special. After all, RAW_CXX is > definitely not a full C++ compiler (for a good reason, of course). Ca

Re: libjava and raw_cxx

2008-12-12 Thread Andreas Schwab
Andrew Haley writes: > Sure, but a generic link test shouldn't require a directory to be > configured in any special way. I don't see where that requirement is special. After all, RAW_CXX is definitely not a full C++ compiler (for a good reason, of course). Andreas. -- Andreas Schwab, SuSE L

Re: libjava and raw_cxx

2008-12-12 Thread Andrew Haley
Andreas Schwab wrote: > Andrew Haley writes: > >> Andreas Schwab wrote: >>> Andrew Haley writes: >>> Andreas Schwab wrote: > Why is the libjava directory configured with raw_cxx? > > Makefile.def:151:target_modules = { module= libjava; raw_cxx=true; }; > > The problem wi

Re: get_ref_base_and_extent() semantics

2008-12-12 Thread Martin Jambor
On Fri, Dec 12, 2008 at 03:05:32PM +0100, Martin Jambor wrote: > In this particular case, the ofset of var_array + its max_size (the > size of its element, as the function computes it, this is something I > also do not really understand) No, it's not the element size, it's the size of the who

Re: libjava and raw_cxx

2008-12-12 Thread Andreas Schwab
Andrew Haley writes: > Andreas Schwab wrote: >> Andrew Haley writes: >> >>> Andreas Schwab wrote: Why is the libjava directory configured with raw_cxx? Makefile.def:151:target_modules = { module= libjava; raw_cxx=true; }; The problem with this is that it keeps the libto

Re: libjava and raw_cxx

2008-12-12 Thread Andrew Haley
Andreas Schwab wrote: > Andrew Haley writes: > >> Andreas Schwab wrote: >>> Why is the libjava directory configured with raw_cxx? >>> >>> Makefile.def:151:target_modules = { module= libjava; raw_cxx=true; }; >>> >>> The problem with this is that it keeps the libtool test for dynamic >>> linker ch

Re: libjava and raw_cxx

2008-12-12 Thread Andreas Schwab
Andrew Haley writes: > Andreas Schwab wrote: >> Why is the libjava directory configured with raw_cxx? >> >> Makefile.def:151:target_modules = { module= libjava; raw_cxx=true; }; >> >> The problem with this is that it keeps the libtool test for dynamic >> linker characteristics from working proper

Re: libjava and raw_cxx

2008-12-12 Thread Andrew Haley
Andreas Schwab wrote: > Why is the libjava directory configured with raw_cxx? > > Makefile.def:151:target_modules = { module= libjava; raw_cxx=true; }; > > The problem with this is that it keeps the libtool test for dynamic > linker characteristics from working properly, due to the undefined > refe

libjava and raw_cxx

2008-12-12 Thread Andreas Schwab
Why is the libjava directory configured with raw_cxx? Makefile.def:151:target_modules = { module= libjava; raw_cxx=true; }; The problem with this is that it keeps the libtool test for dynamic linker characteristics from working properly, due to the undefined reference to __gxx_personality_v0 whic

Re: [PATCH, DARWIN] fix emutls exports in libgcc_s10.{4,5}.dylib

2008-12-12 Thread Jack Howarth
Iain, In a perfect world, the real solution to this would be for Apple to create a new libgcc_s.10.6.dylib which contained the missing symbols for the newer FSF gcc releases. However since Apple won't touch GPLv3, this is impossible since it would require their adopting the libgcc from gcc 4.3 o

Re: get_ref_base_and_extent() semantics

2008-12-12 Thread Martin Jambor
Hi, On Fri, Dec 12, 2008 at 12:26:38PM +0100, Richard Guenther wrote: > On Fri, Dec 12, 2008 at 11:59 AM, Jan Hubicka wrote: > >> On Fri, Dec 12, 2008 at 12:29 AM, Martin Jambor wrote: > >> > Hi, > >> > > >> > today I have encountered an unpleasant problem with the function > >> > get_ref_

Re: get_ref_base_and_extent() semantics

2008-12-12 Thread Richard Guenther
On Fri, Dec 12, 2008 at 11:59 AM, Jan Hubicka wrote: >> On Fri, Dec 12, 2008 at 12:29 AM, Martin Jambor wrote: >> > Hi, >> > >> > today I have encountered an unpleasant problem with the function >> > get_ref_base_and_extent() when it claimed a known and constant offset >> > for the express

Re: get_ref_base_and_extent() semantics

2008-12-12 Thread Jan Hubicka
> On Fri, Dec 12, 2008 at 12:29 AM, Martin Jambor wrote: > > Hi, > > > > today I have encountered an unpleasant problem with the function > > get_ref_base_and_extent() when it claimed a known and constant offset > > for the expression insn_4(D)->u.fld[arg.82_3].rt_rtvec. (arg being a > >

Re: get_ref_base_and_extent() semantics

2008-12-12 Thread Richard Guenther
On Fri, Dec 12, 2008 at 12:29 AM, Martin Jambor wrote: > Hi, > > today I have encountered an unpleasant problem with the function > get_ref_base_and_extent() when it claimed a known and constant offset > for the expression insn_4(D)->u.fld[arg.82_3].rt_rtvec. (arg being a > default_def pa