Re: [PATCH] [JAVA] patch for Java on RTEMS

2011-08-26 Thread Ralf Wildenhues
* Jie Liu wrote on Mon, Aug 15, 2011 at 04:07:36PM CEST: > > Looks OK, but there is no ChangeLog.  Do you have copyright > > assignment? > > Have added ChangeLog to the patch, please see the attachment. And I > think I have copyright assignment, because I have Free Software > Foundation paperwork,

Re: [PATCH] PR42554/49992: avoid use of '-c' flag with ranlib on darwin10 and later

2011-08-26 Thread Ralf Wildenhues
* Jack Howarth wrote on Fri, Aug 12, 2011 at 01:27:21AM CEST: >The following patch addresses > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42554#c15 > by extending the logic used in... > URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=157563 > Log: > PR ada/42554 > * configure.a

Re: [PATCH] [MELT] Fix installation of MELT modules

2011-08-25 Thread Ralf Wildenhues
* Alexandre Lissy wrote on Thu, Aug 25, 2011 at 03:26:46PM CEST: > Path computation for installation in GCC's plugin/melt-modules/ path was > broken (in fact not updated to the latest changes). Present commit fixes > this by reading the link targets and installing them. > --- a/contrib/MELT-Plugin

Re: [build, ada] Allow Solaris bootstrap with C++ (PR bootstrap/49794)

2011-07-20 Thread Ralf Wildenhues
Hello, * Ian Lance Taylor wrote on Wed, Jul 20, 2011 at 08:06:51PM CEST: > Rainer Orth writes: > > > diff --git a/gcc/configure.ac b/gcc/configure.ac > > --- a/gcc/configure.ac > > +++ b/gcc/configure.ac > > @@ -1041,7 +1041,16 @@ case "${host}" in > > esac > > AC_FUNC_FORK > > > > +# FIXME:

Re: [patch] Disable static build for libjava

2011-07-15 Thread Ralf Wildenhues
* Matthias Klose wrote on Sat, Jul 09, 2011 at 05:37:46PM CEST: > On 07/07/2011 10:35 PM, Ralf Wildenhues wrote: > > On Thu, Jul 07, 2011 at 10:26:59PM +0200, Jakub Jelinek wrote: > >> On Thu, Jul 07, 2011 at 10:22:37PM +0200, Matthias Klose wrote: > >>> +AC_PROG_L

Re: [patch] Disable static build for libjava

2011-07-07 Thread Ralf Wildenhues
Hi Matthias, On Thu, Jul 07, 2011 at 10:26:59PM +0200, Jakub Jelinek wrote: > On Thu, Jul 07, 2011 at 10:22:37PM +0200, Matthias Klose wrote: > > +AC_PROG_LIBTOOL This tests the wrong compiler and toolchain. The compiler you want to test doesn't exist yet at the time this configure script is run

Re: [Patch] fixincludes: fix solaris_complex_cxx rule syntax

2011-05-16 Thread Ralf Wildenhues
Hello, * Tristan Gingold wrote on Mon, May 16, 2011 at 03:20:19PM CEST: > Ok for trunk ? FWIW this looks good to me, and certainly necessary for Posix and portable sed, but I can't approve it. Thanks, Ralf > fixincludes/ > 2011-05-16 Tristan Gingold > > * inclhack.def (solaris_complex

Re: [PATCH] use AS_HELP_STRING throughout gcc/configure.ac

2011-05-12 Thread Ralf Wildenhues
* Andreas Schwab wrote on Thu, May 12, 2011 at 11:22:12AM CEST: > This changes all uses of AC_ARG_(WITH|ENABLE) to use AS_HELP_STRING, > fixing a few quoting bugs on the way. > > OK for trunk? Yes, if you visually compared the diff of configure and of './configure --help' before and after the cha

Re: [build, lto] Only accept -fuse-linker-plugin if linker supports -plugin (PR lto/46944)

2011-04-26 Thread Ralf Wildenhues
Hello Rainer, * Rainer Orth wrote on Tue, Apr 26, 2011 at 05:28:19PM CEST: > it's been a week since I answered your questions on this patch. Could > you please have a look? Sorry for the delay. I'm practically AFK until the weekend or maybe next weekend, whenever I have connectivity again after

Re: [PATCH] doubled words

