r123894 - in /branches/fixed-point: ./ ChangeLo...
chaoyingfu@gcc.gnu.org
chaoyingfu@gcc.gnu.org
Mon Apr 16 20:48:00 GMT 2007
Author: chaoyingfu
Date: Mon Apr 16 21:48:50 2007
New Revision: 123894
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=123894
Log:
Merged revisions 123638-123887 via svnmerge from
svn+ssh://chaoyingfu@sources.redhat.com/svn/gcc/trunk
........
r123638 | danglin | 2007-04-07 08:10:06 -0700 (Sat, 07 Apr 2007) | 6 lines
* testsuite/libgomp.c++/c++.exp: Don't use concat when setting
ld_library_path.
* testsuite/libgomp.fortran/fortran.exp: Likewise.
........
r123639 | hjl | 2007-04-07 08:58:00 -0700 (Sat, 07 Apr 2007) | 4 lines
2007-04-07 H.J. Lu <hongjiu.lu@intel.com>
* config/i386/i386.c (ix86_handle_option): Handle SSSE3.
........
r123640 | korbb | 2007-04-07 10:55:07 -0700 (Sat, 07 Apr 2007) | 1 line
Separate NUL byte detection from rest of -Wformat warnings
........
r123641 | pault | 2007-04-07 13:13:52 -0700 (Sat, 07 Apr 2007) | 14 lines
2007-04-07 Paul Thomas <pault@gcc.gnu.org>
* symbol.c (gfc_check_function_type): New function.
* gfortran.h : Add prototype for previous.
* parse.c (parse_progunit): Call it after parsing specification
statements.
2007-04-07 Paul Thomas <pault@gcc.gnu.org>
* gfortran.dg/interface_12.f90: New test.
........
r123642 | pault | 2007-04-07 13:18:17 -0700 (Sat, 07 Apr 2007) | 12 lines
2007-04-07 Paul Thomas <pault@gcc.gnu.org>
* trans-decl.c (gfc_get_symbol_decl): Allow unreferenced use
associated symbols.
2007-04-07 Paul Thomas <pault@gcc.gnu.org>
* gfortran.dg/unreferenced_use_assoc_1.f90: New test.
........
r123643 | pault | 2007-04-07 13:20:49 -0700 (Sat, 07 Apr 2007) | 11 lines
2007-04-07 Paul Thomas <pault@gcc.gnu.org>
* check.c (numeric_check): If an expresson has not got a type,
see if it is a symbol for which a default type applies.
2007-04-07 Paul Thomas <pault@gcc.gnu.org>
* gfortran.dg/default_numeric_type_1.f90: New test.
........
r123644 | pault | 2007-04-07 13:23:40 -0700 (Sat, 07 Apr 2007) | 10 lines
2007-04-07 Paul Thomas <pault@gcc.gnu.org>
* expr.c (find_array_element): Correct arithmetic for rank > 1.
2007-04-07 Paul Thomas <pault@gcc.gnu.org>
* gfortran.dg/parameter_array_element_1.f90: New test.
........
r123645 | pault | 2007-04-07 13:25:43 -0700 (Sat, 07 Apr 2007) | 12 lines
2007-04-07 Paul Thomas <pault@gcc.gnu.org>
* resolve.c (resolve_fl_variable): Set flag to 2 for automatic
arrays. Make condition for automatic array error explicit.
If a dummy, no error on an INTENT(OUT) derived type.
2007-04-07 Paul Thomas <pault@gcc.gnu.org>
* gfortran.dg/used_dummy_types_8.f90: New test.
........
r123646 | pault | 2007-04-07 13:29:13 -0700 (Sat, 07 Apr 2007) | 12 lines
2007-04-07 Paul Thomas <pault@gcc.gnu.org>
* intrinsic.c (add_functions): Add ref. to gfc_resolve_achar.
* intrinsic.h : Add prototype for gfc_resolve_achar.
* iresolve.c (gfc_resolve_achar): New function.
2007-04-07 Paul Thomas <pault@gcc.gnu.org>
* gfortran.dg/achar_4.f90: New test.
........
r123647 | aesok | 2007-04-07 15:00:33 -0700 (Sat, 07 Apr 2007) | 4 lines
* config/avr/avr.md (*clrmemqi, *clrmemhi): Mark operand 4 as
earlyclobber.
........
r123650 | dberlin | 2007-04-07 16:08:23 -0700 (Sat, 07 Apr 2007) | 5 lines
2007-04-07 Daniel Berlin <dberlin@dberlin.org>
Revert change removing staticp.
........
r123653 | gccadmin | 2007-04-07 16:17:02 -0700 (Sat, 07 Apr 2007) | 1 line
Daily bump.
........
r123657 | aesok | 2007-04-08 03:38:38 -0700 (Sun, 08 Apr 2007) | 8 lines
* config/avr/predicates.md (io_address_operand): Delete predicate.
(low_io_address_operand): Don't use 'mode' argument.
(higth_io_address_operand): Rename ...
(high_io_address_operand): ... to this. Don't use 'mode' argument.
* config/avr/avr.md (*sbix_branch_tmp, *sbix_branch_tmp_bit7): Adjust
for above change.
........
r123658 | steven | 2007-04-08 06:14:39 -0700 (Sun, 08 Apr 2007) | 24 lines
* langhooks.c (lhd_tree_inlining_add_pending_fn_decls,
lhd_tree_inlining_anon_aggr_type_p, lhd_tree_inlining_start_inlining,
lhd_tree_inlining_end_inlining): Remove.
* langhooks.h (struct lang_hooks_for_tree_inlining): Remove then
add_pending_fn_decls, anon_aggr_type_p, start_inlining, and
end_inlining hooks.
* langhooks-def.h (lhd_tree_inlining_add_pending_fn_decls,
lhd_tree_inlining_anon_aggr_type_p, lhd_tree_inlining_start_inlining,
lhd_tree_inlining_end_inlining): Remove prototypes.
(LANG_HOOKS_TREE_INLINING_ADD_PENDING_FN_DECLS,
LANG_HOOKS_TREE_INLINING_ANON_AGGR_TYPE_P,
LANG_HOOKS_TREE_INLINING_START_INLINING,
LANG_HOOKS_TREE_INLINING_END_INLINING): Remove.
* c-objc-common.h (LANG_HOOKS_TREE_INLINING_ANON_AGGR_TYPE_P): Do
not set it.
cp/
* cp-objcp-common.h (LANG_HOOKS_TREE_INLINING_ADD_PENDING_FN_DECLS):
Do not set it.
(LANG_HOOKS_TREE_INLINING_ANON_AGGR_TYPE_P): Do not set it.
* tree.c (cp_add_pending_fn_decls): Remove.
* cp-tree.h (cp_add_pending_fn_decls): Remove prototype.
........
r123662 | mrs | 2007-04-08 09:30:23 -0700 (Sun, 08 Apr 2007) | 2 lines
* config/i386/i386.c: Use inc/dec on Core2.
........
r123663 | pinskia | 2007-04-08 12:30:06 -0700 (Sun, 08 Apr 2007) | 11 lines
2007-04-08 Andrew Pinski <andrew_pinski@playstation.sony.com>
* varasm.c (assemble_variable): Remove call to
lang_hooks.decls.prepare_assemble_variable.
* langhooks-def.h (LANG_HOOKS_PREPARE_ASSEMBLE_VARIABLE): Kill.
(LANG_HOOKS_DECLS): Remove LANG_HOOKS_PREPARE_ASSEMBLE_VARIABLE.
* langhooks.h (lang_hooks_for_decls): Remove
prepare_assemble_variable.
........
r123664 | hubicka | 2007-04-08 15:12:21 -0700 (Sun, 08 Apr 2007) | 6 lines
* tree.h (maybe_fold_offset_to_component_ref): Declare.
* tree-ssa-ccp.c (maybe_fold_offset_to_component_ref): Export.
* fold-const.c (fold_unary): Use it.
* gcc.dg/tree-ssa/foldaddr-2.c: New file.
........
r123665 | paolo | 2007-04-08 15:37:56 -0700 (Sun, 08 Apr 2007) | 6 lines
2007-04-08 Alexey Beshenov <bav.272304@gmail.com>
* include/c_global/cmath.tcc (__cmath_power): Use _Tp(1).
* include/c_std/cmath.tcc (__cmath_power): Likewise.
........
r123668 | gccadmin | 2007-04-08 16:17:01 -0700 (Sun, 08 Apr 2007) | 1 line
Daily bump.
........
r123670 | rakdver | 2007-04-08 23:51:43 -0700 (Sun, 08 Apr 2007) | 19 lines
* cfgloopmanip.c (create_preheader): Do not use loop_preheader_edge.
(create_preheaders): Check that loops are available.
(fix_loop_structure): Clean up, improve comments.
* tree-ssa-loop-manip.c (rewrite_into_loop_closed_ssa):
Check that loops are available. Set LOOP_CLOSED_SSA to the loops
state flags.
* tree-scalar-evolution.c (scev_finalize): Clear scalar_evolution_info.
* predict.c (tree_estimate_probability): Do not call
calculate_dominance_info. Call create_preheaders.
* tree-cfgcleanup.c (cleanup_tree_cfg_loop): Only call
rewrite_into_loop_closed_ssa if LOOP_CLOSED_SSA is set in loops state
flags.
* cfgloop.c (loop_preheader_edge): Assert that loops have preheaders.
* cfgloop.h (LOOP_CLOSED_SSA): New constant.
* tree-cfg.c (tree_split_edge): Make an assert more precise.
* tree-ssa-threadedge.c (thread_across_edge): Comment the function
arguments.
........
r123671 | kgallowa | 2007-04-09 06:24:00 -0700 (Mon, 09 Apr 2007) | 7 lines
2007-04-09 Kyle Galloway <kgallowa@redhat.com>
* gij.cc (main): Accept -agentlib and -agentpath options.
* prims.cc (parse_init_args): Deal with -agentlib and -agentpath.
(load_jvmti_agent): New function.
........
r123672 | hjl | 2007-04-09 08:07:08 -0700 (Mon, 09 Apr 2007) | 4 lines
2007-04-09 H.J. Lu <hongjiu.lu@intel.com>
* prims.cc (load_jvmti_agent): Add the missing `,'.
........
r123673 | paolo | 2007-04-09 09:33:33 -0700 (Mon, 09 Apr 2007) | 4 lines
2007-04-09 Paolo Carlini <pcarlini@suse.de>
* tree.c (cp_tree_equal): Deal with TRAIT_EXPR.
........
r123674 | hubicka | 2007-04-09 10:00:10 -0700 (Mon, 09 Apr 2007) | 5 lines
* gcc.dg/tree-ssa/foldaddr-3.c: New file.
* tree-ssa-ccp (maybe_fold_offset_to_component_ref): Recurse into
multiple fields of union.
........
r123675 | paolo | 2007-04-09 10:07:37 -0700 (Mon, 09 Apr 2007) | 36 lines
2007-04-09 Paolo Carlini <pcarlini@suse.de>
* include/tr1/type_traits_fwd.h (__is_union_or_class): Remove.
* include/tr1/type_traits (struct __in_array,
struct __is_union_or_class, struct __is_union_or_class_helper,
struct __is_empty_helper, struct __is_polymorphic_helper):
Remove.
(struct is_enum): Use __is_enum.
(struct is_union): Use __is_union.
(struct is_class): Use __is_class.
(struct is_function): Adjust.
(struct is_empty): Use __is_empty.
(struct is_polymorphic): Use __is_polymorphic.
(struct is_abstract): Use __is_abstract.
(struct has_virtual_destructor): Use __has_virtual_destructor.
(struct __is_base_of_helper): Use __is_base_of.
* testsuite/tr1/4_metaprogramming/composite_type_traits/
is_union_or_class/typedefs.cc: Remove.
* testsuite/tr1/4_metaprogramming/composite_type_traits/
is_union_or_class/is_union_or_class.cc: Likewise.
* testsuite/tr1/4_metaprogramming/primary_type_categories/
is_class/typedefs.cc: New.
* testsuite/tr1/4_metaprogramming/primary_type_categories/
is_class/is_class.cc: Likewise.
* testsuite/tr1/4_metaprogramming/primary_type_categories/
is_union/typedefs.cc: Likewise.
* testsuite/tr1/4_metaprogramming/primary_type_categories/
is_union/is_union.cc: Likewise.
* testsuite/tr1/4_metaprogramming/type_properties/
has_virtual_destructor/typedefs.cc: Likewise.
* testsuite/tr1/4_metaprogramming/type_properties/
has_virtual_destructor/has_virtual_destructor.cc: Likewise.
* testsuite/util/testsuite_tr1.h (class VirtualDestructorClass): Add.
* testsuite/tr1/4_metaprogramming/type_properties/is_polymorphic/
is_polymorphic.cc: Add test.
........
r123676 | daney | 2007-04-09 10:40:20 -0700 (Mon, 09 Apr 2007) | 7 lines
* java/lang/natPosixProcess.cc (nativeSpawn): Move building of
environment before the fork.
* testsuite/libjava.lang/Process_7.java: New test.
* testsuite/libjava.lang/Process_7.out: Its expected results.
* testsuite/libjava.lang/Process_7.jar: Generated file.
........
r123677 | daney | 2007-04-09 10:46:17 -0700 (Mon, 09 Apr 2007) | 1 line
Fix ChangeLog date.
........
r123678 | pinskia | 2007-04-09 11:04:50 -0700 (Mon, 09 Apr 2007) | 8 lines
2007-04-09 Andrew Ruder <andy@aeruder.net>
* sendmsg.c: Added __objc_msg_forward2, a hook that allows
external libraries to provide a function that returns the real
forwarding function based on both the selector and the receiver.
* objc/objc-api.h: Define __objc_msg_forward2.
........
r123679 | mmitchel | 2007-04-09 12:45:53 -0700 (Mon, 09 Apr 2007) | 6 lines
* class.c (build_base_path): Ensure that the converted pointer has
the same cv-qualification as the input.
* g++.dg/init/const5.C: New test.
........
r123680 | kgallowa | 2007-04-09 13:30:20 -0700 (Mon, 09 Apr 2007) | 9 lines
2007-04-09 Kyle Galloway <kgallowa@redhat.com>
* classpath/gnu/classpath/jdwp/value/ArrayValue.java: New file.
* classpath/lib/gnu/classpath/jdwp/value/ArrayValue.class: New file.
* gnu/classpath/jdwp/ArrayValue.h: New file.
* gnu/classpath/jdwp/natVMFrame.cc (getValue): Add array case.
(setValue): Ditto.
........
r123681 | kgallowa | 2007-04-09 13:32:19 -0700 (Mon, 09 Apr 2007) | 6 lines
2007-04-09 Kyle Galloway <kgallowa@redhat.com>
* interpret-run.cc: If debugging, check if args is NULL before
getting the "this" pointer.
........
r123682 | hubicka | 2007-04-09 16:06:16 -0700 (Mon, 09 Apr 2007) | 8 lines
* config/i386/sse.md
(sse_vmaddv4sf3, sse_vmmulv4sf3): Remove '%' modifier.
(sse_vmsmaxv4sf3_finite, sse_vmsminv4sf3_finite): Remove.
(sse2_vmaddv2df3, sse2_vmmulv2df3): Remove '%' modifier.
(sse2_vmsmaxv2df3_finite, sse2_vmsminv2df3_finite): Remove.
........
r123685 | gccadmin | 2007-04-09 16:17:05 -0700 (Mon, 09 Apr 2007) | 1 line
Daily bump.
........
r123689 | hjl | 2007-04-09 18:58:03 -0700 (Mon, 09 Apr 2007) | 6 lines
2007-04-09 H.J. Lu <hongjiu.lu@intel.com>
* config/i386/sse.md (sse2_pinsrw): Removed.
(sse2_pextrw): Renamed to ...
(*sse2_pextrw): This.
........
r123692 | paolo | 2007-04-10 03:38:50 -0700 (Tue, 10 Apr 2007) | 57 lines
2007-04-10 Paolo Carlini <pcarlini@suse.de>
* include/bits/ostream_insert.h: New.
* include/Makefile.am: Add.
* include/ext/vstring.h (operator<<(basic_ostream<>&,
const __versa_string<>&): Forward to __ostream_insert.
* include/bits/basic_string.h (operator<<(basic_ostream<>&,
const string<>&)): Likewise.
* include/std/ostream (operator<<(basic_ostream<>&, _CharT),
operator<<(basic_ostream<char,>&, char), operator<<(basic_ostream<>&,
const _CharT*), operator<<(basic_ostream<char,>&, const char*)):
Likewise.
* include/ext/vstring.tcc (operator<<(basic_ostream<>&,
const __versa_string<>&)): Remove.
(class basic_ostream): Remove friend declarations.
(basic_ostream<>::_M_write(char_type, streamsize),
_M_insert(const char_type*, streamsize)): Remove.
* include/bits/ostream.tcc (_M_insert(const char_type*, streamsize)):
Remove definition.
(operator<<(basic_ostream<>&, const char*)): Use __ostream_insert.
* config/abi/pre/gnu.ver: Adjust.
* src/ostream-inst.cc: Add __ostream_insert instantiations.
* include/bits/locale_facets.h (__pad<>::_S_pad): Remove __num
parameter.
* include/bits/locale_facets.tcc (__pad<>::_S_pad): Adjust.
(num_put<>::_M_pad(_CharT, streamsize, ios_base&, _CharT*,
const _CharT*, int&)): Likewise.
* include/Makefile.in: Rebuild.
* testsuite/ext/vstring/inserters_extractors/char/28277.cc: New.
* testsuite/ext/vstring/inserters_extractors/wchar_t/28277.cc: New.
* include/ext/vstring_util.h: Do not include the whole <locale>.
* include/ext/vstring.tcc (operator>>(basic_istream<>&,
__versa_string<>&, getline(basic_istream<>&, __versa_string<>&,
_CharT)): Tweak to refer to ios_base as a base of istream; do not
refer to non-standard types of istream.
* include/bits/istream.tcc (operator>>(basic_istream<>&, _CharT*),
ws(basic_istream<>&)): Do not refer to non-standard types of istream.
* include/std/bitset (operator>>(std::basic_istream<>&, bitset<>&)):
Avoid using basic_streambuf<>*.
* include/bits/istream.tcc (operator>>(basic_istream<>&,
basic_string<>&), getline(basic_istream<>&, basic_string<>&, _CharT)):
Move...
* include/bits/basic_string.tcc: ... here; tweak to refer to ios_base
as a base of istream; do not refer to non-standard types of istream.
* include/std/string: Tweak includes.
* include/ext/type_traits.h (__is_null_pointer): Add.
* include/ext/rc_string_base.h: Use it.
* include/ext/sso_string_base.h: Likewise.
* include/bits/basic_string.tcc (__is_null_pointer): Remove, use
the above.
* include/ext/vstring_util.h (__vstring_utility<>::_S_is_null_pointer):
Remove.
........
r123693 | uros | 2007-04-10 04:41:01 -0700 (Tue, 10 Apr 2007) | 21 lines
* config/i386/i386.md (fix_trunc<mode>di_sse): Remove "x" from "xm"
alternative.
(fix_trunc<mode>si_sse): Ditto.
(*floatsisf2_mixed, *floatsisf2_sse): Ditto.
(*floatsidf2_mixed, *floatsidf2_sse): Ditto.
(*floatdisf2_mixed, *floatdisf2_sse): Ditto.
(*floatdidf2_mixed, *floatdidf2_sse): Ditto.
(floathi<mode>2): Rename from floathisf2 and floathidf2. Macroize
expander using SSEMODEF mode macro.
(floatsi<mode>2): Rename from floatsisf2 and floashidf2. Macroize
expander using SSEMODEF mode macro.
(*floathi<mode>2_i387): Rename from *floathisf2_i387 and
*floathidf2_i387. Macroize insn using X87MODEF12 mode macro.
(*floatsi<mode>2_i387): Rename from *floatsisf2_i387 and
*floatsidf2_i387. Macroize insn using X87MODEF12 mode macro.
(*floatdi<mode>2_i387): Rename from *floatdisf2_i387 and
*floatdidf2_i387. Macroize insn using X87MODEF12 mode macro.
(float<mode>xf2): Rename from floathixf2, floatsixf2 and floatdixf2.
Macroize insn using X87MODEF mode macro.
........
r123695 | paolo | 2007-04-10 08:12:54 -0700 (Tue, 10 Apr 2007) | 8 lines
2007-04-10 Paolo Carlini <pcarlini@suse.de>
* include/tr1/type_traits (__is_function_helper): New, uses
variadic templates.
(is_function): Forward to the latter.
* testsuite/tr1/4_metaprogramming/primary_type_categories/
is_function/is_function.cc: Add test.
........
r123696 | paolo | 2007-04-10 08:54:46 -0700 (Tue, 10 Apr 2007) | 5 lines
2007-04-10 Paolo Carlini <pcarlini@suse.de>
* include/tr1/cmath: Include <bits/stl_algobase.h> instead of
the whole <algorithm>.
........
r123697 | kseitz | 2007-04-10 10:52:59 -0700 (Tue, 10 Apr 2007) | 3 lines
* sources.am: Regenerate.
* Makefile.in: Likewise.
........
r123699 | rakdver | 2007-04-10 14:10:26 -0700 (Tue, 10 Apr 2007) | 5 lines
* tree-inline.c (copy_cfg_body): Use last_basic_block instead of
n_basic_blocks to find newly added blocks.
........
r123700 | echristo | 2007-04-10 15:41:28 -0700 (Tue, 10 Apr 2007) | 17 lines
2007-04-10 Eric Christopher <echristo@apple.com>
* config/i386/i386.h (X87_FLOAT_MODE_P): New.
* config/i386/i386.md (*cmpfp0): Use.
(*cmpfp_u, *cmpfp_<mode>, *cmpfp_i_i387): Ditto.
(*cmpfp_iu_387, fix_trunc<mode>_fisttp_i386_1): Ditto.
(fix_trunc<mode>_i386_fisttp): Ditto.
(fix_trunc<mode>_i387_fisttp_with_temp): Ditto.
(*fix_trunc<mode>_i387_1, fix_truncdi_i387): Ditto.
(fix_truncdi_i387_with_temp, fix_trunc<mode>_i387): Ditto.
(fix_trunc<mode>_i387_with_temp, *fp_jcc_1_387): Ditto.
(*fp_jcc_2_387, *fp_jcc_5_387, *fp_jcc_6_387): Ditto.
(*fp_jcc_7_387, *fp_jcc_8<mode>_387): Ditto.
(unnamed_splitters): Ditto.
* config/i386/i386.c (output_fix_trunc): Assert that
we're not being passed a TFmode operand.
........
r123701 | echristo | 2007-04-10 15:44:02 -0700 (Tue, 10 Apr 2007) | 2 lines
Add to last commit.
........
r123702 | echristo | 2007-04-10 16:00:00 -0700 (Tue, 10 Apr 2007) | 6 lines
2007-04-10 Eric Christopher <echristo@apple.com>
* lib/target-supports.exp
(check_effective_target_fstack_protector): Rewrite.
........
r123706 | gccadmin | 2007-04-10 16:17:25 -0700 (Tue, 10 Apr 2007) | 1 line
Daily bump.
........
r123708 | spop | 2007-04-10 17:09:35 -0700 (Tue, 10 Apr 2007) | 6 lines
* tree-chrec.h (chrec_zerop): Moved before build_polynomial_chrec.
(build_polynomial_chrec): Return a scalar when the evolution is zero.
* testsuite/gcc.dg/vect/pr31343.c: New.
........
r123710 | bkoz | 2007-04-10 18:11:56 -0700 (Tue, 10 Apr 2007) | 18 lines
2007-04-10 Benjamin Kosnik <bkoz@redhat.com>
* include/ext/pb_ds/detail/resize_policy/
cc_hash_max_collision_check_resize_trigger_imp.hpp: Qualify
namespace std members.
* include/ext/pb_ds/detail/list_update_policy/
counter_lu_metadata.hpp: Same.
* include/ext/throw_allocator.h: Same.
* include/ext/pod_char_traits.h: Same.
* include/ext/malloc_allocator.h: Same.
* libsupc++/del_op.cc: Same, simplify.
* include/bits/c++config: Adjust macro name.
* include/c_global/cstring: Alphabetize.
* include/c_global/cwctype: Same.
........
r123711 | hubicka | 2007-04-10 23:18:28 -0700 (Tue, 10 Apr 2007) | 3 lines
* cp/class.c (convert_to_base_statically): Fold produced tree; verify
that we are not processing template_decl.
........
r123712 | burnus | 2007-04-11 00:28:49 -0700 (Wed, 11 Apr 2007) | 6 lines
2007-04-11 Tobias Burnus <burnus@net-b.de>
* gfortran.dg/pointer_intent_1.f90: Fix test.
........
r123713 | paolo | 2007-04-11 03:12:47 -0700 (Wed, 11 Apr 2007) | 5 lines
2007-04-11 Zack Weinberg <zack@mrtock.ucsd.edu>
* include/std/iosfwd: Do not include <bits/c++locale.h> and
<bits/functexcept.h>.
........
r123714 | bernds | 2007-04-11 04:06:44 -0700 (Wed, 11 Apr 2007) | 9 lines
* config/bfin/bfin-protos.h (bfin_expand_movmem): Renamed from
bfin_expand_strmov.
* config/bfin/bfin.c (bfin_expand_prologue, bfin_delegitimize_address,
bfin_function_ok_for_sibcall, split_load_immediate): Remove unused
variables.
(initialize_trampoline): Don't use old-style function definition.
(bfin_secondary_reload): Mark IN_P argument as unused.
........
r123715 | rguenth | 2007-04-11 04:13:54 -0700 (Wed, 11 Apr 2007) | 6 lines
2007-04-11 Richard Guenther <rguenther@suse.de>
* simplify-rtx.c (simplify_binary_operation_1): Do not simplify
a * -b + c as c - a * b if we honor sign dependent rounding.
........
r123716 | paolo | 2007-04-11 08:19:15 -0700 (Wed, 11 Apr 2007) | 12 lines
2007-04-11 Paolo Carlini <pcarlini@suse.de>
* include/bits/locale_facets.tcc (num_get<>::do_get(iter_type,
ios_base&, ios_base::iostate&, void*&)): Fix for sizeof(void*)
> sizeof(unsigned long).
* testsuite/22_locale/num_get/get/char/1.cc: Fix void* test.
* testsuite/22_locale/num_get/get/wchar_t/1.cc: Likewise.
* testsuite/22_locale/num_put/put/char/1.cc: Tweak comment.
* testsuite/22_locale/num_put/put/wchar_t/1.cc: Likewise.
........
r123717 | paolo | 2007-04-11 08:22:34 -0700 (Wed, 11 Apr 2007) | 4 lines
2007-04-11 Paolo Carlini <pcarlini@suse.de>
* testsuite/22_locale/num_get/get/wchar_t/1.cc: Initialize v.
........
r123718 | paolo | 2007-04-11 08:58:15 -0700 (Wed, 11 Apr 2007) | 5 lines
2007-04-11 Paolo Carlini <pcarlini@suse.de>
* include/std/istream (class basic_istream<>): Remove unneded friend
declarations.
........
r123719 | dnovillo | 2007-04-11 09:14:06 -0700 (Wed, 11 Apr 2007) | 94 lines
* doc/invoke.texi: Document --params max-aliased-vops and
avg-aliased-vops.
* tree-ssa-operands.h (get_mpt_for, dump_memory_partitions,
debug_memory_partitions): Move to tree-flow.h
* params.h (AVG_ALIASED_VOPS): Define.
* tree-ssa-alias.c (struct mp_info_def): Remove. Update all
users.
(mp_info_t): Likewise.
(get_mem_sym_stats_for): New.
(set_memory_partition): Move from tree-flow-inline.h.
(mark_non_addressable): Only clear the set of symbols for the
partition if it exists.
(dump_memory_partitions): Move from tree-ssa-operands.c
(debug_memory_partitions): Likewise.
(need_to_partition_p): New.
(dump_mem_ref_stats): New.
(debug_mem_ref_stats): New.
(dump_mem_sym_stats): New.
(debug_mem_sym_stats): New.
(update_mem_sym_stats_from_stmt): New.
(compare_mp_info_entries): New.
(mp_info_cmp): Call it.
(sort_mp_info): Change argument to a list of mem_sym_stats_t
objects.
(get_mpt_for): Move from tree-ssa-operands.c.
(find_partition_for): New.
(create_partition_for): Remove.
(estimate_vop_reduction): New.
(update_reference_counts): New.
(build_mp_info): New.
(compute_memory_partitions): Refactor.
Document new heuristic.
Call build_mp_info, update_reference_counts,
find_partition_for and estimate_vop_reduction.
(compute_may_aliases): Populate virtual operands before
calling debugging dumps.
(delete_mem_sym_stats): New.
(delete_mem_ref_stats): New.
(init_mem_ref_stats): New.
(init_alias_info): Call it.
(maybe_create_global_var): Remove alias_info argument.
Get number of call sites and number of pure/const call sites
from gimple_mem_ref_stats().
(dump_alias_info): Call dump_memory_partitions first.
(dump_points_to_info_for): Show how many times a pointer has
been dereferenced.
* opts.c (decode_options): For -O2 set --param
max-aliased-vops to 500.
For -O3 set --param max-aliased-vops to 1000 and --param
avg-aliased-vops to 3.
* fortran/options.c (gfc_init_options): Remove assignment to
MAX_ALIASED_VOPS.
* tree-flow-inline.h (gimple_mem_ref_stats): New.
* tree-dfa.c (dump_variable): Dump memory reference
statistics.
Dump NO_ALIAS* settings.
(referenced_var_lookup): Tidy.
(mem_sym_stats): New.
* tree-ssa-copy.c (may_propagate_copy): Return true if DEST
and ORIG are different SSA names for a memory partition.
* tree-ssa.c (delete_tree_ssa): Call delete_mem_ref_stats.
* tree-flow.h (struct mem_sym_stats_d): Define.
(mem_sym_stats_t): Define.
(struct mem_ref_stats_d): Define.
(struct gimple_df): Add field mem_ref_stats.
(enum noalias_state): Define.
(struct var_ann_d): Add bitfield noalias_state.
(mem_sym_stats, delete_mem_ref_stats, dump_mem_ref_stats,
debug_mem_ref_stats, debug_memory_partitions,
debug_mem_sym_stats): Declare.
* tree-ssa-structalias.c (update_alias_info): Update call
sites, pure/const call sites and asm sites in structure
returned by gimple_mem_ref_stats.
Remove local variable IS_POTENTIAL_DEREF.
Increase NUM_DEREFS if the memory expression is a potential
dereference.
Call update_mem_sym_stats_from_stmt.
If the memory references memory, call
update_mem_sym_stats_from_stmt for all the direct memory
symbol references found.
(intra_create_variable_infos): Set noalias_state field for
pointer arguments according to the value of
flag_argument_noalias.
* tree-ssa-structalias.h (struct alias_info): Remove fields
num_calls_found and num_pure_const_calls_found.
(update_mem_sym_stats_from_stmt): Declare.
* params.def (PARAM_MAX_ALIASED_VOPS): Change description.
Set default value to 100.
(PARAM_AVG_ALIASED_VOPS): Define.
........
r123720 | rakdver | 2007-04-11 09:45:47 -0700 (Wed, 11 Apr 2007) | 4 lines
* tree-data-ref.c (add_multivariate_self_dist): Force the distance
vector to be positive.
........
r123721 | spop | 2007-04-11 10:10:23 -0700 (Wed, 11 Apr 2007) | 5 lines
* tree-data-ref.c (affine_function_zero_p, constant_access_functions,
insert_innermost_unit_dist_vector, add_distance_for_zero_overlaps): New.
(build_classic_dist_vector): Call add_distance_for_zero_overlaps.
........
r123722 | dj | 2007-04-11 12:02:45 -0700 (Wed, 11 Apr 2007) | 3 lines
* argv.c: Use ANSI C declarations.
* make-relative-prefix.c: Likewise.
........
r123724 | bernds | 2007-04-11 12:44:07 -0700 (Wed, 11 Apr 2007) | 6 lines
* reload.c (find_reloads_toplev, find_reloads_address,
find_reloads_address_1, find_reloads_subreg_address): Use rtx_equal_p,
not a pointer equality test, to decide if we need to call
push_reg_equiv_alt_mem.
........
r123725 | pault | 2007-04-11 14:48:15 -0700 (Wed, 11 Apr 2007) | 7 lines
2007-04-11 Paul Thomas <pault@gcc.gnu.org>
* gfortran.dg/result_in_spec_1.f90: Increase dimension from 2
to 4 at line 38 to fix bounds problem.
........
r123726 | paolo | 2007-04-11 16:10:05 -0700 (Wed, 11 Apr 2007) | 6 lines
2007-04-11 Paolo Carlini <pcarlini@suse.de>
* config/locale/gnu/c_locale.h: Do not include <langinfo.h>
and <iconv.h>.
* config/locale/gnu/c++locale_internal.h: Include <langinfo.h>.
........
r123729 | gccadmin | 2007-04-11 16:17:12 -0700 (Wed, 11 Apr 2007) | 1 line
Daily bump.
........
r123731 | rakdver | 2007-04-11 16:18:58 -0700 (Wed, 11 Apr 2007) | 5 lines
* tree-data-ref.c (chrec_steps_divide_constant_p): Removed.
(gcd_of_steps_may_divide_p): New function.
(analyze_miv_subscript): Use gcd_of_steps_may_divide_p.
........
r123732 | dnovillo | 2007-04-11 16:46:43 -0700 (Wed, 11 Apr 2007) | 6 lines
* tree-ssa-alias.c (dump_mem_ref_stats): Do not call
need_to_partition_p if there are no memory statements in the
function.
........
r123733 | danglin | 2007-04-11 17:46:13 -0700 (Wed, 11 Apr 2007) | 4 lines
* pa.c (pa_som_asm_init_sections): Ensure that cfun->machine is not
null before emitting a .nsubspa directive.
........
r123735 | burnus | 2007-04-12 01:46:30 -0700 (Thu, 12 Apr 2007) | 19 lines
2007-04-12 Tobias Burnus <burnus@net-b.de>
* decl.c (match_attr_spec): Allow PRIVATE/PUBLIC
attribute in type definitions.
(gfc_match_private): Allow PRIVATE statement only
in specification part of modules.
(gfc_match_public): Ditto for PUBLIC.
(gfc_match_derived_decl): Allow PRIVATE/PUBLIC attribute only in
specificification part of modules.
2007-04-12 Tobias Burnus <burnus@net-b.de>
* gfortran.dg/access_spec_1.f90: New test.
* gfortran.dg/access_spec_2.f90: New test.
* gfortran.dg/non_module_public.f90: Match new error message.
........
r123736 | rguenth | 2007-04-12 02:15:53 -0700 (Thu, 12 Apr 2007) | 15 lines
2007-04-12 Richard Guenther <rguenther@suse.de>
* fold-const.c (operand_equal_p): Compare INTEGER_CST array
indices by value.
* gimplify.c (canonicalize_addr_expr): To be consistent with
gimplify_compound_lval only set operands two and three of
ARRAY_REFs if they are not gimple_min_invariant. This makes
it never at this place.
* tree-ssa-ccp.c (maybe_fold_offset_to_array_ref): Likewise.
* g++.dg/tree-ssa/pr31307.C: New testcase.
* gcc.dg/tree-ssa/pr24689.c: Likewise.
........
r123737 | rguenth | 2007-04-12 02:20:42 -0700 (Thu, 12 Apr 2007) | 5 lines
2007-04-12 Richard Guenther <rguenther@suse.de>
* gcc.c-torture/execute/pr31169.c: New testcase.
........
r123738 | rguenth | 2007-04-12 02:25:04 -0700 (Thu, 12 Apr 2007) | 6 lines
2007-04-12 Richard Guenther <rguenther@suse.de>
* tree-pretty-print.c (dump_generic_node): Print ARRAY_REF
lower bound and element size if lower bound is not zero
or either of the ARRAY_REF operands is set.
........
r123740 | dgregor | 2007-04-12 04:47:56 -0700 (Thu, 12 Apr 2007) | 12 lines
2007-04-12 Douglas Gregor <doug.gregor@gmail.com>
* c-common.c (c_build_qualified_type): Set canonical type
appropriately.
2007-04-12 Douglas Gregor <doug.gregor@gmail.com>
* g++.dg/other/pr31078.C: New.
........
r123741 | krebbel | 2007-04-12 05:07:24 -0700 (Thu, 12 Apr 2007) | 6 lines
2007-04-12 Andreas Krebbel <krebbel1@de.ibm.com>
* config/s390/s390.md ("trunctddd2"): Use TDmode for the target of
ldxtr.
........
r123743 | rsandifo | 2007-04-12 05:44:31 -0700 (Thu, 12 Apr 2007) | 4 lines
gcc/
* config/vxworks.h (VXWORKS_STARTFILE_SPEC): Use -l:crt0.o instead
of crt0.o%s.
........
r123744 | rsandifo | 2007-04-12 05:47:05 -0700 (Thu, 12 Apr 2007) | 8 lines
gcc/
* config.gcc (*-*-vxworks*): Don't add to tm_files in this stanza.
(arm-wrs-vxworks, mips-wrs-vxworks, powerpc-wrs-vxworks)
(powerpc-wrs-vxworksae): Use ${tm_file}.
(i[4567]86-wrs-vxworks, i[4567]86-wrs-vxworksae): Add svr4.h
after elfos.h. Remove i386/sysv4.h and add i386/vx-common.h.
* config/i386/vx-common.h: New file.
........
r123745 | bernds | 2007-04-12 06:03:17 -0700 (Thu, 12 Apr 2007) | 18 lines
* doc/md.texi (Blackfin family constraints): Document PA and PB.
* config/bfin/bfin.h (CONST_OK_FOR_P): Handle PA and PB.
(MACFLAGS_MATCH_P): New macro.
* config/bfin/bfin.c (print_operand): Handle MACFLAG_IS_M.
(bfin_secondary_reload): Treat EVEN_AREGS and ODD_AREGS like AREGS.
* config/bfin/bfin.md (MACFLAG_IS_M): New constant. Renumber some of
the other MACFLAG constants.
(sum_of_accumulators, lshrpdi3, ashrpdi3): New patterns.
(flag_machi): Tighten constraints. Renumber some of the operands.
(flag_machi_acconly): Tighten constraints. Correct operand numbers in
output template.
(flag_machi_parts_acconly): New pattern.
(flag_macinithi): Tighten constraints. Allow any accumulator to be
used.
(flag_macinit1hi): Tighten constraints.
(flag_mul_macv2hi_parts_acconly): New pattern.
........
r123746 | bonzini | 2007-04-12 06:06:43 -0700 (Thu, 12 Apr 2007) | 16 lines
libgfortran:
2007-04-11 Kai Tietz <kai.tietz@onevision.com>
* configure: Regenerate.
libdecnumber:
2007-04-11 Kai Tietz <kai.tietz@onevision.com>
* configure: Regenerate.
config:
2007-04-11 Kai Tietz <kai.tietz@onevision.com>
* stdint.m4: Make template compatible with older cygwin
types.h, wrapping each type in a __XXX_t_defined #ifdef.
........
r123747 | bernds | 2007-04-12 06:21:01 -0700 (Thu, 12 Apr 2007) | 16 lines
2007-02-11 Jie Zhang <jie.zhang@analog.com>
* config/bfin/bfin.opt (msim): New option.
(mcpu=): New option.
* config/bfin/bfin-protos.h (enum bfin_cpu): New.
(bfin_cpu_t): Typedef of enum bfin_cpu.
(bfin_cpu_type): New declaration.
* config/bfin/elf.h (STARTFILE_SPEC): Add support for
-msim and -mcpu= options.
(LIB_SPEC): Likewise.
* config/bfin/bfin.c (bfin_cpu_type): Define.
(bfin_handle_option): Handle -mcpu= option.
* config/bfin/bfin.h (DEFAULT_CPU_TYPE): Define as BFIN_CPU_BF532.
(TARGET_CPU_CPP_BUILTINS): Define __ADSPBF531__, __ADSPBF532__,
__ADSPBF533__ or __ADSPBF537__ according to the cpu type.
........
r123748 | bernds | 2007-04-12 06:39:35 -0700 (Thu, 12 Apr 2007) | 6 lines
* config/bfin/lib1funcs.asm (___umulsi3_highpart, __smulsi3_highpart):
Use a more efficient implementation.
* config/bfin/bfin.md (umulsi3_highpart, smulsi3_highpart): Emit
inline sequences when not optimizing for size.
........
r123749 | bernds | 2007-04-12 08:22:06 -0700 (Thu, 12 Apr 2007) | 5 lines
* config/bfin/bfin.md (movhi_low2high, movhi_high2high, movhi_low2low,
movhi_high2low): Delete, merge functionality into...
(packv2hi): ... this pattern.
........
r123750 | tobi | 2007-04-12 09:53:26 -0700 (Thu, 12 Apr 2007) | 9 lines
* arith.c (gfc_arith_uplus): Rename to ...
(gfc_arith_identity): ... this.
(gfc_parentheses): New function.
(gfc_uplus): Adapt to renamed function.
* arith.h (gfc_parentheses): Add prototype.
* expr.c (gfc_copy_expr): Deal with INTRINSIC_PARENTHESES.
(simplifiy_intrinsic_op): Treat INTRINSIC_UPLUS separately from
INTRINSIC_PARENTHESES.
........
r123751 | rsandifo | 2007-04-12 10:10:56 -0700 (Thu, 12 Apr 2007) | 38 lines
gcc/
* config/mips/mips.h (TARGET_SPLIT_CALLS): Check
TARGET_CALL_CLOBBERED_GP.
(TARGET_SIBCALLS): Check TARGET_USE_GOT instead of TARGET_ABICALLS.
(TARGET_USE_GOT, TARGET_CALL_CLOBBERED_GP): New macros.
(TARGET_CALL_SAVED_GP, TARGET_USE_PIC_FN_ADDR_REG): Likewise.
(STARTING_FRAME_OFFSET): Check TARGET_CALL_CLOBBERED_GP instead
of TARGET_ABICALLS && !TARGET_NEWABI.
(MIPS_CALL): Check TARGET_USE_GOT instead of TARGET_ABICALLS.
* config/mips/mips.c (mips_load_call_address): Check
TARGET_CALL_SAVED_GP instead of TARGET_NEWABI.
(mips_global_pointer): Check TARGET_USE_GOT instead of TARGET_ABICALLS.
Check TARGET_CALL_SAVED_GP instead of TARGET_NEWABI.
(mips_save_reg_p): Check TARGET_CALL_SAVED_GP instead of
TARGET_ABICALLS && TARGET_NEWABI.
(mips_current_loadgp_style): Check TARGET_USE_GOT instead of
TARGET_ABICALLS.
(mips_expand_prologue): Check TARGET_OLDABI instead of !TARGET_NEWABI.
(mips_expand_epilogue): Check TARGET_CALL_SAVED_GP instead of
TARGET_ABICALLS && TARGET_NEWABI.
(mips_output_mi_thunk): Check TARGET_USE_GOT instead of
TARGET_ABICALLS. Check TARGET_CALL_SAVED_GP instead of
TARGET_NEWABI. Use TARGET_USE_PIC_FN_ADDR_REG to decide
whether indirect calls must use $25.
(mips_extra_live_on_entry): Check TARGET_GOT instead of
TARGET_ABICALLS.
* config/mips/mips.md (jal_macro): Check flag_pic and
TARGET_CALL_CLOBBERED_GP instead of TARGET_ABICALLS and TARGET_NEWABI.
(builtin_setjmp_setup, builtin_longjmp): Check TARGET_USE_GOT
instead of TARGET_ABICALLS.
(exception_receiver): Check TARGET_CALL_CLOBBERED_GP instead of
TARGET_ABICALLS && TARGET_OLDABI.
(load_call<mode>): Check TARGET_USE_GOT instead of TARGET_ABICALLS.
(sibcall): In the comment above the define_insn, mention
TARGET_USE_PIC_FN_ADDR_REG instead of TARGET_ABICALLS.
* config/mips/constraints.md (c): Check TARGET_USE_PIC_FN_ADDR_REG
instead of TARGET_ABICALLS.
........
r123752 | rsandifo | 2007-04-12 10:26:45 -0700 (Thu, 12 Apr 2007) | 34 lines
gcc/
* config/mips/mips-protos.h (SYMBOL_GOT_LOCAL): Rename to...
(SYMBOL_GOT_PAGE_OFST): ...this.
(SYMBOL_GOT_GLOBAL): Rename to...
(SYMBOL_GOT_DISP): ...this.
(SYMBOL_GOTOFF_GLOBAL): Rename to...
(SYMBOL_GOTOFF_DISP): ...this. Update comments accordingly.
* config/mips/mips.c (mips_global_symbol_p): New function.
(mips_symbol_binds_local_p): Likewise.
(mips_classify_symbol): Rename SYMBOL_GOT_GLOBAL to SYMBOL_GOT_DISP
and SYMBOL_GOT_LOCAL to SYMBOL_GOT_PAGE_OFST. Use mips_global_symbol_p
and mips_symbol_binds_local_p.
(mips_symbolic_constant_p, mips_symbolic_address_p, mips_symbol_insns)
(override_options): Rename SYMBOL_GOT_GLOBAL to SYMBOL_GOT_DISP,
SYMBOL_GOT_LOCAL to SYMBOL_GOT_PAGE_OFST and SYMBOL_GOTOFF_GLOBAL to
SYMBOL_GOTOFF_DISP.
(mips_ok_for_lazy_binding_p): New function.
(mips_load_call_address, mips_expand_call): Use it.
(mips_dangerous_for_la25_p): Likewise.
* config/mips/mips.md (*xgot_hi<mode>, *xgot_lo<mode>)
(*got_disp<mode>): Use got_disp_operand instead of
global_got_operand. Use SYMBOL_GOTOFF_DISP instead of
SYMBOL_GOTOFF_GLOBAL.
(*got_page<mode>): Use got_page_ofst_operand instead of
local_got_operand.
* config/mips/predicates.md (const_call_insn_operand): Use
SYMBOL_GOT_DISP instead of SYMBOL_GOT_GLOBAL.
(global_got_operand): Rename to...
(got_disp_operand): ...this and use SYMBOL_GOT_DISP instead of
SYMBOL_GOT_GLOBAL.
(local_got_operand): Rename to...
(got_page_ofst_operand): ...this and use SYMBOL_GOT_PAGE_OFST instead
of SYMBOL_GOT_LOCAL.
........
r123753 | tobi | 2007-04-12 10:34:03 -0700 (Thu, 12 Apr 2007) | 4 lines
+ * trans-types.c: Update copyright years. Reformat long comment
+ explaining array descriptor format. Remove obsolete mention of
+ TYPE_SET.
+
........
r123754 | rsandifo | 2007-04-12 10:37:25 -0700 (Thu, 12 Apr 2007) | 5 lines
gcc/
* config/mips/mips.c (mips_ok_for_lazy_binding_p): Always return
false for locally-binding symbols.
(mips_dangerous_for_la25_p): Check mips_global_symbol_p.
........
r123755 | rsandifo | 2007-04-12 10:39:58 -0700 (Thu, 12 Apr 2007) | 11 lines
gcc/
* config/mips/mips-protos.h: In comments, refer to loadgp_absolute
rather than loadgp_noshared.
* config/mips/mips.c (mips_emit_loadgp): Use gen_loadgp_absolute
instead of gen_loadgp_noshared. Use gen_loadgp_newabi instead of
gen_loadgp.
* config/mips/mips.md (loadgp): Rename to...
(loadgp_newabi): ...this.
(loadgp_noshared): Rename to...
(loadgp_absolute): ...this.
........
r123756 | rsandifo | 2007-04-12 10:44:57 -0700 (Thu, 12 Apr 2007) | 7 lines
gcc/
* config/mips/mips.md (load_call<mode>): Allow any general register.
destination.
(sibcall_value_internal, sibcall_value_multiple_internal)
(call_value_internal, call_value_split, call_value_multiple_internal)
(call_value_multiple_split): Remove constraints from operand 0.
........
r123757 | rsandifo | 2007-04-12 10:59:57 -0700 (Thu, 12 Apr 2007) | 27 lines
gcc/
* Makefile.in (insn-emit.o): Depend on $(INTEGRATE_H).
* genemit.c (main): Emit #include "integrate.h".
* config/mips/mips-protos.h (SYMBOL_HALF): New mips_symbol_type.
(LOADGP_RTP): New mips_loadgp_style.
* config/mips/mips.h: Include config/vxworks-dummy.h.
(TARGET_RTP_PIC): New macro.
(TARGET_USE_GOT): Return true for TARGET_RTP_PIC.
(TARGET_USE_PIC_FN_ADDR_REG): Return true for TARGET_VXWORKS_RTP.
(ASM_OUTPUT_ADDR_DIFF_ELT): Emit function-relative case tables
for TARGET_RTP_PIC.
* config/mips/vxworks.h (SUBTARGET_ASM_SPEC): Define. Pass down
-mvxworks-pic when using -mrtp and a PIC option.
* config/mips/mips.c (mips_classify_symbol): Return SYMBOL_GOT_DISP
for RTP PIC.
(mips_symbolic_constant_p, mips_symbolic_address_p)
(mips_symbol_insns): Handle SYMBOL_HALF.
(override_options): Warn about -G and -mrtp being used together.
Initialize mips_lo_relocs[SYMBOL_HALF].
(mips_current_loadgp_style): Return LOADGP_RTP for RTP PIC.
(mips_emit_loadgp): Handle LOADGP_RTP.
(mips_in_small_data_p): Return false for TARGET_VXWORKS_RTP.
* config/mips/mips.md (loadgp_rtp): New insn and splitter.
(tablejump): Handle function-relative case table entries if
TARGET_RTP_PIC.
* config/mips/predicates.md (symbol_ref_operand): New predicate.
........
r123758 | tobi | 2007-04-12 11:07:09 -0700 (Thu, 12 Apr 2007) | 12 lines
fortran/31471
fortran/
* decl.c (gfc_match_end): Also check for construct name in END
FORALL and END WERE statements.
* match.c (match_case_eos): Use uppercase for statement name in
error message.
(match_elsewhere): Construct name may appear iff construct has a
name.
testsuite/
* gfortran.dg/block_name_1.f90: New.
* gfortran.dg/block_name_2.f90: New.
........
r123759 | tobi | 2007-04-12 11:10:10 -0700 (Thu, 12 Apr 2007) | 9 lines
fortran/
* primary.c (gfc_variable_attr): Don't copy string length if it
doesn't make sense.
* resolve.c (resolve_code): Clarify error message.
testsuite/
* gfortran.dg/char_assign_1.f90: New.
........
r123760 | dfranke | 2007-04-12 11:23:03 -0700 (Thu, 12 Apr 2007) | 6 lines
2007-04-12 Daniel Franke <franke.daniel@gmail.com>
* intrinsic.texi (RANDOM_SEED, RANDOM_NUMBER): New.
........
r123762 | tobi | 2007-04-12 11:30:06 -0700 (Thu, 12 Apr 2007) | 1 line
File missing from previous commit
........
r123763 | tobi | 2007-04-12 11:48:06 -0700 (Thu, 12 Apr 2007) | 9 lines
fortran/
* decl.c (match_char_spec): Move check for negative CHARACTER
length ...
* resolve.c (resolve_charlen): ... here.
(resolve_types): Resolve CHARACTER lengths earlier.
teststuite/
* gfortran.dg/char_length_2.f90: New.
........
r123764 | mrs | 2007-04-12 12:00:38 -0700 (Thu, 12 Apr 2007) | 4 lines
2007-04-12 Thomas Neumann <tneumann@users.sourceforge.net>
* stub-objc.c (objc_build_keyword_decl): Avoid C++ keywords.
........
r123765 | tobi | 2007-04-12 12:12:20 -0700 (Thu, 12 Apr 2007) | 4 lines
Commit bits missing from previous checkin
* gfortran.dg/repeat_2.f90: Add dg-warning annotations.
* gfortran.dg/repeat_4.f90: Likewise.
........
r123768 | fxcoudert | 2007-04-12 13:59:43 -0700 (Thu, 12 Apr 2007) | 3 lines
* gfortran.dg/c_by_val.c: Use GCC extensions instead of including
<complex.h>.
........
r123769 | brooks | 2007-04-12 14:13:32 -0700 (Thu, 12 Apr 2007) | 2 lines
* doc/invoke.text (--help): Document --help=common.
........
r123773 | gccadmin | 2007-04-12 16:17:05 -0700 (Thu, 12 Apr 2007) | 1 line
Daily bump.
........
r123775 | bonzini | 2007-04-13 00:04:39 -0700 (Fri, 13 Apr 2007) | 9 lines
2007-04-12 Paolo Bonzini <bonzini@gnu.org>
Charles Wilson <libtool@cwilson.fastmail.fm>
* Makefile.in (stamp-as, stamp-collect-ld, stamp-nm): Remove.
(libgcc.mvars): Don't depend on them.
* configure.ac (as, collect-ld, nm): Create from exec-tool.in.
* exec-tool.in: New.
........
r123776 | bonzini | 2007-04-13 00:21:04 -0700 (Fri, 13 Apr 2007) | 6 lines
2007-04-11 Paolo Bonzini <bonzini@gnu.org>
* Makefile.am (EXTRA_DIST): Bring up to date.
* Makefile.in: Regenerate.
* src/frv/eabi.S: Remove RCS keyword.
........
r123777 | uros | 2007-04-13 01:14:57 -0700 (Fri, 13 Apr 2007) | 39 lines
* config/i386/i386.h (X87_FLOAT_MODE_P): Check for TARGET_80387.
* config/i386/i386.md (*cmpfp0): Remove check for TARGET_80387, this
check is now implied in X87_FLOAT_MODE_P.
(*cmpfp_u, *cmpfp_<mode>, *cmpfp_i_i387): Ditto.
(*cmpfp_iu_387, fix_trunc<mode>_fisttp_i386_1): Ditto.
(fix_trunc<mode>_i386_fisttp): Ditto.
(fix_trunc<mode>_i387_fisttp_with_temp): Ditto.
(*fix_trunc<mode>_i387_1, fix_truncdi_i387): Ditto.
(fix_truncdi_i387_with_temp, fix_trunc<mode>_i387): Ditto.
(fix_trunc<mode>_i387_with_temp, *fp_jcc_1_387): Ditto.
(*fp_jcc_2_387, *fp_jcc_5_387, *fp_jcc_6_387): Ditto.
(*fp_jcc_7_387, *fp_jcc_8<mode>_387): Ditto.
(unnamed_splitters): Ditto.
* config/i386/i386.c (function_value_32): Generate FIRST_FLOAT_REG
for X87_FLOAT_MODE_P mode. Override FIRST_FLOAT_REG with
FIRST_SSE_REG for local functions when SSE math is enabled or
for functions with sseregparm attribute.
(standard_80387_constant_p): Return -1 if mode is not
X87_FLOAT_MODE_P.
(ix86_cc_mode): Assert that scalar mode is not DECIMAL_FLOAT_MODE_P.
(ix86_expand_compare): Ditto.
(ix86_expand_carry_flag_compare): Ditto.
(ix86_expand_int_movcc): Check for SCALAR_FLOAT_MODE_P instead
of FLOAT_MODE_P for cmp_mode and assert that cmp_mode is not
DECIMAL_FLOAT_MODE_P.
(ix86_preferred_output_reload_class): Use X87_FLOAT_MODE_P instead
of SCALAR_FLOAT_MODE_P.
(ix86_rtx_costs) [PLUS] Remove FLOAT_MODE_P and fall through to ...
[MINUS]: ... here. Add SSE_FLOAT_MODE_P and X87_FLOAT_MODE_P
checks before FLOAT_MODE_P.
[MULT]: Add SSE_FLOAT_MODE_P and X87_FLOAT_MODE_P checks
before FLOAT_MODE_P.
[DIV]: Ditto.
[NEG]: Ditto.
[ABS]: Ditto.
[SQRT]: Ditto.
[FLOAT_EXTEND]: Use SSE_FLOAT_MODE_P.
........
r123778 | rguenth | 2007-04-13 02:21:22 -0700 (Fri, 13 Apr 2007) | 9 lines
2007-04-13 Richard Guenther <rguenther@suse.de>
* tree-vrp.c (compare_case_labels): New helper.
(find_switch_asserts): New function.
(find_assert_locations): Call it for SWITCH_EXPRs.
* gcc.dg/tree-ssa/vrp34.c: New testcase.
........
r123779 | paolo | 2007-04-13 03:54:37 -0700 (Fri, 13 Apr 2007) | 41 lines
2007-04-13 Paolo Carlini <pcarlini@suse.de>
* include/ext/numeric_traits.h: Do not include <limits>.
(__numeric_traits_integer::__is_signed, __digits): Add.
(__numeric_traits_floating::__digits10, __max_exponent10): Add.
* src/istream.cc (ignore<char>(streamsize, int_type), operator>>
(basic_istream<char>&, char*), ignore<wchar_t>(streamsize,
int_type)): Use the latter.
* src/compatibility.cc (ignore<char>(streamsize),
ignore<wchar_t>(streamsize)): Likewise.
* include/ext/vstring_util.h (__vstring_utility<>::_S_compare):
Likewise.
* include/bits/stl_memory.h (__get_temporary_buffer): Likewise.
* include/bits/stl_algobase.h (lexicographical_compare(const char*,
const char*, const char*, const char*)): Likewise.
* include/bits/locale_facets.tcc (num_get<>::_M_extract_int(_InIter,
_InIter, ios_base&, ios_base::iostate&, _ValueT&),
num_put<>::_M_insert_int(_OutIter, ios_base&, _CharT, _ValueT),
num_put<>::_M_insert_float(_OutIter, ios_base&, _CharT, char,
_ValueT), collate<>::do_hash(const _CharT*, const _CharT*)): Likewise.
* include/bits/basic_string.h (basic_string<>::_S_compare): Likewise.
* include/bits/istream.tcc (operator>>(short&), operator>>(int&),
ignore(streamsize), ignore(streamsize, int_type), operator>>
(basic_istream<>&, _CharT*)): Likewise.
* include/bits/stl_bvector.h (vector<bool>::max_size): Likewise.
* include/tr1/functional_hash.h (struct hash<long double>): Likewise.
* include/std/istream: Do not include <limits>.
* include/tr1/cmath: Include <limits>.
* testsuite/23_containers/vector/bool/capacity/29134.cc: Likewise.
* testsuite/27_io/basic_istream/extractors_arithmetic/char/12.cc:
Likewise.
* testsuite/27_io/basic_istream/extractors_arithmetic/char/13.cc:
Likewise.
* testsuite/27_io/basic_istream/extractors_arithmetic/wchar_t/12.cc:
Likewise.
* testsuite/27_io/basic_istream/extractors_arithmetic/wchar_t/13.cc:
Likewise.
* testsuite/27_io/ios_base/storage/2.cc: Likewise.
* include/tr1/hashtable: Do not include the whole <iterator>.
........
r123780 | burnus | 2007-04-13 03:59:19 -0700 (Fri, 13 Apr 2007) | 7 lines
2007-04-12 Tobias Burnus <burnus@net-b.de>
* gfortran.dg/value_4.c: Use GNU extensions for complex
instead of a struct.
........
r123781 | tobi | 2007-04-13 04:03:43 -0700 (Fri, 13 Apr 2007) | 1 line
Sigh. Add ChangeLog entry missing from previous commit.
........
r123782 | tobi | 2007-04-13 04:05:50 -0700 (Fri, 13 Apr 2007) | 1 line
Fix date in Tobias Burnus' ChangeLog entry
........
r123783 | paolo | 2007-04-13 04:17:21 -0700 (Fri, 13 Apr 2007) | 6 lines
2007-04-13 Paolo Carlini <pcarlini@suse.de>
* include/bits/stl_algo.h (stable_partition): Convert __buf.size()
to _DistanceType.
........
r123784 | burnus | 2007-04-13 04:26:09 -0700 (Fri, 13 Apr 2007) | 7 lines
2007-04-13 Tobias Burnus <burnus@net-b.de>
* gfortran.dg/f2c_4.c: Use GNU extensions for complex
instead of a struct.
........
r123786 | hjl | 2007-04-13 06:28:39 -0700 (Fri, 13 Apr 2007) | 5 lines
2007-04-13 H.J. Lu <hongjiu.lu@intel.com>
* config/i386/i386.opt (mpopcnt): Replace "popcount" instruction
with "popcnt" instruction.
........
r123787 | hjl | 2007-04-13 06:29:45 -0700 (Fri, 13 Apr 2007) | 6 lines
2007-04-13 H.J. Lu <hongjiu.lu@intel.com>
* config/i386/i386.opt (msvr3-shlib): Removed.
* doc/invoke.texi: Remove -msvr3-shlib.
........
r123788 | rsandifo | 2007-04-13 06:48:08 -0700 (Fri, 13 Apr 2007) | 5 lines
gcc/
* config/mips/vxworks.h (SUBTARGET_OVERRIDE_OPTIONS): Define.
* config/mips/mips.c (override_options): Call
SUBTARGET_OVERRIDE_OPTIONS, if defined.
........
r123789 | tobi | 2007-04-13 06:48:08 -0700 (Fri, 13 Apr 2007) | 15 lines
fortran/
* resolve.c: Include obstack.h and bitmap.h. New variable
labels_obstack.
(code_stack): Add tail and reachable_labels fields.
(reachable_labels): New function.
(resolve_branch): Rework to use new fields in code_stack.
(resolve_code): Call reachable_labels.
(resolve_codes): Allocate and free labels_obstack.
testsuite/
* gfortran.dg/goto_2.f90: New.
* gfortran.dg/goto_3.f90: New.
* gfortran.dg/pr17708.f90: Rename to ...
* gfortran.dg/goto_4.f90: ... this, add comment pointing to PR.
........
r123791 | pault | 2007-04-13 09:01:36 -0700 (Fri, 13 Apr 2007) | 12 lines
2007-04-13 Paul Thomas <pault@gcc.gnu.org>
* trans-types.c (copy_dt_decls_ifequal): Do not get pointer
derived type components.
2007-04-13 Paul Thomas <pault@gcc.gnu.org>
* gfortran.dg/used_types_16.f90: New test.
........
r123792 | mrs | 2007-04-13 10:29:27 -0700 (Fri, 13 Apr 2007) | 6 lines
* config/darwin-c.c (handle_c_option): Handle -fapple-kext here so
we can...
* config/darwin.opt (fapple-kext): Make C++ only.
* config/darwin.c (darwin_override_options): Remove code to ensure
-fapple-kext is given for C++ only.
........
r123793 | burnus | 2007-04-13 11:34:36 -0700 (Fri, 13 Apr 2007) | 12 lines
2007-04-13 Tobias Burnus <burnus@net-b.de>
* primary.c (match_variable): External functions
are no variables.
2007-04-13 Tobias Burnus <burnus@net-b.de>
* gfortran.dg/func_assign.f90: New test.
........
r123794 | jsm28 | 2007-04-13 12:46:37 -0700 (Fri, 13 Apr 2007) | 3 lines
* gcc.dg/tree-ssa/loadpre1.c: XFAIL.
........
r123797 | bwilson | 2007-04-13 13:35:50 -0700 (Fri, 13 Apr 2007) | 2 lines
* config/xtensa/xtensa.c (xtensa_expand_builtin): Use CALL_EXPR_FN.
........
r123798 | mrs | 2007-04-13 13:43:22 -0700 (Fri, 13 Apr 2007) | 3 lines
* obj-c++.dg/stubify-1.mm: Only run on powerpc.
* obj-c++.dg/template-4.mm: Don't run when 64-bit.
........
r123799 | mrs | 2007-04-13 13:44:30 -0700 (Fri, 13 Apr 2007) | 2 lines
Fix whitespacing.
........
r123800 | paolo | 2007-04-13 15:22:56 -0700 (Fri, 13 Apr 2007) | 33 lines
2007-04-13 Paolo Carlini <pcarlini@suse.de>
* include/bits/stl_algobase.h (equal(_InputIterator1, _InputIterator1,
_InputIterator2, _BinaryPredicate), mismatch(_InputIterator1,
_InputIterator1, _InputIterator2, _BinaryPredicate)): Convert
predicate return to bool.
* include/bits/stl_algo.h (__find_if(_InputIterator, _InputIterator,
_Predicate, input_iterator_tag), search(_ForwardIterator1,
_ForwardIterator1, _ForwardIterator2, _ForwardIterator2,
_BinaryPredicate), __search_n(_ForwardIterator, _ForwardIterator,
_Integer, const _Tp&, _BinaryPredicate, std::forward_iterator_tag),
__search_n(_RandomAccessIter, _RandomAccessIter, _Integer, const _Tp&,
_BinaryPredicate, std::random_access_iterator_tag),
search_n(_ForwardIterator, _ForwardIterator, _Integer, const _Tp&,
_BinaryPredicate), remove_copy_if(_InputIterator, _InputIterator,
_OutputIterator, _Predicate), __unique_copy(_ForwardIterator,
_ForwardIterator, _OutputIterator, _BinaryPredicate,
forward_iterator_tag, output_iterator_tag),
__unique_copy(_InputIterator, _InputIterator, _OutputIterator,
_BinaryPredicate, input_iterator_tag, output_iterator_tag),
__unique_copy(_InputIterator, _InputIterator, _OutputIterator,
_BinaryPredicate, input_iterator_tag, output_iterator_tag),
__unique_copy(_InputIterator, _InputIterator, _ForwardIterator,
_BinaryPredicate, input_iterator_tag, forward_iterator_tag),
unique(_ForwardIterator, _ForwardIterator, _BinaryPredicate),
__partition(_BidirectionalIterator, _BidirectionalIterator, _Predicate,
bidirectional_iterator_tag), binary_search(_ForwardIterator,
_ForwardIterator, const _Tp&, _Compare),
next_permutation(_BidirectionalIterator, _BidirectionalIterator,
_Compare), prev_permutation(_BidirectionalIterator,
_BidirectionalIterator, _Compare)): Likewise.
........
r123803 | gccadmin | 2007-04-13 16:17:07 -0700 (Fri, 13 Apr 2007) | 1 line
Daily bump.
........
r123805 | jason | 2007-04-13 16:43:18 -0700 (Fri, 13 Apr 2007) | 4 lines
* call.c (reference_binding): Add c_cast_p parm. If true,
add quals to TO as needed to make it reference-compatible.
........
r123806 | danglin | 2007-04-13 17:17:41 -0700 (Fri, 13 Apr 2007) | 5 lines
* dwarf2out.c (output_call_frame_info): Call assemble_external_libcall
when a personality function is used.
........
r123809 | kazu | 2007-04-13 19:04:15 -0700 (Fri, 13 Apr 2007) | 2 lines
* gcc.c-torture/compile/pr27528.c: Require nonpic.
........
r123810 | kazu | 2007-04-13 19:05:43 -0700 (Fri, 13 Apr 2007) | 3 lines
* lib/target-supports.exp (check_gc_sections_available):
Return false if ldflags includes -elf2flt.
........
r123811 | kazu | 2007-04-13 19:15:45 -0700 (Fri, 13 Apr 2007) | 11 lines
gcc/
* config.gcc: Recognize fido.
* config/m68k/m68k-devices.def (fidoa): New.
* config/m68k/m68k.h (TARGET_CPU_CPP_BUILTINS): Define
__mfido__.
(FL_FIDOA, TARGET_FIDOA): New.
* config/m68k/m68k.opt (mfidoa): New.
libgcc/
* config.host: Recognize fido.
........
r123813 | bernds | 2007-04-14 03:50:45 -0700 (Sat, 14 Apr 2007) | 4 lines
* config/bfin/bfin.h (MODES_TIEABLE_P): Allow more modes to be tied.
* config/bfin/bfin.md (movsi_insn): Delete two unused alternatives.
........
r123815 | pault | 2007-04-14 07:09:57 -0700 (Sat, 14 Apr 2007) | 16 lines
2007-04-14 Paul Thomas <pault@gcc.gnu.org>
* expr.c (scalarize_intrinsic_call): New function to
scalarize elemental intrinsic functions in initialization
expressions.
(check_init_expr): Detect elemental intrinsic functions
in initalization expressions and call previous.
2007-04-14 Paul Thomas <pault@gcc.gnu.org>
* gfortran.dg/initialization_6.f90: New test.
........
r123816 | paolo | 2007-04-14 09:40:51 -0700 (Sat, 14 Apr 2007) | 4 lines
2007-04-14 Paolo Carlini <pcarlini@suse.de>
* config/locale/generic/c_locale.cc: Include <limits>.
........
r123817 | fxcoudert | 2007-04-14 10:09:41 -0700 (Sat, 14 Apr 2007) | 3 lines
* gfortran.dg/vect/vect-4.f90: xfail on vect_no_align targets.
........
r123819 | aldot | 2007-04-14 10:59:28 -0700 (Sat, 14 Apr 2007) | 2 lines
- commentary typo fix
........
r123820 | aldot | 2007-04-14 11:33:11 -0700 (Sat, 14 Apr 2007) | 6 lines
2007-04-14 Bernhard Fischer
* gfortran.dg/warnings_are_errors_1.f90: New testcase.
* gfortran.dg/warnings_are_errors_1.f: New testcase.
........
r123821 | aldot | 2007-04-14 11:43:20 -0700 (Sat, 14 Apr 2007) | 7 lines
+2007-04-14 Bernhard Fischer
* primary.c: Commentary typo fix; Add question about redundant (?)
set.
* ChangeLog: Fix formatting of previous ChangeLog entry which did not
obey "'name" <name@there.tdl>' convention.
........
r123822 | jakub | 2007-04-14 11:52:45 -0700 (Sat, 14 Apr 2007) | 7 lines
* omp-low.c (expand_omp_parallel): If child_cfun->cfg, free dominators,
post dominators and cleanup cfg before returning.
* gcc.dg/gomp/pr25874.c: Add dg-options.
* g++.dg/gomp/pr25874.C: Add dg-options.
........
r123825 | sje | 2007-04-14 12:48:36 -0700 (Sat, 14 Apr 2007) | 2 lines
* config-ml.in: Pass ${ml_config_env} to configure calls.
........
r123826 | sje | 2007-04-14 12:49:42 -0700 (Sat, 14 Apr 2007) | 3 lines
* Makefile.am: Add -I .. to ACLOCAL_AMFLAGS.
* Makefile.in: Regenerate.
........
r123827 | sje | 2007-04-14 12:50:46 -0700 (Sat, 14 Apr 2007) | 3 lines
* Makefile.am: Add -I .. to ACLOCAL_AMFLAGS. Add libgfortran_la_LINK.
* Makefile.in: Regenerate.
........
r123828 | sje | 2007-04-14 12:51:44 -0700 (Sat, 14 Apr 2007) | 3 lines
* configure.ac: Change how LIBSUPCXX_PICFLAGS is set.
* configure: Regenerate.
........
r123829 | sje | 2007-04-14 12:52:27 -0700 (Sat, 14 Apr 2007) | 3 lines
* Makefile.am: Add -I .. to ACLOCAL_AMFLAGS.
* Makefile.in: Regenerate.
........
r123830 | steven | 2007-04-14 15:38:16 -0700 (Sat, 14 Apr 2007) | 2 lines
* common.opt (fforward-propagate): Fix "Optimization" annotation.
........
r123833 | gccadmin | 2007-04-14 16:17:32 -0700 (Sat, 14 Apr 2007) | 1 line
Daily bump.
........
r123835 | pinskia | 2007-04-14 17:59:15 -0700 (Sat, 14 Apr 2007) | 11 lines
2007-04-14 Andrew Pinski <andrew_pinski@playstation.sony.com>
* c-del.c (finish_decl): Grab the type of the decl after the call
to store_init_value.
2007-04-14 Andrew Pinski <andrew_pinski@playstation.sony.com>
* testsuite/gcc.dg/gnu89-init-4.c: New testcase.
........
r123837 | danglin | 2007-04-14 18:17:41 -0700 (Sat, 14 Apr 2007) | 5 lines
* gcc.dg/Warray-bounds.c: Skip on hppa*-*-*.
* g++.dg/warn/Warray-bounds.C: Likewise.
........
r123842 | jvdelisle | 2007-04-14 18:53:43 -0700 (Sat, 14 Apr 2007) | 5 lines
2007-04-14 Jerry DeLisle <jvdelisle@gcc.gnu.org>
* io/open.c (test_endfile): Revert changes for 31052, restoring this
function.
........
r123843 | rakdver | 2007-04-14 20:36:25 -0700 (Sat, 14 Apr 2007) | 4 lines
* tree-ssa-loop-prefetch.c (loop_prefetch_arrays): Ignore
cold loops.
........
r123844 | kazu | 2007-04-15 06:58:40 -0700 (Sun, 15 Apr 2007) | 3 lines
* gcc.dg/pr19340.c, gcc.dg/tree-ssa/loop-1.c,
gcc.dg/weak/typeof-2.c: XFAIL on fido-*-*.
........
r123845 | kazu | 2007-04-15 07:28:43 -0700 (Sun, 15 Apr 2007) | 3 lines
* gfc-internals.texi: Fix typos.
* simplify.c: Fix a comment typo.
........
r123846 | kazu | 2007-04-15 07:37:02 -0700 (Sun, 15 Apr 2007) | 2 lines
* cp-tree.h, error.c: Fix comment typos.
........
r123847 | kazu | 2007-04-15 07:46:34 -0700 (Sun, 15 Apr 2007) | 4 lines
* config/i386/i386.c, config/s390/s390.c, config/s390/s390.md,
tree-ssa-loop-niter.c, tree-ssa-structalias.c, tree-vrp.c: Fix
comment typos.
........
r123848 | kazu | 2007-04-15 08:27:06 -0700 (Sun, 15 Apr 2007) | 3 lines
* config/m68k/m68k.h (PREFERRED_STACK_BOUNDARY): Prefer 32-bit
alignment on fido.
........
r123849 | pault | 2007-04-15 08:28:06 -0700 (Sun, 15 Apr 2007) | 17 lines
2007-04-15 Paul Thomas <pault@gcc.gnu.org>
* primary.c (check_for_implicit_index): New function to check
that a host associated variable is not an undeclared implied
do loop index.
(gfc_match_rvalue, match_variable): Use it and reset the
implied_index attribute.
* gfortran.h : Add the implied_index field to symbol_attribute.
* match.c (gfc_match_iterator): Mark the iterator variable
with the new attribute.
* decl.c (build_sym): Reset the new attribute.
2007-04-15 Paul Thomas <pault@gcc.gnu.org>
* gfortran.dg/array_constructor_16.f90: New test.
........
r123850 | kazu | 2007-04-15 08:54:36 -0700 (Sun, 15 Apr 2007) | 13 lines
* config/m68k/linux.h (FUNCTION_VALUE_REGNO_P): Use macros for
register numbers more.
* config/m68k/m68k.h (STACK_POINTER_REGNUM,
FRAME_POINTER_REGNUM, STATIC_CHAIN_REGNUM,
M68K_STRUCT_VALUE_REGNUM, FUNCTION_VALUE, LIBCALL_VALUE,
FUNCTION_VALUE_REGNO_P): Likewise.
* config/m68k/m68kelf.h (M68K_STRUCT_VALUE_REGNUM,
STATIC_CHAIN_REGNUM): Likewise.
* config/m68k/m68kemb.h (FUNCTION_VALUE_REGNO_P): Likewise.
* config/m68k/netbsd-elf.h (M68K_STRUCT_VALUE_REGNUM,
STATIC_CHAIN_REGNUM, FUNCTION_VALUE_REGNO_P): Likewise.
* config/m68k/m68k.md (FP_REG): New.
........
r123851 | mmitchel | 2007-04-15 11:58:57 -0700 (Sun, 15 Apr 2007) | 2 lines
* cp-tree.h (current_template_parms): Fix typo in comment.
........
r123852 | jvdelisle | 2007-04-15 13:28:19 -0700 (Sun, 15 Apr 2007) | 4 lines
2007-04-15 Jerry DeLisle <jvdelisle@gcc.gnu.org>
* gfortran.dg/warnings_are_errors_1.f90: Add -std=f95 to options.
........
r123853 | pinskia | 2007-04-15 13:58:09 -0700 (Sun, 15 Apr 2007) | 3 lines
Fix typo in my last changelog entry.
........
r123854 | pinskia | 2007-04-15 14:38:47 -0700 (Sun, 15 Apr 2007) | 7 lines
2007-04-14 Andrew Pinski <andrew_pinski@playstation.sony.com>
* gcc.dg/gnu89-init-4.c: Change to a compile only test.
........
r123859 | gccadmin | 2007-04-15 16:17:29 -0700 (Sun, 15 Apr 2007) | 1 line
Daily bump.
........
r123861 | dorit | 2007-04-16 05:54:01 -0700 (Mon, 16 Apr 2007) | 15 lines
* tree-vect-analyze.c (vect_analyze_operations): Reorganize calls to
vectorizable_* functions.
* tree-vect-transform.c (vectorizable_call): Add check for
STMT_VINFO_RELEVANT_P, STMT_VINFO_DEF_TYPE and STMT_VINFO_LIVE_P.
(vectorizable_store): likewise.
(vectorizable_conversion): Add check for STMT_VINFO_DEF_TYPE.
Add comments.
(vectorizable_operation, vectorizable_type_demotion): Likewise.
(vectorizable_type_promotion, vectorizable_load): Likewise.
(vectorizable_live_operation, vectorizable_condition): Likewise.
(vectorizable_assignment): Add check for STMT_VINFO_DEF_TYPE and
STMT_VINFO_LIVE_P.
(vect_transform_stmt): Reorganize calls to vectorizable_* functions.
........
r123862 | aph | 2007-04-16 06:44:59 -0700 (Mon, 16 Apr 2007) | 11 lines
2007-04-16 Andrew Haley <aph@redhat.com>
* gnu/gcj/runtime/BootClassLoader.java (getBootURLLoader): New
method.
(bootGetResource): Use getBootURLLoader() to load resources.
(bootGetResources): Likewise.
* java/lang/reflect/natMethod.cc (Method::invoke): In invoke also
check that the method's declaring class is accessible.
........
r123863 | jsm28 | 2007-04-16 06:45:24 -0700 (Mon, 16 Apr 2007) | 13 lines
2007-04-16 David Ung <davidu@mips.com>
Joseph Myers <joseph@codesourcery.com>
* config/mips/mips.h (PROCESSOR_74KC, PROCESSOR_74KF,
PROCESSOR_74KX, TUNE_74K, GENERATE_MADD_MSUB): Define.
* config/mips/mips.c (mips_cpu_info_table, mips_rtx_cost_data):
Add 74K processor information.
* config/mips/mips.md: Include 74k.md.
(cpu): Add 74kc,74kf,74kx.
(ISA_HAS_MADD_MSUB): Change to GENERATE_MADD_MSUB throughout.
* config/mips/74k.md: New.
* doc/invoke.texi (MIPS Options): Document 74K support.
........
r123864 | aph | 2007-04-16 06:46:54 -0700 (Mon, 16 Apr 2007) | 15 lines
2007-04-16 Andrew Haley <aph@redhat.com>
* org/omg/IOP/TaggedComponentHelper.java (read): Use
read_octet_array(), not read().
(write): Use write_octet_array(), not write().
* org/omg/PortableServer/Servant.java (_get_delegate): Throw if no
delegate has been set.
* javax/management/ObjectName.java serialVersionUID: Declare.
Make all fields transient.
(parse): Break out from constructor.
(writeObject, readObject): New methods.
........
r123865 | aph | 2007-04-16 06:48:26 -0700 (Mon, 16 Apr 2007) | 15 lines
2007-04-16 Andrew Haley <aph@redhat.com>
* org/omg/IOP/TaggedComponentHelper.java (read): Use
read_octet_array(), not read().
(write): Use write_octet_array(), not write().
* org/omg/PortableServer/Servant.java (_get_delegate): Throw if no
delegate has been set.
* javax/management/ObjectName.java serialVersionUID: Declare.
Make all fields transient.
(parse): Break out from constructor.
(writeObject, readObject): New methods.
........
r123866 | hjl | 2007-04-16 06:49:14 -0700 (Mon, 16 Apr 2007) | 7 lines
2007-04-16 H.J. Lu <hongjiu.lu@intel.com>
* config/i386/i386.c (ix86_expand_vec_set_builtin): Make a
copy of source, pass it to ix86_expand_vector_set and return
it as target.
........
r123867 | aph | 2007-04-16 06:49:37 -0700 (Mon, 16 Apr 2007) | 11 lines
2007-04-16 Andrew Haley <aph@redhat.com>
* gnu/gcj/runtime/BootClassLoader.java (getBootURLLoader): New
method.
(bootGetResource): Use getBootURLLoader() to load resources.
(bootGetResources): Likewise.
* java/lang/reflect/natMethod.cc (Method::invoke): In invoke also
check that the method's declaring class is accessible.
........
r123869 | tobi | 2007-04-16 07:00:41 -0700 (Mon, 16 Apr 2007) | 1 line
Indentation fix.
........
r123871 | hjl | 2007-04-16 07:03:33 -0700 (Mon, 16 Apr 2007) | 2 lines
Fix a typo in comments in revision 123866.
........
r123873 | aph | 2007-04-16 07:50:03 -0700 (Mon, 16 Apr 2007) | 12 lines
2007-04-16 Andrew John Hughes <gnu_andrew@member.fsf.org>
* javax/management/ObjectName.java:
(parse(String)): Catch multiple wildcards,
initialise with an empty string (so null isn't
appended), and emit comma even when wildcard
ends the list.
(checkComponents()): Catch newlines.
(quote(String)): Handle newlines and quotes
correctly.
........
r123874 | mkuvyrkov | 2007-04-16 08:04:18 -0700 (Mon, 16 Apr 2007) | 11 lines
* sched-int.h (struct deps): Split field 'pending_lists_length' into
'pending_read_list_length' and 'pending_write_list_length'. Update
comment.
* sched-deps.c (add_insn_mem_dependence): Change signature. Update
to handle two length counters instead of one. Update all uses.
(flush_pending_lists, sched_analyze_1, init_deps): Update to handle
two length counters instead of one.
* sched-rgn.c (propagate_deps): Update to handle two length counters
instead of one.
........
r123875 | aph | 2007-04-16 08:29:55 -0700 (Mon, 16 Apr 2007) | 10 lines
2007-04-16 Andrew Haley <aph@redhat.com>
* java/io/ObjectInputStream.java: (parseContent): Call (String,
Object) version of dumpElementln.
(dumpElementln(String, Object)): New method.
* java/io/ObjectOutputStream.java (writeObject): Call (String,
Object) version of dumpElementln.
(dumpElementln(String, Object)): New method.
........
r123877 | kazu | 2007-04-16 09:23:09 -0700 (Mon, 16 Apr 2007) | 3 lines
* config/m68k/m68k.c (m68k_libcall_value,
m68k_function_value): Use macros for register names more.
........
r123878 | kazu | 2007-04-16 09:47:44 -0700 (Mon, 16 Apr 2007) | 5 lines
* config/m68k/m68k.h (FRAME_POINTER_REGNUM): Use A6_REG
instead.
(M68K_REGNAME): Use A6_REG.
* config/m68k/m68k.md (FP_REG): Rename to A6_REG.
........
r123879 | spark | 2007-04-16 09:49:02 -0700 (Mon, 16 Apr 2007) | 20 lines
gcc/ChangeLog:
2007-04-16 Seongbae Park <seongbae.park@gmail.com>
* cp/decl2.c (constrain_class_visibility):
Do not warn about the use of anonymous namespace in the main input file.
gcc/testsuite/ChangeLog:
2007-04-16 Seongbae Park <seongbae.park@gmail.com>
Testcase for c++ anonymous namespace warning
* g++.dg/warn/anonymous-namespace-1.C: New test
* g++.dg/warn/anonymous-namespace-1.h: New test
........
r123880 | spark | 2007-04-16 10:07:04 -0700 (Mon, 16 Apr 2007) | 3 lines
Correct the misplaced ChangeLog.
........
r123881 | kazu | 2007-04-16 10:18:08 -0700 (Mon, 16 Apr 2007) | 3 lines
* lib/target-supports.exp (check_profiling_available): Return
false for m68k-*-uclinux.
........
r123882 | aesok | 2007-04-16 10:50:26 -0700 (Mon, 16 Apr 2007) | 6 lines
* config/avr/avr.c (avr_arch_types): Rearranging array.
(enum avr_arch): Add.
(avr_mcu_types): Use avr_arch enumeration constants instead of
numbers.
* config/avr/avr.h (LINK_SPEC): Simplify.
........
r123884 | kazu | 2007-04-16 11:01:12 -0700 (Mon, 16 Apr 2007) | 5 lines
* config/m68k/m68k.h (LONG_DOUBLE_TYPE_SIZE): Change to 64 on
TARGET_FIDOA.
(LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Change to 64 if __mfido__ is
defined.
........
r123885 | aldyh | 2007-04-16 11:55:33 -0700 (Mon, 16 Apr 2007) | 2 lines
* function.h: Remove sequence_stack extern declaration.
........
r123887 | doko | 2007-04-16 13:09:40 -0700 (Mon, 16 Apr 2007) | 7 lines
2007-04-16 Matthias Klose <doko@debian.org>
* configure.tgt (i[456]86-*-linux*): Only add ia32 specific
flags if not building with -m64.
* testsuite/lib/libgomp-dg.exp (libgomp_init): Don't add -march
flag for i?86-*-* targets, if current target matches -m64.
........
Added:
branches/fixed-point/gcc/config/i386/vx-common.h
- copied unchanged from r123887, trunk/gcc/config/i386/vx-common.h
branches/fixed-point/gcc/config/mips/74k.md
- copied unchanged from r123887, trunk/gcc/config/mips/74k.md
branches/fixed-point/gcc/exec-tool.in
- copied unchanged from r123887, trunk/gcc/exec-tool.in
branches/fixed-point/gcc/testsuite/g++.dg/inherit/conv3.C
- copied unchanged from r123887, trunk/gcc/testsuite/g++.dg/inherit/conv3.C
branches/fixed-point/gcc/testsuite/g++.dg/init/const5.C
- copied unchanged from r123887, trunk/gcc/testsuite/g++.dg/init/const5.C
branches/fixed-point/gcc/testsuite/g++.dg/other/pr31078.C
- copied unchanged from r123887, trunk/gcc/testsuite/g++.dg/other/pr31078.C
branches/fixed-point/gcc/testsuite/g++.dg/tree-ssa/pr31307.C
- copied unchanged from r123887, trunk/gcc/testsuite/g++.dg/tree-ssa/pr31307.C
branches/fixed-point/gcc/testsuite/g++.dg/warn/anonymous-namespace-1.C
- copied unchanged from r123887, trunk/gcc/testsuite/g++.dg/warn/anonymous-namespace-1.C
branches/fixed-point/gcc/testsuite/g++.dg/warn/anonymous-namespace-1.h
- copied unchanged from r123887, trunk/gcc/testsuite/g++.dg/warn/anonymous-namespace-1.h
branches/fixed-point/gcc/testsuite/gcc.c-torture/execute/pr31169.c
- copied unchanged from r123887, trunk/gcc/testsuite/gcc.c-torture/execute/pr31169.c
branches/fixed-point/gcc/testsuite/gcc.dg/format/nul-1.c
- copied unchanged from r123887, trunk/gcc/testsuite/gcc.dg/format/nul-1.c
branches/fixed-point/gcc/testsuite/gcc.dg/format/nul-2.c
- copied unchanged from r123887, trunk/gcc/testsuite/gcc.dg/format/nul-2.c
branches/fixed-point/gcc/testsuite/gcc.dg/format/opt-6.c
- copied unchanged from r123887, trunk/gcc/testsuite/gcc.dg/format/opt-6.c
branches/fixed-point/gcc/testsuite/gcc.dg/gnu89-init-4.c
- copied unchanged from r123887, trunk/gcc/testsuite/gcc.dg/gnu89-init-4.c
branches/fixed-point/gcc/testsuite/gcc.dg/tree-ssa/foldaddr-2.c
- copied unchanged from r123887, trunk/gcc/testsuite/gcc.dg/tree-ssa/foldaddr-2.c
branches/fixed-point/gcc/testsuite/gcc.dg/tree-ssa/foldaddr-3.c
- copied unchanged from r123887, trunk/gcc/testsuite/gcc.dg/tree-ssa/foldaddr-3.c
branches/fixed-point/gcc/testsuite/gcc.dg/tree-ssa/pr24689.c
- copied unchanged from r123887, trunk/gcc/testsuite/gcc.dg/tree-ssa/pr24689.c
branches/fixed-point/gcc/testsuite/gcc.dg/tree-ssa/vrp34.c
- copied unchanged from r123887, trunk/gcc/testsuite/gcc.dg/tree-ssa/vrp34.c
branches/fixed-point/gcc/testsuite/gcc.dg/vect/pr31343.c
- copied unchanged from r123887, trunk/gcc/testsuite/gcc.dg/vect/pr31343.c
branches/fixed-point/gcc/testsuite/gfortran.dg/access_spec_1.f90
- copied unchanged from r123887, trunk/gcc/testsuite/gfortran.dg/access_spec_1.f90
branches/fixed-point/gcc/testsuite/gfortran.dg/access_spec_2.f90
- copied unchanged from r123887, trunk/gcc/testsuite/gfortran.dg/access_spec_2.f90
branches/fixed-point/gcc/testsuite/gfortran.dg/achar_4.f90
- copied unchanged from r123887, trunk/gcc/testsuite/gfortran.dg/achar_4.f90
branches/fixed-point/gcc/testsuite/gfortran.dg/array_constructor_16.f90
- copied unchanged from r123887, trunk/gcc/testsuite/gfortran.dg/array_constructor_16.f90
branches/fixed-point/gcc/testsuite/gfortran.dg/block_name_1.f90
- copied unchanged from r123887, trunk/gcc/testsuite/gfortran.dg/block_name_1.f90
branches/fixed-point/gcc/testsuite/gfortran.dg/block_name_2.f90
- copied unchanged from r123887, trunk/gcc/testsuite/gfortran.dg/block_name_2.f90
branches/fixed-point/gcc/testsuite/gfortran.dg/char_assign_1.f90
- copied unchanged from r123887, trunk/gcc/testsuite/gfortran.dg/char_assign_1.f90
branches/fixed-point/gcc/testsuite/gfortran.dg/char_length_2.f90
- copied unchanged from r123887, trunk/gcc/testsuite/gfortran.dg/char_length_2.f90
branches/fixed-point/gcc/testsuite/gfortran.dg/default_numeric_type_1.f90
- copied unchanged from r123887, trunk/gcc/testsuite/gfortran.dg/default_numeric_type_1.f90
branches/fixed-point/gcc/testsuite/gfortran.dg/func_assign.f90
- copied unchanged from r123887, trunk/gcc/testsuite/gfortran.dg/func_assign.f90
branches/fixed-point/gcc/testsuite/gfortran.dg/goto_2.f90
- copied unchanged from r123887, trunk/gcc/testsuite/gfortran.dg/goto_2.f90
branches/fixed-point/gcc/testsuite/gfortran.dg/goto_3.f90
- copied unchanged from r123887, trunk/gcc/testsuite/gfortran.dg/goto_3.f90
branches/fixed-point/gcc/testsuite/gfortran.dg/goto_4.f90
- copied unchanged from r123887, trunk/gcc/testsuite/gfortran.dg/goto_4.f90
branches/fixed-point/gcc/testsuite/gfortran.dg/initialization_6.f90
- copied unchanged from r123887, trunk/gcc/testsuite/gfortran.dg/initialization_6.f90
branches/fixed-point/gcc/testsuite/gfortran.dg/interface_12.f90
- copied unchanged from r123887, trunk/gcc/testsuite/gfortran.dg/interface_12.f90
branches/fixed-point/gcc/testsuite/gfortran.dg/parameter_array_element_1.f90
- copied unchanged from r123887, trunk/gcc/testsuite/gfortran.dg/parameter_array_element_1.f90
branches/fixed-point/gcc/testsuite/gfortran.dg/unreferenced_use_assoc_1.f90
- copied unchanged from r123887, trunk/gcc/testsuite/gfortran.dg/unreferenced_use_assoc_1.f90
branches/fixed-point/gcc/testsuite/gfortran.dg/used_dummy_types_8.f90
- copied unchanged from r123887, trunk/gcc/testsuite/gfortran.dg/used_dummy_types_8.f90
branches/fixed-point/gcc/testsuite/gfortran.dg/used_types_16.f90
- copied unchanged from r123887, trunk/gcc/testsuite/gfortran.dg/used_types_16.f90
branches/fixed-point/gcc/testsuite/gfortran.dg/warnings_are_errors_1.f
- copied unchanged from r123887, trunk/gcc/testsuite/gfortran.dg/warnings_are_errors_1.f
branches/fixed-point/gcc/testsuite/gfortran.dg/warnings_are_errors_1.f90
- copied unchanged from r123887, trunk/gcc/testsuite/gfortran.dg/warnings_are_errors_1.f90
branches/fixed-point/libjava/classpath/gnu/classpath/jdwp/value/ArrayValue.java
- copied unchanged from r123887, trunk/libjava/classpath/gnu/classpath/jdwp/value/ArrayValue.java
branches/fixed-point/libjava/classpath/lib/gnu/classpath/jdwp/value/ArrayValue.class
- copied unchanged from r123887, trunk/libjava/classpath/lib/gnu/classpath/jdwp/value/ArrayValue.class
branches/fixed-point/libjava/gnu/classpath/jdwp/value/ArrayValue.h
- copied unchanged from r123887, trunk/libjava/gnu/classpath/jdwp/value/ArrayValue.h
branches/fixed-point/libjava/testsuite/libjava.lang/Process_7.jar
- copied unchanged from r123887, trunk/libjava/testsuite/libjava.lang/Process_7.jar
branches/fixed-point/libjava/testsuite/libjava.lang/Process_7.java
- copied unchanged from r123887, trunk/libjava/testsuite/libjava.lang/Process_7.java
branches/fixed-point/libjava/testsuite/libjava.lang/Process_7.out
- copied unchanged from r123887, trunk/libjava/testsuite/libjava.lang/Process_7.out
branches/fixed-point/libstdc++-v3/include/bits/ostream_insert.h
- copied unchanged from r123887, trunk/libstdc++-v3/include/bits/ostream_insert.h
branches/fixed-point/libstdc++-v3/testsuite/ext/vstring/inserters_extractors/
- copied from r123887, trunk/libstdc++-v3/testsuite/ext/vstring/inserters_extractors/
branches/fixed-point/libstdc++-v3/testsuite/tr1/4_metaprogramming/primary_type_categories/is_class/
- copied from r123887, trunk/libstdc++-v3/testsuite/tr1/4_metaprogramming/primary_type_categories/is_class/
branches/fixed-point/libstdc++-v3/testsuite/tr1/4_metaprogramming/primary_type_categories/is_union/
- copied from r123887, trunk/libstdc++-v3/testsuite/tr1/4_metaprogramming/primary_type_categories/is_union/
branches/fixed-point/libstdc++-v3/testsuite/tr1/4_metaprogramming/type_properties/has_virtual_destructor/
- copied from r123887, trunk/libstdc++-v3/testsuite/tr1/4_metaprogramming/type_properties/has_virtual_destructor/
Removed:
branches/fixed-point/gcc/testsuite/gfortran.dg/pr17708.f90
branches/fixed-point/libstdc++-v3/testsuite/tr1/4_metaprogramming/composite_type_traits/is_union_or_class/
Modified:
branches/fixed-point/ (props changed)
branches/fixed-point/ChangeLog
branches/fixed-point/config-ml.in
branches/fixed-point/config/ChangeLog
branches/fixed-point/config/stdint.m4
branches/fixed-point/gcc/ChangeLog
branches/fixed-point/gcc/DATESTAMP
branches/fixed-point/gcc/Makefile.in
branches/fixed-point/gcc/c-common.c
branches/fixed-point/gcc/c-common.h
branches/fixed-point/gcc/c-decl.c
branches/fixed-point/gcc/c-format.c
branches/fixed-point/gcc/c-objc-common.h
branches/fixed-point/gcc/c-opts.c
branches/fixed-point/gcc/c.opt
branches/fixed-point/gcc/cfgloop.c
branches/fixed-point/gcc/cfgloop.h
branches/fixed-point/gcc/cfgloopmanip.c
branches/fixed-point/gcc/common.opt
branches/fixed-point/gcc/config.gcc
branches/fixed-point/gcc/config/avr/avr.c
branches/fixed-point/gcc/config/avr/avr.h
branches/fixed-point/gcc/config/avr/avr.md
branches/fixed-point/gcc/config/avr/predicates.md
branches/fixed-point/gcc/config/bfin/bfin-protos.h
branches/fixed-point/gcc/config/bfin/bfin.c
branches/fixed-point/gcc/config/bfin/bfin.h
branches/fixed-point/gcc/config/bfin/bfin.md
branches/fixed-point/gcc/config/bfin/bfin.opt
branches/fixed-point/gcc/config/bfin/elf.h
branches/fixed-point/gcc/config/bfin/lib1funcs.asm
branches/fixed-point/gcc/config/darwin-c.c
branches/fixed-point/gcc/config/darwin.c
branches/fixed-point/gcc/config/darwin.opt
branches/fixed-point/gcc/config/i386/i386.c
branches/fixed-point/gcc/config/i386/i386.h
branches/fixed-point/gcc/config/i386/i386.md
branches/fixed-point/gcc/config/i386/i386.opt
branches/fixed-point/gcc/config/i386/sse.md
branches/fixed-point/gcc/config/m68k/linux.h
branches/fixed-point/gcc/config/m68k/m68k-devices.def
branches/fixed-point/gcc/config/m68k/m68k.c
branches/fixed-point/gcc/config/m68k/m68k.h
branches/fixed-point/gcc/config/m68k/m68k.md
branches/fixed-point/gcc/config/m68k/m68k.opt
branches/fixed-point/gcc/config/m68k/m68kelf.h
branches/fixed-point/gcc/config/m68k/m68kemb.h
branches/fixed-point/gcc/config/m68k/netbsd-elf.h
branches/fixed-point/gcc/config/mips/constraints.md
branches/fixed-point/gcc/config/mips/mips-protos.h
branches/fixed-point/gcc/config/mips/mips.c
branches/fixed-point/gcc/config/mips/mips.h
branches/fixed-point/gcc/config/mips/mips.md
branches/fixed-point/gcc/config/mips/predicates.md
branches/fixed-point/gcc/config/mips/vxworks.h
branches/fixed-point/gcc/config/pa/pa.c
branches/fixed-point/gcc/config/s390/s390.c
branches/fixed-point/gcc/config/s390/s390.md
branches/fixed-point/gcc/config/vxworks.h
branches/fixed-point/gcc/config/xtensa/xtensa.c
branches/fixed-point/gcc/configure
branches/fixed-point/gcc/configure.ac
branches/fixed-point/gcc/cp/ChangeLog
branches/fixed-point/gcc/cp/call.c
branches/fixed-point/gcc/cp/class.c
branches/fixed-point/gcc/cp/cp-objcp-common.c
branches/fixed-point/gcc/cp/cp-objcp-common.h
branches/fixed-point/gcc/cp/cp-tree.h
branches/fixed-point/gcc/cp/decl2.c
branches/fixed-point/gcc/cp/error.c
branches/fixed-point/gcc/cp/tree.c
branches/fixed-point/gcc/doc/invoke.texi
branches/fixed-point/gcc/doc/md.texi
branches/fixed-point/gcc/dwarf2out.c
branches/fixed-point/gcc/fold-const.c
branches/fixed-point/gcc/fortran/ChangeLog
branches/fixed-point/gcc/fortran/arith.c
branches/fixed-point/gcc/fortran/arith.h
branches/fixed-point/gcc/fortran/check.c
branches/fixed-point/gcc/fortran/decl.c
branches/fixed-point/gcc/fortran/expr.c
branches/fixed-point/gcc/fortran/gfc-internals.texi
branches/fixed-point/gcc/fortran/gfortran.h
branches/fixed-point/gcc/fortran/intrinsic.c
branches/fixed-point/gcc/fortran/intrinsic.h
branches/fixed-point/gcc/fortran/intrinsic.texi
branches/fixed-point/gcc/fortran/iresolve.c
branches/fixed-point/gcc/fortran/match.c
branches/fixed-point/gcc/fortran/options.c
branches/fixed-point/gcc/fortran/parse.c
branches/fixed-point/gcc/fortran/primary.c
branches/fixed-point/gcc/fortran/resolve.c
branches/fixed-point/gcc/fortran/simplify.c
branches/fixed-point/gcc/fortran/symbol.c
branches/fixed-point/gcc/fortran/trans-decl.c
branches/fixed-point/gcc/fortran/trans-types.c
branches/fixed-point/gcc/function.h
branches/fixed-point/gcc/genemit.c
branches/fixed-point/gcc/gimplify.c
branches/fixed-point/gcc/langhooks-def.h
branches/fixed-point/gcc/langhooks.c
branches/fixed-point/gcc/langhooks.h
branches/fixed-point/gcc/omp-low.c
branches/fixed-point/gcc/opts.c
branches/fixed-point/gcc/params.def
branches/fixed-point/gcc/params.h
branches/fixed-point/gcc/predict.c
branches/fixed-point/gcc/reload.c
branches/fixed-point/gcc/sched-deps.c
branches/fixed-point/gcc/sched-int.h
branches/fixed-point/gcc/sched-rgn.c
branches/fixed-point/gcc/simplify-rtx.c
branches/fixed-point/gcc/stub-objc.c
branches/fixed-point/gcc/testsuite/ChangeLog
branches/fixed-point/gcc/testsuite/g++.dg/gomp/pr25874.C
branches/fixed-point/gcc/testsuite/g++.dg/warn/Warray-bounds.C
branches/fixed-point/gcc/testsuite/gcc.c-torture/compile/pr27528.c
branches/fixed-point/gcc/testsuite/gcc.dg/Warray-bounds.c
branches/fixed-point/gcc/testsuite/gcc.dg/gomp/pr25874.c
branches/fixed-point/gcc/testsuite/gcc.dg/pr19340.c
branches/fixed-point/gcc/testsuite/gcc.dg/tree-ssa/loadpre1.c
branches/fixed-point/gcc/testsuite/gcc.dg/tree-ssa/loop-1.c
branches/fixed-point/gcc/testsuite/gcc.dg/weak/typeof-2.c
branches/fixed-point/gcc/testsuite/gfortran.dg/c_by_val.c
branches/fixed-point/gcc/testsuite/gfortran.dg/f2c_4.c
branches/fixed-point/gcc/testsuite/gfortran.dg/non_module_public.f90
branches/fixed-point/gcc/testsuite/gfortran.dg/pointer_intent_1.f90
branches/fixed-point/gcc/testsuite/gfortran.dg/repeat_2.f90
branches/fixed-point/gcc/testsuite/gfortran.dg/repeat_4.f90
branches/fixed-point/gcc/testsuite/gfortran.dg/result_in_spec_1.f90
branches/fixed-point/gcc/testsuite/gfortran.dg/value_4.c
branches/fixed-point/gcc/testsuite/gfortran.dg/vect/vect-4.f90
branches/fixed-point/gcc/testsuite/lib/target-supports.exp
branches/fixed-point/gcc/testsuite/obj-c++.dg/comp-types-11.mm
branches/fixed-point/gcc/testsuite/obj-c++.dg/comp-types-12.mm
branches/fixed-point/gcc/testsuite/obj-c++.dg/method-17.mm
branches/fixed-point/gcc/testsuite/obj-c++.dg/stubify-1.mm
branches/fixed-point/gcc/testsuite/obj-c++.dg/template-4.mm
branches/fixed-point/gcc/testsuite/objc.dg/comp-types-10.m
branches/fixed-point/gcc/tree-cfg.c
branches/fixed-point/gcc/tree-cfgcleanup.c
branches/fixed-point/gcc/tree-chrec.h
branches/fixed-point/gcc/tree-data-ref.c
branches/fixed-point/gcc/tree-dfa.c
branches/fixed-point/gcc/tree-flow-inline.h
branches/fixed-point/gcc/tree-flow.h
branches/fixed-point/gcc/tree-inline.c
branches/fixed-point/gcc/tree-pretty-print.c
branches/fixed-point/gcc/tree-scalar-evolution.c
branches/fixed-point/gcc/tree-ssa-alias.c
branches/fixed-point/gcc/tree-ssa-ccp.c
branches/fixed-point/gcc/tree-ssa-copy.c
branches/fixed-point/gcc/tree-ssa-loop-manip.c
branches/fixed-point/gcc/tree-ssa-loop-niter.c
branches/fixed-point/gcc/tree-ssa-loop-prefetch.c
branches/fixed-point/gcc/tree-ssa-operands.c
branches/fixed-point/gcc/tree-ssa-operands.h
branches/fixed-point/gcc/tree-ssa-structalias.c
branches/fixed-point/gcc/tree-ssa-structalias.h
branches/fixed-point/gcc/tree-ssa-threadedge.c
branches/fixed-point/gcc/tree-ssa.c
branches/fixed-point/gcc/tree-vect-analyze.c
branches/fixed-point/gcc/tree-vect-transform.c
branches/fixed-point/gcc/tree-vrp.c
branches/fixed-point/gcc/tree.c
branches/fixed-point/gcc/tree.h
branches/fixed-point/gcc/varasm.c
branches/fixed-point/libdecnumber/ChangeLog
branches/fixed-point/libdecnumber/configure
branches/fixed-point/libffi/ChangeLog
branches/fixed-point/libffi/Makefile.am
branches/fixed-point/libffi/Makefile.in
branches/fixed-point/libffi/src/frv/eabi.S
branches/fixed-point/libgcc/ChangeLog
branches/fixed-point/libgcc/config.host
branches/fixed-point/libgfortran/ChangeLog
branches/fixed-point/libgfortran/Makefile.am
branches/fixed-point/libgfortran/Makefile.in
branches/fixed-point/libgfortran/configure
branches/fixed-point/libgfortran/io/open.c
branches/fixed-point/libgomp/ChangeLog
branches/fixed-point/libgomp/Makefile.am
branches/fixed-point/libgomp/Makefile.in
branches/fixed-point/libgomp/configure.tgt
branches/fixed-point/libgomp/testsuite/libgomp.c++/c++.exp
branches/fixed-point/libgomp/testsuite/libgomp.fortran/fortran.exp
branches/fixed-point/libiberty/ChangeLog
branches/fixed-point/libiberty/argv.c
branches/fixed-point/libiberty/make-relative-prefix.c
branches/fixed-point/libjava/ChangeLog
branches/fixed-point/libjava/Makefile.in
branches/fixed-point/libjava/classpath/ChangeLog
branches/fixed-point/libjava/classpath/java/io/ObjectInputStream.java
branches/fixed-point/libjava/classpath/java/io/ObjectOutputStream.java
branches/fixed-point/libjava/classpath/javax/management/ObjectName.java
branches/fixed-point/libjava/classpath/lib/gnu/gcj/runtime/BootClassLoader.class
branches/fixed-point/libjava/classpath/lib/javax/management/ObjectName.class
branches/fixed-point/libjava/classpath/lib/org/omg/IOP/TaggedComponentHelper.class
branches/fixed-point/libjava/classpath/lib/org/omg/PortableServer/Servant.class
branches/fixed-point/libjava/classpath/org/omg/IOP/TaggedComponentHelper.java
branches/fixed-point/libjava/classpath/org/omg/PortableServer/Servant.java
branches/fixed-point/libjava/gij.cc
branches/fixed-point/libjava/gnu/classpath/jdwp/natVMFrame.cc
branches/fixed-point/libjava/gnu/gcj/runtime/BootClassLoader.java
branches/fixed-point/libjava/interpret-run.cc
branches/fixed-point/libjava/java/lang/natPosixProcess.cc
branches/fixed-point/libjava/java/lang/reflect/natMethod.cc
branches/fixed-point/libjava/prims.cc
branches/fixed-point/libjava/sources.am
branches/fixed-point/libobjc/ChangeLog
branches/fixed-point/libobjc/objc/objc-api.h
branches/fixed-point/libobjc/sendmsg.c
branches/fixed-point/libstdc++-v3/ChangeLog
branches/fixed-point/libstdc++-v3/config/abi/pre/gnu.ver
branches/fixed-point/libstdc++-v3/config/locale/generic/c_locale.cc
branches/fixed-point/libstdc++-v3/config/locale/gnu/c++locale_internal.h
branches/fixed-point/libstdc++-v3/config/locale/gnu/c_locale.h
branches/fixed-point/libstdc++-v3/configure
branches/fixed-point/libstdc++-v3/configure.ac
branches/fixed-point/libstdc++-v3/include/Makefile.am
branches/fixed-point/libstdc++-v3/include/Makefile.in
branches/fixed-point/libstdc++-v3/include/bits/basic_string.h
branches/fixed-point/libstdc++-v3/include/bits/basic_string.tcc
branches/fixed-point/libstdc++-v3/include/bits/c++config
branches/fixed-point/libstdc++-v3/include/bits/istream.tcc
branches/fixed-point/libstdc++-v3/include/bits/locale_facets.h
branches/fixed-point/libstdc++-v3/include/bits/locale_facets.tcc
branches/fixed-point/libstdc++-v3/include/bits/ostream.tcc
branches/fixed-point/libstdc++-v3/include/bits/stl_algo.h
branches/fixed-point/libstdc++-v3/include/bits/stl_algobase.h
branches/fixed-point/libstdc++-v3/include/bits/stl_bvector.h
branches/fixed-point/libstdc++-v3/include/bits/stl_memory.h
branches/fixed-point/libstdc++-v3/include/c_global/cmath.tcc
branches/fixed-point/libstdc++-v3/include/c_global/cstring
branches/fixed-point/libstdc++-v3/include/c_global/cwctype
branches/fixed-point/libstdc++-v3/include/c_std/cmath.tcc
branches/fixed-point/libstdc++-v3/include/ext/malloc_allocator.h
branches/fixed-point/libstdc++-v3/include/ext/numeric_traits.h
branches/fixed-point/libstdc++-v3/include/ext/pb_ds/detail/list_update_policy/counter_lu_metadata.hpp
branches/fixed-point/libstdc++-v3/include/ext/pb_ds/detail/resize_policy/cc_hash_max_collision_check_resize_trigger_imp.hpp
branches/fixed-point/libstdc++-v3/include/ext/pod_char_traits.h
branches/fixed-point/libstdc++-v3/include/ext/rc_string_base.h
branches/fixed-point/libstdc++-v3/include/ext/sso_string_base.h
branches/fixed-point/libstdc++-v3/include/ext/throw_allocator.h
branches/fixed-point/libstdc++-v3/include/ext/type_traits.h
branches/fixed-point/libstdc++-v3/include/ext/vstring.h
branches/fixed-point/libstdc++-v3/include/ext/vstring.tcc
branches/fixed-point/libstdc++-v3/include/ext/vstring_util.h
branches/fixed-point/libstdc++-v3/include/std/bitset
branches/fixed-point/libstdc++-v3/include/std/iosfwd
branches/fixed-point/libstdc++-v3/include/std/istream
branches/fixed-point/libstdc++-v3/include/std/ostream
branches/fixed-point/libstdc++-v3/include/std/string
branches/fixed-point/libstdc++-v3/include/tr1/cmath
branches/fixed-point/libstdc++-v3/include/tr1/functional_hash.h
branches/fixed-point/libstdc++-v3/include/tr1/hashtable
branches/fixed-point/libstdc++-v3/include/tr1/type_traits
branches/fixed-point/libstdc++-v3/include/tr1/type_traits_fwd.h
branches/fixed-point/libstdc++-v3/libsupc++/del_op.cc
branches/fixed-point/libstdc++-v3/src/compatibility.cc
branches/fixed-point/libstdc++-v3/src/istream.cc
branches/fixed-point/libstdc++-v3/src/ostream-inst.cc
branches/fixed-point/libstdc++-v3/testsuite/22_locale/num_get/get/char/1.cc
branches/fixed-point/libstdc++-v3/testsuite/22_locale/num_get/get/wchar_t/1.cc
branches/fixed-point/libstdc++-v3/testsuite/22_locale/num_put/put/char/1.cc
branches/fixed-point/libstdc++-v3/testsuite/22_locale/num_put/put/wchar_t/1.cc
branches/fixed-point/libstdc++-v3/testsuite/23_containers/vector/bool/capacity/29134.cc
branches/fixed-point/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/char/12.cc
branches/fixed-point/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/char/13.cc
branches/fixed-point/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/wchar_t/12.cc
branches/fixed-point/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/wchar_t/13.cc
branches/fixed-point/libstdc++-v3/testsuite/27_io/ios_base/storage/2.cc
branches/fixed-point/libstdc++-v3/testsuite/tr1/4_metaprogramming/primary_type_categories/is_function/is_function.cc
branches/fixed-point/libstdc++-v3/testsuite/tr1/4_metaprogramming/type_properties/is_polymorphic/is_polymorphic.cc
branches/fixed-point/libstdc++-v3/testsuite/util/testsuite_tr1.h
branches/fixed-point/zlib/ChangeLog.gcj
branches/fixed-point/zlib/Makefile.am
branches/fixed-point/zlib/Makefile.in
Propchange: branches/fixed-point/
('svnmerge-integrated' modified)
More information about the Gcc-cvs
mailing list