]> gcc.gnu.org Git - gcc.git/log
gcc.git
18 years ago* decl.c: Typo in comment.
Steven G. Kargl [Mon, 22 Aug 2005 00:21:40 +0000 (00:21 +0000)]
* decl.c: Typo in comment.

From-SVN: r103330

18 years agoDaily bump.
GCC Administrator [Mon, 22 Aug 2005 00:16:16 +0000 (00:16 +0000)]
Daily bump.

[[Split portion of a mixed commit.]]

From-SVN: r103327.2

18 years agore PR libgcj/23507 (gij testsuite failures)
John David Anglin [Sun, 21 Aug 2005 23:35:46 +0000 (23:35 +0000)]
re PR libgcj/23507 (gij testsuite failures)

PR libgcj/23507
* stacktrace.cc (_Jv_StackTrace::UnwindTraceFn): Fix typo in newLength
assignment.  Cast operands of compare to function pointer type.

From-SVN: r103325

18 years ago* HACKING: Updated for hacking classpath in libgcj.
Tom Tromey [Sun, 21 Aug 2005 23:24:58 +0000 (23:24 +0000)]
* HACKING: Updated for hacking classpath in libgcj.

From-SVN: r103324

18 years ago* array.c: Bump GFC_MAX_AC_EXPAND from 100 to 65535.
Steven G. Kargl [Sun, 21 Aug 2005 22:04:35 +0000 (22:04 +0000)]
* array.c: Bump GFC_MAX_AC_EXPAND from 100 to 65535.

From-SVN: r103323

18 years agogfortran.h (gfc_option_t): Remove source field.
Tobias Schlüter [Sun, 21 Aug 2005 15:28:27 +0000 (17:28 +0200)]
gfortran.h (gfc_option_t): Remove source field.

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.

From-SVN: r103322

18 years agosimplify-rtx.c (simplify_immed_subreg): Only clear up to elem_bitsize bits, not max_b...
Jakub Jelinek [Sun, 21 Aug 2005 13:27:56 +0000 (15:27 +0200)]
simplify-rtx.c (simplify_immed_subreg): Only clear up to elem_bitsize bits, not max_bitsize.

* 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.

From-SVN: r103318