2011-04-18 Thread Ralf Wildenhues
Hi Jim, * Jim Meyering wrote on Mon, Apr 18, 2011 at 05:40:03PM CEST: > Mike Stump wrote: > > On Apr 16, 2011, at 4:04 AM, Gerald Pfeifer wrote: > >> On Fri, 15 Apr 2011, Mike Stump wrote: > >>> I think these are obvious. > >> > >> Which means that you can commit them without getting explicit appr

Re: Unreviewed build, lto, doc patches

2011-04-18 Thread Ralf Wildenhues
* Ralf Wildenhues wrote on Mon, Apr 18, 2011 at 08:23:37PM CEST: > * Rainer Orth wrote on Mon, Apr 18, 2011 at 12:16:57PM CEST: > > [build, doc] Cleanup --enable-threads support > > http://gcc.gnu.org/ml/gcc-patches/2011-04/msg00735.html > > > > T

Re: Unreviewed build, lto, doc patches

2011-04-18 Thread Ralf Wildenhues
* Rainer Orth wrote on Mon, Apr 18, 2011 at 12:16:57PM CEST: > The following patches have remained unreviewed for more than a week: > > [build, lto] Check plugin linker for level of plugin support > http://gcc.gnu.org/ml/gcc-patches/2011-04/msg00226.html > > This one primarily needs

Re: [build, doc] Remove --enable-threads=solaris support

2011-04-18 Thread Ralf Wildenhues
Hi Rainer, * Rainer Orth wrote on Mon, Mar 21, 2011 at 12:55:23PM CET: > 2011-03-20 Rainer Orth > > gcc: > * gthr-solaris.h: Remove. > * gthr.h (_SOLARIS_THREADS): Don't include gthr-solaris.h, remove. > * config/sol2.h (CPP_SUBTARGET_SPEC): Remove -threads support. >

Re: [build, lto] Only accept -fuse-linker-plugin if linker supports -plugin (PR lto/46944)

2011-04-18 Thread Ralf Wildenhues
Hello Rainer, * Rainer Orth wrote on Mon, Apr 04, 2011 at 06:15:28PM CEST: > Here's a patch that does this. I'm not at all happy with the patch > since it partially duplicates the logic to determine linker version > numbers. While this could (and probably should) be generalized along > the lines

Re: [google] Install additional gcov files (issue4442052)

2011-04-17 Thread Ralf Wildenhues
Hello, * Diego Novillo wrote on Sat, Apr 16, 2011 at 10:14:32PM CEST: > 2011-04-15 Rong Xu > > * Makefile.in (install-leaf): Install gcov-io.h, gcov-iov.h > gcov-io.c and libgcov.c to $DESTDIR/$inst_libdir/gcov-src. > --- a/libgcc/Makefile.in > +++ b/libgcc/Makefile.in > @@ -9

Re: RFA: Add makefile for cross-configuration torture test

2011-04-13 Thread Ralf Wildenhues
Hi Joern, * Joern Rennecke wrote on Wed, Apr 13, 2011 at 11:02:27PM CEST: > 2010-04-13 Joern Rennecke > > * config-list.mk: New file. > --- contrib/config-list.mk(revision 0) > +++ contrib/config-list.mk(revision 0) > +all: $(LIST) > + > +.PHONEY: make-log-dir make-script-dir

Re: [Patch, libfortran] Don't define _GNU_SOURCE in AM_CPPFLAGS

2011-04-11 Thread Ralf Wildenhues
Hi Janne, * Janne Blomqvist wrote on Mon, Apr 11, 2011 at 10:34:58PM CEST: > the attached patch removes the definition of _GNU_SOURCE from > AM_CPPFLAGS. This is not needed anymore since nowadays we're calling > AC_USE_SYSTEM_EXTENSIONS in configure.ac which causes _GNU_SOURCE to > be defined in c

Re: [build] Support multilib testing in libgo

2011-04-10 Thread Ralf Wildenhues
* Rainer Orth wrote on Mon, Apr 04, 2011 at 08:19:19PM CEST: > To avoid this mess, I'm instead setting LD_LIBRARY_PATH in CHECK. While > this isn't exactly portable (some platforms, especially Darwin and > HP-UX, use different variables), it's at least more widespread than -R. Toplevel configure

