danglin [Mon, 5 Dec 2005 03:23:37 +0000 (03:23 +0000)]
PR target/25166
* pa/pa.c (pa_hpux_init_libfuncs): Add _U_Qfcnvxf_usgl_to_quad and
_U_Qfcnvxf_udbl_to_quad to set of initialized libfuncs.
* pa/quadlib.c (_U_Qfcnvxf_usgl_to_quad, _U_Qfcnvxf_udbl_to_quad): New
functions.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@108039
138bc75d-0d04-0410-961f-
82ee72b054a4
paolo [Mon, 5 Dec 2005 01:57:59 +0000 (01:57 +0000)]
2005-12-04 Paolo Carlini <pcarlini@suse.de>
* include/ext/sso_string_base.h (__sso_string_base<>::_M_reserve):
Simplify.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@108036
138bc75d-0d04-0410-961f-
82ee72b054a4
paolo [Mon, 5 Dec 2005 00:32:31 +0000 (00:32 +0000)]
2005-12-04 Paolo Carlini <pcarlini@suse.de>
* include/ext/vstring.h (__versa_string<>::operator+, all
versions): Move out of line...
* include/ext/vstring.tcc (__versa_string<>::operator+): ...
here; consistently use reserve for the benefit of sso_string_base;
prefer push_back to single-char append when appropriate.
* include/ext/vstring.h (__versa_string<>::push_back): Don't
call _M_reserve, _M_mutate instead.
(reserve): Just forward to _M_reserve.
* include/ext/vstring.tcc (__versa_string<>::_M_reserve): Remove.
* include/ext/rc_string_base.h (__rc_string_base<>::_M_reserve): Also
do the initial checks (first on length, in case __res == capacity).
* include/ext/sso_string_base.h (__sso_string_base<>::_M_reserve:
Likewise; don't call _M_set_length unnecessarily.
2005-12-04 Paolo Carlini <pcarlini@suse.de>
* include/ext/vstring.h (__versa_string<>::_M_append): New.
(append(const __versa_string&), append(const __versa_string&,
size_type, size_type), append(const _CharT*, size_type),
append(const _CharT*)): Use it.
(append(size_type, _CharT)): Delegate to _M_replace_aux.
(assign(const __versa_string&, size_type, size_type),
assign(const _CharT*), replace(size_type, size_type,
const _CharT*, size_type)): Forward to _M_replace.
* include/ext/vstring.tcc (__versa_string<>::_M_append):
Define, core append functionality.
(_M_replace): Simplify, move __s == 0 case to _M_replace_aux.
(_M_replace_aux): Reorganize, don't call _M_replace.
2005-12-04 Paolo Carlini <pcarlini@suse.de>
* include/ext/vstring.tcc (__versa_string<>::_M_replace):
Perform _M_check_length at the beginning and remove it from ...
(replace, _M_replace_dispatch, _M_replace_aux, assign): ... here.
(assign): Now move inline.
(resize): Don't call _M_check_length redundantly, append does.
2005-12-04 Paolo Carlini <pcarlini@suse.de>
* include/ext/sso_string_base.h (__sso_string_base<>::_M_get_allocator):
Add non const version.
* include/ext/rc_string_base.h (__rc_string_base<>::_M_get_allocator):
Likewise.
* include/ext/sso_string_base.h (__sso_string_base<>::_M_erase): Add.
* include/ext/rc_string_base.h (__rc_string_base<>::_M_erase): Likewise.
(_M_leak_hard): Use it.
* include/ext/vstring.h (__versa_string<>::clear, erase, all
versions): Use it.
* include/ext/vstring.tcc (__versa_string<>::resize): Likewise.
* include/ext/vstring.h (__versa_string<>::_M_replace_safe):
Remove.
* include/ext/vstring.h (__versa_string<>::_M_replace): New, does
the in-place work or delegates to _M_mutate in case of reallocation.
* include/ext/vstring.tcc (__versa_string<>::_M_replace_safe):
Remove.
* include/ext/vstring.tcc (__versa_string<>::_M_replace): Define.
(assign, replace, _M_replace_dispatch, _M_replace_aux): Use it.
* include/ext/sso_string_base.h (__sso_string_base<>::_M_mutate):
Change to manage only reallocations.
* include/ext/rc_string_base.h (__rc_string_base<>::_M_mutate):
Likewise.
* include/ext/vstring.h (__versa_string<>::insert(size_type,
const __versa_string&), insert(size_type, const __versa_string&,
size_type, size_type), insert(size_type, const _CharT*, size_type),
insert(size_type, const _CharT*)): Delegate to replace.
* include/ext/vstring.h (__versa_string<>::reserve): Move out of
line.
* include/ext/vstring.tcc (__versa_string<>::reserve): Do the
checks and call _M_reserve.
* include/ext/vstring.h (__versa_string<>::append): Call _M_reserve
instead of reserve.
* include/ext/vstring.tcc (__versa_string<>::append, all versions):
Likewise.
* include/ext/sso_string_base.h (__sso_string_base<>::_M_reserve):
Adjust.
* include/ext/rc_string_base.h (__rc_string_base<>::_M_reserve):
Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@108034
138bc75d-0d04-0410-961f-
82ee72b054a4
gccadmin [Mon, 5 Dec 2005 00:17:32 +0000 (00:17 +0000)]
Daily bump.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@108031
138bc75d-0d04-0410-961f-
82ee72b054a4
bje [Sun, 4 Dec 2005 23:50:48 +0000 (23:50 +0000)]
* Makefile.in (clean): Remove stray reference to libcpp.a.
* decimal128.h, decContext.c, decRound.c, decimal32.c,
decNumber.c, decContext.h, decimal64.c, decimal32.h, decNumber.h,
decimal64.h, decUtility.c, decLibrary.c, configure.ac,
decNumberLocal.h, decUtility.h, decDPD.h, decimal128.c: Update FSF
office address.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@108024
138bc75d-0d04-0410-961f-
82ee72b054a4
jsm28 [Sun, 4 Dec 2005 23:04:59 +0000 (23:04 +0000)]
* c-typeck.c (null_pointer_constant_p): New function.
(build_conditional_expr, build_c_cast, convert_for_assignment,
build_binary_op): Use it.
testsuite:
* gcc.dg/c90-const-expr-5.c, gcc.dg/c99-const-expr-5.c: New tests.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@108022
138bc75d-0d04-0410-961f-
82ee72b054a4
jsm28 [Sun, 4 Dec 2005 21:45:41 +0000 (21:45 +0000)]
* c-common.c (binary_op_error): Do not allow NOP_EXPR.
(c_common_truthvalue_conversion): Handle NOP_EXPR the same as
CONVERT_EXPR.
(check_function_arguments_recurse): Allow both NOP_EXPR and
CONVERT_EXPR but check conversions preserve precision.
* c-typeck.c (pointer_diff): Allow both NOP_EXPR and CONVERT_EXPR
but check conversions preserve precision.
(build_unary_op): Don't allow NOP_EXPR. Use gcc_unreachable () in
default case.
testsuite:
* gcc.dg/format/cast-1.c: New test.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@108020
138bc75d-0d04-0410-961f-
82ee72b054a4
sayle [Sun, 4 Dec 2005 19:58:37 +0000 (19:58 +0000)]
PR c/7776
* doc/invoke.texi: Document new -Wstring-literal-comparison option.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@108019
138bc75d-0d04-0410-961f-
82ee72b054a4
sayle [Sun, 4 Dec 2005 19:56:47 +0000 (19:56 +0000)]
PR c/7776
* common.opt (Wstring-literal-comparison): New command line option.
* c-opts.c (c_common_handle_option): Set it with -Wall.
* c-typeck.c (parser_build_binary_op): Issue warning if either
operand of a comparison operator is a string literal, except for
testing equality or inequality against NULL.
* doc/invoke.texi: Document new -Wstring-literal-comparison option.
* gcc.dg/Wstring-literal-comparison-1.c: New test case.
* gcc.dg/Wstring-literal-comparison-2.c: Likewise.
* gcc.dg/Wstring-literal-comparison-3.c: Likewise.
* gcc.dg/Wstring-literal-comparison-4.c: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@108018
138bc75d-0d04-0410-961f-
82ee72b054a4
fxcoudert [Sun, 4 Dec 2005 18:13:59 +0000 (18:13 +0000)]
* io/format.c: Removing unused code.
* intrinsics/random.c: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@108014
138bc75d-0d04-0410-961f-
82ee72b054a4
gccadmin [Sun, 4 Dec 2005 00:17:29 +0000 (00:17 +0000)]
Daily bump.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@108007
138bc75d-0d04-0410-961f-
82ee72b054a4
jsm28 [Sat, 3 Dec 2005 18:58:43 +0000 (18:58 +0000)]
* c-common.c (c_sizeof_or_alignof_type): Use fold_convert instead
of building a NOP_EXPR.
(c_alignof_expr): Likewise. Handle CONVERT_EXPR the same as
NOP_EXPR.
* c-convert.c (convert): Use fold_convert instead of building
NOP_EXPRs and CONVERT_EXPRs directly. Don't special case
c_objc_common_truthvalue_conversion returning a NOP_EXPR. Remove
#if 0 code.
* c-pretty-print.c (pp_c_cast_expression, pp_c_expression): Handle
NOP_EXPR the same as CONVERT_EXPR.
* c-typeck.c (build_function_call): Use fold_convert instead of
building a NOP_EXPR directly.
(build_compound_expr): Handle NOP_EXPR the same as CONVERT_EXPR.
testsuite:
* gcc.dg/cast-pretty-print-1.c: New test.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@108001
138bc75d-0d04-0410-961f-
82ee72b054a4
fxcoudert [Sat, 3 Dec 2005 15:32:04 +0000 (15:32 +0000)]
PR fortran/25106
* parse.c (next_free): Use new prototype for gfc_match_st_label.
Correctly emit hard error if a label is zero.
* match.c (gfc_match_st_label): Never allow zero as a valid
label.
(gfc_match, gfc_match_do, gfc_match_goto): Use new prototype for
gfc_match_st_label.
* primary.c (): Use new prototype for gfc_match_st_label.
* io.c (): Likewise.
* match.h: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@107999
138bc75d-0d04-0410-961f-
82ee72b054a4
amodra [Sat, 3 Dec 2005 04:31:16 +0000 (04:31 +0000)]
typo fix
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@107993
138bc75d-0d04-0410-961f-
82ee72b054a4
amodra [Sat, 3 Dec 2005 04:26:37 +0000 (04:26 +0000)]
PR rtl-optimization 25197
* dwarf2out.c (dwarf2out_frame_debug_expr <rule 12>): Assert we
have a reg.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@107992
138bc75d-0d04-0410-961f-
82ee72b054a4
stuart [Sat, 3 Dec 2005 01:30:30 +0000 (01:30 +0000)]
* config/rs6000/darwin.h (SUBTARGET_OVERRIDE_OPTIONS): Remove -fpic warning.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@107991
138bc75d-0d04-0410-961f-
82ee72b054a4
jsm28 [Sat, 3 Dec 2005 01:25:42 +0000 (01:25 +0000)]
* c-typeck.c (default_function_array_conversion,
build_function_call): Allow for CONVERT_EXPR as well as NOP_EXPR.
(build_conditional_expr): Apply integer_zerop to orig_op1 and
orig_op2. Don't check them for NOP_EXPR.
(build_c_cast, convert_for_assignment): Don't check for NOP_EXPR
around integer zero.
testsuite:
* gcc.dg/c90-const-expr-4.c, gcc.dg/c99-const-expr-4.c: New tests.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@107990
138bc75d-0d04-0410-961f-
82ee72b054a4
jsm28 [Sat, 3 Dec 2005 01:02:39 +0000 (01:02 +0000)]
* zh_CN.po: Update.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@107984
138bc75d-0d04-0410-961f-
82ee72b054a4
mmitchel [Sat, 3 Dec 2005 01:02:33 +0000 (01:02 +0000)]
PR c++/24173
* decl.c (duplicate_decls): Don't rely on DECL_TEMPLATE_INFO after
clobbering newdecl.
PR c++/24173
* g++.dg/template/friend40.C: New test.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@107983
138bc75d-0d04-0410-961f-
82ee72b054a4
jsm28 [Sat, 3 Dec 2005 01:00:19 +0000 (01:00 +0000)]
* zh_CN.po: New file.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@107981
138bc75d-0d04-0410-961f-
82ee72b054a4
mrs [Sat, 3 Dec 2005 00:20:15 +0000 (00:20 +0000)]
Fixup some spacing
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@107973
138bc75d-0d04-0410-961f-
82ee72b054a4
gccadmin [Sat, 3 Dec 2005 00:17:29 +0000 (00:17 +0000)]
Daily bump.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@107970
138bc75d-0d04-0410-961f-
82ee72b054a4
amodra [Sat, 3 Dec 2005 00:06:33 +0000 (00:06 +0000)]
* src/powerpc/ffi.c: Formatting.
(ffi_prep_args_SYSV): Avoid possible aliasing problems by using unions.
(ffi_prep_args64): Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@107963
138bc75d-0d04-0410-961f-
82ee72b054a4
amodra [Sat, 3 Dec 2005 00:05:03 +0000 (00:05 +0000)]
* config/rs6000/rs6000.c (rs6000_stack_t): Remove toc_save_p,
toc_save_offset, toc_size, lr_size.
(rs6000_stack_info): Use memset rather than bss struct copy to init.
Test rs6000_ra_ever_killed last in condition setting lr_save_p.
Adjust for removal of unused rs6000_stack_t fields.
(debug_stack_info): Adjust.
(rs6000_ra_ever_killed): Expand FIND_REG_INC_NOTE. Test for calls
first, and don't bother checking for set/inc of lr on sibcalls.
(rs6000_emit_epilogue): Tidy code restoring stack pointer.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@107962
138bc75d-0d04-0410-961f-
82ee72b054a4
jakub [Fri, 2 Dec 2005 22:55:35 +0000 (22:55 +0000)]
PR target/25199
* config/i386/i386.md (movqi_1): Only force imovx for alternative
5 if operand 1 is not aligned. Undo previous constraint change.
* config/i386/predicates.md (aligned_operand): Use MEM_ALIGN.
testsuite/
* gcc.target/i386/movq-2.c: New test.
* gcc.target/i386/movq.c: Remove target i?86, instead add
dg-require-effective-target ilp32.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@107955
138bc75d-0d04-0410-961f-
82ee72b054a4
rguenth [Fri, 2 Dec 2005 21:00:01 +0000 (21:00 +0000)]
2005-12-02 Richard Guenther <rguenther@suse.de>
* trans.h (build1_v): Use build1, not build to build the
void typed tree.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@107917
138bc75d-0d04-0410-961f-
82ee72b054a4
jb [Fri, 2 Dec 2005 18:23:06 +0000 (18:23 +0000)]
Add forgotten ChangeLog entry:
2005-11-27 Janne Blomqvist <jb@gcc.gnu.org>
* m4/ifunction.m4: Add const restrict to function arguments.
* m4/iforeach.m4: Likewise.
* m4/eoshift1.m4: Likewise.
* m4/eoshift3.m4: Likewise.
* m4/dotprod.m4: Likewise.
* m4/dotprodc.m4: Likewise.
* m4/dotprodl.m4: Likewise.
* m4/shape.m4: Likewise.
* m4/cshift1.m4: Likewise.
* m4/reshape.m4: Likewise.
* m4/transpose.m4: Likewise.
* generated/eoshift*: Regenerated
* generated/dotprod*: Likewise.
* generated/shape*: Likewise.
* generated/cshift1*: Likewise.
* generated/reshape*: Likewise.
* generated/transpose*: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@107912
138bc75d-0d04-0410-961f-
82ee72b054a4
rguenth [Fri, 2 Dec 2005 17:11:53 +0000 (17:11 +0000)]
2005-12-02 Richard Guenther <rguenther@suse.de>
* tree.h (build): Remove prototype.
(build, _buildN1, _buildN2, _buildC1, _buildC2): Remove macros.
* tree.c (build): Remove.
(build0_stat): Update comment.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@107909
138bc75d-0d04-0410-961f-
82ee72b054a4
kargl [Fri, 2 Dec 2005 17:10:36 +0000 (17:10 +0000)]
Fix accidental deletion of committer's name.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@107908
138bc75d-0d04-0410-961f-
82ee72b054a4
rguenth [Fri, 2 Dec 2005 17:09:40 +0000 (17:09 +0000)]
2005-12-02 Richard Guenther <rguenther@suse.de>
* tree-ssa-loop-im.c (schedule_sm): Use buildN instead of build.
* tree-complex.c (update_complex_assignment, expand_complex_div_wide):
Likewise.
* tree-ssa-ccp.c (maybe_fold_offset_to_array_ref,
maybe_fold_offset_to_component_ref): Likewise.
* tree-ssa-dom.c (thread_across_edge,
simplify_rhs_and_lookup_avail_expr,
find_equivalent_equality_comparison, record_equivalences_from_stmt):
Likewise.
* gimple-low.c (lower_function_body, lower_return_expr): Likewise.
* tree-eh.c (do_return_redirection, honor_protect_cleanup_actions,
lower_try_finally_switch): Likewise.
* tree-if-conv.c (add_to_dst_predicate_list,
replace_phi_with_cond_modify_expr, ifc_temp_var): Likewise.
* gimplify.c (internal_get_tmp_var, gimple_build_eh_filter,
voidify_wrapper_expr, build_stack_save_restore, gimplify_bind_expr,
gimplify_return_expr, gimplify_decl_expr, gimplify_switch_expr,
gimplify_case_label_expr, gimplify_exit_expr, gimplify_self_mod_expr,
shortcut_cond_r, shortcut_cond_expr, gimplify_cond_expr,
gimplify_init_ctor_eval, gimplify_init_constructor,
gimplify_variable_sized_compare, gimplify_boolean_expr,
gimplify_cleanup_point_expr, gimple_push_cleanup, gimplify_target_expr,
gimplify_expr, gimplify_body, gimplify_function_tree,
force_gimple_operand): Likewise.
* tree-ssa-pre.c (create_expression_by_pieces): Likewise.
* tree-mudflap.c (mf_decl_cache_locals, mf_build_check_statement_for,
mx_register_decls): Likewise.
* tree-nested.c (init_tmp_var, save_tmp_var, get_static_chain,
get_frame_field, finalize_nesting_tree_1): Likewise.
* tree-inline.c (setup_one_parameter): Likewise.
* tree-vect-transform.c (vectorizable_condition): Likewise.
* tree-outof-ssa.c (insert_copy_on_edge, insert_backedge_copies):
Likewise.
* tree-profile.c (tree_gen_edge_profiler): Likewise.
* tree-cfg.c (factor_computed_gotos, gimplify_val): Likewise.
* c-parser.c (c_parser_if_body, c_parser_switch_statement): Likewise.
* tree-chrec.h (build_polynomial_chrec): Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@107907
138bc75d-0d04-0410-961f-
82ee72b054a4
rguenth [Fri, 2 Dec 2005 17:06:50 +0000 (17:06 +0000)]
2005-12-02 Richard Guenther <rguenther@suse.de>
* config/alpha/alpha.c (alpha_va_start, alpha_gimplify_va_arg_1i,
alpha_gimplify_va_arg): Use buildN and fold_buildN where applicable.
* config/frv/frv.c (frv_expand_builtin_va_start): Likewise.
* config/s390/s390.c (s390_va_start, s390_gimplify_va_arg): Likewise.
* config/ia64/ia64.c (ia64_gimplify_va_arg): Likewise.
* config/i386/i386.c (ix86_va_start, ix86_gimplify_va_arg): Likewise.
* config/rs6000/rs6000.c (rs6000_va_start, rs6000_gimplify_va_arg):
Likewise.
* config/sh/sh.c (sh_va_start, sh_gimplify_va_arg_expr,
sh_adjust_unroll_max): Likewise.
* config/c4x/c4x.c (c4x_gimplify_va_arg_expr): Likewise.
* config/pa/pa.c (hppa_gimplify_va_arg_expr): Likewise.
* config/xtensa/xtensa.c (xtensa_va_start, xtensa_gimplify_va_arg_expr):
Likewise.
* config/stormy16/stormy16.c (xstormy16_expand_builtin_va_start):
Likewise.
* config/mips/mips.c (mips_va_start, mips_gimplify_va_arg_expr):
Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@107906
138bc75d-0d04-0410-961f-
82ee72b054a4
rguenth [Fri, 2 Dec 2005 17:05:20 +0000 (17:05 +0000)]
2005-12-02 Richard Guenther <rguenther@suse.de>
* trans.c (gnat_gimplify_expr): Use buildN instead of build.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@107905
138bc75d-0d04-0410-961f-
82ee72b054a4
rguenth [Fri, 2 Dec 2005 17:04:41 +0000 (17:04 +0000)]
2005-12-02 Richard Guenther <rguenther@suse.de>
* java-gimplify.c (java_gimplify_labeled_block_expr): Use
buildN instead of build.
* class.c (finish_class): Likewise.
* expr.c (java_create_object): Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@107904
138bc75d-0d04-0410-961f-
82ee72b054a4
rguenth [Fri, 2 Dec 2005 17:04:00 +0000 (17:04 +0000)]
2005-12-02 Richard Guenther <rguenther@suse.de>
* semantics.c (simplify_aggr_init_expr): Use buildN instead
of build.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@107903
138bc75d-0d04-0410-961f-
82ee72b054a4
rguenth [Fri, 2 Dec 2005 17:03:17 +0000 (17:03 +0000)]
2005-12-02 Richard Guenther <rguenther@suse.de>
* objc-act.c (objc_build_exc_ptr, next_sjlj_build_enter_and_setjmp
next_sjlj_build_exc_extract, next_sjlj_build_catch_list,
next_sjlj_build_try_catch_finally, objc_begin_catch_clause,
build_objc_method_call, objc_rewrite_function_call): Use buildN
instead of build.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@107902
138bc75d-0d04-0410-961f-
82ee72b054a4
fxcoudert [Fri, 2 Dec 2005 16:46:49 +0000 (16:46 +0000)]
PR libfortran/25116
* io/transfer.c (data_transfer_init): Don't set the default for
namelist I/O on preconnected files to UNFORMATTED.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@107900
138bc75d-0d04-0410-961f-
82ee72b054a4
rguenth [Fri, 2 Dec 2005 14:40:40 +0000 (14:40 +0000)]
2005-12-02 Richard Guenther <rguenther@suse.de>
* tree-vrp.c (build_assert_expr_for, process_assert_insertions_for,
simplify_cond_using_ranges): Use buildN instead of build.
* tree-tailcall.c (adjust_accumulator_values,
adjust_return_value): Likewise.
* tree-sra.c (generate_one_element_ref, generate_copy_inout,
generate_element_copy, generate_element_zero,
generate_one_element_init): Likewise.
* tree-ssa-forwprop.c (forward_propagate_into_cond_1): Likewise.
* lambda-code.c (gcc_loop_to_lambda_loop, lbv_to_gcc_expression,
lle_to_gcc_expression, lambda_loopnest_to_gcc_loopnest,
perfect_nestify): Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@107894
138bc75d-0d04-0410-961f-
82ee72b054a4
danglin [Fri, 2 Dec 2005 12:56:47 +0000 (12:56 +0000)]
* pa.c (pa_secondary_reload): Revise initialization of variable regno.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@107890
138bc75d-0d04-0410-961f-
82ee72b054a4
reichelt [Fri, 2 Dec 2005 12:48:06 +0000 (12:48 +0000)]
PR c++/24103
* g++.dg/other/default1.C: New test.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@107889
138bc75d-0d04-0410-961f-
82ee72b054a4
gdr [Fri, 2 Dec 2005 12:37:15 +0000 (12:37 +0000)]
* ggc.h (GGC_RESIZEVEC): New.
cp/
* parser.c (cp_lexer_new_main): Usr GGC_RESIZEVEC instead of
ggc_realloc.
(cp_parser_template_argument_list): Use XRESIZEVEC instead of xrealloc.
* class.c (pushclass): Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@107887
138bc75d-0d04-0410-961f-
82ee72b054a4
reichelt [Fri, 2 Dec 2005 12:26:25 +0000 (12:26 +0000)]
* gcc.c (execute): Improve readability.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@107886
138bc75d-0d04-0410-961f-
82ee72b054a4
rguenth [Fri, 2 Dec 2005 11:56:35 +0000 (11:56 +0000)]
2005-12-02 Richard Guenther <rguenther@suse.de>
* tree-cfg.c (mark_used_vars): New function.
(dump_function_to_file): Dump only used VAR_DECLs.
* gcc.dg/tree-ssa/
20031106-6.c: Remove XFAIL.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@107885
138bc75d-0d04-0410-961f-
82ee72b054a4
gdr [Fri, 2 Dec 2005 11:21:28 +0000 (11:21 +0000)]
* decl2.c (get_priority_info): Use XNEW, not xmalloc.
* decl.c (push_switch): Likewise.
* lex.c (handle_pragma_implementation): Likewise.
* cp-objcp-common.c (decl_shadowed_for_var_insert): Use GGC_NEW,
not ggc_alloc.
(cxx_initialize_diagnostics): Use XNEW, not xmalloc.
* class.c (init_class_processing): Use XNEWVEC, not xmalloc.
* g++spec.c (lang_specific_driver): Likewise.
* mangle.c (save_partially_mangled_name): Likewise.
* parser.c (cp_lexer_new_main): Use GGC_NEWVEC, not ggc_alloc.
(cp_parser_template_argument_list): Use XNEWVEC, nto xmalloc.
(cp_parser_sizeof_operand): Likewise.
* repo.c (open_repo_file, open_repo_file): Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@107884
138bc75d-0d04-0410-961f-
82ee72b054a4
gdr [Fri, 2 Dec 2005 09:54:01 +0000 (09:54 +0000)]
* gcc.dg/lvalue-2.c (f0): Put "error: " marker back.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@107883
138bc75d-0d04-0410-961f-
82ee72b054a4
rguenth [Fri, 2 Dec 2005 09:46:17 +0000 (09:46 +0000)]
2005-12-02 Richard Guenther <rguenther@suse.de>
* convert.c (convert_to_integer): Fix compare for nonpositive
constant to use tree_int_cst_sgn <= 0.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@107882
138bc75d-0d04-0410-961f-
82ee72b054a4
rguenth [Fri, 2 Dec 2005 09:38:57 +0000 (09:38 +0000)]
2005-12-02 Richard Guenther <rguenther@suse.de>
* convert.c (convert_to_integer): Use fold_convert instead
of fold_build1 (NOP_EXPR, ...). Use tree_int_cst_sgn < 0
instead of comparing against 0. Use build_int_cst instead
of converting integer_zero_node.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@107881
138bc75d-0d04-0410-961f-
82ee72b054a4
rguenth [Fri, 2 Dec 2005 09:37:03 +0000 (09:37 +0000)]
2005-12-02 Richard Guenther <rguenther@suse.de>
* tree-pretty-print.c (op_symbol): Handle LROTATE_EXPR
and RROTATE_EXPR.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@107880
138bc75d-0d04-0410-961f-
82ee72b054a4
amodra [Fri, 2 Dec 2005 08:53:56 +0000 (08:53 +0000)]
PR target/21017
* gcc.target/powerpc/rotate.c: New.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@107878
138bc75d-0d04-0410-961f-
82ee72b054a4
jvdelisle [Fri, 2 Dec 2005 06:33:02 +0000 (06:33 +0000)]
2005-12-01 Jerry DeLisle <jvdelisle@gcc.gnu.org>
* gfortran.dg/pr24489.f90: Delete, replaced by read_eor.f90.
* gfortran.dg/pr24584.f90: Delete, replaced by namelist_empty.f90.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@107874
138bc75d-0d04-0410-961f-
82ee72b054a4
amodra [Fri, 2 Dec 2005 06:25:13 +0000 (06:25 +0000)]
PR target/21017
* combine.c (simplify_logical <IOR>): Simplify more patterns to
rotates.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@107873
138bc75d-0d04-0410-961f-
82ee72b054a4
amodra [Fri, 2 Dec 2005 06:15:54 +0000 (06:15 +0000)]
PR middle-end/25176
* function.c (expand_function_end): Emit blockage for unwinder
after return label.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@107871
138bc75d-0d04-0410-961f-
82ee72b054a4
sayle [Fri, 2 Dec 2005 04:40:05 +0000 (04:40 +0000)]
* tree.h (TREE_OVERFLOW): Make this flag/predicate specific to
constant nodes, i.e. INTEGER_CST, REAL_CST, etc...
* tree-vrp.c (compare_values): Only check TREE_OVERFLOW for
integer constant comparisons.
ada/
* utils.c (max_size): Only test for TREE_OVERFLOW on INTEGER_CST
nodes.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@107870
138bc75d-0d04-0410-961f-
82ee72b054a4
bje [Fri, 2 Dec 2005 03:02:19 +0000 (03:02 +0000)]
Missed in last check-in.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@107865
138bc75d-0d04-0410-961f-
82ee72b054a4
bje [Fri, 2 Dec 2005 03:00:10 +0000 (03:00 +0000)]
Missed in checkin. :-(
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@107864
138bc75d-0d04-0410-961f-
82ee72b054a4
bje [Fri, 2 Dec 2005 02:30:42 +0000 (02:30 +0000)]
2005-12-02 Jon Grimm <jgrimm2@us.ibm.com>
Janis Johnson <janis187@us.ibm.com>
David Edelsohn <dje@watson.ibm.com>
Ben Elliston <bje@au.ibm.com>
* dfp.h, dfp.c: New files.
* Makefile.in (DECNUM, DECNUMINC, LIBDECNUMBER): New variables.
(DECNUM_H): Likewise.
(LIBDEPS, LIBS, BACKEND): Append $(LIBDECNUMBER).
(INCLUDES): Append $(DECNUMINC).
(OBJS-common): Add dfp.o.
(dfp.o): New rule.
* real.h (EXP_BITS): Pinch one bit to ..
(struct real_value): Add decimal field.
(real_format): Change table size, update documentation.
(REAL_MODE_FORMAT): Update for to handle float, decimal float.
(real_from_string3): Declare.
(decimal_single_format): Declare.
(decimal_double_format): Declare.
(decimal_quad_format): Declare.
(REAL_VALUE_TO_TARGET_DECIMAL32): New.
(REAL_VALUE_TO_TARGET_DECIMAL64): New.
(REAL_VALUE_TO_TARGET_DECIMAL128): New.
* real.c: Include dfp.h.
(normalize): Early return for decimal floats.
(do_add): Zero decimal field.
(do_compare): Call do_decimal_compare for decimal floats.
(do_fix_trunc): Likewise, call decimal_do_fix_trunc.
(real_arithmetic): Call decimal_real_arithmetic for decimal
floating point operands.
(real_identical): If a and b are of differing radix, return false.
(real_to_integer): Call decimal_real_to_integer if the value is a
decimal float.
(real_to_integer2): Likewise, call decimal_real_to_integer2.
(real_to_decimal): Likewise, call decimal_real_to_decimal.
(real_to_hexadecimal): Place "N/A" in the return string for
decimal float.
(real_from_string3): New variant, given a mode.
(real_maxval): Use decimal_real_maxval for decimal floats.
(round_for_format): Use decimal_round_for_format for decimals.
(real_convert): Use decimal_real_convert where appropriate.
(significand_size): Handle base 10.
(encode_decimal_single, decode_decimal_single,
encode_decimal_double, decode_decimal_double, encode_decimal_quad,
decode_decimal_quad): New functions.
(decimal_single_format): New.
(decimal_double_format): New.
(decimal_quad_format): New.
* machmode.def: Add SD, DD and TD decimal floating point modes.
* machmode.h (FLOAT_MODE_P, SCALAR_FLOAT_MODE_P, MODES_WIDEN_P):
Include MODE_DECIMAL_FLOAT.
(DECIMAL_FLOAT_MODE_P): New.
* mode-classes.def (MODE_DECIMAL_FLOAT): New mode class.
* genmodes.c (struct mode_data): Add counter field.
(struct mode_data): Update comment for format.
(blank_mode): Initialise counter field.
(new_mode): Increment counter field for each mode defined.
(complete_mode): Handle MODE_DECIMAL_FLOAT, update check for mode
using a format.
(make_complex_modes): Handle modes containing `D'.
(DECIMAL_FLOAT_MODE, FRACTIONAL_DECIMAL_FLOAT_MODE): New.
(make_decimal_float_mode): New.
(reset_float_format): Handle MODE_DECIMAL_FLOAT.
(cmp_modes): Compare counter field if other characteristics
similar.
(emit_real_format_for_mode): Support formats for decimal floats.
* doc/rtl.texi (Machine Modes): Document SD, DD and TDmodes.
Document MODE_DECIMAL_FLOAT.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@107861
138bc75d-0d04-0410-961f-
82ee72b054a4
gdr [Fri, 2 Dec 2005 01:31:42 +0000 (01:31 +0000)]
* parser.c (cp_parser_make_typename_type): Call make_typename_type
with tf_none instead of magic value 0.
(cp_parser_explicit_instantiation): Call do_type_instantiation
with tf_error instead of magic value 1.
(cp_parser_elaborated_type_specifier): Call make_typename_type
with tf_error instead of magic value 1.
(cp_parser_class_name): Likewise.
(cp_parser_lookup_name): Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@107855
138bc75d-0d04-0410-961f-
82ee72b054a4
kargl [Fri, 2 Dec 2005 01:25:58 +0000 (01:25 +0000)]
2005-12-01 Erik Schnetter <schnetter@aei.mpg.de>
* decl.c (gfc_match_old_kind_spec): Improve handling of old style
COMPLEX*N
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@107853
138bc75d-0d04-0410-961f-
82ee72b054a4
gccadmin [Fri, 2 Dec 2005 00:17:36 +0000 (00:17 +0000)]
Daily bump.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@107847
138bc75d-0d04-0410-961f-
82ee72b054a4
billingd [Thu, 1 Dec 2005 23:57:28 +0000 (23:57 +0000)]
2005-12-02 David Billinghurst (David.Billinghurst@riotinto.com)
PR testsuite/25193
* testsuite/lib/libstdc++.exp (libstdc++-dg-test): Catch
error if file cannot be deleted.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@107841
138bc75d-0d04-0410-961f-
82ee72b054a4
amodra [Thu, 1 Dec 2005 23:48:13 +0000 (23:48 +0000)]
* simplify-rtx.c (simplify_plus_minus): Do simplify constants.
Delete dead code.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@107840
138bc75d-0d04-0410-961f-
82ee72b054a4
gdr [Thu, 1 Dec 2005 23:10:27 +0000 (23:10 +0000)]
* parser.c (cp_parser_declaration): Set token2.type to CPP_EOF,
not RID_MAX.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@107838
138bc75d-0d04-0410-961f-
82ee72b054a4
rth [Thu, 1 Dec 2005 22:49:31 +0000 (22:49 +0000)]
* optabs.c (expand_vec_cond_expr): Use EXPAND_NORMAL.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@107834
138bc75d-0d04-0410-961f-
82ee72b054a4
ghazi [Thu, 1 Dec 2005 22:46:14 +0000 (22:46 +0000)]
* builtins.def (BUILT_IN_PUTC, BUILT_IN_PUTC_UNLOCKED): New.
* config/pa/pa.c (pa_init_builtins): If we detect
DONT_HAVE_FPUTC_UNLOCKED, set builtin fputc_unlocked to
putc_unlocked.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@107833
138bc75d-0d04-0410-961f-
82ee72b054a4
green [Thu, 1 Dec 2005 19:33:42 +0000 (19:33 +0000)]
2005-12-01 Anthony Green <green@redhat.com>
PR bootstrap/25207
* configure.ac: Make sure we have an alsa library in addition to
the headers. This extra test is required for systems with
multilibs.
* configure: Rebuilt.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@107828
138bc75d-0d04-0410-961f-
82ee72b054a4
rguenth [Thu, 1 Dec 2005 16:32:28 +0000 (16:32 +0000)]
2005-12-01 Richard Guenther <rguenther@suse.de>
* fold-const.c (fold_binary): Use fold_build2, not
fold (build (...)).
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@107822
138bc75d-0d04-0410-961f-
82ee72b054a4
nathan [Thu, 1 Dec 2005 15:03:23 +0000 (15:03 +0000)]
* config/ms1/ms1.c (ms1_reorg_hazard): Don't count noop moves.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@107821
138bc75d-0d04-0410-961f-
82ee72b054a4
nathan [Thu, 1 Dec 2005 12:20:20 +0000 (12:20 +0000)]
* vec.h (VEC_block_remove): New.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@107817
138bc75d-0d04-0410-961f-
82ee72b054a4
gdr [Thu, 1 Dec 2005 12:00:17 +0000 (12:00 +0000)]
PR c/13384
* c-common.c (lvalue_error): Fix wording.
testsuite/
PR c/13384
* gcc.dg/pr17730-1.c: Adjust.
* gcc.dg/lvalue1.c (main): Likewise.
* gcc.dg/lvalue-2.c: Likewise.
* g++.dg/pr7503-3.C
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@107816
138bc75d-0d04-0410-961f-
82ee72b054a4
rguenth [Thu, 1 Dec 2005 09:44:26 +0000 (09:44 +0000)]
2005-12-01 Richard Guenther <rguenther@suse.de>
* tree-ssa-forwprop.c (forward_propagate_addr_expr): Fix
thinko in last patch.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@107814
138bc75d-0d04-0410-961f-
82ee72b054a4
geoffk [Thu, 1 Dec 2005 08:42:31 +0000 (08:42 +0000)]
* config/t-slibgcc-darwin (SHLIB_LINK): Use -single_module rather
than -flat_namespace.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@107813
138bc75d-0d04-0410-961f-
82ee72b054a4
geoffk [Thu, 1 Dec 2005 08:35:48 +0000 (08:35 +0000)]
* gcc.target/powerpc/pr18096-1.c: Be more liberal about possible
error messages.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@107812
138bc75d-0d04-0410-961f-
82ee72b054a4
geoffk [Thu, 1 Dec 2005 08:25:36 +0000 (08:25 +0000)]
* testsuite/lib/libjava.exp (test_libjava_from_javac): Support
xfail-byte-exec.
* testsuite/libjava.lang/Array_3.xfail: New file.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@107811
138bc75d-0d04-0410-961f-
82ee72b054a4
jsm28 [Thu, 1 Dec 2005 08:21:28 +0000 (08:21 +0000)]
* be.po, ca.po, da.po, de.po, el.po, es.po, fr.po, ja.po, nl.po,
rw.po, sv.po, tr.po, vi.po: Update.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@107808
138bc75d-0d04-0410-961f-
82ee72b054a4
jsm28 [Thu, 1 Dec 2005 08:14:28 +0000 (08:14 +0000)]
* be.po, ca.po, da.po, de.po, el.po, es.po, fr.po, ja.po, nl.po,
rw.po, sv.po, tr.po, zh_CN.po: Update.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@107807
138bc75d-0d04-0410-961f-
82ee72b054a4
pault [Thu, 1 Dec 2005 06:58:04 +0000 (06:58 +0000)]
2005-12-01 Paul Thomas <pault@gcc.gnu.org>
PR fortran/24789
* trans-decl.c (gfc_get_symbol_decl): Move the expression for
unit size of automatic character length, dummy pointer array
elements down a few lines from the version that fixed PR15809.
2005-12-01 Paul Thomas <pault@gcc.gnu.org>
PR fortran/24789
* gfortran.dg/auto_char_dummy_array_2.f90: New test.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@107805
138bc75d-0d04-0410-961f-
82ee72b054a4
uros [Thu, 1 Dec 2005 06:52:11 +0000 (06:52 +0000)]
PR target/24475
* lib/target-supports.exp (check_effective_target_tls): New.
(check_effective_target_tls_runtime): New.
* gcc.dg/tls/tls.exp, g++.dg/tls/tls.exp: Remove check
for TLS support.
* gcc.dg/tls/opt-1.c, gcc.dg/tls/opt-2.c, gcc.dg/tls/opt-3.c,
gcc.dg/tls/opt-4.c, gcc.dg/tls/opt-5.c, gcc.dg/tls/opt-6.c,
gcc.dg/tls/opt-7.c, gcc.dg/tls/opt-8.c, gcc.dg/tls/opt-9.c,
gcc.dg/tls/opt-10.c, gcc.dg/tls/diag-1.c, gcc.dg/tls/diag-2.c,
gcc.dg/tls/diag-3.c, gcc.dg/tls/diag-4.c, gcc.dg/tls/diag-5.c,
gcc.dg/tls/alias-1.c, gcc.dg/tls/alpha-1.c, gcc.dg/tls/asm-1.c,
gcc.dg/tls/debug-1.c, gcc.dg/tls/init-1.c, gcc.dg/tls/nonpic-1.c,
gcc.dg/tls/pic-1.c, gcc.dg/tls/section-1.c, gcc.dg/tls/struct-1.c,
gcc.dg/tls/trivial.c, g++.dg/tls/diag-1.C, g++.dg/tls/diag-2.C,
g++.dg/tls/diag-3.C, g++.dg/tls/diag-4.C, g++.dg/tls/init-1.C,
g++.dg/tls/init-2.C, g++.dg/tls/trivial.C: Require
effective-target TLS.
* gcc.dg/tls/pr24428-2.c, gcc.dg/tls/pr24428.c, gcc.dg/tls/opt-11.c,
g++.dg/tls/static-1a.cc, g++.dg/tls/static-1.C: Require
effective-target TLS runtime.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@107804
138bc75d-0d04-0410-961f-
82ee72b054a4
uros [Thu, 1 Dec 2005 06:41:33 +0000 (06:41 +0000)]
* lib/gcov.exp (clean-gcov): Also remove $base.h.gcov files.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@107803
138bc75d-0d04-0410-961f-
82ee72b054a4
bje [Thu, 1 Dec 2005 05:20:39 +0000 (05:20 +0000)]
* Makefile.in (libdecnumber_a_SOURCES): Drop decLibrary.c.
* decUtility.c (__dec_byte_swap): Move from here ..
* decLibrary.c: .. to here.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@107802
138bc75d-0d04-0410-961f-
82ee72b054a4
bje [Thu, 1 Dec 2005 03:39:45 +0000 (03:39 +0000)]
* mklibgcc.in: Parameterise the script to build soft float
functions by iterating over each type, rather than cloning the
code for each type.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@107800
138bc75d-0d04-0410-961f-
82ee72b054a4
ghazi [Thu, 1 Dec 2005 02:31:49 +0000 (02:31 +0000)]
PR middle-end/25158
* builtins.c (fold_builtin_fputs): Defer check for missing
replacement functions.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@107762
138bc75d-0d04-0410-961f-
82ee72b054a4
jkj [Thu, 1 Dec 2005 01:44:45 +0000 (01:44 +0000)]
* config/i386/i386.c: Check the value of SUPPORTS_ONE_ONLY, not
simply its presense in case targets #define SUPPORTS_ONE_ONLY 0.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@107759
138bc75d-0d04-0410-961f-
82ee72b054a4
hp [Thu, 1 Dec 2005 01:24:16 +0000 (01:24 +0000)]
* gcc.dg/
20041106-1.c, gcc.dg/
20030321-1.c, gcc.dg/pr17112-1.c,
gcc.dg/pr17112-1.c, g++.dg/other/packed1.C,
g++.dg/other/crash-4.C, g++.dg/ext/packed8.C: Match "attribute
ignored" warnings when "packing" is the same as the ABI layout.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@107758
138bc75d-0d04-0410-961f-
82ee72b054a4
gccadmin [Thu, 1 Dec 2005 00:17:22 +0000 (00:17 +0000)]
Daily bump.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@107753
138bc75d-0d04-0410-961f-
82ee72b054a4
amodra [Wed, 30 Nov 2005 23:58:16 +0000 (23:58 +0000)]
* stacktrace.cc (UnwindTraceFn): Use UNWRAP_FUNCTION_DESCRIPTOR
to compare _Jv_InterpMethod::run against current func.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@107746
138bc75d-0d04-0410-961f-
82ee72b054a4
kargl [Wed, 30 Nov 2005 23:57:44 +0000 (23:57 +0000)]
2005-11-30 Bernhard Fischer <rep.nop@aon.at>
PR fortran/21302
* lang.opt: New options -ffree-line-length- and -ffree-line-length-none.
* gfortran.h: Add free_line_length and add description of
free_line_length and fixed_line_length.
* options.c (gfc_init_options, gfc_handle_option): Initialize
and set free_line_length and fixed_line_length.
* scanner.c (load_line): Set free_line_length to 132 and
fixed_line_length to 72 or user requested values.
* scanner.c: Typo in comment.
* invoke.texi: Document -ffree-line-length- and
-ffree-line-length-none
gfortran.dg/line_length_1.f: New test:
gfortran.dg/line_length_2.f90: Ditto.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@107745
138bc75d-0d04-0410-961f-
82ee72b054a4
rguenth [Wed, 30 Nov 2005 21:07:10 +0000 (21:07 +0000)]
2005-11-30 Richard Guenther <rguenther@suse.de>
PR tree-optimization/21655
* g++.dg/tree-ssa/pr14814.C: Remove XFAIL.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@107739
138bc75d-0d04-0410-961f-
82ee72b054a4
jason [Wed, 30 Nov 2005 20:58:27 +0000 (20:58 +0000)]
PR c++/21123
* cp-gimplify.c (cp_genericize_r): Don't dereference invisible reference
parms in a thunk.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@107738
138bc75d-0d04-0410-961f-
82ee72b054a4
rguenth [Wed, 30 Nov 2005 20:55:41 +0000 (20:55 +0000)]
2005-11-30 Richard Guenther <rguenther@suse.de>
PR tree-optimization/22501
* tree-ssa-forwprop.c (forward_propagate_addr_expr_1): New
function split out from ...
(forward_propagate_addr_expr): ... here. Use it to propagate
ADDR_EXPRs to all uses.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@107737
138bc75d-0d04-0410-961f-
82ee72b054a4
reichelt [Wed, 30 Nov 2005 19:59:50 +0000 (19:59 +0000)]
* tree.h (CASE_FLT_FN, CASE_INT_FN): New macros.
* builtins.c (expand_builtin_mathfn): Use them.
(expand_builtin_mathfn_2): Likewise.
(expand_builtin_mathfn_3): Likewise.
(expand_builtin_int_roundingfn): Likewise.
(expand_builtin): Likewise.
(integer_valued_real_p): Likewise.
(fold_builtin_int_roundingfn): Likewise.
(fold_builtin_bitop): Likewise.
(fold_builtin_logarithm): Likewise.
(fold_builtin_1): Likewise.
* convert.c (convert_to_integer): Likewise.
* fold-const.c (negate_mathfn_p): Likewise.
(tree_expr_nonnegative_p): Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@107733
138bc75d-0d04-0410-961f-
82ee72b054a4
dalej [Wed, 30 Nov 2005 18:19:16 +0000 (18:19 +0000)]
2005-11-30 Dale Johannesen <dalej@apple.com>
Andrew Pinski <pinskia@physics.uc.edu>
* combine.c (find_split_point): Sign extend bitmask
when changing bitfield assignment to IOR of AND.
2005-11-30 Dale Johannesen <dalej@apple.com>
* gcc.c-torture/compile/pr24930.c: New.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@107731
138bc75d-0d04-0410-961f-
82ee72b054a4
pault [Wed, 30 Nov 2005 17:26:40 +0000 (17:26 +0000)]
2005-11-30 Paul Thomas <pault@gcc.gnu.org>
PR fortran/15809
* trans-decl.c (gfc_get_symbol_decl): In the case of automatic
character length, dummy pointer arrays, build an expression for
unit size of the array elements, to be picked up and used in the
descriptor dtype.
* trans-io.c (gfc_trans_transfer): Modify the detection of
components of derived type arrays to use the gfc_expr references
instead of the array descriptor dtype. This allows the latter
to contain expressions.
2005-11-30 Erik Edelmann <erik.edelmann@iki.fi>
PR fortran/15809
* trans-array.c (gfc_trans_deferred_array): Allow PARM_DECLs past
in addition to VAR_DECLs.
2005-11-30 Paul Thomas <pault@gcc.gnu.org>
PR fortran/15809
* gfortran.dg/auto_char_dummy_array.f90: New test.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@107727
138bc75d-0d04-0410-961f-
82ee72b054a4
nathan [Wed, 30 Nov 2005 16:29:43 +0000 (16:29 +0000)]
* config/ms1/ms1.md (decrement_and_branch_until_zero): Add early
clobber to scratch reg.
(*decrement_and_branch_until_zero_no_clobber): Remove.
(decrement_and_branch peephole): Add dummy scratch reg to pattern.
(mulhish3): Use TARGET_MS1_16_003, TARGET_MS2.
* config/ms1/ms1.opt (mmul): Remove.
* config/ms1/ms1.h (ASM_SPEC): Cope with uppercase arch names.
(LINK_SPEC, STARTFILE_SPEC, ENDFILE_SPEC): Default to 16-002.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@107720
138bc75d-0d04-0410-961f-
82ee72b054a4
danglin [Wed, 30 Nov 2005 13:51:32 +0000 (13:51 +0000)]
* pa/predicates.md (symbolic_operand): Add comment.
* pa/pa.md (reload_insi_r1, reload_indi_r1): New reload expanders.
* pa/pa-protos.h (pa_secondary_reload_class): Delete.
* pa/pa.c (TARGET_SECONDARY_RELOAD): Define.
(pa_secondary_reload_class): Delete.
(pa_secondary_reload): New function derived from SECONDARY_RELOAD_CLASS
and pa_secondary_reload_class. Reorder some checks. Update inline
copy of symbolic operand.
* pa/pa.h (SECONDARY_RELOAD_CLASS): Delete.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@107719
138bc75d-0d04-0410-961f-
82ee72b054a4
aph [Wed, 30 Nov 2005 12:50:52 +0000 (12:50 +0000)]
2005-11-30 Andrew Haley <aph@redhat.com>
* classpath/lib/Makefile.am (resources): Use `cp -p'.
Remove `@' from start of line.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@107714
138bc75d-0d04-0410-961f-
82ee72b054a4
nathan [Wed, 30 Nov 2005 11:12:36 +0000 (11:12 +0000)]
* loop-doloop.c (add_test): Only add jump notes if we did emit a
jump.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@107713
138bc75d-0d04-0410-961f-
82ee72b054a4
law [Wed, 30 Nov 2005 08:53:22 +0000 (08:53 +0000)]
* tree-ssa-uncprop.c (associate_equivalences_with_edges): Properly
handle SSA_NAME_OCCURS_IN_ABNORMAL_PHI.
* g++.old-deja/g++.law/pr25000.C: New test.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@107710
138bc75d-0d04-0410-961f-
82ee72b054a4
ebotcazou [Wed, 30 Nov 2005 08:45:25 +0000 (08:45 +0000)]
* libgfortran.h (ILP32 typedefs): Define _UINT8_T, _UINT32_T and
_UINT64_T on Solaris.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@107708
138bc75d-0d04-0410-961f-
82ee72b054a4
jakub [Wed, 30 Nov 2005 08:32:16 +0000 (08:32 +0000)]
* config/ia64/ia64.c (ia64_expand_tls_address): Add ORIG_OP1 argument.
Move ADDEND_{HI,LO} computation into TLS_MODEL_INITIAL_EXEC case.
(ia64_expand_move): Adjust caller.
* gcc.dg/tls/opt-11.c: New test.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@107704
138bc75d-0d04-0410-961f-
82ee72b054a4
jakub [Wed, 30 Nov 2005 08:30:48 +0000 (08:30 +0000)]
* config/ia64/ia64.c (ia64_expand_atomic_op): Only use
fetchadd{4,8}.acq instruction if CODE is PLUS or MINUS, for MINUS
negate VAL.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@107703
138bc75d-0d04-0410-961f-
82ee72b054a4
bonzini [Wed, 30 Nov 2005 08:20:23 +0000 (08:20 +0000)]
2005-11-30 Paolo Bonzini <bonzini@gnu.org>
* simplify-rtx.c (simplify_plus_minus): Remove final parameter.
Always produce an output if we can remove NEGs or canonicalize
(minus (minus ...)) expressions. Provide a fast path for the
two-operand case.
(simplify_gen_binary): Do not call simplify_plus_minus.
(simplify_binary_operation_1): Reassociate at the end of the
function.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@107702
138bc75d-0d04-0410-961f-
82ee72b054a4