Daniel Jacobowitz
54fdc47452
Makefile.tpl (all-target): Correct @if conditional for target modules.
...
* Makefile.tpl (all-target): Correct @if conditional for target
modules.
* configure.in: Omit libiberty if building only target libgcc.
* configure, Makefile.in: Regenerated.
From-SVN: r120494
2007-01-05 19:29:29 +00:00
Paolo Bonzini
88fceb6820
configure.in: Use DEV-PHASE to detect the default for --enable-werror.
...
2007-01-04 Paolo Bonzini <bonzini@gnu.org>
* configure.in: Use DEV-PHASE to detect the default for --enable-werror.
* configure: Regenerate.
From-SVN: r120432
2007-01-04 09:10:51 +00:00
Daniel Jacobowitz
fa9585134f
Makefile.def (target_modules): Add libgcc.
...
./ * Makefile.def (target_modules): Add libgcc.
(lang_env_dependencies): Remove default items. Use no_c and no_gcc.
* Makefile.tpl (clean-target-libgcc): Delete.
(configure-target-[+module+]): Emit --disable-bootstrap dependencies
on gcc even for bootstrapped modules. Rewrite handling of
lang_env_dependencies to loop over target_modules.
* configure.in (target_libraries): Add target-libgcc.
* Makefile.in, configure: Regenerated.
gcc/
* config.gcc: Mention libgcc/config.host.
* Makefile.in: Update comments mentioning libgcc.
(LIBGCC, INSTALL_LIBGCC, GCC_PARTS, mklibgcc): Delete.
(all.cross, start.encap, rest.encap, rest.cross): Update
dependencies for libgcc move.
(libgcc.mk, LIBGCC_DEPS, libgcov.a, libgcc.a, stmp-multilib)
(clean-target, clean-target-libgcc): Delete.
(srcdirify, GCC_EXTRA_PARTS): New macros.
(libgcc-support, libgcc.mvars): New rules.
(distclean): Remove mention of mklibgcc.
(install): Don't reference INSTALL_LIBGCC.
(install-common): Don't reference EXTRA_PARTS.
(install-libgcc, install-multilib): Delete rules.
* mklibgcc.in: Delete file.
* doc/configfiles.texi: Don't mention mklibgcc.
* config/i386/t-darwin (SHLIB_VERPFX): Delete (moved to libgcc).
* config/i386/t-darwin64 (SHLIB_VERPFX): Likewise.
* config/rs6000/t-darwin (SHLIB_VERPFX): Likewise.
* config/rs6000/t-ppccomm (TARGET_LIBGCC2_CFLAGS, SHLIB_MAPFILES)
(mklibgcc, ldblspecs): Likewise.
* config/i386/t-nwld (libgcc.def, libc.def, libpcre.def)
(posixpre.def): Use $(T).
(SHLIB_EXT, SHLIB_NAME, SHLIB_SLIBDIR_QUAL, SHLIB_DEF, SHLIB_MAP)
(SHLIB_SRC, SHLIB_INSTALL): Delete.
(SHLIB_LINK): Make dummy.
* config/t-slibgcc-darwin: Delete contents except for dummy SHLIB_LINK.
* config/frv/t-linux (EXTRA_MULTILIB_PARTS): Clear.
* config/alpha/t-crtfm: Use $(T) in rules for EXTRA_PARTS.
* config/alpha/t-vms, config/alpha/t-vms64, config/fr30/t-fr30,
config/i386/t-rtems-i386, config/ia64/t-ia64, config/rs6000/t-beos,
config/rs6000/t-newas, config/sparc/t-elf: Likewise.
* configure.ac (all_outputs): Remove mklibgcc.
* configure: Regenerated.
libgcc/
* Makefile.in, config/i386/t-darwin, config/i386/t-darwin64,
config/i386/t-nwld, config/rs6000/t-darwin, config/rs6000/t-ldbl128,
config/i386/t-crtfm, config/alpha/t-crtfm, config/ia64/t-ia64,
config/sparc/t-crtfm, config/t-slibgcc-darwin,
config/rs6000/t-ppccomm, config.host, configure.ac, empty.mk,
shared-object.mk, siditi-object.mk, static-object.mk: New files.
* configure: Generated.
Co-Authored-By: Paolo Bonzini <bonzini@gnu.org>
From-SVN: r120429
2007-01-04 04:22:37 +00:00
Paolo Bonzini
e1888513cc
configure.in: Reorganize recognition of languages.
...
2006-12-29 Paolo Bonzini <bonzini@gnu.org>
* configure.in: Reorganize recognition of languages. Add
--enable-stage1-languages. Show supported languages for the chosen
target rather than all recognized languages.
* configure: Regenerate.
From-SVN: r120271
2006-12-29 16:58:48 +00:00
Kaveh R. Ghazi
a3993f3350
configure.in: Warn that MPFR 2.2.0 is buggy.
...
* configure.in: Warn that MPFR 2.2.0 is buggy.
* configure: Regenerate.
From-SVN: r120262
2006-12-29 15:06:55 +00:00
Ian Lance Taylor
f063a9ed05
configure.in: When removing Makefiles to force a reconfigure, also remove prev-DIR*/Makefile.
...
* configure.in: When removing Makefiles to force a reconfigure, also
remove prev-DIR*/Makefile.
* configure: Regenerate.
From-SVN: r120226
2006-12-27 23:44:13 +00:00
Andreas Schwab
af71363e45
* configure: Regenerate with correct autoconf version.
...
From-SVN: r120146
2006-12-22 10:53:13 +00:00
Adam Megacz
0b0dc2724a
configure.in: add AC_SUBST for *_FOR_TARGET.
...
2006-12-20 Adam Megacz <megacz@cs.berkeley.edu>
* configure.in: add AC_SUBST for *_FOR_TARGET.
* configure: Regenerate.
From-SVN: r120142
2006-12-22 07:06:29 +00:00
Paolo Bonzini
400ebff494
configure.in: Remove "$build" case for powerpc-*-darwin* since it only affects bootstrap and...
...
2006-12-19 Paolo Bonzini <bonzini@gnu.org>
* configure.in: Remove "$build" case for powerpc-*-darwin* since
it only affects bootstrap and could be tested on "$host" as well.
* configure: Regenerate.
* config/mh-ppc-darwin: Add to the stage1 cflags here.
From-SVN: r120049
2006-12-19 11:28:35 +00:00
Paolo Bonzini
8efea77549
re PR bootstrap/29544 (Not building with checking in stage1)
...
2006-12-19 Paolo Bonzini <bonzini@gnu.org>
PR bootstrap/29544
* Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
(bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
move here comment from Makefile.tpl.
* Makefile.tpl: Move some definitions higher in the file.
(STAGE1_CHECKING): New.
* configure.in: Add --enable-stage1-checking.
* configure: Regenerate.
* Makefile.in: Regenerate.
gcc:
2006-12-19 Paolo Bonzini <bonzini@gnu.org>
* gcc/Makefile.in (STAGE1_CHECKING): Rename to...
(STAGE1_CHECKING_CFLAGS): ... this.
From-SVN: r120048
2006-12-19 11:01:36 +00:00
Alan Modra
58e241475b
configure.in: Handle spu makefile frag.
...
* configure.in: Handle spu makefile frag.
* config/mt-spu: New file.
* Makefile.tpl (MAINT): Define
(MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
* configure: Regenerate.
* Makefile.in: Regenerate.
From-SVN: r119729
2006-12-11 17:13:16 +10:30
Ben Elliston
ea6f5c57de
configure.in (spu-*-*): Don't skip target-libiberty.
...
* configure.in (spu-*-*): Don't skip target-libiberty.
* configure: Regenerate.
From-SVN: r119726
2006-12-11 11:22:24 +11:00
Andreas Tobler
42c1cd8a7a
re PR bootstrap/30134 (Bootstrap error: "libffi has not been ported to powerpc64-apple-darwin8.8.0")
...
2006-12-10 Andreas Tobler <a.tobler@schweiz.org>
PR bootstrap/30134
* configure.in: Correct x86 darwin support for libjava to powerpc
and i?86 only.
* configure: Regenerate.
From-SVN: r119708
2006-12-10 20:32:30 +01:00
Sandro Tolaini
55eb837db1
configure.in: Add x86 darwin support for libjava.
...
* configure.in: Add x86 darwin support for libjava.
* configure: Regenerate.
From-SVN: r119678
2006-12-09 00:21:52 +00:00
Kaveh R. Ghazi
dbee1fb37d
configure.in: Update error message for missing GMP/MPFR.
...
* configure.in: Update error message for missing GMP/MPFR.
* configure: Regenerate.
From-SVN: r119465
2006-12-03 14:37:06 +00:00
Kaveh R. Ghazi
b5147de7c1
configure.in: Update MPFR version in error message.
...
* configure.in: Update MPFR version in error message.
* configure: Regenerate.
gcc:
* doc/install.texi: Update recommended MPFR version. Remove
obsolete reference to cumulative patch.
gcc/testsuite:
* gcc.dg/torture/builtin-sin-mpfr-1.c: Update MPFR comment.
From-SVN: r119447
2006-12-02 16:52:15 +00:00
Kaveh Ghazi
8a877c9cfa
configure.in (--with-mpfr-dir, [...]): Remove flags.
...
* configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
(--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
--with-gmp-lib): New flags.
* configure: Regenerate.
gcc:
* doc/install.texi: Move GMP/MPFR configure options from Fortran
section to general section. Remove documentation for
--with-mpfr-dir and --with-gmp-dir, add documentation for
--with-mpfr-include, --with-mpfr-lib, --with-gmp-include and
--with-gmp-lib.
From-SVN: r119232
2006-11-26 22:37:33 +00:00
Ben Elliston
92c2f0eec2
configure.in (skipdirs): Don't build libssp for SPU.
...
* configure.in (skipdirs): Don't build libssp for SPU.
* configure: Regenerate.
From-SVN: r119070
2006-11-22 07:54:16 +11:00
Trevor Smigiel
85d9c13c20
configure.in (skipdirs): Don't build target-libiberty for SPU.
...
ChangeLog
* configure.in (skipdirs) : Don't build target-libiberty for SPU.
* configure : Rebuilt.
gcc/ChangeLog
* config.gcc : Add target for SPU.
* config/spu/constraints.md : New file.
* config/spu/crt0.c : New file.
* config/spu/crtend.c : New file.
* config/spu/crti.asm : New file.
* config/spu/crtn.asm : New file.
* config/spu/float_unsdidf.c : New file.
* config/spu/float_unssidf.c : New file.
* config/spu/predicates.md : New file.
* config/spu/spu-builtins.def : New file.
* config/spu/spu-builtins.h : New file.
* config/spu/spu-builtins.md : New file.
* config/spu/spu-c.c : New file.
* config/spu/spu-elf.h : New file.
* config/spu/spu-modes.def : New file.
* config/spu/spu-protos.h : New file.
* config/spu/spu.c : New file.
* config/spu/spu.h : New file.
* config/spu/spu.md : New file.
* config/spu/spu.opt : New file.
* config/spu/spu_internals.h : New file.
* config/spu/spu_intrinsics.h : New file.
* config/spu/spu_mfcio.h : New file.
* config/spu/t-spu-elf : New file.
* config/spu/vec_types.h : New file.
* config/spu/vmx2spu.h : New file.
* doc/contrib.texi : Document SPU contributor.
* doc/extend.texi : Document SPU extensions.
* doc/invoke.texi : Document SPU options.
* doc/md.texi : Document SPU constraints.
libcpp/ChangeLog
* configure.ac (need_64bit_hwint): Need 64bit hwint for SPU.
* configure : Rebuilt.
From-SVN: r119041
2006-11-21 01:35:42 +00:00
Kaveh R. Ghazi
a357b5ae8d
configure.in (--with-mpfr-dir): Also look in .libs and _libs for libmpfr.a.
...
* configure.in (--with-mpfr-dir): Also look in .libs and _libs for
libmpfr.a.
* configure: Regenerate.
From-SVN: r118972
2006-11-18 14:08:54 +00:00
Jie Zhang
8b3c6c5a91
configure.in: Remove target-libgloss from noconfigdirs for bfin-*-*.
...
* configure.in: Remove target-libgloss from noconfigdirs for
bfin-*-*.
* configure: Regenerated.
From-SVN: r118794
2006-11-14 00:45:33 +00:00
Kaveh R. Ghazi
dffb147de1
configure.in (have_gmp): Only error if the gcc directory exists.
...
* configure.in (have_gmp): Only error if the gcc directory exists.
* configure: Regenerate.
From-SVN: r118699
2006-11-11 17:02:04 +00:00
Kaveh R. Ghazi
ca5589122e
configure.in: Robustify error message for missing GMP/MPFR.
...
* configure.in: Robustify error message for missing GMP/MPFR.
* configure: Regenerate.
From-SVN: r118568
2006-11-07 23:40:54 +00:00
Kaveh R. Ghazi
70ec446fab
configure.in: Require GMP-4.1+ and MPFR-2.2+.
...
* configure.in: Require GMP-4.1+ and MPFR-2.2+. Don't check
need_gmp anymore.
* configure: Regenerate.
gcc:
* Makefile.in (LIBS): Add $(GMPLIBS).
* doc/install.texi: Update GMP and MPFR requirements.
* doc/sourcebuild.texi (need_gmp): Delete.
gcc/fortran:
* Make-lang.in (F95_LIBS): Delete.
* f951$(exeext): Use $(LIBS) instead of $(F95_LIBS).
* config-lang.in (need_gmp): Delete.
From-SVN: r117933
2006-10-21 13:58:13 +00:00
Steven G. Kargl
e48d66a949
re PR fortran/28276 (EXPONENT() broken for real constants)
...
* configure.in: Check for GMP 4.1 or newer. Check for MPFR 2.2.0
or newer.
* configure: Regenerated.
* doc/install.texi: Document required versions of GMP and MPFR.
* fortran/arith.c: Conditionally include arctangent2().
(gfc_check_real_range): Use mpfr_subnormalize in preference to local
hack.
* fortran/trans-intrinsic.c (gfc_get_intrinsic_lib_fndecl): Append
l for long double functions.
* fortran/simplify.c: Wrap Copyright to new line.
(gfc_simplify_atan2): Use mpfr_atan2 in preference to arctangent2().
(gfc_simplify_log): Ditto.
PR fortran/28276
* fortran/simplify.c (gfc_simplify_exponent): Use mpfr_get_exp in
preference to broken local hack.
PR fortran/27021
* fortran/simplify.c (gfc_simplify_nearest): Use mpfr_nexttoward and
mpfr_subnormalize to handle numbers near zero in preference to broken
local hack.
PR fortran/28276
* testsuite/gfortran.dg/exponent_1.f90: New test.
PR fortran/27021
* testsuite/gfortran.dg/nearest_1.f90: New test.
From-SVN: r117257
2006-09-27 20:15:22 +00:00
Dave Brolley
c394e8918d
configure.in (RUNTEST): Look for 'runtest' in the source tree by using $s instead of $r.
...
2006-09-27 Dave Brolley <brolley@redhat.com>
* configure.in (RUNTEST): Look for 'runtest' in the source tree by using
$s instead of $r.
* configure: Regenerated.
From-SVN: r117256
2006-09-27 15:42:24 -04:00
Thiemo Seufer
1ee4c5a08a
configure.in: Remove redundant handling of mips*-dec-bsd*.
...
* configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
* configure: Regenerate.
From-SVN: r117230
2006-09-26 16:37:56 +00:00
Corinna Vinschen
b91f0a4123
configure.in: Never build newlib for a Mingw host.
...
2006-08-30 Corinna Vinschen <corinna@vinschen.de>
* configure.in: Never build newlib for a Mingw host.
Never build newlib as Mingw target library.
Test the existence of winsup/cygwin for building a Cygwin newlib,
rather than just winsup.
Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
building a Mingw target.
* configure: Regenerate.
From-SVN: r116587
2006-08-30 09:48:49 -04:00
Daniel Jacobowitz
2e9e6f6874
configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
...
* configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
* configure: Regenerated.
From-SVN: r115684
2006-07-23 03:50:24 +00:00
Eric Botcazou
0b50988af5
re PR bootstrap/18058 (Bootstrap fails with non-GCC compilers)
...
PR bootstrap/18058
* configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
if the bootstrap compiler is a GCC version that supports it.
* configure: Regenerate.
gcc/
* Makefile.in (BUILD_RTL): Add build/vec.o.
(build/gencondmd.o): Filter out -fkeep-inline-functions.
(build/genextract): Delete.
(build/genautomata): Likewise.
From-SVN: r115172
2006-07-04 07:52:47 +00:00
Paolo Bonzini
95695ad38f
configure.in: Fix thinkos in previous check-in.
...
2006-07-03 Paolo Bonzini <bonzini@gnu.org>
* configure.in: Fix thinkos in previous check-in.
* configure: Regenerate.
From-SVN: r115147
2006-07-03 11:19:01 +00:00
Paolo Bonzini
b6348cb338
configure.in: Fix thinko in previous check-in.
...
2006-07-03 Paolo Bonzini <bonzini@gnu.org>
* configure.in: Fix thinko in previous check-in.
* configure: Regenerate.
gcc:
2006-07-03 Paolo Bonzini <bonzini@gnu.org>
* configure.ac: Fix thinko in previous check-in.
* configure: Regenerate.
From-SVN: r115146
2006-07-03 09:25:46 +00:00
Paolo Bonzini
1546bb648f
re PR other/27063 (Fail to build gcc-core-4.2 snapshots)
...
2006-07-03 Paolo Bonzini <bonzini@gnu.org>
PR other/27063
* configure.in: Test subdir_requires and give an appropriate
error message.
* configure: Regenerate
gcc:
2006-07-03 Paolo Bonzini <bonzini@gnu.org>
PR other/27063
* configure.ac (for lang...): Simplify nesting of conditionals.
Test subdir_requires for non-enabled languages. Move processing
of lang_opt_files and lang_tree_fiels below that test.
* configure: Regenerate.
* doc/sourcebuild.texi (Front End Config): Document subdir_requires.
gcc/objcp:
2006-07-03 Paolo Bonzini <bonzini@gnu.org>
PR other/27063
* config-lang.in: Add subdir_requires.
From-SVN: r115145
2006-07-03 07:58:08 +00:00
David Ayers
2a79fd67a5
re PR bootstrap/28072 (target-boehm-gc is being build for targets that do not support it)
...
2006-06-20 David Ayers <d.ayers@inode.at>
PR bootstrap/28072
* configure.in: Add target-boehm-gc to noconfigdirs depending on
whether target-libjava is being configured instead of whether the
java front end is enabled.
* configure: Regenerate.
From-SVN: r114808
2006-06-20 08:45:08 +00:00
Rainer Orth
04879af33d
re PR target/27540 (libgomp fails to configure on IRIX 5.3)
...
PR target/27540
* configure.in: Only enable libgomp on IRIX 6.
* configure: Regenerate.
From-SVN: r114726
2006-06-16 17:53:03 +00:00
John David Anglin
c67ed86a4a
configure.in: Don't enable libgomp on hpux10.
...
* configure.in: Don't enable libgomp on hpux10.
* configure: Rebuilt.
From-SVN: r114599
2006-06-13 02:40:01 +00:00
David Ayers
cb253473bc
re PR bootstrap/27963 (libjava fails to build if it isn't built by default)
...
2006-06-12 David Ayers <d.ayers@inode.at>
PR bootstrap/27963
PR target/19970
* configure.in: Remove target-boehm-gc from noconfigdirs where
${libgcj} is specified.
* configure: Regenerate.
From-SVN: r114563
2006-06-12 06:58:27 +00:00
Carlos O'Donell
32845532e0
[multiple changes]
...
2006-06-06 Carlos O'Donell <carlos@codesourcery.com>
Sync from src:
* configure.in: Sync.
* configure: Regenerated.
2006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
* Makefile.def: Added dependencies from sim and gdb on intl, and
added configure dependencies to everything with an all dependency
on intl.
* Makefile.in: Regenerated.
From-SVN: r114444
2006-06-06 19:01:18 +00:00
David Ayers
7cd0cf9c30
re PR libobjc/13946 (ObjC configured --with-objc-gc needs external Boehm gc)
...
2006-06-06 David Ayers <d.ayers@inode.at>
PR libobjc/13946
* Makefile.def: Add dependencies for libobjc which boehm-gc.
* Makefile.in: Regenerate.
* configure.in: Add --enable-objc-gc at toplevel and have it
enable boehm-gc for Objective-C.
Remove target-boehm-gc from libgcj.
Add target-boehm-gc to target_libraries.
Add target-boehm-gc to noconfigdirs where ${libgcj}
is specified.
Assert that boehm-gc is supported when requested for Objective-C.
Only build boehm-gc if needed either for Java or Objective-C.
* configure: Regenerate.
From-SVN: r114435
2006-06-06 16:05:47 +00:00
Carlos O'Donell
65d6e99408
Makefile.def: Add install-html target.
...
2006-05-24 Carlos O'Donell <carlos@codesourcery.com>
* Makefile.def: Add install-html target. Add datarootdir
docdir and htmldir to flags_to_pass.
* Makefile.tpl: Add install-html target.
* Makefile.in: Regenerate.
* configure.in: Add --with-datarootdir, --with-docdir, and
--with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
* configure: Regenerate.
From-SVN: r114048
2006-05-24 17:57:58 +00:00
Mark Shinwell
9e29923752
Enable gprof for cross builds (mirror of patch to binutils src/)
...
From-SVN: r114041
2006-05-24 14:04:18 +00:00
Richard Guenther
c31202cd26
revert: Makefile.def (target_modules): Add libgcc-math target module.
...
2006-05-22 Richard Guenther <rguenther@suse.de>
Revert
2006-01-31 Richard Guenther <rguenther@suse.de>
Paolo Bonzini <bonzini@gnu.org>
* Makefile.def (target_modules): Add libgcc-math target module.
* configure.in (target_libraries): Add libgcc-math target
* library.
(--enable-libgcc-math): New configure switch.
* Makefile.in: Re-generate.
* configure: Re-generate.
* libgcc-math: New toplevel directory.
* doc/install.texi (--disable-libgcc-math): Document.
libgcc-math/
* configure.ac: New file.
* Makefile.am: Likewise.
* configure: New generated file.
* Makefile.in: Likewise.
* aclocal.m4: Likewise.
* libtool-version: New file.
* include/ieee754.h: New file.
* include/libc-symbols.h: Likewise.
* include/math_private.h: Likewise.
* i386/Makefile.am: New file.
* i386/Makefile.in: New generated file.
* i386/sse2.h: New file.
* i386/endian.h: Likewise.
* i386/sse2.map: Linker script for SSE2 ABI math intrinsics.
* flt-32/: Import from glibc.
* dbl-64/: Likewise.
From-SVN: r113980
2006-05-22 15:04:32 +00:00
John David Anglin
2a332582ce
configure.in: Enable libgcj for hppa*-hp-hpux11*.
...
2006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
Andreas Tobler <a.tobler@schweiz.ch>
* configure.in: Enable libgcj for hppa*-hp-hpux11*.
* configure: Rebuilt.
Co-Authored-By: Andreas Tobler <a.tobler@schweiz.ch>
From-SVN: r113938
2006-05-20 23:33:47 +02:00
DJ Delorie
ed606bc0c8
configure.in: Restore CFLAGS if GM P isn't present.
...
* configure.in: Restore CFLAGS if GM P isn't present.
* configure: Regenerate.
From-SVN: r113444
2006-05-01 20:17:08 -04:00
DJ Delorie
e88a2c0973
configure.in (m32c): Build libstdc++-v3.
...
* configure.in (m32c): Build libstdc++-v3. Pass flags to
reference libgloss so that libssp can be built in a combined
tree.
* configure: Regenerate.
From-SVN: r113066
2006-04-18 20:56:33 -04:00
Ben Elliston
27b6c94094
configure.in: Require makeinfo 4.4 or higher.
...
* configure.in: Require makeinfo 4.4 or higher.
* configure: Regenerate.
From-SVN: r112691
2006-04-05 10:50:58 +10:00
Richard Guenther
fb0103e5b1
configure: Regenerate with autoconf 2.13.
...
2006-03-14 Richard Guenther <rguenther@suse.de>
* configure: Regenerate with autoconf 2.13.
From-SVN: r112052
2006-03-14 13:35:06 +00:00
Paul Thomas
a4b9e93e5d
re PR libfortran/25378 ([Fortran 2003] maxloc for all-false mask)
...
2006-03-13 Paul Thomas <pault@gcc.gnu.org>
PR fortran/25378
* trans-intrinsic.c (gfc_conv_intrinsic_minmaxloc): Set the initial position to zero and
modify the condition for updating it, to implement the F2003 requirement for all(mask)
is false.
2006-03-13 Paul Thomas <pault@gcc.gnu.org>
PR fortran/25378
* libgfortran/m4/minloc1.m4: Set the initial position to zero and modify the condition for
updating it, to implement the F2003 requirement for all(mask).eq.false.
* libgfortran/m4/maxloc1.m4: The same.
* libgfortran/m4/iforeach.m4: The same.
* libgfortran/m4/minloc0.m4: The same.
* libgfortran/m4/maxloc0.m4: The same.
* libgfortran/generated/maxloc0_16_i16.c: Regenerated, together with 41 others.
* libgfortran/generated/minloc0_16_i16.c: Regenerated, together with 41 others.
2006-03-13 Paul Thomas <pault@gcc.gnu.org>
PR fortran/25378
* gfortran.fortran-torture/execute/intrinsic_mmloc_3.f90: Expand test to include more
permuatations of mask and index.
* testsuite/gfortran.dg/scalar_mask_1.f90: Modify last test to respond to F2003 spec.
that the position returned for an all false mask && condition is zero.
From-SVN: r112028
2006-03-13 22:49:56 +00:00
Aldy Hernandez
27079765d0
configure.in: Handle --disable-<component> generically.
...
* configure.in: Handle --disable-<component> generically.
* configure: Regenerate.
From-SVN: r111941
2006-03-10 21:32:39 +00:00
Rafael Espindola
ee2312f34f
Makefile.tpl (BUILD_CONFIGDIRS): Remove
...
* Makefile.tpl (BUILD_CONFIGDIRS): Remove
(TARGET_CONFIGDIRS): Remove
* configure.in: Remove AC_SUBST(target_configdirs)
* Makefile.in, configure: Regenerated
From-SVN: r111334
2006-02-21 13:57:53 +00:00