OSDN Git Service
gccadmin [Tue, 23 Aug 2005 00:16:18 +0000 (00:16 +0000)]
Daily bump.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103370
138bc75d-0d04-0410-961f-
82ee72b054a4
wilson [Tue, 23 Aug 2005 00:12:18 +0000 (00:12 +0000)]
Fix FreeBSD fopen instrumentation.
* mf-hooks2.c (MF_REGISTER_fopen): Define to __MF_TYPE_STATIC when
__FreeBSD__ is defined.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103368
138bc75d-0d04-0410-961f-
82ee72b054a4
bje [Mon, 22 Aug 2005 23:59:14 +0000 (23:59 +0000)]
* gcc.c-torture/execute/ieee/ieee.exp: Load gcc-dg.exp library.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103365
138bc75d-0d04-0410-961f-
82ee72b054a4
wilson [Mon, 22 Aug 2005 23:56:29 +0000 (23:56 +0000)]
Correct PR number in last patch checked in.
PR tree-optimization/23426
* decl.c (grokdeclarator): Use TYPE_SIZE_UNIT not TYPE_SIZE for
array size check.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103364
138bc75d-0d04-0410-961f-
82ee72b054a4
wilson [Mon, 22 Aug 2005 23:52:22 +0000 (23:52 +0000)]
Partial fix for too large arrays.
PR tree-optimization/21105
* decl.c (grokdeclarator): Use TYPE_SIZE_UNIT not TYPE_SIZE for
array size check.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103363
138bc75d-0d04-0410-961f-
82ee72b054a4
tromey [Mon, 22 Aug 2005 22:39:11 +0000 (22:39 +0000)]
PR libgcj/22622:
* configure: Rebuilt.
* configure.ac: Correctly create Configuration.java (for
temporary use).
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103362
138bc75d-0d04-0410-961f-
82ee72b054a4
kcook [Mon, 22 Aug 2005 22:36:35 +0000 (22:36 +0000)]
2005-08-22 Kelley Cook <kcook@gcc.gnu.org>
* Makefile.am (ACLOCAL_AMFLAGS): Also include "..".
* acinclude.m4: Delete. Extract CHECK_FOR_BROKEN_MINGW_LD to ...
* mingwld.m4: ... this new file.
* aclocal.m4, Makefile.in, gcj/Makefile.in: Regenerate.
* include/Makefile.in, testsuite/Makfile.in: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103361
138bc75d-0d04-0410-961f-
82ee72b054a4
kcook [Mon, 22 Aug 2005 21:51:59 +0000 (21:51 +0000)]
2005-08-22 Kelley Cook <kcook@gcc.gnu.org>
* Makefile.am (ACLOCAL_AMFLAGS): New.
* Makefile.in: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103358
138bc75d-0d04-0410-961f-
82ee72b054a4
tromey [Mon, 22 Aug 2005 20:01:53 +0000 (20:01 +0000)]
PR libgcj/23498:
* doc/Makefile.am (info_TEXINFOS): Commented out.
* doc/Makefile.in: Rebuilt.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103353
138bc75d-0d04-0410-961f-
82ee72b054a4
jakub [Mon, 22 Aug 2005 16:58:50 +0000 (16:58 +0000)]
PR rtl-optimization/23478
* regs.h (reg_info): Add throw_calls_crossed.
(REG_N_THROWING_CALLS_CROSSED): Define.
* flow.c (allocate_reg_life_data): Initialize
REG_N_THROWING_CALLS_CROSSED.
(propagate_one_insn, attempt_auto_inc): Update
REG_N_THROWING_CALLS_CROSSED.
* global.c (global_alloc): Don't allocate pseudos across
calls that may throw.
* g++.dg/opt/pr23478.C: New test.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103348
138bc75d-0d04-0410-961f-
82ee72b054a4
aldyh [Mon, 22 Aug 2005 16:54:35 +0000 (16:54 +0000)]
* MAINTAINERS: Add self as ms1 maintainer.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103347
138bc75d-0d04-0410-961f-
82ee72b054a4
pinskia [Mon, 22 Aug 2005 16:25:57 +0000 (16:25 +0000)]
Fix PR number in changelog:
2005-08-22 Andrew Pinski <pinskia@physics.uc.edu>
PR c/18715
* gcc.dg/switch-warn-3.c: New test.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103344
138bc75d-0d04-0410-961f-
82ee72b054a4
pinskia [Mon, 22 Aug 2005 16:21:18 +0000 (16:21 +0000)]
2005-08-22 Andrew Pinski <pinskia@physics.uc.edu>
PR c/18715
* c-common.c (c_do_switch_warnings): Look for a node where the enum's
value is inbetween the range if we did not find an exact match.
2005-08-22 Andrew Pinski <pinskia@physics.uc.edu>
PR c/18175
* gcc.dg/switch-warn-3.c: New test.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103343
138bc75d-0d04-0410-961f-
82ee72b054a4
aldyh [Mon, 22 Aug 2005 16:12:14 +0000 (16:12 +0000)]
* doc/invoke.texi (Option Summary): Add ms1 options.
* doc/extend.texi: Document interrupt handler attribute for ms1.
* doc/md.texi: Document ms1 constraints.
* config.gcc: Add ms1-*-elf.
* config/ms1/ms1.h: New.
* config/ms1/ms1.c: New.
* config/ms1/ms1.md: New.
* config/ms1/ms1-protos.h: New.
* config/ms1/ABI.txt: New.
* config/ms1/crti.asm: New.
* config/ms1/crtn.asm: New.
* config/ms1/lib2extra-funcs.c: New.
* config/ms1/t-ms1: New.
* config/ms1/ms1.opt: New.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103342
138bc75d-0d04-0410-961f-
82ee72b054a4
reichelt [Mon, 22 Aug 2005 09:48:26 +0000 (09:48 +0000)]
PR c++/22233
* pt.c (push_template_decl_real): Return error_mark_node if the
number of template parameters does not match previous definition.
* g++.dg/template/param1.C: New test.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103339
138bc75d-0d04-0410-961f-
82ee72b054a4
reichelt [Mon, 22 Aug 2005 08:37:17 +0000 (08:37 +0000)]
PR c++/23089
* decl.c (require_complete_types_for_parms): Mark incomplete types
as invalid.
* g++.dg/other/incomplete1.C: New test.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103336
138bc75d-0d04-0410-961f-
82ee72b054a4
irar [Mon, 22 Aug 2005 08:13:18 +0000 (08:13 +0000)]
* config/rs6000/altivec.md (xorv4sf3): New.
(negv4sf2, neg<mode>2): Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103335
138bc75d-0d04-0410-961f-
82ee72b054a4
rth [Mon, 22 Aug 2005 03:07:43 +0000 (03:07 +0000)]
PR target/23485
* config/ia64/ia64.md (divsi3): Check divide by zero.
(udivsi3): Likewise.
(divdi3): Likewise.
(udivdi3): Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103331
138bc75d-0d04-0410-961f-
82ee72b054a4
kargl [Mon, 22 Aug 2005 00:21:40 +0000 (00:21 +0000)]
* decl.c: Typo in comment.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103330
138bc75d-0d04-0410-961f-
82ee72b054a4
gccadmin [Mon, 22 Aug 2005 00:16:16 +0000 (00:16 +0000)]
Daily bump.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103327
138bc75d-0d04-0410-961f-
82ee72b054a4
danglin [Sun, 21 Aug 2005 23:35:46 +0000 (23:35 +0000)]
PR libgcj/23507
* stacktrace.cc (_Jv_StackTrace::UnwindTraceFn): Fix typo in newLength
assignment. Cast operands of compare to function pointer type.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103325
138bc75d-0d04-0410-961f-
82ee72b054a4
tromey [Sun, 21 Aug 2005 23:24:58 +0000 (23:24 +0000)]
* HACKING: Updated for hacking classpath in libgcj.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103324
138bc75d-0d04-0410-961f-
82ee72b054a4
kargl [Sun, 21 Aug 2005 22:04:35 +0000 (22:04 +0000)]
* array.c: Bump GFC_MAX_AC_EXPAND from 100 to 65535.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103323
138bc75d-0d04-0410-961f-
82ee72b054a4
tobi [Sun, 21 Aug 2005 15:28:27 +0000 (15:28 +0000)]
fortran/
* gfortran.h (gfc_option_t): Remove source field. Add
flag_d_lines field.
(gfc_new_file): Remove arguments in prototype.
(gfc_source_file): Make 'const char *'.
* f95-lang.c (gfc_init): Use gfc_source_file instead of
gfc_option.source. Call gfc_new_file without arguments.
* invoke.texi: Document new options '-fd-lines-as-code' and
'-fd-lines-as-comment'.
* lang.opt: Add new options. Alphabetize.
* options.c (gfc_init_options): Initialize gfc_source_file instead
of gfc_option.source. Initialize gfc_option.flag_d_lines.
(form_from_filename): Move here from scanner.c. Make
'filename' argument 'const'.
(gfc_post_options): Set gfc_source_file. Determine source form.
Warn if 'd-lines*' are used in free form.
* scanner.c (gfc_source_file): Constify.
(skip_fixed_comments): Deal with d-lines.
(get_file): Constify argument 'name'.
(load_file): Constify argument 'filename'.
(form_from_filename): Moved to options.c.
(gfc_new_file): Remove arguments. Don't initialize
gfc_source_file, don't determine source form.
* trans-const.c (gfc_init_constants): Use gfc_source_file instead
of gfc_option.source.
testsuite/
* d_lines_1.f, d_lines_2.f, d_lines_3.f, d_lines_4.f,
d_lines_5.f: New.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103322
138bc75d-0d04-0410-961f-
82ee72b054a4
jakub [Sun, 21 Aug 2005 13:27:56 +0000 (13:27 +0000)]
* simplify-rtx.c (simplify_immed_subreg) <case CONST_DOUBLE>: Only clear
up to elem_bitsize bits, not max_bitsize.
* gcc.target/i386/sse-4.c: New test.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103318
138bc75d-0d04-0410-961f-
82ee72b054a4
spop [Sun, 21 Aug 2005 10:59:15 +0000 (10:59 +0000)]
PR tree-optimization/23433
* tree-chrec.c (chrec_apply): Translate INTEGER_CST to a
REAL_CST when the type is SCALAR_FLOAT_TYPE_P.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103317
138bc75d-0d04-0410-961f-
82ee72b054a4
spop [Sun, 21 Aug 2005 10:54:09 +0000 (10:54 +0000)]
* testsuite/gcc.dg/tree-ssa/pr23391.c: Should be compiled with -O2.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103316
138bc75d-0d04-0410-961f-
82ee72b054a4
spop [Sun, 21 Aug 2005 10:48:23 +0000 (10:48 +0000)]
PR tree-optimization/23434
* tree-ssa-loop-niter.c (proved_non_wrapping_p): Give up when
the iteration bound is not an INTEGER_CST.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103315
138bc75d-0d04-0410-961f-
82ee72b054a4
dorit [Sun, 21 Aug 2005 06:38:27 +0000 (06:38 +0000)]
* tree-vect-transform.c (get_initial_def_for_reduction): Set
need_epilog_adjust back to false for MIN/MAX case. Set *scalar_def to
NULL if need_epilog_adjust is false.
(vect_create_epilog_for_reduction): Variable adjust_in_epilog removed.
Case 3 always peels first itration, not just for PLUS case, and no need
to use scalar_initial_def here. Create an epilog adjustment only if
scalar_initial_def is not NULL.
(vectorizable_reduction): Remove assert.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103314
138bc75d-0d04-0410-961f-
82ee72b054a4
gccadmin [Sun, 21 Aug 2005 00:16:14 +0000 (00:16 +0000)]
Daily bump.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103311
138bc75d-0d04-0410-961f-
82ee72b054a4
hjl [Sat, 20 Aug 2005 23:55:07 +0000 (23:55 +0000)]
2005-08-20 H.J. Lu <hongjiu.lu@intel.com>
PR target/23485
* config/ia64/lib1funcs.asm (__divdi3): Check divide by zero.
(__moddi3): Likewise.
(__udivdi3): Likewise.
(__umoddi3): Likewise.
(__divsi3): Likewise.
(__modsi3): Likewise.
(__udivsi3): Likewise.
(__umodsi3): Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103309
138bc75d-0d04-0410-961f-
82ee72b054a4
danglin [Sat, 20 Aug 2005 20:26:26 +0000 (20:26 +0000)]
PR libgcj/21692
* sysdep/pa/descriptor.h: New file.
* configure.host: Use sysdep/pa/descriptor.h on hppa*-*.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103306
138bc75d-0d04-0410-961f-
82ee72b054a4
danglin [Sat, 20 Aug 2005 16:08:51 +0000 (16:08 +0000)]
PR testsuite/23239
* gcc.dg/tree-prof/val-prof-5.c: Fix scan-tree-dump regexp.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103305
138bc75d-0d04-0410-961f-
82ee72b054a4
jakub [Sat, 20 Aug 2005 16:03:58 +0000 (16:03 +0000)]
* tree-pass.h (TDF_GRAPH): Define.
* tree-dump.c (dump_options): Don't set TDF_GRAPH in "all".
* passes.c (finish_optimization_passes): Only call
finish_graph_dump_file if TDF_GRAPH is set.
(execute_one_pass): Only call clean_graph_dump_file if dump_file !=
NULL. Set TDF_GRAPH bit.
(execute_todo): Call print_rtl_graph_with_bb if TDF_GRAPH is set.
* gcc.dg/
20050811-1.c: New test.
* gcc.dg/
20050811-2.c: New test.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103304
138bc75d-0d04-0410-961f-
82ee72b054a4
rearnsha [Sat, 20 Aug 2005 13:43:17 +0000 (13:43 +0000)]
* Makefile.def (libssp): Add to lang_env_dependencies.
* Makefile.in: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103303
138bc75d-0d04-0410-961f-
82ee72b054a4
rearnsha [Sat, 20 Aug 2005 10:59:59 +0000 (10:59 +0000)]
* gcc.dg/arm-eabi1.c (main): Exit with 0 on success.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103302
138bc75d-0d04-0410-961f-
82ee72b054a4
rearnsha [Sat, 20 Aug 2005 10:31:42 +0000 (10:31 +0000)]
* arm.h (arm_stack_offsets): Add locals_base field.
* arm.c (arm_get_frame_offsets): Compute it.
(thumb_compute_initial_elimination offset): Make the Thumb frame
pointer point to the base of the local variables.
(thumb_expand_prologue): Update accordingly.
(thumb_expand_epilogue): Likewise.
* arm.md (thumb_movhi_clobber): Make this insn a define_expand. Change
mode of clobbered scratch to DImode. Handle a case that's known to
need this.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103301
138bc75d-0d04-0410-961f-
82ee72b054a4
dje [Sat, 20 Aug 2005 04:17:17 +0000 (04:17 +0000)]
* config/rs6000/rs6000.md (gt0<mode>): Delete.
(gt0<mode>_compare): Delete.
(neg_gt0<mode>): Delete.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103300
138bc75d-0d04-0410-961f-
82ee72b054a4
gccadmin [Sat, 20 Aug 2005 00:16:15 +0000 (00:16 +0000)]
Daily bump.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103297
138bc75d-0d04-0410-961f-
82ee72b054a4
echristo [Fri, 19 Aug 2005 21:20:02 +0000 (21:20 +0000)]
2005-08-19 Eric Christopher <echristo@apple.com>
* optabs.h: Change CTI_ to COI_.
* optabs.c: Ditto.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103295
138bc75d-0d04-0410-961f-
82ee72b054a4
wilson [Fri, 19 Aug 2005 21:16:20 +0000 (21:16 +0000)]
Fix uninitialized register read problem.
* builtins.c (expand_builtin_return_addr): Set
current_function_accesses_prior_frames when count != 0. Use
frame_pointer_rtx when count == 0.
* function.h (struct function): Add accesses_prior_frames field.
(current_function_accesses_prior_frames): Define.
* reload1.c (init_elim_table): Check
current_function_accesses_prior_frames.
* doc/tm.texi (INITIAL_FRAME_ADDRESS_RTX): Update docs.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103294
138bc75d-0d04-0410-961f-
82ee72b054a4
reichelt [Fri, 19 Aug 2005 19:08:08 +0000 (19:08 +0000)]
* parser.c (cp_parser_nth_token_starts_template_argument_list_p):
Fix typo in leading comment.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103292
138bc75d-0d04-0410-961f-
82ee72b054a4
dnovillo [Fri, 19 Aug 2005 18:52:55 +0000 (18:52 +0000)]
* tree-cfgcleanup.c (cleanup_tree_cfg): Fix flowgraph change
indicator. Return true if the flowgraph changed during
cleanup.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103291
138bc75d-0d04-0410-961f-
82ee72b054a4
dnovillo [Fri, 19 Aug 2005 18:08:55 +0000 (18:08 +0000)]
PR 23476
* tree-cfgcleanup.c (cleanup_control_expr_graph): Fold the
conditional expression before testing its value.
PR 23476
* gcc.c-torture/compile/pr23476.c: New test.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103290
138bc75d-0d04-0410-961f-
82ee72b054a4
dnovillo [Fri, 19 Aug 2005 18:00:25 +0000 (18:00 +0000)]
* doc/invoke.texi: Fix documentation for -ftree-dominator-opts.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103289
138bc75d-0d04-0410-961f-
82ee72b054a4
dpatel [Fri, 19 Aug 2005 17:54:16 +0000 (17:54 +0000)]
PR tree-optimization/23048
* tree-if-conv.c (if_convertible_bb_p): Supply basic_block as
third parameter. Check whether latch is dominated by exit
block or not.
(if_convertible_loop_p): Supply exit block itself to
if_convertible_bb_p.
* gcc.dg/tree-ssa/pr23048.c: New test.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103287
138bc75d-0d04-0410-961f-
82ee72b054a4
rearnsha [Fri, 19 Aug 2005 13:17:04 +0000 (13:17 +0000)]
PR target/23473
* arm.md (arm_load_pic_register): Change argument to the mask of
saved registers. Call thumb_find_work_register if we need a
scratch register on Thumb.
(arm_expand_prologue): Pass empty register set to
arm_load_pic_register.
(thumb_expand_prologue): Pass live_regs_mask directly to
arm_load_pic_register.
* arm-protos.h (arm_load_pic_register): Update prototype.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103277
138bc75d-0d04-0410-961f-
82ee72b054a4
amylaar [Fri, 19 Aug 2005 12:33:54 +0000 (12:33 +0000)]
* sh.c (find_sole_member): New function.
(sh_gimplify_va_arg_expr): Use it. Allow RECORD_TYPE mode mismatch
if the record's alignment is larger than the size of its only member.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103276
138bc75d-0d04-0410-961f-
82ee72b054a4
amylaar [Fri, 19 Aug 2005 12:25:58 +0000 (12:25 +0000)]
* sh.c (find_sole_member): New function.
(sh_gimplify_va_arg_expr): Use it. Allow RECORD_TYPE mode mismatch
if the record's alignment is larger than the size of its only member.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103275
138bc75d-0d04-0410-961f-
82ee72b054a4
amylaar [Fri, 19 Aug 2005 11:50:21 +0000 (11:50 +0000)]
* config/cpu/sh/atomicity.h: Replace broken generic code with current
copy of generic/atomicity.h .
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103274
138bc75d-0d04-0410-961f-
82ee72b054a4
rearnsha [Fri, 19 Aug 2005 09:20:31 +0000 (09:20 +0000)]
PR target/23436
* arm.c (thumb_legitimize_reload_address): New function.
* arm-protos.h (thumb_legitimize_reload_address): Add prototype.
* arm.h (THUMB_LEGITIMIZE_RELOAD_ADDRESS): Call it.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103273
138bc75d-0d04-0410-961f-
82ee72b054a4
tobi [Fri, 19 Aug 2005 09:05:36 +0000 (09:05 +0000)]
Fix changeLog typo
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103272
138bc75d-0d04-0410-961f-
82ee72b054a4
tobi [Fri, 19 Aug 2005 09:05:03 +0000 (09:05 +0000)]
2005-08-19 Steven G. Kargl <kargls@comcast.net>
PR fortran/23065
* gfortran.h: Remove PATH_MAX definition.
* module.c (write_module, gfc_dump_module): Use alloca to allocate
buffers.
* scanner.s (gfc_release_include_path, form_from_filename): Ditto.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103271
138bc75d-0d04-0410-961f-
82ee72b054a4
woepaul [Fri, 19 Aug 2005 08:02:19 +0000 (08:02 +0000)]
*** empty log message ***
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103270
138bc75d-0d04-0410-961f-
82ee72b054a4
woepaul [Fri, 19 Aug 2005 07:47:34 +0000 (07:47 +0000)]
* config/crx/crx.c: Implemented crx_decompose_address (like in the
i386 port) so that crx_legitimate_address_p, crx_address_cost
and crx_print_operand_address are using the same code for adress
handling. Using symbolic displacements now gets rejected since
the CRX register relative adressing mode can't handle unsigned
32-bit values as displacements.
* config/crx/crx.h: Simplified definitions for REG_OK_FOR_BASE_P,
removed redundant parenthesis and obsolete macros.
* config/crx/crx.opt: Added a new switch for debugging of address
handling.
* config/crx/crx-protos.h: Added new declarations for above.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103269
138bc75d-0d04-0410-961f-
82ee72b054a4
pinskia [Fri, 19 Aug 2005 05:41:13 +0000 (05:41 +0000)]
2005-08-19 Andrew Pinski <pinskia@physics.uc.edu>
PR middle-end/20624
* g++.dg/warn/Wreturn-3.C: New test
2005-08-19 Andrew Pinski <pinskia@physics.uc.edu>
PR middle-end/20624
* gimple-low.c (block_may_fallthru): Handle CLEANUP_POINT_EXPR by
looking past it.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103268
138bc75d-0d04-0410-961f-
82ee72b054a4
pinskia [Fri, 19 Aug 2005 05:14:13 +0000 (05:14 +0000)]
2005-08-19 Andrew Pinski <pinskia@physics.uc.edu>
* Makefile.am (extra_ldflags_libjava): New variable to
substitute in.
(LIBLINK): Add extra_ldflags_libjava to it.
* configure.ac (extra_ldflags_libjava): Set for *-darwin* to
"-Wl,-single_module".
* Makefile.in: Regenerate.
* aclocal.m4: Regenerate.
* configure: Regenerate.
* gcj/Makefile.in: Regenerate.
* include/Makefile.in: Regenerate.
* testsuite/Makefile.in: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103265
138bc75d-0d04-0410-961f-
82ee72b054a4
ghazi [Fri, 19 Aug 2005 01:20:34 +0000 (01:20 +0000)]
* collect2.c (dup2): Delete.
* configure.ac: Don't check for dup2.
* config.in, configure: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103263
138bc75d-0d04-0410-961f-
82ee72b054a4
gccadmin [Fri, 19 Aug 2005 00:16:24 +0000 (00:16 +0000)]
Daily bump.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103260
138bc75d-0d04-0410-961f-
82ee72b054a4
wilson [Thu, 18 Aug 2005 20:01:54 +0000 (20:01 +0000)]
Fix FreeBSD failure with recursive malloc call.
* mf-hooks1.c (malloc, calloc, realloc, free,
__mf_wrap_alloca_indirect): Call BEGIN_MALLOC_PROTECT before calling
the real routines, and END_MALLOC_PROTECT afterwards.
* mf-impl.h (enum __mf_state_enum): Expand comment. Add in_malloc.
(BEGIN_PROTECT): Handle in_malloc state.
(BEGIN_MALLOC_PROTECT, END_MALLOC_PROTECT): New.
* testsuite/libmudflap.c/hook2-allocstuff.c: New.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103256
138bc75d-0d04-0410-961f-
82ee72b054a4
ian [Thu, 18 Aug 2005 18:46:32 +0000 (18:46 +0000)]
* MAINTAINERS: Add myself as middle-end maintainer.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103255
138bc75d-0d04-0410-961f-
82ee72b054a4
amylaar [Thu, 18 Aug 2005 16:42:25 +0000 (16:42 +0000)]
* sh.c (sh_gimplify_va_arg_expr): Loop to substitute a RECORD_TYPE
record with the type of its only member.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103254
138bc75d-0d04-0410-961f-
82ee72b054a4
dje [Thu, 18 Aug 2005 16:36:23 +0000 (16:36 +0000)]
* config/rs6000/rs6000.md (ltu<mode>_compare): Convert to
define_insn_and_split.
(plus_ltu<mode>_compare): Same.
(gtu<mode>_compare): Same.
(plus_gtu<mode>_compare): Same.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103253
138bc75d-0d04-0410-961f-
82ee72b054a4
dorit [Thu, 18 Aug 2005 16:07:54 +0000 (16:07 +0000)]
PR tree-optimization/22228
* tree-ssa-loop (pass_vectorize): Add TODO_verify_loops to todo_flags_start.
* tree-vect-transform.c (vect_transform_loop): Mark the variables that
are recorded in vect_vnames_to_rename for renaming.
* tree-vectorizer.c (vect_vnames_to_rename): New global bitmap.
(slpeel_update_phi_nodes_for_guard1): Record virtual vars for renaming
in vect_vnames_to_rename.
(vectorize_loops): Allocate and free the vect_vnames_to_rename bitmap.
* tree-vectorizer.h (vect_vnames_to_rename): New extern variable.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103252
138bc75d-0d04-0410-961f-
82ee72b054a4
hubicka [Thu, 18 Aug 2005 15:22:46 +0000 (15:22 +0000)]
PR c++/22034
* cgraphunit.c (cgraph_varpool_assemble_pending_decls): Emit debug
info only for local statics, not for member variables.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103251
138bc75d-0d04-0410-961f-
82ee72b054a4
reichelt [Thu, 18 Aug 2005 11:00:47 +0000 (11:00 +0000)]
* tree-data-ref.c (analyze_siv_subscript_cst_affine): Fix comment typo.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103248
138bc75d-0d04-0410-961f-
82ee72b054a4
reichelt [Thu, 18 Aug 2005 10:56:07 +0000 (10:56 +0000)]
* c-typeck.c (designator_errorneous): Rename to designator_erroneous.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103247
138bc75d-0d04-0410-961f-
82ee72b054a4
pinskia [Thu, 18 Aug 2005 05:01:43 +0000 (05:01 +0000)]
2005-08-18 Andrew Pinski <pinskia@physics.uc.edu>
PR middle-end/16045
* builtins.c (fold_builtin): Create a new NOP_EXPR all the time.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103243
138bc75d-0d04-0410-961f-
82ee72b054a4
wilson [Thu, 18 Aug 2005 00:21:28 +0000 (00:21 +0000)]
Use TYPE_SIZE_UNIT consistently. Last patch was inconsistent.
* c-decl.c (grokdeclarator): Use TYPE_SIZE_UNIT not TYPE_SIZE in
array size check.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103240
138bc75d-0d04-0410-961f-
82ee72b054a4
gccadmin [Thu, 18 Aug 2005 00:16:22 +0000 (00:16 +0000)]
Daily bump.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103237
138bc75d-0d04-0410-961f-
82ee72b054a4
dje [Wed, 17 Aug 2005 23:12:16 +0000 (23:12 +0000)]
* config/rs6000/rs6000.md (leu<mode>): Convert to mode macro.
(leu<mode>_compare): Same.
(plus_leu<mode>): Same.
(neg_leu<mode>): Same.
(and_neg_leu<mode): Same.
(ltu<mode>_compare): Same.
(plus_ltu<mode>): Same.
(geu<mode>): Same.
(geu<mode>_compare): Same.
(plus_geu<mode>): Same.
(neg_geu<mode>): Same.
(and_neg_geu<mode>): Same.
(plus_gt<mode>): Same.
(gtu<mode>_compare): Same.
(plus_gtu<mode>): Same.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103233
138bc75d-0d04-0410-961f-
82ee72b054a4
wilson [Wed, 17 Aug 2005 22:19:19 +0000 (22:19 +0000)]
Eliminate linker error with v850e code using interrupt_handler attribute.
* config/v850/lib1funcs.asm (callt_save_interrupt): Fix comment typos.
Move call_table_data to end. Delete spurious .text.
(callt_save_all_interrupt): Fix comment typo.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103231
138bc75d-0d04-0410-961f-
82ee72b054a4
wilson [Wed, 17 Aug 2005 21:43:49 +0000 (21:43 +0000)]
Fix misoptimization of mask and shift.
PR target/21684
* config/mcore/mcore.h (SHIFT_COUNT_TRUNCATED): Define to 0.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103228
138bc75d-0d04-0410-961f-
82ee72b054a4
tromey [Wed, 17 Aug 2005 20:44:10 +0000 (20:44 +0000)]
gcc/java:
* class.c (make_class_data): Always emit JV_STATE_PRELOADING for
class' initial state.
libjava:
* java/lang/Class.h (_Jv_IsBinaryCompatibilityABI): Declare as
friend.
* include/jvm.h (_Jv_IsBinaryCompatibilityABI): New function.
* testsuite/libjava.lang/bclink.java: New file.
* testsuite/libjava.lang/bclink.out: New file.
* link.cc (print_class_loaded): Changed ABI test to look at
various _syms fields.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103225
138bc75d-0d04-0410-961f-
82ee72b054a4
rth [Wed, 17 Aug 2005 20:44:01 +0000 (20:44 +0000)]
PR target/23268
* config/i386/i386.md ("*fist<mode>2_1"): New pattern.
("lrint<mode>2"): Change expander to use "*fist<mode>2_1" pattern.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103224
138bc75d-0d04-0410-961f-
82ee72b054a4
amylaar [Wed, 17 Aug 2005 19:44:24 +0000 (19:44 +0000)]
* sh.c (sh_gimplify_va_arg_expr): Don't substitute a RECORD_TYPE
record with the type of its only member if the modes don't match.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103223
138bc75d-0d04-0410-961f-
82ee72b054a4
amylaar [Wed, 17 Aug 2005 19:25:12 +0000 (19:25 +0000)]
* varasm.c (decode_reg_name): Skip empty aqdditional register names.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103222
138bc75d-0d04-0410-961f-
82ee72b054a4
dj [Wed, 17 Aug 2005 17:30:47 +0000 (17:30 +0000)]
[libiberty]
* floatformat.c (floatformat_always_valid): Change type of last
argument to `void *'.
(floatformat_i387_ext_is_valid): Likewise.
(floatformat_to_double): Change type of second argument to `const
void *'.
(floatformat_from_double): Change type of last argument to `void
*'.
(floatformat_is_valid): Change type of last argument to `const
void *'.
(ieee_test): Remove redundant casts.
[include]
* floatformat.h (struct floatformat): Change type of large
argument for is_valid member to `const void *'.
(floatformat_to_double): Change type of second argument to `const
void *'.
(floatformat_from_double): Change type of last argument to `void
*'.
(floatformat_is_valid): Change type of last argument to `const
void *'.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103218
138bc75d-0d04-0410-961f-
82ee72b054a4
bonzini [Wed, 17 Aug 2005 15:59:29 +0000 (15:59 +0000)]
2005-08-17 Christian Groessler <chris@groessler.org>
* Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
* Makefile.in: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103216
138bc75d-0d04-0410-961f-
82ee72b054a4
rakdver [Wed, 17 Aug 2005 14:00:52 +0000 (14:00 +0000)]
* tree-ssa-loop-im.c (MAX_LSM_NAME_LENGTH, lsm_tmp_name,
lsm_tmp_name_length): New.
(lsm_tmp_name_add, gen_lsm_tmp_name, get_lsm_tmp_name): New functions.
(schedule_sm): Use get_lsm_tmp_name instead of "lsm_tmp".
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103215
138bc75d-0d04-0410-961f-
82ee72b054a4
krebbel [Wed, 17 Aug 2005 11:27:03 +0000 (11:27 +0000)]
Added missing Changelog entry.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103212
138bc75d-0d04-0410-961f-
82ee72b054a4
krebbel [Wed, 17 Aug 2005 11:11:05 +0000 (11:11 +0000)]
2005-08-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
Andreas Krebbel <krebbel1@de.ibm.com>
* config.gcc: Added z9-109 switch.
* config/s390/2084.md ("x_int", "x_agen", "x_lr", "x_la", "x_larl",
"x_load", "x_store", "x_branch", "x_call", "x_mul_hi", "x_mul_sidi",
"x_div", "x_sem", "x_cs", "x_vs", "x_stm", "x_lm", "x_other",
"x_fsimpdf", "x_fsimpsf", "x_fdivdf", "x_fdivsf", "x_floaddf",
"x_floadsf", "x_fstore_df", "x_fstoresf", "x_ftoi", "x_itof"): Enable
for "z9_109" cpu attribute.
* config/s390/s390.c (z9_109_cost): New processor cost structure.
(CONST_OK_FOR_Os, CONST_OK_FOR_Op, CONST_OK_FOR_On): New macros.
(s390_handle_arch_option): Added z9-109 switch.
(override_options): Set respective cost function for z9-109.
(s390_const_ok_for_constraint_p): New constraints Os, Op, On.
(legitimate_reload_constant_p): Accept extended immediates.
(print_operand): Three new output modifiers added: k, m and o.
(s390_adjust_priority, s390_issue_rate): Handle Z9_109 like Z990.
(s390_output_mi_thunk): Use extended immediate when possible.
* config/s390/s390.h (processor_flags): Added PF_EXTIMM.
(TARGET_CPU_EXTIMM, TARGET_EXTIMM): New macros.
(CONSTRAINT_LEN): Added length of O constraint.
(CLZ_DEFINED_VALUE_AT_ZERO): Definition added.
* config/s390/s390.md ("cpu"): New value z9_109 added.
("*tstdi_extimm", "*tstdi_ccconly_extimm", "*tstsi_extimm",
"*tstsi_cconly_extimm", "*movdi_64extimm", "*extendhidi2_extimm",
"*extendqidi2_extimm", "*extendhisi2_extimm", "*extendqisi2_extimm",
"*zero_extend<mode>si2_extimm", "*anddi3_extimm", "*iordi3_extimm",
"*xordi3_extimm", "clzdi2", "clztidi2"): New patterns.
("*tstdi", "*tstsi", "*movdi_64", "*extendhisi2", "*extendqisi2",
"*zero_extend<mode>si2_64", "zero_extendqihi2", "*zero_extendqihi2_64",
"*anddi3", "*iordi3", "*xordi3"): Disable for TARGET_EXTIMM.
("*cmpdi_cct", "*cmpsi_cct", "*cmpdi_ccs", "*cmpsi_ccs", "*cmpdi_ccu",
"*cmpsi_ccu", "*movsi_zarch", "*adddi3_imm_cc", "*adddi3_carry1_cc",
"*adddi3_carry2_cc", "*adddi3_cc", "*adddi3_64", "*addsi3_imm_cc",
"*addsi3_carry1_cc", "*addsi3_carry2_cc", "*addsi3_cc", "addsi3",
"*andsi3_cc", "*andsi3_cconly", "*andsi3_zarch", "*iorsi3_cc",
"*iorsi3_cconly", "*iorsi3_zarch", "*xorsi3_cc", "*xorsi3_cconly",
"*xorsi3", "*xorhi3", "*xorqi3"): Added instruction using extended
immediates.
("extend<mode>di2", "extend<mode>si2", "zero_extend<mode>di2",
"zero_extend<mode>si2"): Allow memory operands and don't manually emit
insns for TARGET_EXTIMM.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103211
138bc75d-0d04-0410-961f-
82ee72b054a4
krebbel [Wed, 17 Aug 2005 08:55:30 +0000 (08:55 +0000)]
2005-08-17 Andreas Krebbel <krebbel1@de.ibm.com>
* testsuite/gcc.dg/
20020926-1.c: Added "-mesa" to dg-options.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103210
138bc75d-0d04-0410-961f-
82ee72b054a4
nickc [Wed, 17 Aug 2005 08:11:51 +0000 (08:11 +0000)]
* config/stormy16/stormy16.c (xstormy16_encode_section_info): Call
default_encode_section_info.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103207
138bc75d-0d04-0410-961f-
82ee72b054a4
steven [Wed, 17 Aug 2005 07:27:47 +0000 (07:27 +0000)]
PR tree-optimization/21574
* tree-ssa-ccp.c (likely_value): If the right hand side is a
constant, return CONSTANT.
(ccp_lattice_meet): Use operand_equal_p instead of simple_cst_equal.
(ccp_fold, visit_assignment): Likewise.
(evaluate_stmt): Handle UNDEFINED and UNKNOWN_VAL the same way.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103206
138bc75d-0d04-0410-961f-
82ee72b054a4
andreast [Wed, 17 Aug 2005 06:53:01 +0000 (06:53 +0000)]
2005-08-17 Andreas Tobler <a.tobler@schweiz.ch>
* testsuite/libjava.jacks/jacks.xfail: Remove 15.21-assoc-7,
15.21-assoc-8, 15.21-equal-3, 15.28-string-11.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103205
138bc75d-0d04-0410-961f-
82ee72b054a4
phython [Wed, 17 Aug 2005 04:00:21 +0000 (04:00 +0000)]
2005-08-16 James A. Morrison <phython@gcc.gnu.org>
* c-typeck.c (build_function_call): Call fold_buildN_initializer or
fold_buildN instead of buildN then fold_initializer or fold.
(build_unary_op): Likewise.
(build_binary_op): Likewise.
* fold-const.c (fold_initializer): Remove.
(fold_build1_initializer): New function.
(fold_build2_initializer): New function.
(fold_build3_initializer): New function.
* tree.h (fold_initializer): Remove.
(fold_build1_initializer): New function.
(fold_build2_initializer): New function.
(fold_build3_initializer): New function.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103201
138bc75d-0d04-0410-961f-
82ee72b054a4
phython [Wed, 17 Aug 2005 03:56:20 +0000 (03:56 +0000)]
2005-08-16 James A. Morrison <phython@gcc.gnu.org>
* fold-const.c (optimize_bit_field_compare): Remove extra fold call.
(try_move_mult_to_index): Call fold_build2 instead of build2.
(fold_binary): Don't call fold after calls to try_move_mult_to_index.
* tree-ssa-loop-niter.c (inverse): Call int_const_binop instead of
fold_binary_to_constant.
(infer_loop_bounds_from_undefined): Call fold_build2 instead of
fold (build.
* tree-data-ref.c (tree_fold_divides_p): Use tree_int_cst_equal to
check if A == gcd (A, B). Remove TYPE argument.
(analyze_offset) Use fold_build2 instead of fold (build.
(create_data_ref): Likewise.
(analyze_siv_subscript_cst_affine): Update calls to tree_fold_divides_p. * tree-ssa-ccp.c (widen_bitfield): Call fold_build2 instead of build2
then fold.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103200
138bc75d-0d04-0410-961f-
82ee72b054a4
kcook [Wed, 17 Aug 2005 03:31:04 +0000 (03:31 +0000)]
2005-08-17 Kelley Cook <kcook@gcc.gnu.org>
* strverscmp.c: Update FSF address.
* testsuite/Makefile.in: Likewise.
* testsuite/test-demangle.c: Likewise.
* testsuite/test-pexecute.c: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103199
138bc75d-0d04-0410-961f-
82ee72b054a4
kcook [Wed, 17 Aug 2005 03:26:45 +0000 (03:26 +0000)]
2005-08-17 Kelley Cook <kcook@gcc.gnu.org>
* ALL: Update FSF address.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103198
138bc75d-0d04-0410-961f-
82ee72b054a4
kcook [Wed, 17 Aug 2005 03:21:42 +0000 (03:21 +0000)]
2005-08-17 Kelley Cook <kcook@gcc.gnu.org>
* All files: Update FSF address.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103197
138bc75d-0d04-0410-961f-
82ee72b054a4
kcook [Wed, 17 Aug 2005 03:07:06 +0000 (03:07 +0000)]
2005-08-17 Kelley Cook <kcook@gcc.gnu.org>
* config/arm/unaligned-funcs.c,config/i386/crtfastmath.c,
ipa-cp.c,ipa-prop.c,ipa-prop.h: Update FSF address.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103196
138bc75d-0d04-0410-961f-
82ee72b054a4
wilson [Wed, 17 Aug 2005 03:00:13 +0000 (03:00 +0000)]
Fix stupidity.
* gcc.dg/large-size-array.c (DIM): Use USHRT_MAX not USHORT_MAX.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103195
138bc75d-0d04-0410-961f-
82ee72b054a4
kcook [Wed, 17 Aug 2005 02:49:08 +0000 (02:49 +0000)]
2005-08-17 Kelley Cook <kcook@gcc.gnu.org>
* All files: Update FSF address.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103194
138bc75d-0d04-0410-961f-
82ee72b054a4
kcook [Wed, 17 Aug 2005 02:28:44 +0000 (02:28 +0000)]
2005-08-17 Kelley Cook <kcook@gcc.gnu.org>
* All files: Update FSF address.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103192
138bc75d-0d04-0410-961f-
82ee72b054a4
pinskia [Wed, 17 Aug 2005 01:55:05 +0000 (01:55 +0000)]
2005-08-16 Andrew Pinski <pinskia@physics.uc.edu>
PR tree-opt/23402
* gcc.c-torture/compile/zero-strct-3.c: New test.
* gcc.c-torture/compile/zero-strct-4.c: New test.
2005-08-16 Andrew Pinski <pinskia@physics.uc.edu>
PR tree-opt/23402
* gimplify.c (zero_sized_type): New function.
(gimplify_modify_expr_rhs): If we have a zero sized type,
replace the statement with an empty statement.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103191
138bc75d-0d04-0410-961f-
82ee72b054a4
hjl [Wed, 17 Aug 2005 00:32:17 +0000 (00:32 +0000)]
2005-08-16 H.J. Lu <hongjiu.lu@intel.com>
* config/i386/crtfastmath.c (set_fast_math): Add "=m" for
fxsave.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103189
138bc75d-0d04-0410-961f-
82ee72b054a4
gccadmin [Wed, 17 Aug 2005 00:17:02 +0000 (00:17 +0000)]
Daily bump.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103186
138bc75d-0d04-0410-961f-
82ee72b054a4
ian [Tue, 16 Aug 2005 22:29:09 +0000 (22:29 +0000)]
* doc/tm.texi (Label Output): Correct typo.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103182
138bc75d-0d04-0410-961f-
82ee72b054a4
steven [Tue, 16 Aug 2005 22:24:30 +0000 (22:24 +0000)]
PR target/23376
* loop-unroll.c (analyze_insn_to_expand_var): Make sure that
force_operand will work later on using have_insn_for.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103181
138bc75d-0d04-0410-961f-
82ee72b054a4