Re: [Ping #2][Patch, testsuite]: Don't xfail sibcalls on AVR

2011-04-09 Thread Ralf Wildenhues
* Georg-Johann Lay wrote on Fri, Apr 08, 2011 at 11:30:29AM CEST: > Gerald Pfeifer schrieb: > > Nope. All you need is a maintainer (Eric, Denis and Anatoly all > > qualifying) to sponsor your request. Obviously that mostly makes > > sense if you expect to contribute more than a handfull of patche

Re: Cloog ISL - and linking of libisl

2011-04-06 Thread Ralf Wildenhues
* Jack Howarth wrote on Thu, Apr 07, 2011 at 12:20:00AM CEST: > On Tue, Feb 15, 2011 at 08:07:43PM +0100, Tobias Burnus wrote: > > --- config/cloog.m4 (revision 166641) > > +++ config/cloog.m4 (working copy) > > @@ -143,7 +143,7 @@ > >;; > > "ISL") > >clooginc="${clooginc} ${_c

Re: [REQUEST]Update config.sub from upstream

2011-04-05 Thread Ralf Wildenhues
[ from the binutils list ] * Ralf Wildenhues wrote on Tue, Apr 05, 2011 at 08:03:37AM CEST: > I will sync the copy in GCC tonight. FYI, I've synced config.sub from the config project (already done in src this morning). Cheers, Ralf > 2011-04-05 Ralf Wildenhues > > *

Re: [patch ada]: Last fix for PR ada/47163 on windows native hosts

2011-04-05 Thread Ralf Wildenhues
* Charles Wilson wrote on Tue, Apr 05, 2011 at 04:15:02PM CEST: > On 4/5/2011 9:21 AM, Arnaud Charlet wrote: > >> I'm one of the MSys "devs" (if you want to call the sporadic process of > >> updating MSys "development"). I'll take a look at implementing > >>ln -s file dir > >> as synonymous wi

Re: [toplevel] remove tentative_cc

2011-04-01 Thread Ralf Wildenhues
* Joseph S. Myers wrote on Fri, Apr 01, 2011 at 07:04:30PM CEST: > I see there's more than just tentative_cc that tries to deal with compiler > settings in ways that should be the responsibility of autoconf. There's > the > > # Make sure that the compiler is able to generate an executable. If

Re: Remove old host cases from toplevel configure

2011-04-01 Thread Ralf Wildenhues
* Joseph S. Myers wrote on Fri, Apr 01, 2011 at 02:40:45PM CEST: > OK to commit this patch to remove this code? OK. Thanks, Ralf > 2011-04-01 Joseph Myers > > * configure.ac: Remove code setting CONFIG_SHELL, config_shell and > moveifchange. > * configure: Regenerate. >

Re: Split up toplevel library-disabling cases

2011-03-31 Thread Ralf Wildenhues
* Joseph S. Myers wrote on Fri, Apr 01, 2011 at 01:40:47AM CEST: > OK to commit (both the previous patch this is based on, and this one)? Build system aspects of the patch are fine with me. Thanks for pursuing this, Ralf > 2011-03-31 Joseph Myers > > * configure.ac: Separate cases disa

Re: [libgo] Improve Solaris 2/SPARC support

2011-03-31 Thread Ralf Wildenhues
Hello, * Rainer Orth wrote on Thu, Mar 31, 2011 at 06:12:31PM CEST: > Ian Lance Taylor writes: > > Argh, no, I am trying to fight against that as long as possible. We > > should be moving away from DejaGNU, not toward it. > > Do you have a decent alternative? I've no idea what happened to QMTe

Re: [patch mingw]: Enable optional thread-model posix for mingw-targets

2011-03-31 Thread Ralf Wildenhues
* Kai Tietz wrote on Thu, Mar 31, 2011 at 12:19:51PM CEST: > --- gcc.orig/gcc/config.gcc 2011-03-23 21:15:32.0 +0100 > +++ gcc/gcc/config.gcc2011-03-31 10:50:05.559129000 +0200 > @@ -1420,6 +1420,10 @@ i[34567]86-*-mingw* | x86_64-*-mingw*) > *) >

Re: Continue toplevel cleanup (GCC library handling for unsupported targets etc.)

