kazu [Mon, 16 May 2005 18:10:20 +0000 (18:10 +0000)]
* tree-ssa-copy.c (copy_prop_visit_assignment): Clean up by
folding a COND_EXPR_COND in a nondestructive manner.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99782
138bc75d-0d04-0410-961f-
82ee72b054a4
fjahanian [Mon, 16 May 2005 15:24:09 +0000 (15:24 +0000)]
Fix vec_merge patterns for Altivec ppc.
OKed by Geoff Keating.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99779
138bc75d-0d04-0410-961f-
82ee72b054a4
kazu [Mon, 16 May 2005 15:18:15 +0000 (15:18 +0000)]
* tree-data-ref.c (compute_all_dependences): Change the type
of dependence_relations to VEC(ddr_p,heap)**.
(compute_data_dependences_for_loop): Change the type of
allrelations to VEC(ddr_p,heap)*.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99778
138bc75d-0d04-0410-961f-
82ee72b054a4
kazu [Mon, 16 May 2005 15:11:33 +0000 (15:11 +0000)]
* dwarf2out.c (used_rtx_varray): Rename to used_rtx_array.
Change the type to VEC(rtx,gc)*.
(mem_loc_descriptor, add_const_value_attributes,
dwarf2out_init): Adjust uses of used_rtx_varray.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99777
138bc75d-0d04-0410-961f-
82ee72b054a4
aj [Mon, 16 May 2005 13:52:39 +0000 (13:52 +0000)]
* getpwd.c: Remove unneeded prototype getcwd and move getwd so
that it's only declared if needed.
* getopt1.c: Change order of includes so that __GNU_LIBRARY__ is
defined.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99775
138bc75d-0d04-0410-961f-
82ee72b054a4
rsandifo [Mon, 16 May 2005 12:30:06 +0000 (12:30 +0000)]
* Makefile.in (options.c): Tell optc-gen.awk to include config.h,
system.h, coretypes.h and tm.h.
(options.o): Update dependencies accordingly.
* optc-gen.awk: Allow header_name to be a list of filenames.
Handle the "Condition" flag.
* opts.h (CL_DISABLED): New flag.
* opts.c (handle_option): Print an error for CL_DISABLED options.
* doc/options.texi: Document the "Condition" option flag.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99774
138bc75d-0d04-0410-961f-
82ee72b054a4
neroden [Mon, 16 May 2005 11:58:44 +0000 (11:58 +0000)]
PR ada/20270
* Makefile.in: Make TGT_LIB behave correctly.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99773
138bc75d-0d04-0410-961f-
82ee72b054a4
paolo [Mon, 16 May 2005 10:45:59 +0000 (10:45 +0000)]
2005-05-16 Paolo Carlini <pcarlini@suse.de>
* docs/html/install.html: Update list of required named
locales, add "es_ES".
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99769
138bc75d-0d04-0410-961f-
82ee72b054a4
bonzini [Mon, 16 May 2005 08:43:14 +0000 (08:43 +0000)]
2005-05-16 Paolo Bonzini <bonzini@gnu.org>
* tree-inline.c (estimate_num_insns_1): Handle VEC_COND_EXPR.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99767
138bc75d-0d04-0410-961f-
82ee72b054a4
sayle [Mon, 16 May 2005 04:36:09 +0000 (04:36 +0000)]
* tree-scalar-evolution.c (set_nb_iterations_in_loop): Only
check for TREE_OVERFLOW on INTEGER_CST trees.
* tree-chrec.c (chrec_convert): Only clear TREE_OVERFLOW on
CONSTANT_CLASS_P tree nodes.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99765
138bc75d-0d04-0410-961f-
82ee72b054a4
hjl [Mon, 16 May 2005 02:11:59 +0000 (02:11 +0000)]
2005-05-15 H.J. Lu <hongjiu.lu@intel.com>
PR target/21551
* config/ia64/ia64.c (ia64_expand_move): Don't add addend twice.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99760
138bc75d-0d04-0410-961f-
82ee72b054a4
dberlin [Mon, 16 May 2005 01:12:07 +0000 (01:12 +0000)]
2005-05-15 Daniel Berlin <dberlin@dberlin.org>
Fix PR tree-optimization/21576
* tree-ssa-pre.c (expression_node_pool): New pool.
(comparison_node_pool): Ditto.
(list_node_pool): Ditto.
(pool_copy_list): New function.
(phi_translate): Handle CALL_EXPR.
(valid_in_set): Ditto.
(create_expression_by_pieces): Ditto.
(insert_into_preds_of_block): Ditto.
(insert_aux): Ditto.
(compute_avail): Ditto.
(create_value_expr_from): Handle TREE_LIST and CALL_EXPR.
(can_value_number_call): New function.
(find_leader): Update comment.
(init_pre): Create new pools.
(fini_pre): Free new pools.
(pass_pre): Add TODO_update_ssa for the future when we are going
to need vops.
* tree-vn.c (expressions_equal_p): Handle TREE_LIST.
(set_value_handle): Ditto.
(get_value_handle): Ditto.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99759
138bc75d-0d04-0410-961f-
82ee72b054a4
billingd [Mon, 16 May 2005 00:51:38 +0000 (00:51 +0000)]
2005-05-16 David Billinghurst <David.Billinghurst@riotinto.com>
PR libstdc++/21526
* lib/target-supports.exp (check_mkfifo_available):
Return 0 for cygwin as mkfifo support incomplete on platform.
Fix typos in comments.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99757
138bc75d-0d04-0410-961f-
82ee72b054a4
gccadmin [Mon, 16 May 2005 00:16:22 +0000 (00:16 +0000)]
Daily bump.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99755
138bc75d-0d04-0410-961f-
82ee72b054a4
mmitchel [Sun, 15 May 2005 22:51:59 +0000 (22:51 +0000)]
Fix another typo
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99750
138bc75d-0d04-0410-961f-
82ee72b054a4
mmitchel [Sun, 15 May 2005 22:35:39 +0000 (22:35 +0000)]
Fix typo in previous checkin
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99749
138bc75d-0d04-0410-961f-
82ee72b054a4
mmitchel [Sun, 15 May 2005 22:33:49 +0000 (22:33 +0000)]
Fix typo in previous checkin
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99748
138bc75d-0d04-0410-961f-
82ee72b054a4
mmitchel [Sun, 15 May 2005 22:31:35 +0000 (22:31 +0000)]
* lib/compat.exp (compat-execute): Do not use regsub unsafely.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99747
138bc75d-0d04-0410-961f-
82ee72b054a4
tromey [Sun, 15 May 2005 21:09:45 +0000 (21:09 +0000)]
* java/lang/String.java (startsWith): Fixed javadoc.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99746
138bc75d-0d04-0410-961f-
82ee72b054a4
gerald [Sun, 15 May 2005 20:03:57 +0000 (20:03 +0000)]
* jcf-write.c (generate_bytecode_insns) <SAVE_EXPR>: Remove
unused variable.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99745
138bc75d-0d04-0410-961f-
82ee72b054a4
tromey [Sun, 15 May 2005 18:31:26 +0000 (18:31 +0000)]
reverted erroneous checkin
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99742
138bc75d-0d04-0410-961f-
82ee72b054a4
rearnsha [Sun, 15 May 2005 18:29:32 +0000 (18:29 +0000)]
* arm.c (thumb_unexpanded_epilogue): Delete unused variable 'mode'.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99741
138bc75d-0d04-0410-961f-
82ee72b054a4
gdr [Sun, 15 May 2005 18:28:36 +0000 (18:28 +0000)]
* fixlib.c (load_file_data): Use XRESIZVEC in lieu of xrealloc.
* server.c (load_data): Likewise.
(run_shell): Use XCNEW (char) in lieu of xcalloc (1, 1).
* fixincl.c: #include <sys/wait.h>
(run_compiles): Use XCNEWVEC instead of xcalloc.
(fix_with_system, start_fixer): Use XNEWVEC instead of xmalloc.
* fixfixes.c (FIX_PROC_HEAD, main): Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99740
138bc75d-0d04-0410-961f-
82ee72b054a4
tromey [Sun, 15 May 2005 18:28:29 +0000 (18:28 +0000)]
gcc/java:
PR java/21519:
* jcf-write.c (generate_bytecode_insns) <SAVE_EXPR>: Don't call
NOTE_PUSH.
libjava:
PR java/21519:
* testsuite/libjava.compile/pr21519.java: New file.
* testsuite/libjava.compile/pr21519.no-link: New file.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99739
138bc75d-0d04-0410-961f-
82ee72b054a4
drow [Sun, 15 May 2005 18:17:10 +0000 (18:17 +0000)]
* ylwrap: Import from Automake 1.9.5.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99738
138bc75d-0d04-0410-961f-
82ee72b054a4
aj [Sun, 15 May 2005 17:40:00 +0000 (17:40 +0000)]
* functions.texi: Regenerated.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99737
138bc75d-0d04-0410-961f-
82ee72b054a4
aj [Sun, 15 May 2005 17:39:35 +0000 (17:39 +0000)]
ChangeLog
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99736
138bc75d-0d04-0410-961f-
82ee72b054a4
aj [Sun, 15 May 2005 17:33:14 +0000 (17:33 +0000)]
Forgotten commit.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99735
138bc75d-0d04-0410-961f-
82ee72b054a4
tromey [Sun, 15 May 2005 17:07:20 +0000 (17:07 +0000)]
* stacktrace.cc (getLineNumberForFrame): Use _Jv_GetSafeArg.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99733
138bc75d-0d04-0410-961f-
82ee72b054a4
aj [Sun, 15 May 2005 17:06:19 +0000 (17:06 +0000)]
* gcc.c (pfatal_pexecute): Remove unused local function.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99732
138bc75d-0d04-0410-961f-
82ee72b054a4
dberlin [Sun, 15 May 2005 17:05:52 +0000 (17:05 +0000)]
As discussed on ML, test is no longer useful
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99731
138bc75d-0d04-0410-961f-
82ee72b054a4
aj [Sun, 15 May 2005 16:36:40 +0000 (16:36 +0000)]
2005-05-15 Eli Zaretskii <eliz@gnu.org>
* fopen_unlocked.c: Enclose multi-word data types in @deftypefn in
braces.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99729
138bc75d-0d04-0410-961f-
82ee72b054a4
aj [Sun, 15 May 2005 16:35:44 +0000 (16:35 +0000)]
2005-05-15 Eli Zaretskii <eliz@gnu.org>
* pexecute.txh: Enclose multi-word data types in @deftypefn in
braces. Minor wording fixes. Use --- for em-dash. Use
@enumerate in enumerated lists.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99728
138bc75d-0d04-0410-961f-
82ee72b054a4
aj [Sun, 15 May 2005 15:50:09 +0000 (15:50 +0000)]
* m4/eoshift1.m4: Initialize variables to avoid warnings.
* m4/eoshift3.m4: Initialize variables to avoid warnings.
* generated/eoshift1_4.c, generated/eoshift1_8.c,
generated/eoshift3_4.c, generated/eoshift3_8.c: Regenerated.
* intrinsics/spread_generic.c (spread): Initialize variables to
avoid warnings.
* intrinsics/eoshift0.c (eoshift0): Initialize variables to avoid
warnings.
* intrinsics/eoshift2.c (eoshift2): Initialize variables to avoid
warnings.
* io/list_read.c (nml_get_obj_data): Initialize variables to avoid
warnings.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99726
138bc75d-0d04-0410-961f-
82ee72b054a4
aj [Sun, 15 May 2005 15:38:21 +0000 (15:38 +0000)]
* aclocal.m4: Regenerated.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99724
138bc75d-0d04-0410-961f-
82ee72b054a4
aj [Sun, 15 May 2005 15:37:18 +0000 (15:37 +0000)]
* intrinsics/pack_generic.c (pack): Remove unneeded calculation.
* m4/matmull.m4 (matmul_): Remove unneeded calculations, fix
pointer cast to avoid warning.
* generated/matmul_l4.c: Regenerated.
* generated/matmul_l8.c: Regenerated.
* Makefile.am: Remove AM_CFLAGS here.
* configure.ac: Define AM_CFLAGS and AM_FCFLAGS so that warnings
are set. Set additionally -Wstrict-prototypes for CFLAGS.
* Makefile.in: Regenerated
* configure: Regenerated.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99723
138bc75d-0d04-0410-961f-
82ee72b054a4
aj [Sun, 15 May 2005 15:33:12 +0000 (15:33 +0000)]
* intrinsics/system_clock.c (system_clock_4, system_clock_8): Add
missing returns, reformat a bit.
* io/write.c (nml_write_obj): Use %d again - and cast to int,
st_sprintf does not handle %ld.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99722
138bc75d-0d04-0410-961f-
82ee72b054a4
aj [Sun, 15 May 2005 13:25:19 +0000 (13:25 +0000)]
* io/unit.c (is_internal_unit): Add void as parameter list.
* io/transfer.c: Move prototype declarations before the functions.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99721
138bc75d-0d04-0410-961f-
82ee72b054a4
aj [Sun, 15 May 2005 12:49:45 +0000 (12:49 +0000)]
Remove extra whitespace.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99720
138bc75d-0d04-0410-961f-
82ee72b054a4
aj [Sun, 15 May 2005 12:44:42 +0000 (12:44 +0000)]
* runtime/normalize.c (almostone_r4, almostone_r8): Fix parameter
list.
* intrinsics/random.c (KISS_DEFAULT_SEED): Remove extra semicolon.
* io/transfer.c: Do not use empty initializers for global objects.
Add missing initializers.
* io/lock.c: Do not use empty initializers for global objects.
* io/close.c: Add missing initializers.
* runtime/environ.c: Add missing initializers. Do not use empty
initializers for global object.
(init_string): Mark argument as unused.
* runtime/main.c (cleanup): Fix parameter list.
* io/io.h: Fix parameter lists.
* m4/transpose.m4, m4/matmul.m4: Fix pointer cast to avoid
warning.
* generated/transpose_c4.c, generated/transpose_c8.c,
generated/transpose_i4.c, generated/transpose_i8.c,
generated/matmul_c4.c, generated/matmul_c8.c,
generated/matmul_i4.c, generated/matmul_i8.c,
generated/matmul_r4.c, generated/matmul_r8.c: Regenerated.
* io/write.c (nml_write_obj): Fix 64-bit problem.
* io/list_read.c (nml_get_obj_data): Add missing braces around
initializer to avoid warnings.
* intrinsics/etime.c (etime_sub): Remove unused variable.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99719
138bc75d-0d04-0410-961f-
82ee72b054a4
aj [Sun, 15 May 2005 08:25:52 +0000 (08:25 +0000)]
* intrinsics/chdir.c, intrinsics/getlog.c, intrinsics/link.c,
intrinsics/symlnk.c, intrinsics/perror.c: Include <string.h> for
prototypes.
* runtime/string.c (compare0): Remove unused variable.
* io/unit.c (init_units): Remove unused variables.
* intrinsics/getcwd.c (getcwd_i4_sub): Remove unused variable.
* intrinsics/unlink.c (unlink_i4_sub): Remove unused variable.
* intrinsics/stat.c (stat_i4_sub, fstat_i8_sub, fstat_i4_sub,
stat_i8_sub): Remove unused variable.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99716
138bc75d-0d04-0410-961f-
82ee72b054a4
rsandifo [Sun, 15 May 2005 08:16:01 +0000 (08:16 +0000)]
* opth-gen.awk: Remove excess indentation.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99715
138bc75d-0d04-0410-961f-
82ee72b054a4
rsandifo [Sun, 15 May 2005 08:10:10 +0000 (08:10 +0000)]
* optc-gen.awk: Remove excess indentation.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99714
138bc75d-0d04-0410-961f-
82ee72b054a4
fengwang [Sun, 15 May 2005 02:45:29 +0000 (02:45 +0000)]
2005-05-15 Feng Wang <fengwang@nudt.edu.cn>
Jerry DeLisle <jvdelisle@verizon.net>
PR fortran/17432
* trans-stmt.c (gfc_trans_label_assign): fix pointer type, to
resolve ICE on assign of format label.
* trans-io.c (set_string): add fold-convert to properly
handle assigned format label in write.
2005-05-15 Jerry DeLisle <jvdelisle@verizon.net>
PR fortran/17432
* gfortran.dg/assign_4.f: New test.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99711
138bc75d-0d04-0410-961f-
82ee72b054a4
kkojima [Sun, 15 May 2005 02:02:58 +0000 (02:02 +0000)]
* config/sh/sh.c (sh_output_mi_thunk): Check cfun->cfg instead
of basic_block_info. Call init_flow and find_basic_blocks
before dbr_schedule if needed.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99710
138bc75d-0d04-0410-961f-
82ee72b054a4
gccadmin [Sun, 15 May 2005 00:16:42 +0000 (00:16 +0000)]
Daily bump.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99708
138bc75d-0d04-0410-961f-
82ee72b054a4
kazu [Sat, 14 May 2005 20:32:59 +0000 (20:32 +0000)]
gcc/
PR tree-optimization/21563
* tree-vrp.c (compare_value): Return boolean_false_node when
SSA_NAME in "if (SSA_NAME == CST)" is strictly smaller than or
strictly larger than CST.
testsuite/
PR tree-optimization/21563
* gcc.dg/tree-ssa/pr21563.c: New.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99705
138bc75d-0d04-0410-961f-
82ee72b054a4
kazu [Sat, 14 May 2005 20:22:58 +0000 (20:22 +0000)]
* tree-optimize.c (init_tree_optimization_passes): Move
pass_cd_dce in place of the last pass_dce.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99704
138bc75d-0d04-0410-961f-
82ee72b054a4
danglin [Sat, 14 May 2005 18:08:20 +0000 (18:08 +0000)]
* config/vax/vax.c: (print_operand_address) Use gcc_unreachable() and
gcc_assert().
(rev_cond_name) Likewise.
(vax_float_literal) Likewise.
* config/vax/vax.md: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99703
138bc75d-0d04-0410-961f-
82ee72b054a4
danglin [Sat, 14 May 2005 17:55:33 +0000 (17:55 +0000)]
* config/vax/vax.md: define_constant VAXens AP, FP, SP and PC
registers and use them (specifically the stack pointer).
* config/vax/vax.h: Use above defines right here.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99702
138bc75d-0d04-0410-961f-
82ee72b054a4
danglin [Sat, 14 May 2005 17:50:00 +0000 (17:50 +0000)]
* config/vax/vax.c: (override_options) Remove 'register' keyword.
(split_quadword_operands) Likewise. (rev_cond_name) Likewise.
(vax_float_literal) Likewise. (vax_rtx_costs) Remove trailing
whitespace.
* config/vax/vax.h: Remove 'register' keyword. Misc. whitespace fixes,
mostly removal of trailing spaces...
* config/vax/vax-modes.def: Remove trailing whitespace.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99701
138bc75d-0d04-0410-961f-
82ee72b054a4
danglin [Sat, 14 May 2005 17:38:46 +0000 (17:38 +0000)]
* config/vax/elf.h: Update whitespace.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99700
138bc75d-0d04-0410-961f-
82ee72b054a4
rguenth [Sat, 14 May 2005 15:42:01 +0000 (15:42 +0000)]
2005-05-14 Richard Guenther <rguenth@gcc.gnu.org>
Revert
2005-05-11 Richard Guenther <rguenth@gcc.gnu.org>
* fold-const.c (fold_indirect_ref_1): Avoid removing
NOP_EXPRs with type qualifiers like const.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99699
138bc75d-0d04-0410-961f-
82ee72b054a4
hubicka [Sat, 14 May 2005 14:32:39 +0000 (14:32 +0000)]
Patch by Richard Henderson:
* tree-eh.c (tree_can_throw_internal, tree_can_throw_external):
Handle RESX expressions properly.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99698
138bc75d-0d04-0410-961f-
82ee72b054a4
hubicka [Sat, 14 May 2005 14:27:09 +0000 (14:27 +0000)]
* tree-eh.c (record_stmt_eh_region): Use add_stmt_to_eh_region.
(add_stmt_to_eh_region_fn): Nest into CALL_EXPR.
(remove_stmt_from_eh_region_fn): Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99697
138bc75d-0d04-0410-961f-
82ee72b054a4
hubicka [Sat, 14 May 2005 14:24:49 +0000 (14:24 +0000)]
* tree-cfg.c (execute_warn_function_return): Break out noreturn
warning too..
(execute_warn_function_noreturn): ... here.
(pass_warn_function_noreturn): New pass.
* tree-pass.h (pass_warn_function_noreturn): Declare
* tree-optimize.c (init_tree_optimization_passes): Move return
warnings early and add noreturn warnings at place of previous
return warnings.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99696
138bc75d-0d04-0410-961f-
82ee72b054a4
kazu [Sat, 14 May 2005 13:05:37 +0000 (13:05 +0000)]
* tree-ssa-live.c (tpa_init, tpa_delete, tpa_compact,
root_var_init, type_var_init): Use VEC instead of VARRAY.
* tree-ssa-live.h (tree_partition_associator_d): Change the
type of trees to VEC(tree,heap)*.
(tpa_tree): Use VEC instead of VARRAY.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99695
138bc75d-0d04-0410-961f-
82ee72b054a4
rguenth [Sat, 14 May 2005 12:53:20 +0000 (12:53 +0000)]
2005-05-14 Richard Guenther <rguenth@gcc.gnu.org>
* fold-const.c (div_if_zero_remainder): New function.
(try_move_mult_to_index): Use it.
* g++.dg/tree-ssa/tmmti-2.C: New testcase.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99694
138bc75d-0d04-0410-961f-
82ee72b054a4
kazu [Sat, 14 May 2005 03:25:44 +0000 (03:25 +0000)]
* tree-eh.c (leh_tf_state): Change the type of dest_array to
VEC(tree,heap)*.
(maybe_record_in_goto_queue, lower_try_finally_onedest,
lower_try_finally_copy, lower_try_finally_switch,
lower_try_finally): Use VEC instead of VARRAY.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99693
138bc75d-0d04-0410-961f-
82ee72b054a4
hp [Sat, 14 May 2005 02:33:25 +0000 (02:33 +0000)]
* config/cris/cris.h (Node: Register Classes): Remove obsoleted
comment regarding defined register classes.
(LEGITIMIZE_RELOAD_ADDRESS): Do not define.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99692
138bc75d-0d04-0410-961f-
82ee72b054a4
kazu [Sat, 14 May 2005 00:46:12 +0000 (00:46 +0000)]
* tree-optimize.c (init_tree_optimization_passes): Move
pass_merge_phi before the first pass_dominator.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99691
138bc75d-0d04-0410-961f-
82ee72b054a4
bryce [Sat, 14 May 2005 00:42:46 +0000 (00:42 +0000)]
2005-05-13 Bryce McKinlay <mckinlay@redhat.com>
PR libgcj/21557
* java/lang/natObject.cc (_Jv_MonitorEnter): Save and clear thread
interrupt status flag if _Jv_CondWait is interrupted.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99687
138bc75d-0d04-0410-961f-
82ee72b054a4
gccadmin [Sat, 14 May 2005 00:16:34 +0000 (00:16 +0000)]
Daily bump.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99684
138bc75d-0d04-0410-961f-
82ee72b054a4
rearnsha [Fri, 13 May 2005 21:56:58 +0000 (21:56 +0000)]
* arm.h (INITIALIZE_TRAMPOLINE): Make the call to __clear_cache
unconditional.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99680
138bc75d-0d04-0410-961f-
82ee72b054a4
pbrook [Fri, 13 May 2005 21:13:17 +0000 (21:13 +0000)]
2005-05-13 Josh Conner <jconner@apple.com>
* config/arm/arm.c (arm_size_return_regs): New.
(thumb_unexpanded_epilogue): replace in-line calculation
of return registers with call to arm_size_return_regs.
(use_return_insn): Include test of which registers are
being used to hold return values, to accommodate
vector return values.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99679
138bc75d-0d04-0410-961f-
82ee72b054a4
tromey [Fri, 13 May 2005 20:20:56 +0000 (20:20 +0000)]
* gnu/gcj/runtime/SystemClassLoader.java (init): Handle empty
element in path.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99676
138bc75d-0d04-0410-961f-
82ee72b054a4
aldyh [Fri, 13 May 2005 19:52:39 +0000 (19:52 +0000)]
* config/rs6000/sysv4.opt (mlittle): Handle.
* config/rs6000/rs6000.c (rs6000_handle_option): Set
target_flags_explicit when appropriate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99675
138bc75d-0d04-0410-961f-
82ee72b054a4
amylaar [Fri, 13 May 2005 18:22:57 +0000 (18:22 +0000)]
PR middle-end/20714:
* optabs.c (no_conflict_data): New struct.
(no_conflict_move_test): New function.
(emit_no_conflict_block): Use it.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99674
138bc75d-0d04-0410-961f-
82ee72b054a4
nemet [Fri, 13 May 2005 17:51:16 +0000 (17:51 +0000)]
* doc/invoke.texi (Debugging Options): Option
-fdump-translation-unit only works with C++ now.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99673
138bc75d-0d04-0410-961f-
82ee72b054a4
jules [Fri, 13 May 2005 17:34:45 +0000 (17:34 +0000)]
* gcc.c-torture/execute/
20041218-2.c: Add __attribute__((packed)).
* gcc.dg/intmax_t-1.c: Disable on *arm*-*-*elf*.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99672
138bc75d-0d04-0410-961f-
82ee72b054a4
hp [Fri, 13 May 2005 17:09:56 +0000 (17:09 +0000)]
Correct mixup in last entry
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99670
138bc75d-0d04-0410-961f-
82ee72b054a4
hp [Fri, 13 May 2005 17:08:29 +0000 (17:08 +0000)]
Replace calls to abort in CRIS port.
* config/cris/cris.h (CRIS_ASSERT): New macro.
* config/cris/cris.md ("*movsi_internal"): Use CRIS_ASSERT and
internal_error instead of abort.
("movsi"): Ditto. Unquote preparation statement section.
* config/cris/cris.c (ASSERT_PLT_UNSPEC): Define in terms of
CRIS_ASSERT.
("call", "call_value"): Ditto, but use gcc_assert where
appropriate. Tweak comments.
(cris_op_str): Call internal_error, not abort.
(cris_print_operand): Tweak "abort" reference to "die" in comment.
(cris_initial_elimination_offset): Call gcc_unreachable, not abort.
(cris_notice_update_cc): Call internal_error, not abort.
(cris_expand_return, cris_expand_prologue, cris_gen_movem_load)
(cris_emit_movem_store, cris_asm_output_symbol_ref)
(cris_output_addr_const_extra): Use CRIS_ASSERT, don't call abort.
(cris_symbol, cris_got_symbol): Use CRIS_ASSERT instead of
ENABLE_CHECKING-guarded abort call.
(cris_split_movdx): Use CRIS_ASSERT instead of abort with test.
Use internal_error at end of test-chain.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99669
138bc75d-0d04-0410-961f-
82ee72b054a4
amylaar [Fri, 13 May 2005 16:56:11 +0000 (16:56 +0000)]
PR rtl-optimization/20769:
* bt-load.c (compute_defs_uses_and_gen): Check for the blockage
pattern emitted by expand_nl_goto_receiver.
PR middle-end/20793:
* integrate.c (allocate_initial_values): Update register liveness
information.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99668
138bc75d-0d04-0410-961f-
82ee72b054a4
jules [Fri, 13 May 2005 16:44:16 +0000 (16:44 +0000)]
* arm.c (arm_return_in_memory): Add handling for vector return types.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99666
138bc75d-0d04-0410-961f-
82ee72b054a4
davidu [Fri, 13 May 2005 15:24:35 +0000 (15:24 +0000)]
* config/mips/mips.h (processor_type): Add new PROCESSOR_4KP
name.
* config/mips/mips.c: Add 4km alias.
* config/mips/mips.md: Add 4kp to cpu attrib and include 4k.md.
* config/mips/4k.md: New file, add 4Kc/4Kp DFA pipeline
description.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99664
138bc75d-0d04-0410-961f-
82ee72b054a4
paolo [Fri, 13 May 2005 15:24:30 +0000 (15:24 +0000)]
2005-05-13 Magnus Fromreide <magfr@lysator.liu.se>
* testsuite/27_io/basic_streambuf/sgetn/char/1.cc: Use
initialization instead of copying as the string is used only once.
* testsuite/27_io/basic_streambuf/sgetn/wchar_t/1.cc: Likewise.
* testsuite/27_io/basic_streambuf/sputn/char/1.cc: Likewise.
* testsuite/27_io/basic_streambuf/sputn/wchar_t/1.cc: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99663
138bc75d-0d04-0410-961f-
82ee72b054a4
davidu [Fri, 13 May 2005 15:21:49 +0000 (15:21 +0000)]
* MAINTAINERS (Write After Approval): Add self.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99662
138bc75d-0d04-0410-961f-
82ee72b054a4
pbrook [Fri, 13 May 2005 14:34:29 +0000 (14:34 +0000)]
2005-05-13 Paul Brook <paul@codesourcery.com>
* trans-stmt.c (gfc_trans_forall_1): Fix comment typo.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99660
138bc75d-0d04-0410-961f-
82ee72b054a4
hubicka [Fri, 13 May 2005 14:00:55 +0000 (14:00 +0000)]
* c-decl.c (finish_function): Suppress "control reaches end of
non-void function" when "no return statement in function
returning non-void" is issued.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99659
138bc75d-0d04-0410-961f-
82ee72b054a4
hubicka [Fri, 13 May 2005 13:57:19 +0000 (13:57 +0000)]
* gcc.dg/builtins-43.c: Use gimple dump instead of generic.
* gcc.dg/fold-xor-?.c: Likewise.
* gcc.dg/pr15784-?.c: Likewise.
* gcc.dg/pr20922-?.c: Likewise.
* gcc.dg/tree-ssa/
20050128-1.c: Likewise.
* gcc.dg/tree-ssa/pr17598.c: Likewise.
* gcc.dg/tree-ssa/pr20470.c: Likewise.
* tree-inline.c (copy_body_r): Simplify substituted ADDR_EXPRs.
* tree-optimize.c (pass_gimple): Kill.
(init_tree_optimization_passes): Kill pass_gimple.
* tree-cfg.c (build_tree_cfg): Do verify_stmts to check that we are gimple.
* tree-dump.c (dump_files): Rename .generic to .gimple.*
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99658
138bc75d-0d04-0410-961f-
82ee72b054a4
amylaar [Fri, 13 May 2005 13:34:17 +0000 (13:34 +0000)]
PR rtl-optimization/20756:
* basic-block.h (PROP_DEAD_INSN): Define.
* flow.c (propagate_one_insn): Set during mark_set_regs call
for a dead insn.
(mark_set_1): Emit a clobber when we are about to delete a dead insn
that kills a live register.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99657
138bc75d-0d04-0410-961f-
82ee72b054a4
uweigand [Fri, 13 May 2005 12:27:10 +0000 (12:27 +0000)]
Fix last ChangeLog entry.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99656
138bc75d-0d04-0410-961f-
82ee72b054a4
amylaar [Fri, 13 May 2005 12:25:28 +0000 (12:25 +0000)]
PR rtl-optimization/20756:
* basic-block.h (PROP_DEAD_INSN): Define.
* flow.c (propagate_one_insn): Set during mark_set_regs call
for a dead insn.
(mark_set_1): Emit a clobber when we are about to delete a dead insn
that kills a live register.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99655
138bc75d-0d04-0410-961f-
82ee72b054a4
uweigand [Fri, 13 May 2005 12:21:01 +0000 (12:21 +0000)]
2005-05-13 Adrian Straetling <straetling@de.ibm.com>
* config/s390.md: ("DBL"): New mode attribute.
("*movmem_long_64", "*movmem_long_31"): Merge to "*movmem_long".
("*clrmem_long_64", "*clrmem_long_31"): Merge to "*clrmem_long".
("*cmpmem_long_64", "*cmpmem_long_31"): Merge to "*cmpmem_long".
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99654
138bc75d-0d04-0410-961f-
82ee72b054a4
rguenth [Fri, 13 May 2005 09:48:12 +0000 (09:48 +0000)]
2005-05-14 Richard Guenther <rguenth@gcc.gnu.org>
* c-format.c (check_format_arg): Handle string literals of
the form &"string"[offset].
* g++.dg/warn/format4.C: New testcase.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99652
138bc75d-0d04-0410-961f-
82ee72b054a4
nickc [Fri, 13 May 2005 08:03:47 +0000 (08:03 +0000)]
Update the address and telephone number of the FSF organization
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99650
138bc75d-0d04-0410-961f-
82ee72b054a4
bkoz [Fri, 13 May 2005 03:46:26 +0000 (03:46 +0000)]
2005-05-12 Benjamin Kosnik <bkoz@redhat.com>
* scripts/create_testsuite_files: Fix.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99648
138bc75d-0d04-0410-961f-
82ee72b054a4
kazu [Fri, 13 May 2005 03:19:57 +0000 (03:19 +0000)]
* config/mips/3000.md, config/mips/4000.md,
config/mips/4100.md, config/mips/4300.md, config/mips/4600.md,
config/mips/5000.md, config/mips/7000.md, config/mips/9000.md,
config/mips/generic.md, config/pdp11/pdp11.md,
config/sh/crt1.asm, config/sh/lib1funcs.asm,
config/sh/sh-modes.def, config/sh/sh-protos.h,
config/sh/shmedia.md, config/sh/ushmedia.h: Update copyright.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99647
138bc75d-0d04-0410-961f-
82ee72b054a4
bryce [Fri, 13 May 2005 01:02:39 +0000 (01:02 +0000)]
2005-05-12 Bryce McKinlay <mckinlay@redhat.com>
* include/jvm.h (gcj::verifyClasses): Declare.
* link.cc (gcj::verbose_class_flag): Moved.
* prims.cc (gcj::verifyClasses): Define here.
(gcj::verbose_class_flag): Move definition here.
(_Jv_Linker::wait_for_state): Don't call verify_class
if gcj::verifyClasses is not set.
* gij.cc (main): Set gcj::verifyClasses when '-noverify' is given.
2005-05-12 Aaron Luchko <aluchko@redhat.com>
* gij.cc (main): Recognize '-verify', '-noverify', and
'-verifyremote'
2005-05-12 Aaron Luchko <aluchko@redhat.com>
* gcj.texi: Add '-verify', '-noverify', and '-verifyremote'.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99646
138bc75d-0d04-0410-961f-
82ee72b054a4
kkojima [Fri, 13 May 2005 00:23:28 +0000 (00:23 +0000)]
* testsuite/18_support/numeric_limits.cc (dg-options): Add
-mieee to options on sh*-*-*.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99643
138bc75d-0d04-0410-961f-
82ee72b054a4
kkojima [Fri, 13 May 2005 00:21:01 +0000 (00:21 +0000)]
* configure.host: Set IEEESPEC to -mieee for sh*-*-*.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99642
138bc75d-0d04-0410-961f-
82ee72b054a4
gccadmin [Fri, 13 May 2005 00:16:20 +0000 (00:16 +0000)]
Daily bump.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99640
138bc75d-0d04-0410-961f-
82ee72b054a4
rth [Thu, 12 May 2005 23:52:37 +0000 (23:52 +0000)]
* function.c (instantiate_virtual_regs_in_insn): Do not simplify
addition to move unless dest is a register. Do not skip
instantiation in dest on addition simplification.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99637
138bc75d-0d04-0410-961f-
82ee72b054a4
fitzsim [Thu, 12 May 2005 23:45:17 +0000 (23:45 +0000)]
2005-05-12 Thomas Fitzsimmons <fitzsim@redhat.com>
* Makefile.am (cond_gtk_gcjawt_ltlibrary): Rename libjawt.la
libgcjawt.la.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99636
138bc75d-0d04-0410-961f-
82ee72b054a4
hp [Thu, 12 May 2005 23:36:46 +0000 (23:36 +0000)]
* config/cris/cris.c (cris_print_operand) <case 'H'; case
CONST_INT>: Use operand_subword and HOST_WIDE_INT_PRINT_DEC for
output; don't have special case for HOST_BITS_PER_WIDE_INT == 32.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99635
138bc75d-0d04-0410-961f-
82ee72b054a4
hubicka [Thu, 12 May 2005 22:32:16 +0000 (22:32 +0000)]
* basic-block.h (FOR_ALL_BB_FN): New macro.
(init_flow): Initialize cfg structure.
* function.c (allocate_struct_function): Do not initialize cfg structure.
* tree-cfg.c (init_empty_tree_cfg): Break out from ...
(build_tree_cfg): ... here.
* tree-flow.h (init_empty_tree_cfg): Declare.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99633
138bc75d-0d04-0410-961f-
82ee72b054a4
dberlin [Thu, 12 May 2005 22:13:00 +0000 (22:13 +0000)]
Fix PR tree-optimization/21520
* tree-ssa-pre.c (phi_translate): Use fully_constant_expression
to attempt to fold constants.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99632
138bc75d-0d04-0410-961f-
82ee72b054a4
kkojima [Thu, 12 May 2005 21:45:05 +0000 (21:45 +0000)]
* config/sh/sh.c: Declare the prototype of sh_adjust_unroll_max
only when TARGET_ADJUST_UNROLL_MAX is defined.
(general_movsrc_operand): Use the C style comment.
(ua_offset): Use prototype.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99631
138bc75d-0d04-0410-961f-
82ee72b054a4
rakdver [Thu, 12 May 2005 19:41:10 +0000 (19:41 +0000)]
* tree-ssa-loop-im.c (struct mem_ref): Add field "next".
(struct hmr_data, hoist_memory_reference, memref_del,
struct fmrv_data): Removed.
(hoist_memory_references, free_mem_ref, free_mem_refs): New functions.
(gather_mem_refs, gather_mem_refs_stmt): Add new references to the
list.
(find_more_ref_vops): Traverse the list of memory references.
(determine_lsm_loop): Work with the list of memory references instead
of traversing the hashtable.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99627
138bc75d-0d04-0410-961f-
82ee72b054a4
sje [Thu, 12 May 2005 19:29:53 +0000 (19:29 +0000)]
libiberty.h: Do not define empty basename prototype.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99626
138bc75d-0d04-0410-961f-
82ee72b054a4