Mike Stump
e5022f0dcc
configure.ac: Fix ZIP and GCJH at configure time to absolute paths like we do for the compiler...
...
* configure.ac: Fix ZIP and GCJH at configure time to absolute
paths like we do for the compiler, as we use it in external/sax
and it doesn't get MULTIBUILDTOP right when multilibing.
From-SVN: r97091
2005-03-27 00:49:23 +00:00
GCC Administrator
e732e137e0
Daily bump.
...
[[Split portion of a mixed commit.]]
From-SVN: r97089.2
2005-03-27 00:16:39 +00:00
Andrew Pinski
f2c7956853
Makefile.in (libbackend.o): Depend on version files; add custom generation command.
...
2005-03-26 Andrew Pinski <pinskia@physics.uc.edu>
* Makefile.in (libbackend.o): Depend on version files;
add custom generation command.
From-SVN: r97086
2005-03-26 14:23:08 -08:00
Gabriel Dos Reis
9486db4fb6
demangle.h: Remove uses of PARAMS.
...
include/
2005-03-26 Gabriel Dos Reis <gdr@integrable-solutions.net>
* demangle.h: Remove uses of PARAMS.
* libiberty.h (ANSI_PROTOTYPES): Remove guard since
ANSI_PROTOTYPES is always assumed.
Remove uses of PARAMS throughout.
libiberty/
2005-03-26 Gabriel Dos Reis <gdr@integrable-solutions.net>
Convert libiberty to use ISO C prototype style 2/n.
* cp-demangle.h: Remove uses of PARAMS.
* cp-demangle.c: Likewise.
(d_dump, cplus_demangle_fill_name,
cplus_demangle_fill_extended_operator,
cplus_demangle_fill_ctor,
cplus_demangle_fill_dtor, d_make_empty, d_make_comp,
d_make_name,
d_make_builtin_type, d_make_operator,
d_make_extended_operator,
d_make_ctor, d_make_dtor, d_make_template_param, d_make_sub,
cplus_demangle_mangled_name, has_return_type,
is_ctor_dtor_or_conversion, d_encoding, d_name, d_nested_name,
d_prefix, d_unqualified_name, d_source_name, d_number,
d_identifier, d_operator_name, d_special_name, d_call_offset,
d_ctor_dtor_name, cplus_demangle_type, d_cv_qualifiers,
d_function_type, d_bare_function_type, d_class_enum_type,
d_array_type, d_pointer_to_member_type, d_template_param,
d_template_args, d_template_arg, d_expression, d_expr_primary,
d_local_name, d_discriminator, d_add_substitution,
d_substitution, d_print_resize, d_print_append_char,
d_print_append_buffer, d_print_error, cplus_demangle_print,
d_print_comp, d_print_java_identifier, d_print_mod_list,
d_print_mod, d_print_function_type, d_print_array_type,
d_print_expr_op, d_print_cast, cplus_demangle_init_info,
d_demangle, __cxa_demangle, cplus_demangle_v3,
java_demangle_v3,
is_ctor_or_dtor, is_gnu_v3_mangled_ctor,
is_gnu_v3_mangled_dtor,
print_usage, main):
2005-03-26 Gabriel Dos Reis <gdr@integrable-solutions.net>
Convert libiberty to ISO C prototype style 1/n.
* _doprnt.c: Remove conditional #include <varargs.h> on
ANSI_PROTOTYPES as the latter is always assumed.
(_doprnt, checkit, main): Use ISO C prototype.
* alloca.c (find_stack_direction, C_alloca): Use ISO C
prototype.
* argv.c: Remove conditional #includes on ANSI_PROTOTYPES.
(dupargv, freeargv, buildargv, main): Use ISO C prototype.
* atexit.c (atexit): Likewise
* asprintf.c: Remove conditional include on ANSI_PROTOTYPES.
(asprintf): Use ISO C prototype.
* basename.c (basename): Likewise
* bcmp.c (bcmp): Likewise.
* bcopy.c (bcopy): Likewise.
* bzero.c (bzero): Likewise.
* bsearch.c (bsearch): Likewise. Improve const-correctness.
* choose-temp.c (choose_temp_base): Likewise.
* calloc.c: Remove conditional #include on ANSI_PROTOTYPES.
(calloc): Use ISO C prototype.
* clock.c (clock): Likewise.
* concat.c: Remove conditional #include on ANSI_PROTOTYPES.
(vconcat_length, vconcat_copy, concat_length, concat_copy,
concat_copy2, concat, reconcat, main): Use ISO C prototype.
* copysign.c (copysign): Likewise.
From-SVN: r97085
2005-03-26 19:24:33 +00:00
Thomas Fitzsimmons
6a8c79d545
MAINTAINERS (Various Maintainers): Add self.
...
2005-03-26 Thomas Fitzsimmons <fitzsim@redhat.com>
* MAINTAINERS (Various Maintainers): Add self.
From-SVN: r97084
2005-03-26 19:08:55 +00:00
Steven G. Kargl
a59928bc28
gfortran.dg/underflow.f90: New test.
...
gfortran.dg/g77/20030326-1.f: Fix illegal code.
From-SVN: r97083
2005-03-26 18:37:15 +00:00
Steven G. Kargl
4c54501beb
Fix illogical logic.
...
From-SVN: r97082
2005-03-26 18:33:53 +00:00
Andrew Pinski
d7b1468bf3
re PR target/20636 (Bootstrap failure on Linux/PowerPC64 with rtl checking)
...
2005-03-26 Andrew Pinski <pinskia@physics.uc.edu>
PR target/20636
* config/rs6000/rs6000.md (extendsfdf2_fpr): Check to make
sure that we have a REG before getting its REGNO.
From-SVN: r97081
2005-03-26 09:35:41 -08:00
Canqun Yang
a312242430
trans-common.c (create_common): Build RECORD_NODE for common blocks contain no equivalence objects.
...
* trans-common.c (create_common): Build RECORD_NODE for common blocks
contain no equivalence objects.
(add_equivalences): New argument saw_equiv.
(trans_common): New local variable saw_equiv.
(finish_equivalences): Add a local variable dummy, Always pass true
for the 3rd parameter to create_common.
From-SVN: r97079
2005-03-26 13:34:58 +08:00
Kaveh R. Ghazi
1ad81c8e57
builtin-types.def (BT_FN_STRING_CONST_STRING_SIZE): New.
...
* builtin-types.def (BT_FN_STRING_CONST_STRING_SIZE): New.
* builtins.def (BUILT_IN_STRNDUP): New.
testsuite:
* gcc.dg/nonnull-3.c: Also test __builtin_strndup.
From-SVN: r97077
2005-03-26 02:25:30 +00:00
Mark Mitchell
e0b23a586c
g++.exp (g++_link_flags): Use gcc-set-multilib-library-path.
...
* lib/g++.exp (g++_link_flags): Use gcc-set-multilib-library-path.
(g++_init): Make sure that CXXFLAGS is set.
* lib/gcc-defs.exp (gcc-set-multilib-library-path): New function.
* lib/gcc-dg.exp: Use gcc-set-multilib-library-path.
* lib/gfortran.exp (gfortran_link_flags): Likewise.
* lib/objc.exp (objc_init): Likewise.
* lib/treelang.exp (treelang_init): Likewise.
From-SVN: r97076
2005-03-26 01:50:32 +00:00
GCC Administrator
c4803fca61
Daily bump.
...
[[Split portion of a mixed commit.]]
From-SVN: r97074.2
2005-03-26 00:16:28 +00:00
Mark Mitchell
cce4884b8a
libstdc++.exp (libstdc++_init): Define LOCALEDIR when testing an installed compiler.
...
* testsuite/lib/libstdc++.exp (libstdc++_init): Define LOCALEDIR
when testing an installed compiler.
From-SVN: r97070
2005-03-25 23:24:57 +00:00
Steven G. Kargl
7b4047a0de
Fix "make dvi"
...
From-SVN: r97065
2005-03-25 20:23:05 +00:00
Pat Haugen
90faeb2812
re PR tree-optimization/20470 (Branching sequence generated for ABS(x-y))
...
2005-03-25 Pat Haugen <pthaugen@us.ibm.com>
PR tree-optimization/20470
* gcc.dg/tree-ssa/pr20470.c: New test.
From-SVN: r97063
2005-03-25 15:10:38 -05:00
Pat Haugen
a10d70babd
re PR tree-optimization/20470 (Branching sequence generated for ABS(x-y))
...
2005-03-25 Pat Haugen <pthaugen@us.ibm.com>
PR tree-optimization/20470
* fold-const.c (fold_cond_expr_with_comparison): Recognize/fold
ABS(x-y).
From-SVN: r97062
2005-03-25 15:08:30 -05:00
Mike Stump
d5bdce497f
Fix typo
...
From-SVN: r97061
2005-03-25 19:57:30 +00:00
Geoffrey Keating
7880e30b30
darwin-fallback.c: Don't include <ucontext.h>.
...
* config/rs6000/darwin-fallback.c: Don't include <ucontext.h>.
Use our own structure definitions.
From-SVN: r97060
2005-03-25 19:56:35 +00:00
Mike Stump
8c3cc7d986
darwin.h (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Don't allow 0 sized objects.
...
* config/darwin.h (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Don't allow 0
sized objects.
From-SVN: r97059
2005-03-25 19:55:58 +00:00
Geoffrey Keating
da4c340cc5
rs6000.md (UNSPEC constants): Add UNSPEC_STFIWX.
...
* config/rs6000/rs6000.md (UNSPEC constants): Add UNSPEC_STFIWX.
(fix_truncdfsi2): Allow registers or memory as destination.
When TARGET_PPC_GFXOPT, generate simplified pattern.
(fix_truncdfsi2_internal): Use define_insn_and_split.
(fix_truncdfsi2_internal_gfxopt): New.
(fctiwz): Don't confuse register allocation by giving it no choices.
(stfiwx): New.
* config/rs6000/rs6000.h (EXTRA_CONSTRAINT): Add 'Z'.
(EXTRA_MEMORY_CONSTRAINT): Likewise.
* config/rs6000/rs6000.c (indexed_or_indirect_operand): New.
* config/rs6000/rs6000-protos.h (indexed_or_indirect_operand): New.
From-SVN: r97058
2005-03-25 19:50:53 +00:00
Kazu Hirata
86f1f8581b
tree.c (get_set_constructor_bits, [...]): Remove.
...
* tree.c (get_set_constructor_bits,
get_set_constructor_bytes): Remove.
* tree.h: Remove the corresponding prototypes.
From-SVN: r97057
2005-03-25 19:24:12 +00:00
Kazu Hirata
bef87a346c
dominance.c (free_dominance_info): Speed up by freeing et data structures without maintaining other nodes.
...
* dominance.c (free_dominance_info): Speed up by freeing et
data structures without maintaining other nodes.
* et-forest.c (et_free_tree_force): New.
* et-forest.h: Add a prototype for et_free_tree_force.
From-SVN: r97054
2005-03-25 18:41:28 +00:00
John David Anglin
ccb527e4b7
re PR target/15491 (ICE (Internal compiler error) while compiling glibc to vax-linux target)
...
PR target/15491
* vax.c (vax_rtx_costs_1): Merge with vax_rtx_costs.
(vax_rtx_costs): Return false when passed unsupported rtx's. Handle
FLOAT_EXTEND, FLOAT_TRUNCATE and TRUNCATE. Fix costs for POST_INC,
PRE_DEC, NEG and NOT.
From-SVN: r97050
2005-03-25 17:54:59 +00:00
Steve Ellcey
c3861e7ad1
re PR target/19888 (g++.old-deja/g++.eh/badalloc1.C execution test fails on ia64-hpux)
...
PR target/19888
* g++.old-deja/g++.eh/badalloc1.C: increase arena_size on hpux.
From-SVN: r97048
2005-03-25 17:09:09 +00:00
Mark Mitchell
510d8ecc26
libstdc++.exp (v3-build_support): Pass -w when compiling support objects.
...
* testsuite/lib/libstdc++.exp (v3-build_support): Pass -w when
compiling support objects.
From-SVN: r97047
2005-03-25 17:08:08 +00:00
Kazu Hirata
7f20a5b73d
fold-const.c: Convert uses of fold (build (...)) to fold_buildN.
...
* fold-const.c: Convert uses of fold (build (...)) to
fold_buildN.
From-SVN: r97046
2005-03-25 16:49:32 +00:00
Zdenek Dvorak
aec6cb103c
* gcc.dg/20050325-1.c: Fix a typo.
...
From-SVN: r97044
2005-03-25 14:31:02 +00:00
Francois-Xavier Coudert
94887ef478
re PR libfortran/19678 (DOS files don't work for list directed input)
...
PR libfortran/19678
PR libfortran/19679
* gfortran.dg/dos_eol.f: New test.
PR libfortran/19678
* list_read.c (next_char, eat_separator, finish_separator, read_real)
(namelist_read): Add support for '\r' as well as '\n' as EOL
character.
PR libfortran/19679
* list_read.c (read_sf): Add a '\r' in a test to support DOS
line-endings when line length is exceeded.
From-SVN: r97041
2005-03-25 13:35:29 +00:00
Zdenek Dvorak
cd92865225
re PR rtl-optimization/20249 (ICE with -fprofile-arcs on ppc)
...
PR rtl-optimization/20249
* cse.c (insert_regs): Do not record equivalence of registers in
different modes.
* gcc.dg/20050325-1.c: New test.
From-SVN: r97039
2005-03-25 09:23:47 +00:00
Paolo Bonzini
256f7136ca
configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
...
2005-03-25 Paolo Bonzini <bonzini@gnu.org>
* configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
* configure: Regenerate.
From-SVN: r97038
2005-03-25 09:00:59 +00:00
Francois-Xavier Coudert
a50f3cd3e6
re PR libfortran/15332 (colon edit descriptor not handled correctly)
...
PR libfortran/15332
* io/format.c (parse_format_list): format node for colon edit
descriptor needs a repeat counter set to 1.
* gfortran.dg/pr15332.f: New test.
From-SVN: r97036
2005-03-25 07:04:27 +00:00
Kaveh R. Ghazi
17998b22b5
libiberty.h (xstrndup): Declare.
...
include:
* libiberty.h (xstrndup): Declare.
libiberty:
* Makefile.in (CFILES): Add strndup.c and xstrndup.c.
(REQUIRED_OFILES): Add xstrndup.o.
(CONFIGURED_OFILES): Add strndup.o.
Regenerate dependencies.
* configure.ac (funcs, AC_CHECK_FUNCS): Add strndup.
* strndup.c, xstrndup.c: New.
* config.in, configure, functions.texi: Regenerate.
From-SVN: r97034
2005-03-25 04:41:41 +00:00
Kaveh R. Ghazi
bb99744fd4
* xmemdup.c, xstrdup.c: Expose the tail call.
...
From-SVN: r97033
2005-03-25 04:05:12 +00:00
Kazu Hirata
cba9e10abb
emit-rtl.c (reverse_comparison): Remove.
...
* emit-rtl.c (reverse_comparison): Remove.
* rtl.h: Remove the corresponding prototype.
From-SVN: r97032
2005-03-25 02:23:57 +00:00
Geoffrey Keating
d3d9a67f7e
pragma-override1.C: Mark as requiring 'internal' visibility.
...
* g++.dg/ext/visibility/pragma-override1.C: Mark as requiring
'internal' visibility.
* g++.dg/ext/visibility/pragma-override2.C: Likewise.
* g++.dg/ext/visibility/visibility-7.C: Mark as requiring
'protected' visibility.
* gcc.dg/visibility-7.c: Likewise.
* lib/target-supports.exp (check_visibility_available): Take
a parameter, the kind of visibility to check for.
* lib/target-supports-dg.exp (dg-require-visibility): Pass parameter
to check_visibility_available.
From-SVN: r97031
2005-03-25 02:21:01 +00:00
Anthony Green
0811c49e73
Missed from last commit
...
From-SVN: r97029
2005-03-25 00:39:31 +00:00
Anthony Green
206318ea45
From libjava...
...
2005-03-24 Anthony Green <green@redhat.com>
* gnu/gcj/tools/gcj_dbtool/Main.java: Accept libdir argument with
-p option.
(usage): Add [LIBDIR] to help output.
* gnu/gcj/tools/gcj_dbtool/natMain.cc: New file.
* Makefile.am (AM_CXXFLAGS): Define
LIBGCJ_DEFAULT_DATABASE_PATH_TAIL.
(db_pathtail): New macro.
From gcc/java...
2005-03-24 Anthony Green <green@redhat.com>
* gcj.texi (Invoking gcj-dbtool): Document new LIBDIR option to
'gcj-dbtool -p'.
From-SVN: r97028
2005-03-25 00:38:43 +00:00
Dale Johannesen
761d80b91f
20020919-1.c: Fix for x86 Darwin.
...
2005-03-24 Dale Johannesen <dalej@apple.com>
* gcc.dg/20020919-1.c: Fix for x86 Darwin.
From-SVN: r97026
2005-03-25 00:21:43 +00:00
GCC Administrator
aa26517c24
Daily bump.
...
[[Split portion of a mixed commit.]]
From-SVN: r97024.2
2005-03-25 00:16:22 +00:00
Geoffrey Keating
a10ce2f8ed
Index: cp/ChangeLog
...
2005-03-24 Geoffrey Keating <geoffk@apple.com>
* typeck.c (build_static_cast_1): Allow scalar_cast between
any integral, floating, or enumeration type.
Index: testsuite/ChangeLog
2005-03-24 Geoffrey Keating <geoffk@apple.com>
* g++.dg/expr/cast3.C: New.
From-SVN: r97019
2005-03-24 23:33:56 +00:00
James E Wilson
a9f15d8302
Remove docs for removed option.
...
* doc/install.texi (--enable-altivec): Delete docs.
From-SVN: r97018
2005-03-24 15:32:09 -08:00
David Edelsohn
9a15bd6344
20020720-1.x: XFAIL for all powerpc and rs6000.
...
* gcc.c-torture/execute/20020720-1.x: XFAIL for all powerpc and
rs6000.
From-SVN: r97016
2005-03-24 18:26:38 -05:00
Geoffrey Keating
d0b0728350
--text follows this line--
...
This is the one case in c.opt where 'C++' appeared without 'ObjC++',
and it's annoying that it was this important option.
Bootstrapped & tested on powerpc-darwin8. (It's actually been tested
much more extensively than that internally.)
--
- Geoffrey Keating <geoffk@apple.com>
===File ~/patches/gcc-3973957.patch=========================
2005-03-24 Geoffrey Keating <geoffk@apple.com>
* c.opt (fvisibility-inlines-hidden): Allow for ObjC++.
From-SVN: r97015
2005-03-24 23:18:44 +00:00
David Edelsohn
b6dc550705
predicates.md (easy_fp_constant): Return 0 for SFmode and DFmode before reload when...
...
* config/rs6000/predicates.md (easy_fp_constant): Return 0 for
SFmode and DFmode before reload when
flag_unsafe_math_optimizations not enabled.
From-SVN: r97014
2005-03-24 18:07:35 -05:00
Aaron W. LaFramboise
aad9ff31d8
* adaint.c (__gnat_portable_spawn): Adjust cast.
...
From-SVN: r97013
2005-03-24 16:11:36 -06:00
Geoffrey Keating
0a19d49fcc
darwin.h (TARGET_SUBTARGET_DEFAULT): Add MASK_128BIT_LONG_DOUBLE, MASK_ALIGN_DOUBLE.
...
* config/i386/darwin.h (TARGET_SUBTARGET_DEFAULT): Add
MASK_128BIT_LONG_DOUBLE, MASK_ALIGN_DOUBLE.
From-SVN: r97005
2005-03-24 19:50:56 +00:00
Tom Tromey
b0966710ba
BootClassLoader.java (BootClassLoader): Don't add sax and w3c libraries.
...
* gnu/gcj/runtime/BootClassLoader.java (BootClassLoader): Don't
add sax and w3c libraries.
* Makefile.am (libgij_la_LIBADD): Added libsax-gcj.la and
libw3c-gcj.la.
* external/w3c_dom/Makefile.in: Rebuilt.
* external/w3c_dom/Makefile.am (libw3c_gcj_la_GCJFLAGS): Include
AM_GCJFLAGS.
(libw3c_gcj_la_LDFLAGS): New variable.
(noinst_LTLIBRARIES): Renamed.
* external/sax/Makefile.in: Rebuilt.
* external/sax/Makefile.am (libsax_gcj_la_GCJFLAGS): Include
AM_GCJFLAGS.
(libsax_gcj_la_LDFLAGS): New variable.
(noinst_LTLIBRARIES): Renamed.
From-SVN: r97004
2005-03-24 19:42:40 +00:00
Benjamin Kosnik
b758b22ac2
memory: Forward to...
...
2005-03-24 Benjamin Kosnik <bkoz@redhat.com>
* include/tr1/memory: Forward to...
* include/tr1/boost_shared_ptr.h: ...here. Add Boost Software License.
* include/Makefile.am (tr1_headers): Add boost_shared_ptr.h.
* include/Makefile.in: Regenerate.
* testsuite/tr1/2_general_utilities/memory/shared_ptr/cons/
auto_ptr_neg.cc: Adjust line numbers.
From-SVN: r97003
2005-03-24 18:32:18 +00:00
Steven G. Kargl
8db2ba4032
intrinsic.texi: New file.
...
gfortran.texi: Include it; white space change; fix typo.
From-SVN: r97000
2005-03-24 18:16:33 +00:00
Francois-Xavier Coudert
ee4b41afc7
* config.h.in: Regenerate.
...
From-SVN: r96998
2005-03-24 17:55:31 +00:00