- 25 Jul, 2001 20 commits
-
-
2001-07-19 Andrew Haley <aph@cambridge.redhat.com> * alias.c (rtx_equal_for_memref_p): Allow strings as types in operands. From-SVN: r44356
Andrew Haley committed -
* ssa-ccp.c (visit_expression): Handle CALL_INSNs that can throw an exception. (visit_expression): When attempting to simplify an expression, retrieve any modes for arguments before they are simplified to constants. From-SVN: r44355
Jeffrey A Law committed -
2001-07-25 Andrew MacLeod <amacleod@redhat.com> Janis Johnson <janis@us.ibm.com> * stmt.c (expand_goto): A nonlocal goto can be a call too. * builtins.c (expand_builtin_longjmp): Reverse label and static chain pointer parameters to match documented usage of nonlocal_goto. * config/ia64/ia64.md (nonlocal_goto): Revert label and static chain parameters to their correct order. * config/sparc/sparc.md (nonlocal_goto): Revert label and static chain parameters to their correct order. Co-Authored-By: Janis Johnson <janis@us.ibm.com> From-SVN: r44353
Andrew MacLeod committed -
From-SVN: r44351
Andrew MacLeod committed -
From-SVN: r44350
Jason Merrill committed -
From-SVN: r44349
Jason Merrill committed -
* gcc.c-torture/execute/20010724-1.c: New file. * gcc.c-torture/execute/20010724-1.x: New file. From-SVN: r44346
Rainer Orth committed -
cp: PR c++/3416 * call.c (build_conditional_expr): Recheck args after conversions. * cp-tree.h (build_conditional_expr): Move to correct file. * typeck.c (decay_conversion): Diagnose any unknown types reaching here. (build_binary_op): Don't do initial decay or default conversions on overloaded functions. (build_static_cast): Don't do a decay conversion here. testsuite: * g++.old-deja/g++.other/cond7.C: New test. From-SVN: r44345
Nathan Sidwell committed -
cp: PR c++/3543 * typeck.c (condition_conversion): Resolve an OFFSET_REF. * expr.c (cplus_expand_expr): An OFFSET_REF should never get here. testsuite: * g++.old-deja/g++.other/optimize4.C: New test. From-SVN: r44340
Nathan Sidwell committed -
cp: * class.c (build_vtbl_or_vbase_field): Remove, move into ... (create_vtbl_ptr): ... here. From-SVN: r44337
Nathan Sidwell committed -
cp: * class.c (build_vbase_offset_vbtl_entries): Look for non-primary base of which we are a sub vtable. testsuite: * g++.old-deja/g++.abi/vbase8-5.C: New test. From-SVN: r44336
Nathan Sidwell committed -
* flow.c (find_sub_basic_blocks): Fix handling of the last BB in the sequence. (make_edges): New argument update_p; populate the edge cache if set. (find_basic_blocks): Update make_edges invocation. Co-Authored-By: Richard Henderson <rth@redhat.com> From-SVN: r44335
Jan Hubicka committed -
* acinclude.m4: CHECK_MATH_DECL_AND_LINKAGE for hypot, hypotf, hypotl, atan2f, atan2l. Remove from REPLACE_MATHFUNCS list. * aclocal.m4: Regenerate. * config.h.in: Likewise. * configure: Likewise. * libmath/Makefile.am (EXTRA_LONG_DOUBLE_yes): Remove hypotl.c (EXTRA_DIST): Remove hypot.c hypotf.c. * libmath/Makefile.am: Regenerate. * libmath/hypotf.c: Remove. * libmath/hypot.c: Likewise. * libmath/hypotl.c: Likewise. * libmath/stubs.c: The macros seen here are HAVE_xxx, not _GLIBCPP_HAVE_xxx. Add long double versions. From-SVN: r44334
Gabriel Dos Reis committed -
From-SVN: r44332
GCC Administrator committed -
From-SVN: r44331
Joel Sherrill committed -
* config/sparc/rtems.h (CPP_PREDEFINES): Remove redundant -Acpu and -Amachine.h. * config/sparc/rtemself.h (CPP_PREDEFINES): Likewise. Corrected header to say ELF not a.out. * config/sparc/sparc.h (CPP_CPU_SPEC): Define _SOFT_FLOAT when given -msoft-float. From-SVN: r44328
Joel Sherrill committed -
* config.gcc (arm*-*-rtems*): Include crtinit.o and crtfini.o as extra multilib parts like arm-elf. (i960-*-coff*, i960-*-rtems): Should not use collect2. (m68020-*-elf*, m68k-*-elf*, m68k-*-rtems*): Include crtinit.o and crtfini.o as extra multilib parts. From-SVN: r44327
Joel Sherrill committed -
* configure.in: Add rtems as a supported thread model. * gthr-rtems.h: Add missing entry point __gthread_active_p. * configure: Rebuilt. From-SVN: r44324
Joel Sherrill committed -
2001-07-24 Phil Edwards <pme@sources.redhat.com> * semantics.c (finish_this_expr): Remove unused code. From-SVN: r44323
Phil Edwards committed -
* stor-layout.c (get_mode_alignment): make it work when BITS_PER_UNIT is not a power of two. * builtins.c (get_pointer_alignment): Likewise. From-SVN: r44322
Lars Brinkhoff committed
-
- 24 Jul, 2001 20 commits
-
-
simplify-rtx.c (avoid_constant_pool_reference): Coerce the retrieved constant into the expected mode. * simplify-rtx.c (avoid_constant_pool_reference): Coerce the retrieved constant into the expected mode. From-SVN: r44321
Richard Henderson committed -
* flow.c (try_simplify_condjump): Avoid duplicated edges. (verify_flow_info): Check for duplicated edges; clarify error reporting. * flow.c (block_label): Update basic_block_for_insn. (commit_edge_insertions): Call compute_bb_for_insn. * flow.c (purge_dead_edges): Handle conditional jumps and conditional returns too. * flow.c (redirect_edge_and_branch, try_optimize_cfg): Use redirect_edge_succ_nodup (redirect_edge_succ_nodup): New. * basic_block.h (redirect_edge_succ_nodup): Declare. * toplev.c (rest_of_compilation): Rebuild CFG before cfg_cleanup after gcse. From-SVN: r44320
Jan Hubicka committed -
* flow.c (try_forward_edges): Accept fallthru edge; Update comment. (try_crossjump_to_edge): Update commetns. (try_crossjump_bb): Likewise. From-SVN: r44318
Jan Hubicka committed -
* combine.c (distribute_notes): Move set of need_refresh for noop_move_p down to catch all cases. From-SVN: r44317
Richard Henderson committed -
* prims.cc (_JNI_OnLoad): New function. (JNI_OnLoad): Use it. (_Jv_CreateJavaVM): Check for _JNI_OnLoad, not NULL. From-SVN: r44316
Rainer Orth committed -
* Makefile.am (AM_MAKEFLAGS): Pass RUNTESTFLAGS. Makefile.in: Regenerate. From-SVN: r44314
Rainer Orth committed -
* recog.c (split_all_insns_noflow): New. * rtl.h (split_all_insns_noflow): Declare. * ia64.c (ia64_reorg): Use split_all_insns_noflow. * m68hc11.c (m68hc11_reorg): Likewise. * sh.c (machine_dependent_reorg): Likewise. * toplev.c (rest_of_compilation): Likewise for last split_all_insns call. From-SVN: r44312
Jan Hubicka committed -
2001-07-18 Andrew Haley <aph@cambridge.redhat.com> * config/sh/sh.md (ashlsi3_std splitter): Split only after reload. (ashlsi3_n splitter): Likewise. (lshrsi3_n splitter): Likewise. (GOTaddr2picreg): Make const SImode. (sym_label2reg): Likewise. (symGOT2reg): Likewise. (symGOTOFF2reg) Likewise. (casesi_worker_0): Make unspec SImode. From-SVN: r44304
Andrew Haley committed -
2001-07-18 Andrew Haley <aph@cambridge.redhat.com> * config/sh/sh.c (barrier_align): Check that an operand really is an insn before extracting its INSN_CODE. From-SVN: r44303
Andrew Haley committed -
From-SVN: r44302
Jason Merrill committed -
From-SVN: r44301
Jason Merrill committed -
From-SVN: r44300
Jason Merrill committed -
* lib/prune.exp (prune_gcc_output): Prune "Please submit a full bug report" message. From-SVN: r44299
Jason Merrill committed -
2001-07-24 Andrew Haley <aph@cambridge.redhat.com> * config/sh/sh.h (OVERRIDE_OPTIONS): Add braces to get rid of dangling else. * config/sh/sh.h (INITIALIZE_TRAMPOLINE): Truncate operands for SImode to prevent overflow. From-SVN: r44298
Andrew Haley committed -
From-SVN: r44297
Jason Merrill committed -
* java/lang/VMClassLoader.java (getPrimitiveClass): Return correct type. From-SVN: r44296
Tom Tromey committed -
2001-07-24 David Billinghurst <David.Billinghurst@riotinto.com> * g77.f-torture/execute/intrinsic-unix-bessel.f: New test * g77.f-torture/execute/intrinsic-unix-erf.f: New test * g77.f-torture/execute/intrinsic-vax-cd.f: New test * g77.f-torture/execute/intrinsic-f2c-z.f: New test From-SVN: r44295
David Billinghurst committed -
* config/mips/irix6-libc-compat.c: New file. * config/mips/t-iris6 (LIB2FUNCS_STATIC_EXTRA): Use it. * doc/install.texi (Specific, mips*-sgi-irix6): Mention structure passing workaround. From-SVN: r44294
Rainer Orth committed -
* rtl.texi (REG_POINTER): Document. (Machine Modes): Document BImode, OImode, PQImode, PHImode, QFmode, HFmode, TQFmode, QCmode, and HCmode. From-SVN: r44292
Lars Brinkhoff committed -
* cp-tree.h (cp_tree_index): Remove CPTI_TINFO_DECL_ID, CPTI_TINFO_VAR_ID. (tinfo_decl_id, tinfo_var_id): Remove. (get_typeid_1): Remove. * rtti.c (init_rtti_processing): Remove tinfo_decl_id & tinfo_var_id. (typeid_ok_p): New function. (build_type_id): Call typeid_ok_p. Don't call tinfo_from_decl. (get_tinfo_decl): Remove old abi documentation. (tinfo_from_decl): Remove. (get_type_id): Call typeid_ok_p. Absorb get_typeid_1. (get_typeid_1): Remove. (get_base_offset): Remove. (synthesize_tinfo_var): Absorb get_base_offset. (create_real_tinfo_var): Don't use tinfo_decl_id. From-SVN: r44291
Nathan Sidwell committed
-