- 01 Jun, 2003 5 commits
-
-
From-SVN: r67291
Neil Booth committed -
From-SVN: r67290
Aldy Hernandez committed -
2003-06-01 Aldy Hernandez <aldyh@redhat.com> * config/rs6000/rs6000.h (CANNOT_CHANGE_MODE_CLASS): Require TARGET_SPE for SPE_VECTOR_MODE. From-SVN: r67289
Aldy Hernandez committed -
* lex.c (ffelex_file_fixed): Remove usage of REDUCE_CARD_SIZE_AFTER_BIGGY. * expr.c (ffeexpr_exprstack_push_operand_): Remove code depenend on WEIRD_NONFORTRAN_RULES. * com.c (ffecom_arg_ptr_to_expr): Remove PASS_HOLLERITH_BY_DESCRIPTOR dependend code. (ffecom_const_expr): Remove usage of NEWCOMMON. (ffecom_expand_let_stmt): Remove MOVE_EXPR. From-SVN: r67287
Andreas Jaeger committed -
From-SVN: r67283
GCC Administrator committed
-
- 31 May, 2003 19 commits
-
-
2003-05-31 Aldy Hernandez <aldyh@redhat.com> * toplev.c (botch): Remove. (do_abort): Remove. (set_Wunused): Comment. (set_Wextra): Comment. Remove ^L's. (rest_of_compilation): Factor out common code into functions. (rest_of_handle_inlining): New. (rest_of_handle_ssa): New. (rest_of_handle_cse): New. (rest_of_handle_gcse): New. (rest_of_handle_loop_optimize): New. (rest_of_handle_jump_bypass): New. (rest_of_handle_sibling_calls): New. (rest_of_handle_null_pointer): New. (rest_of_handle_addresof): New. (rest_of_handle_flow): New. (rest_of_handle_branch_prob): New. (rest_of_handle_if_conversion): New. (rest_of_handle_tracer): New. (rest_of_handle_loop2): New. (rest_of_handle_cse2): New. (rest_of_handle_life): New. (rest_of_handle_combine): New. (rest_of_handle_if_after_combine): New. (rest_of_handle_regmove): New. (rest_of_handle_sched): New. (rest_of_handle_old_regalloc): New. (rest_of_handle_new_regalloc): New. (rest_of_handle_regrename): New. (rest_of_handle_reorder_blocks): New. (rest_of_handle_sched2): New. (rest_of_handle_new_regalloc): New. (rest_of_handle_old_regalloc): New. (rest_of_handle_regrename): New. (rest_of_handle_reorder_blocks): New. (rest_of_handle_stack_regs): New. (rest_of_handle_machine_reorg): New. (rest_of_handle_delay_slots): New. (rest_of_handle_final): New. * toplev.h (botch): Remove prototype. (do_abort): Same. From-SVN: r67281
Aldy Hernandez committed -
From-SVN: r67280
Wolfgang Bangerth committed -
* class.c (dump_array): Call CONSTRUCTOR_ELTS to access the operand of a CONSTRUCTOR node. From-SVN: r67279
Diego Novillo committed -
* Makefile.in (c-opts.o, c-options.h): Update dependencies. * c-opts.c: Include c-options.h and c-options.c. (CL_C_ONLY, CL_OBJC_ONLY, CL_CXX_ONLY, CL_OBJCXX_ONLY): Rename CL_C, CL_OBJC, CL_CXX, CL_OBJCXX. (CL_ARG, CL_ALL, COMMAND_LINE_OPTIONS, struct cl_option, OPT, opt_comp): Remove. (missing_arg, c_common_init_options, c_common_decode_option, write_langs): Update for macro redefinitions and enumeration name changes. * c.opt, opts.sh: New files. * doc/passes.texi: Update. From-SVN: r67278
Neil Booth committed -
2003-05-31 Toon Moene <toon@moene.indiv.nluug.nl> * g77.dg/ffree-form-2.f: XFAIL removed, because fixed. From-SVN: r67277
Toon Moene committed -
2003-05-31 Bud Davis <bdavis9659@comcast.net> PR fortran/10843 * sta.c (ffesta_second_): Parse GO TO correctly, even in free source format. From-SVN: r67276
Bud Davis committed -
From-SVN: r67275
Andreas Jaeger committed -
* function.c (trampoline_address): Remove ALLOCATE_TRAMPOLINE usage. * doc/tm.texi (Trampolines): Remove ALLOCATE_TRAMPOLINE. * config/d30v/d30v.h: Remove traces of ALLOCATE_TRAMPOLINE. * system.h: Poison ALLOCATE_TRAMPOLINE. * doc/tm.texi (Misc): Remove HANDLE_PRAGMA. * system.h: Poison HANDLE_PRAGMA. In f/ * lex.c (ffelex_hash_): Remove HANDLE_PRAGMA and HANDLE_GENERIC_PRAGMA dependend code, remove #if 0 code. (pragma_getc): Removed. (pragma_ungetc): Removed. From-SVN: r67274
Andreas Jaeger committed -
From-SVN: r67273
Neil Booth committed -
From-SVN: r67272
Kazu Hirata committed -
* c-format.c (format_length_info, format_char_info, format_flag_spec, format_flag_pair, format_kind_info): De-const-ify structure members. From-SVN: r67271
Kaveh R. Ghazi committed -
* flags.h (flag_wrapv): New flag controlling overflow semantics. * toplev.c (flag_wrapv): Declare the variable with default false. (lang_independent_options): New option "-fwrapv" to set the above. * fold-const.c (extract_muldiv_1): Disable optimization of (2*x)/2 as x, when signed arithmetic overflow wraps around. (fold): Optimize "-A - B" as "-B - A" if overflow wraps around. * loop.c (basic_induction_var): Ignore BIVs that rely on undefined overflow when flag_wrapv is true. * java/lang.c (java_init_options): Prescribe wrap-around two's complement arithmetic overflow by setting flag_wrapv. * doc/invoke.texi: Document new -fwrapv command line option. * doc/c-tree.texi: Mention that the overflow semantics of NEGATE_EXPR, PLUS_EXPR, MINUS_EXPR and MULT_EXPR is dependent upon both flag_wrapv and flag_trapv. * gcc.dg/fwrapv-1.c: New test case. * gcc.dg/fwrapv-2.c: New test case. * libjava.lang/Overflow.java: New test. * libjava.lang/Overflow.out: New file. From-SVN: r67270
Roger Sayle committed -
* decl.c (cp_binding_level::this_entity): Rename from this_class. (cxx_scope_descriptor): New function. (cxx_scope_debug): Likewise. (push_binding_level): Use it. (pop_binding_level): Likewise. (suspend_binding_level): Likewise. (resume_binding_level): Likewise. (pushlevel_class): Adjust use of this_class. (pushtag): Likewise. (lookup_name_real): Likewise. (global_scope_name): New variable. (initialize_predefined_identifiers): Initialize it. (push_namespace): Use it. (make_cxx_scope): New function. (pushlevel): Use it. (pushlevel_class): Likewise. (push_binding_level): Simplify. Loose the last two arguments. (make_binding_level): Remove. (initial_push__namespace_scope): New function. (push_namespace): Use it. Simplify. (cxx_init_decl_processing): Likewise. (declare_namespace_level): Remove. From-SVN: r67269
Gabriel Dos Reis committed -
re PR c++/10956 (ICE when specializing a template member function of a template class, in tsubst, at cp/pt.c:6459) PR c++/10956 * pt.c (instantiate_decl): Don't use full template arguments if we are dealing with specializations. * g++.dg/template/spec9.C: New test. From-SVN: r67268
Kriang Lerdsuwanakij committed -
* doc/install.texi (mips-sgi-irix5): Add missing HTML <hr> marker. From-SVN: r67265
Eric Botcazou committed -
* doc/md.texi (Machine Constraints): Document missing SPARC constraints. From-SVN: r67263
Eric Botcazou committed -
md.texi (Automaton pipeline description): Use "type" instead of "cpu" as the attribute in the examples. * doc/md.texi (Automaton pipeline description): Use "type" instead of "cpu" as the attribute in the examples. From-SVN: r67261
Eric Botcazou committed -
* com.c (ffecom_init_0): Define built-in functions for tan and atan. * com-rt.def: Use then to implement g77's tan and atan intrinsics. From-SVN: r67260
Roger Sayle committed -
From-SVN: r67257
GCC Administrator committed
-
- 30 May, 2003 15 commits
-
-
From-SVN: r67255
Stan Shebs committed -
emit-rtl.c (gen_complex_constant_part): New function for getting the constant real or imaginary part of a complex constant. * emit-rtl.c (gen_complex_constant_part): New function for getting the constant real or imaginary part of a complex constant. (gen_realpart): Use it. (gen_imagpart): Likewise. From-SVN: r67252
Roger Sayle committed -
* doc/invoke.texi: Fix typos. * doc/rtl.texi: Likewise. From-SVN: r67251
Kazu Hirata committed -
* config/h8300/crti.asm: Use .h8300hn and .h8300sn for normal mode. * config/h8300/crtn.asm: Likewise. * config/h8300/lib1funcs.asm: Likewise. * config/h8300/h8300.c (asm_file_start): Likewise. * config/h8300/elf.h (LINK_SPEC): Use h8300hnelf and h8300snelf emulations for normal mode. * config/h8300/h8300.h (LINK_SPEC): Use h8300hn and h8300sn emulations for normal mode. From-SVN: r67250
Dhananjay Deshpande committed -
2003-05-30 Phil Edwards <pme@gcc.gnu.org> * docs/doxygen/filter: New file. * docs/doxygen/filter.sed: New file. * docs/doxygen/run_doxygen: Add g flag to sed substitutions. Duh. * docs/doxygen/user.cfg.in (INPUT_FILTER): Point to new filter. * docs/html/documentation.html: Fix links to doxygen pages. From-SVN: r67249
Phil Edwards committed -
* config/h8300/h8300.c (h8300_tiny_constant_address_p): Return true if TARGET_NORMAL_MODE. From-SVN: r67248
Dhananjay Deshpande committed -
* cse.c (cse_insn): Simplify REG_EQUAL note on libcalls when making a substitution. (dead_libcall_p): If directly replacing a libcall with a constant value produces an invalid instruction, also try forcing the constant into the constant pool. * expr.c (emit_move_insn): Add a REG_EQUAL note when it is not obvious that the source is a constant. (compress_float_constant): Use set_unique_reg_note to place REG_EQUAL notes on instructions. From-SVN: r67247
Roger Sayle committed -
2003-05-30 Eric Christopher <echristo@redhat.com> * config/mips/mips.c (extern_list): Add GTY marker. (extern_head): Separate out definition. Add marker. (mips_output_external): Use ggc_alloc for extern_list allocation. (mips_output_external_libcall): Ditto. From-SVN: r67245
Eric Christopher committed -
2003-05-30 Florian Weimer <fw@deneb.enyo.de> * doc/install.texi: Ada-enabled bootstrap requires GNAT 3.14 or later. From-SVN: r67244
Florian Weimer committed -
* vax.h (ASM_GENERATE_INTERNAL_LABEL): Fix format specifier warnings. (PRINT_OPERAND): Likewise. From-SVN: r67243
Kaveh R. Ghazi committed -
* config/mips/mips.h (SUBTARGET_ASM_DEBUGGING_SPEC): Move -mdebug/-no-mdebug switches ... (MDEBUG_ASM_SPEC): ... here. Use only with gas. (EXTRA_SPECS): Initialize mdebug_asm_spec. From-SVN: r67242
Rainer Orth committed -
2003-05-30 Paolo Carlini <pcarlini@unitus.it> * include/bits/fstream.tcc (_M_convert_to_external): Don't check for __ilen > 0. From-SVN: r67240
Paolo Carlini committed -
From-SVN: r67239
Matt Kraai committed -
* gthr-gnat.c: Remove #undef UNUSED. (__gnat_default_lock, __gnat_default_unlock): Prototype. (__gnat_task_lock, __gnat_task_unlock): Make declarations prototypes. (__gnat_install_locks): Convert declaration to ISO C90, make parameter declarations prototypes, and remove blank line. * gthr-gnat.h (__gnat_install_locks): Make parameter declarations prototypes. From-SVN: r67238
Matt Kraai committed -
From-SVN: r67236
GCC Administrator committed
-
- 29 May, 2003 1 commit
-
-
From-SVN: r67233
Jason Merrill committed
-