18 years agore PR tree-optimization/23433 (ICE: tree check: expected real_cst, have integer_cst...
Sebastian Pop [Sun, 21 Aug 2005 10:59:15 +0000 (12:59 +0200)]
re PR tree-optimization/23433 (ICE: tree check: expected real_cst, have integer_cst in const_binop, at fold-const.c:1512)

PR tree-optimization/23433
        * tree-chrec.c (chrec_apply): Translate INTEGER_CST to a
        REAL_CST when the type is SCALAR_FLOAT_TYPE_P.

From-SVN: r103317

18 years ago* testsuite/gcc.dg/tree-ssa/pr23391.c: Should be compiled with -O2.
Sebastian Pop [Sun, 21 Aug 2005 10:54:09 +0000 (10:54 +0000)]
* testsuite/gcc.dg/tree-ssa/pr23391.c: Should be compiled with -O2.

From-SVN: r103316

18 years agore PR tree-optimization/23434 (ICE: Segmentation fault compiling gsl1.5 at -O2)
Sebastian Pop [Sun, 21 Aug 2005 10:48:23 +0000 (12:48 +0200)]
re PR tree-optimization/23434 (ICE: Segmentation fault compiling gsl1.5 at -O2)

PR tree-optimization/23434
        * tree-ssa-loop-niter.c (proved_non_wrapping_p): Give up when
        the iteration bound is not an INTEGER_CST.

From-SVN: r103315

18 years agotree-vect-transform.c (get_initial_def_for_reduction): Set need_epilog_adjust back...
Dorit Nuzman [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.

        * 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.

From-SVN: r103314

18 years agoDaily bump.
GCC Administrator [Sun, 21 Aug 2005 00:16:14 +0000 (00:16 +0000)]
Daily bump.

[[Split portion of a mixed commit.]]

From-SVN: r103311.2

18 years agore PR target/23485 ([ia64]: Integer dvide by zero doesn't raise a signal)
H.J. Lu [Sat, 20 Aug 2005 23:55:07 +0000 (23:55 +0000)]
re PR target/23485 ([ia64]: Integer dvide by zero doesn't raise a signal)

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.

From-SVN: r103309

18 years agore PR libgcj/21692 (unexpected java.lang.NoClassDefFoundError)
John David Anglin [Sat, 20 Aug 2005 20:26:26 +0000 (20:26 +0000)]
re PR libgcj/21692 (unexpected java.lang.NoClassDefFoundError)

PR libgcj/21692
* sysdep/pa/descriptor.h: New file.
* configure.host: Use sysdep/pa/descriptor.h on hppa*-*.

From-SVN: r103306

18 years agore PR testsuite/23239 (gcc.dg/tree-prof/val-prof-5.c scan-tree-dump Div.mod by consta...
John David Anglin [Sat, 20 Aug 2005 16:08:51 +0000 (16:08 +0000)]
re PR testsuite/23239 (gcc.dg/tree-prof/val-prof-5.c scan-tree-dump Div.mod by constant b..=997 transformation on insn fails)

PR testsuite/23239
* gcc.dg/tree-prof/val-prof-5.c: Fix scan-tree-dump regexp.

From-SVN: r103305

18 years agotree-pass.h (TDF_GRAPH): Define.
Jakub Jelinek [Sat, 20 Aug 2005 16:03:58 +0000 (18:03 +0200)]
tree-pass.h (TDF_GRAPH): Define.

* 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.

From-SVN: r103304

18 years agoMakefile.def (libssp): Add to lang_env_dependencies.
Richard Earnshaw [Sat, 20 Aug 2005 13:43:17 +0000 (13:43 +0000)]
Makefile.def (libssp): Add to lang_env_dependencies.

* Makefile.def (libssp): Add to lang_env_dependencies.
* Makefile.in: Regenerate.

From-SVN: r103303

18 years ago* gcc.dg/arm-eabi1.c (main): Exit with 0 on success.
Richard Earnshaw [Sat, 20 Aug 2005 10:59:59 +0000 (10:59 +0000)]
* gcc.dg/arm-eabi1.c (main): Exit with 0 on success.

From-SVN: r103302

18 years agoarm.h (arm_stack_offsets): Add locals_base field.
Richard Earnshaw [Sat, 20 Aug 2005 10:31:42 +0000 (10:31 +0000)]
arm.h (arm_stack_offsets): Add locals_base field.

* 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.

From-SVN: r103301

18 years agors6000.md (gt0<mode>): Delete.
David Edelsohn [Sat, 20 Aug 2005 04:17:17 +0000 (04:17 +0000)]
rs6000.md (gt0<mode>): Delete.

        * config/rs6000/rs6000.md (gt0<mode>): Delete.
        (gt0<mode>_compare): Delete.
        (neg_gt0<mode>): Delete.

From-SVN: r103300

18 years agoDaily bump.
GCC Administrator [Sat, 20 Aug 2005 00:16:15 +0000 (00:16 +0000)]
Daily bump.

[[Split portion of a mixed commit.]]

From-SVN: r103297.2

18 years agooptabs.h: Change CTI_ to COI_.
Eric Christopher [Fri, 19 Aug 2005 21:20:02 +0000 (21:20 +0000)]
optabs.h: Change CTI_ to COI_.

2005-08-19  Eric Christopher  <echristo@apple.com>

        * optabs.h: Change CTI_ to COI_.
        * optabs.c: Ditto.

From-SVN: r103295

18 years agoFix uninitialized register read problem.
James E Wilson [Fri, 19 Aug 2005 21:16:20 +0000 (14:16 -0700)]
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.

From-SVN: r103294

18 years agoparser.c (cp_parser_nth_token_starts_template_argument_list_p): Fix typo in leading...
Volker 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.

* parser.c (cp_parser_nth_token_starts_template_argument_list_p):
Fix typo in leading comment.

From-SVN: r103292

18 years agotree-cfgcleanup.c (cleanup_tree_cfg): Fix flowgraph change indicator.
Diego Novillo [Fri, 19 Aug 2005 18:52:55 +0000 (18:52 +0000)]
tree-cfgcleanup.c (cleanup_tree_cfg): Fix flowgraph change indicator.

* tree-cfgcleanup.c (cleanup_tree_cfg): Fix flowgraph change
indicator.  Return true if the flowgraph changed during
cleanup.

From-SVN: r103291

18 years agore PR tree-optimization/23476 (ICE in VRP, remove_range_assertions)
Diego Novillo [Fri, 19 Aug 2005 18:08:55 +0000 (18:08 +0000)]
re PR tree-optimization/23476 (ICE in VRP, remove_range_assertions)

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.

From-SVN: r103290

18 years ago* doc/invoke.texi: Fix documentation for -ftree-dominator-opts.
Diego Novillo [Fri, 19 Aug 2005 18:00:25 +0000 (18:00 +0000)]
* doc/invoke.texi: Fix documentation for -ftree-dominator-opts.

From-SVN: r103289

18 years agore PR tree-optimization/23048 (ICE in get_loop_body with -O1 -ftree-vectorize on...
Devang Patel [Fri, 19 Aug 2005 17:54:16 +0000 (10:54 -0700)]
re PR tree-optimization/23048 (ICE in get_loop_body with -O1 -ftree-vectorize on 4.1.x)

       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.

From-SVN: r103287

18 years agore PR target/23473 (ICE at config/arm/arm.c:3280)
Richard Earnshaw [Fri, 19 Aug 2005 13:17:04 +0000 (13:17 +0000)]
re PR target/23473 (ICE at config/arm/arm.c:3280)

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.

From-SVN: r103277

18 years agosh.c (find_sole_member): New function.
Joern Rennecke [Fri, 19 Aug 2005 12:33:54 +0000 (13:33 +0100)]
sh.c (find_sole_member): New function.

* 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.

From-SVN: r103276

18 years agosh.c (find_sole_member): New function.
Joern Rennecke [Fri, 19 Aug 2005 12:25:58 +0000 (13:25 +0100)]
sh.c (find_sole_member): New function.

* 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.

From-SVN: r103275

18 years agoatomicity.h: Replace broken generic code with current copy of generic/atomicity.h .
J"orn Rennecke [Fri, 19 Aug 2005 11:50:21 +0000 (11:50 +0000)]
atomicity.h: Replace broken generic code with current copy of generic/atomicity.h .

* config/cpu/sh/atomicity.h: Replace broken generic code with current
copy of generic/atomicity.h .

From-SVN: r103274

18 years agore PR target/23436 (Insn does not satisfy its constraints (reload_cse_simplify_operands))
Richard Earnshaw [Fri, 19 Aug 2005 09:20:31 +0000 (09:20 +0000)]
re PR target/23436 (Insn does not satisfy its constraints (reload_cse_simplify_operands))

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.

From-SVN: r103273

18 years agoFix changeLog typo
Tobias Schlüter [Fri, 19 Aug 2005 09:05:36 +0000 (11:05 +0200)]
Fix changeLog typo

From-SVN: r103272

18 years agore PR fortran/23065 (MAXPATHLEN usage in fortran/{scanner,module}.c)
Steven G. Kargl [Fri, 19 Aug 2005 09:05:03 +0000 (11:05 +0200)]
re PR fortran/23065 (MAXPATHLEN usage in fortran/{scanner,module}.c)

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.

From-SVN: r103271

18 years ago*** empty log message ***
Paul Woegerer [Fri, 19 Aug 2005 08:02:19 +0000 (08:02 +0000)]
*** empty log message ***

From-SVN: r103270

18 years agocrx.c: Implemented crx_decompose_address (like in the i386 port) so that...
Paul Woegerer [Fri, 19 Aug 2005 07:47:34 +0000 (07:47 +0000)]
crx.c: Implemented crx_decompose_address (like in the i386 port) so that...

* 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.

From-SVN: r103269

18 years agore PR c++/20624 (wrong "control reaches end of non-void function" warning)
Andrew Pinski [Fri, 19 Aug 2005 05:41:13 +0000 (05:41 +0000)]
re PR c++/20624 (wrong "control reaches end of non-void function" warning)

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.

From-SVN: r103268

18 years agoMakefile.am (extra_ldflags_libjava): New variable to substitute in.
Andrew Pinski [Fri, 19 Aug 2005 05:14:13 +0000 (05:14 +0000)]
Makefile.am (extra_ldflags_libjava): New variable to substitute in.

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.

From-SVN: r103265

18 years agocollect2.c (dup2): Delete.
Kaveh R. Ghazi [Fri, 19 Aug 2005 01:20:34 +0000 (01:20 +0000)]
collect2.c (dup2): Delete.

* collect2.c (dup2): Delete.
* configure.ac: Don't check for dup2.

* config.in, configure: Regenerate.

From-SVN: r103263

18 years agoDaily bump.
GCC Administrator [Fri, 19 Aug 2005 00:16:24 +0000 (00:16 +0000)]
Daily bump.

[[Split portion of a mixed commit.]]

From-SVN: r103260.2

18 years agoFix FreeBSD failure with recursive malloc call.
James E Wilson [Thu, 18 Aug 2005 20:01:54 +0000 (13:01 -0700)]
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.

From-SVN: r103256

18 years ago* MAINTAINERS: Add myself as middle-end maintainer.
Ian Lance Taylor [Thu, 18 Aug 2005 18:46:32 +0000 (18:46 +0000)]
* MAINTAINERS: Add myself as middle-end maintainer.

From-SVN: r103255

18 years agosh.c (sh_gimplify_va_arg_expr): Loop to substitute a RECORD_TYPE record with the...
J"orn Rennecke [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.

* sh.c (sh_gimplify_va_arg_expr): Loop to substitute a RECORD_TYPE
record with the type of its only member.

From-SVN: r103254

18 years agors6000.md (ltu<mode>_compare): Convert to define_insn_and_split.
David Edelsohn [Thu, 18 Aug 2005 16:36:23 +0000 (12:36 -0400)]
rs6000.md (ltu<mode>_compare): Convert to define_insn_and_split.

* 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.

From-SVN: r103253

18 years agore PR tree-optimization/22228 (ICE with -ftree-vectorize in verify_ssa)
Dorit Nuzman [Thu, 18 Aug 2005 16:07:54 +0000 (16:07 +0000)]
re PR tree-optimization/22228 (ICE with -ftree-vectorize in verify_ssa)

        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.

From-SVN: r103252

18 years agore PR c++/22034 (ICE on valid (local class), dwarf2)
Jan Hubicka [Thu, 18 Aug 2005 15:22:46 +0000 (17:22 +0200)]
re PR c++/22034 (ICE on valid (local class), dwarf2)

PR c++/22034
* cgraphunit.c (cgraph_varpool_assemble_pending_decls): Emit debug
info only for local statics, not for member variables.

From-SVN: r103251

18 years ago* tree-data-ref.c (analyze_siv_subscript_cst_affine): Fix comment typo.
Volker Reichelt [Thu, 18 Aug 2005 11:00:47 +0000 (11:00 +0000)]
* tree-data-ref.c (analyze_siv_subscript_cst_affine): Fix comment typo.

From-SVN: r103248

18 years ago* c-typeck.c (designator_errorneous): Rename to designator_erroneous.
Volker Reichelt [Thu, 18 Aug 2005 10:56:07 +0000 (10:56 +0000)]
* c-typeck.c (designator_errorneous): Rename to designator_erroneous.

From-SVN: r103247

18 years agore PR middle-end/16045 (ICE fold check: original tree changed by fold)
Andrew Pinski [Thu, 18 Aug 2005 05:01:43 +0000 (05:01 +0000)]
re PR middle-end/16045 (ICE fold check: original tree changed by fold)

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.

From-SVN: r103243

18 years agoUse TYPE_SIZE_UNIT consistently. Last patch was inconsistent.
James E Wilson [Thu, 18 Aug 2005 00:21:28 +0000 (17:21 -0700)]
Use TYPE_SIZE_UNIT consistently.  Last patch was inconsistent.

* c-decl.c (grokdeclarator): Use TYPE_SIZE_UNIT not TYPE_SIZE in
array size check.

From-SVN: r103240

18 years agoDaily bump.
GCC Administrator [Thu, 18 Aug 2005 00:16:22 +0000 (00:16 +0000)]
Daily bump.

[[Split portion of a mixed commit.]]

From-SVN: r103237.2

18 years agors6000.md (leu<mode>): Convert to mode macro.
David Edelsohn [Wed, 17 Aug 2005 23:12:16 +0000 (19:12 -0400)]
rs6000.md (leu<mode>): Convert to mode macro.

        * 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.

From-SVN: r103233

18 years agoEliminate linker error with v850e code using interrupt_handler attribute.
Erik Christiansen [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.

From-SVN: r103231

18 years agoFix misoptimization of mask and shift.
James E Wilson [Wed, 17 Aug 2005 21:43:49 +0000 (14:43 -0700)]
Fix misoptimization of mask and shift.

PR target/21684
* config/mcore/mcore.h (SHIFT_COUNT_TRUNCATED): Define to 0.

Co-Authored-By: Kevin Winchester <winchester@amirix.com>
From-SVN: r103228

18 years agoclass.c (make_class_data): Always emit JV_STATE_PRELOADING for class' initial state.
Tom Tromey [Wed, 17 Aug 2005 20:44:10 +0000 (20:44 +0000)]
class.c (make_class_data): Always emit JV_STATE_PRELOADING for class' initial state.

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.

From-SVN: r103225

18 years agore PR target/23268 (ICE using math functions log & rint, -ffast-math, -O1 (,2,3,s))
Uros Bizjak [Wed, 17 Aug 2005 20:44:01 +0000 (22:44 +0200)]
re PR target/23268 (ICE using math functions log & rint, -ffast-math, -O1 (,2,3,s))

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.

From-SVN: r103224

18 years agosh.c (sh_gimplify_va_arg_expr): Don't substitute a RECORD_TYPE record with the type...
Joern Rennecke [Wed, 17 Aug 2005 19:44:24 +0000 (20:44 +0100)]
sh.c (sh_gimplify_va_arg_expr): Don't substitute a RECORD_TYPE record with the type of its only member if...

* 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.

From-SVN: r103223

18 years ago* varasm.c (decode_reg_name): Skip empty aqdditional register names.
J"orn Rennecke [Wed, 17 Aug 2005 19:25:12 +0000 (19:25 +0000)]
* varasm.c (decode_reg_name): Skip empty aqdditional register names.

From-SVN: r103222

18 years agofloatformat.c (floatformat_always_valid): Change type of last argument to `void *'.
Mark Kettenis [Wed, 17 Aug 2005 17:30:47 +0000 (17:30 +0000)]
floatformat.c (floatformat_always_valid): Change type of last argument to `void *'.

[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 *'.

From-SVN: r103218

18 years agoMakefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
Christian Groessler [Wed, 17 Aug 2005 15:59:29 +0000 (15:59 +0000)]
Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.

2005-08-17  Christian Groessler  <chris@groessler.org>

* Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
* Makefile.in: Regenerate.

From-SVN: r103216

18 years agotree-ssa-loop-im.c (MAX_LSM_NAME_LENGTH, [...]): New.
Zdenek Dvorak [Wed, 17 Aug 2005 14:00:52 +0000 (16:00 +0200)]
tree-ssa-loop-im.c (MAX_LSM_NAME_LENGTH, [...]): New.

* 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".

From-SVN: r103215

18 years agoAdded missing Changelog entry.
Ulrich Weigand [Wed, 17 Aug 2005 11:27:03 +0000 (11:27 +0000)]
Added missing Changelog entry.

From-SVN: r103212

18 years agoconfig.gcc: Added z9-109 switch.
Ulrich Weigand [Wed, 17 Aug 2005 11:11:05 +0000 (11:11 +0000)]
config.gcc: Added z9-109 switch.

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.

From-SVN: r103211

18 years ago20020926-1.c: Added "-mesa" to dg-options.
Andreas Krebbel [Wed, 17 Aug 2005 08:55:30 +0000 (08:55 +0000)]
20020926-1.c: Added "-mesa" to dg-options.

2005-08-17  Andreas Krebbel  <krebbel1@de.ibm.com>

* testsuite/gcc.dg/20020926-1.c: Added "-mesa" to dg-options.

From-SVN: r103210

18 years agostormy16.c (xstormy16_encode_section_info): Call default_encode_section_info.
Nick Clifton [Wed, 17 Aug 2005 08:11:51 +0000 (08:11 +0000)]
stormy16.c (xstormy16_encode_section_info): Call default_encode_section_info.

* config/stormy16/stormy16.c (xstormy16_encode_section_info): Call
default_encode_section_info.

From-SVN: r103207

18 years agore PR tree-optimization/21574 (store_ccp doesn't see through a store.)
Steven Bosscher [Wed, 17 Aug 2005 07:27:47 +0000 (07:27 +0000)]
re PR tree-optimization/21574 (store_ccp doesn't see through a store.)

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.

From-SVN: r103206

18 years agojacks.xfail: Remove 15.21-assoc-7, 15.21-assoc-8, 15.21-equal-3, 15.28-string-11.
Andreas Tobler [Wed, 17 Aug 2005 06:53:01 +0000 (08:53 +0200)]
jacks.xfail: Remove 15.21-assoc-7, 15.21-assoc-8, 15.21-equal-3, 15.28-string-11.

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.

From-SVN: r103205

18 years agoc-typeck.c (build_function_call): Call fold_buildN_initializer or fold_buildN instead...
James A. Morrison [Wed, 17 Aug 2005 04:00:21 +0000 (04:00 +0000)]
c-typeck.c (build_function_call): Call fold_buildN_initializer or fold_buildN instead of buildN then...

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.

From-SVN: r103201

18 years agofold-const.c (optimize_bit_field_compare): Remove extra fold call.
James A. Morrison [Wed, 17 Aug 2005 03:56:20 +0000 (03:56 +0000)]
fold-const.c (optimize_bit_field_compare): Remove extra fold call.

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.

From-SVN: r103200

18 years agostrverscmp.c: Update FSF address.
Kelley Cook [Wed, 17 Aug 2005 03:31:04 +0000 (03:31 +0000)]
strverscmp.c: Update FSF address.

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.

From-SVN: r103199

18 years agoALL: Update FSF address.
Kelley Cook [Wed, 17 Aug 2005 03:26:45 +0000 (03:26 +0000)]
ALL: Update FSF address.

2005-08-17  Kelley Cook  <kcook@gcc.gnu.org>

* ALL: Update FSF address.

From-SVN: r103198

18 years agoAll files: Update FSF address.
Kelley Cook [Wed, 17 Aug 2005 03:21:42 +0000 (03:21 +0000)]
All files: Update FSF address.

2005-08-17  Kelley Cook  <kcook@gcc.gnu.org>

* All files: Update FSF address.

From-SVN: r103197

18 years agocrtfastmath.c, [...]: Update FSF address.
Kelley Cook [Wed, 17 Aug 2005 03:07:06 +0000 (03:07 +0000)]
crtfastmath.c, [...]: Update FSF address.

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.

From-SVN: r103196

18 years agoFix stupidity.
James E Wilson [Wed, 17 Aug 2005 03:00:13 +0000 (20:00 -0700)]
Fix stupidity.

* gcc.dg/large-size-array.c (DIM): Use USHRT_MAX not USHORT_MAX.

From-SVN: r103195

18 years agoAll files: Update FSF address.
Kelley Cook [Wed, 17 Aug 2005 02:49:08 +0000 (02:49 +0000)]
All files: Update FSF address.

2005-08-17  Kelley Cook  <kcook@gcc.gnu.org>

* All files: Update FSF address.

From-SVN: r103194

18 years agoAll files: Update FSF address.
Kelley Cook [Wed, 17 Aug 2005 02:28:44 +0000 (02:28 +0000)]
All files: Update FSF address.

2005-08-17  Kelley Cook  <kcook@gcc.gnu.org>

* All files: Update FSF address.

From-SVN: r103192

18 years agore PR tree-optimization/23402 (error: statement makes a memory store, but has no...
Andrew Pinski [Wed, 17 Aug 2005 01:55:05 +0000 (01:55 +0000)]
re PR tree-optimization/23402 (error: statement makes a memory store, but has no V_MAY_DEFS nor V_MUST_DEFS)

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.

From-SVN: r103191

18 years agocrtfastmath.c (set_fast_math): Add "=m" for fxsave.
H.J. Lu [Wed, 17 Aug 2005 00:32:17 +0000 (00:32 +0000)]
crtfastmath.c (set_fast_math): Add "=m" for fxsave.

2005-08-16  H.J. Lu  <hongjiu.lu@intel.com>

* config/i386/crtfastmath.c (set_fast_math): Add "=m" for
fxsave.

From-SVN: r103189

18 years agoDaily bump.
GCC Administrator [Wed, 17 Aug 2005 00:17:02 +0000 (00:17 +0000)]
Daily bump.

[[Split portion of a mixed commit.]]

From-SVN: r103186.2

18 years ago* doc/tm.texi (Label Output): Correct typo.
Ian Lance Taylor [Tue, 16 Aug 2005 22:29:09 +0000 (22:29 +0000)]
* doc/tm.texi (Label Output): Correct typo.

From-SVN: r103182

18 years agore PR target/23376 (ICE on GCC 4.x with -O1 -funroll-loops -fvariable-expansion-in...
Steven Bosscher [Tue, 16 Aug 2005 22:24:30 +0000 (22:24 +0000)]
re PR target/23376 (ICE on GCC 4.x with -O1 -funroll-loops -fvariable-expansion-in-unroller)

PR target/23376
* loop-unroll.c (analyze_insn_to_expand_var): Make sure that
force_operand will work later on using have_insn_for.

From-SVN: r103181

18 years ago* fold-const.c (tree_expr_nonnegative_p): Regroup cases.
Volker Reichelt [Tue, 16 Aug 2005 22:13:37 +0000 (22:13 +0000)]
* fold-const.c (tree_expr_nonnegative_p): Regroup cases.

From-SVN: r103178

18 years agore PR c++/23337 (ICE initializing array of vectors in C++)
Ian Lance Taylor [Tue, 16 Aug 2005 22:07:44 +0000 (22:07 +0000)]
re PR c++/23337 (ICE initializing array of vectors in C++)

./ PR c++/23337
* gimplify.c (gimplify_init_ctor_eval): If we see an element of
vector type, don't try to construct it element by element.  Add an
assertion that we use a FIELD_DECL when building a COMPONENT_REF.
testsuite/
PR c++/23337
* g++.dg/ext/vector2.C: New.

From-SVN: r103177

18 years ago* fold-const.c (fold_ternary): Simplify folding of a CALL_EXPR.
Volker Reichelt [Tue, 16 Aug 2005 22:05:14 +0000 (22:05 +0000)]
* fold-const.c (fold_ternary): Simplify folding of a CALL_EXPR.

From-SVN: r103176

18 years agore PR libfortran/23428 (inquire(iolength= ) for complex give incorrect value)
Thomas Koenig [Tue, 16 Aug 2005 21:30:32 +0000 (21:30 +0000)]
re PR libfortran/23428 (inquire(iolength= ) for complex give incorrect value)

2005-08-16  Thomas Koenig  <Thomas.Koenig@online.de>

PR libfortran/23428
* gfortran.dg/inquire-complex.f90:  Correct mangled testcase.

From-SVN: r103173

18 years agore PR libfortran/23428 (inquire(iolength= ) for complex give incorrect value)
Thomas Koenig [Tue, 16 Aug 2005 20:26:04 +0000 (20:26 +0000)]
re PR libfortran/23428 (inquire(iolength= ) for complex give incorrect value)

2005-08-16  Thomas Koenig  <Thomas.Koenig@online.de>

PR libfortran/23428
* io/transfer.c (iolength_transfer):  Remove __attribute__ ((unused))
from type.  Return correct length for inquire(iolength=)
for complex variables.

2005-08-16  Thomas Koenig  <Thomas.Koenig@online.de>

PR libfortran/23428
* gfortran.dg/inquire-complex.f90:  New test case.

From-SVN: r103168

18 years agore PR java/22113 (Buffer overflow in the lexical analyser while reading FP literals)
Ranjit Mathew [Tue, 16 Aug 2005 18:46:18 +0000 (18:46 +0000)]
re PR java/22113 (Buffer overflow in the lexical analyser while reading FP literals)

PR java/22113
* lex.c (do_java_lex): Define MAX_TOKEN_LEN. Avoid overflowing
`literal_token' for large numeric input tokens.

From-SVN: r103167

18 years agoinvoke.texi (Precompiled Headers): Document some more options which are known to...
Geoffrey Keating [Tue, 16 Aug 2005 18:43:10 +0000 (18:43 +0000)]
invoke.texi (Precompiled Headers): Document some more options which are known to be safe.

* doc/invoke.texi (Precompiled Headers): Document some more options
which are known to be safe.

From-SVN: r103166

18 years agoMore testsuite adjustments for PR java/19870.
Ranjit Mathew [Tue, 16 Aug 2005 18:32:14 +0000 (18:32 +0000)]
More testsuite adjustments for PR java/19870.

* testsuite/libjava.lang/PR19870_2.java: New testcase.
* testsuite/libjava.lang/PR19870_2.out: Expected output for the
new testcase.
* testsuite/libjava.jacks/jacks.xfail: Remove
8.5.2-non-static-member-usage-2 and add 15.12.3-explicit-constructor-9.

From-SVN: r103165

18 years agoEmit an error for too large arrays instead of an ICE.
James E Wilson [Tue, 16 Aug 2005 18:23:58 +0000 (11:23 -0700)]
Emit an error for too large arrays instead of an ICE.

PR tree-optimization/21105
* c-decl.c (grokdeclarator): Use TYPE_SIZE_UNIT not TYPE_SIZE in
TREE_OVERFLOW check.
* gcc.dg/large-size-array.c: New.

From-SVN: r103164

18 years agore PR java/19870 (gcj -C doesn't generate accessors for private members across nested...
Ranjit Mathew [Tue, 16 Aug 2005 18:22:31 +0000 (18:22 +0000)]
re PR java/19870 (gcj -C doesn't generate accessors for private members across nested class boundaries)

PR java/19870
* parse.y (nested_field_access_p): Rename to nested_member_access_p
and expand to handle method accesses across nested classes.
(build_outer_method_access_method): Rename to
build_nested_method_access_method.  Minor adjustments to comments.
(resolve_expression_name): Use the newly-renamed
nested_member_access_p method.
(resolve_qualified_expression_name): Likewise.
(patch_method_invocation): Also consider static methods for access
method generation.  Minor adjustments to comments.
(maybe_use_access_method): Use the more general
nested_memeber_access_p to determine access across nested class
boundaries.  Allow THIS_ARG to be NULL (for static methods).

From-SVN: r103163

18 years ago* gnu/xml/xpath/XPathParser.y: Removed.
Tom Tromey [Tue, 16 Aug 2005 17:22:57 +0000 (17:22 +0000)]
* gnu/xml/xpath/XPathParser.y: Removed.

From-SVN: r103162

18 years agore PR java/23300 (DECL_FIELD_OFFSET == 0 versus build_field_ref)
Tom Tromey [Tue, 16 Aug 2005 16:06:43 +0000 (16:06 +0000)]
re PR java/23300 (DECL_FIELD_OFFSET == 0 versus build_field_ref)

PR java/23300.
* expr.c (build_field_ref): Don't generate otable reference when
DECL_FIELD_OFFSET is 0.
* class.c (maybe_layout_super_class): Pass outer class to
do_resolve_class.

From-SVN: r103160

18 years agors6000.md (ltu<mode>): Convert to mode macro.
David Edelsohn [Tue, 16 Aug 2005 15:13:40 +0000 (15:13 +0000)]
rs6000.md (ltu<mode>): Convert to mode macro.

        * config/rs6000/rs6000.md (ltu<mode>): Convert to mode macro.
        (neg_ltu<mode>): Same.
        (gtu<mode>): Same.
        (neg_gtu<mode>): Same.

From-SVN: r103159

18 years agovect-40: Use aligned arrays instead of arrays to aligned type.
Dorit Nuzman [Tue, 16 Aug 2005 15:02:39 +0000 (15:02 +0000)]
vect-40: Use aligned arrays instead of arrays to aligned type.

        * gcc.dg/vect/vect-40: Use aligned arrays instead of arrays to aligned
        type.
        * gcc.dg/vect/vect-41: Likewise.
        * gcc.dg/vect/vect-42: Likewise.
        * gcc.dg/vect/vect-43: Likewise.
        * gcc.dg/vect/vect-44: Likewise.
        * gcc.dg/vect/vect-46: Likewise.
        * gcc.dg/vect/vect-47: Likewise.
        * gcc.dg/vect/vect-48: Likewise.
        * gcc.dg/vect/vect-52: Likewise.
        * gcc.dg/vect/vect-53: Likewise.
        * gcc.dg/vect/vect-54: Likewise.
        * gcc.dg/vect/vect-55: Likewise.
        * gcc.dg/vect/vect-56: Likewise.
        * gcc.dg/vect/vect-57: Likewise.
        * gcc.dg/vect/vect-58: Likewise.
        * gcc.dg/vect/vect-59: Likewise.
        * gcc.dg/vect/vect-60: Likewise.
        * gcc.dg/vect/vect-61: Likewise.
        * gcc.dg/vect/vect-85: Likewise.
        * gcc.dg/vect/vect-87: Likewise.
        * gcc.dg/vect/vect-88: Likewise.
        * gcc.dg/vect/vect-93.c: Likewise.
        * gcc.dg/vect/vect-74: Likewise, and also added documentation.
        * gcc.dg/vect/vect-75: Likewise.
        * gcc.dg/vect/vect-76: Likewise.
        * gcc.dg/vect/vect-77: Likewise.
        * gcc.dg/vect/vect-78: Likewise.
        * gcc.dg/vect/vect-80: Likewise.
        * gcc.dg/vect/vect-35: Likewise, and also check that the test wasn't
        vectorized for the expected reason, rather than checking how alignment
        was handled.
        * gcc.dg/vect/vect-92.c: Use aligned arrays instead of arrays to aligned
        type and also instead of aligned pointers. Added documentation.

From-SVN: r103158

18 years ago[multiple changes]
Feng Wang [Tue, 16 Aug 2005 12:58:46 +0000 (12:58 +0000)]
[multiple changes]

2004-08-16  Huang Chun  <chunhuang73@hotmail.com>

* trans-expr.c (gfc_conv_power_op): Evaluate the expression before
expand.

2005-08-16  Feng Wang  <fengwang@nudt.edu.cn>

* gfortran.dg/power.f90: New test.

From-SVN: r103155

18 years agobuiltins.c (expand_builtin_strcat): Remove superfluous call to fold.
Volker Reichelt [Tue, 16 Aug 2005 12:14:10 +0000 (12:14 +0000)]
builtins.c (expand_builtin_strcat): Remove superfluous call to fold.

* builtins.c (expand_builtin_strcat): Remove superfluous call to fold.
(fold_builtin_isdigit): Use fold_buildN.
(build_function_call_expr): Likewise.
* c-typeck.c (c_finish_loop): Likewise.

From-SVN: r103154

18 years agore PR middle-end/20396 (TRULY_NOOP_TRUNCATION ignored)
J"orn Rennecke [Tue, 16 Aug 2005 11:57:07 +0000 (11:57 +0000)]
re PR middle-end/20396 (TRULY_NOOP_TRUNCATION ignored)

2005-08-16  J"orn Rennecke <joern.rennecke@st.com>
            Richard Shann <rshann@superh.com>

PR middle-end/20396:
* optabs.c (expand_binop): Take TRULY_NOOP_TRUNCATION into account.

Co-Authored-By: Richard Shann <rshann@superh.com>
From-SVN: r103153

18 years ago* tree-ssa-loop-niter.c (scev_probably_wraps_p): Reword a comment.
Sebastian Pop [Tue, 16 Aug 2005 09:41:33 +0000 (11:41 +0200)]
* tree-ssa-loop-niter.c (scev_probably_wraps_p): Reword a comment.

From-SVN: r103152

This page took 0.108652 seconds and 5 git commands to generate.