2011-03-29 Thread Ralf Wildenhues
* Joseph S. Myers wrote on Tue, Mar 29, 2011 at 10:55:41PM CEST: > --- configure.ac (revision 171675) > +++ configure.ac (working copy) > @@ -565,9 +562,7 @@ > ;; >*-*-kaos*) > # Remove unsupported stuff on all kaOS configurations. > -skipdirs="target-libiberty ${libgcj

Re: Prune empty cases from toplevel configure.ac

2011-03-21 Thread Ralf Wildenhues
* Joseph S. Myers wrote on Mon, Mar 21, 2011 at 11:41:23AM CET: > This patch, relative to a tree with my deprecated targets removal patch > applied, further > cleans up the toplevel configure.ac by removing empty cases from a case > state

Re: [Patch, Fortran, 4.7] PR 18918 - Add initial support for a coarray communication library

2011-03-19 Thread Ralf Wildenhues
Hi Tobias, > void > _gfortran_caf_init (int *argc, char ***argv, int *this_image, int *num_images) > { > int flag; > > /* The following is only the case if one does not have a Fortran > main program. */ > MPI_Initialized (&flag); > if (!flag) > MPI_Init (argc, argv); [...] > } >

Re: 4.7 deprecated targets removal patch

2011-03-18 Thread Ralf Wildenhues
* Joseph S. Myers wrote on Fri, Mar 18, 2011 at 10:09:04PM CET: > On Fri, 18 Mar 2011, Ralf Wildenhues wrote: > > * Joseph S. Myers wrote on Fri, Mar 18, 2011 at 08:46:56PM CET: > > > On Fri, 18 Mar 2011, Ralf Wildenhues wrote: > > > > Why not also remove the

Re: 4.7 deprecated targets removal patch

2011-03-18 Thread Ralf Wildenhues
* Joseph S. Myers wrote on Fri, Mar 18, 2011 at 08:46:56PM CET: > On Fri, 18 Mar 2011, Ralf Wildenhues wrote: > > > > @@ -744,7 +744,6 @@ case "${target}" in > > > libgloss_dir=cris > > > ;; > > >crx-*-*) > > > -n

Re: 4.7 deprecated targets removal patch

2011-03-18 Thread Ralf Wildenhues
Hello Joseph, * Joseph S. Myers wrote on Fri, Mar 18, 2011 at 12:12:09PM CET: > Bootstrapped with no regressions on x86_64-unknown-linux-gnu. OK to > commit? The build system changes look OK from a build system technical POV, with a couple of comments below. > 2011-03-17 Joseph Myers > >

Re: [libgfortran, build] Remove AC_TRY_* macros from libgfortran configury

2011-03-15 Thread Ralf Wildenhues
* FX wrote on Tue, Mar 15, 2011 at 10:33:01AM CET: > The attached patch replaces the deprecated AC_TRY_{COMPILE,LINK,RUN} > macros in libgfortran configury with their AC_*_IFELSE equivalents. > Now (4.7 just branched) seems a good time, and I think I didn't screw > it too much because the regenerat

Re: configure oddity

2011-03-04 Thread Ralf Wildenhues
[ http://gcc.gnu.org/ml/gcc-patches/2011-02/msg01716.html ] * Ralf Wildenhues wrote on Mon, Feb 28, 2011 at 07:38:50AM CET: > This patch doesn't change at all the semantics of whether you need to > run autoconf or not. Only when you run it, no matter whether triggered > by make o

Re: [4.7][google] Use sysroot from --with-build-sysroot during 'make check' (issue4248059)

2011-03-04 Thread Ralf Wildenhues
Hello Diego, * Diego Novillo wrote on Fri, Mar 04, 2011 at 10:48:36PM CET: > ChangeLog.google-integration > > * Makefile.in (GCC_FOR_TARGET): Remove use of > $(SYSROOT_CFLAGS_FOR_TARGET). > (site.exp): Add definition of TEST_SYSROOT. > --- a/gcc/Makefile.in > +++ b/gcc/Makefile

Re: [4.7, RFC, Fortran] Coarray: Moving towards real parallelization

2011-03-04 Thread Ralf Wildenhues
* Tobias Burnus wrote on Thu, Mar 03, 2011 at 12:04:12AM CET: > Ralf Wildenhues wrote: > >The library will depend on the MPI installation, obviously. > >You can make a new target directory and overwrite CC with MPICC > >for that directory. For choosing the latter, the AX_