- 04 Feb, 2002 21 commits
-
-
* cfgrtl.c (force_nonfallthru_and_redirect): Don't try to redirect the entry block. From-SVN: r49488
Bernd Schmidt committed -
From-SVN: r49487
Richard Henderson committed -
* combine.c (force_to_mode): Remove STACK_BIAS code. (nonzero_bits): Likewise. Replace sp/fp special case with REGNO_POINTER_ALIGN. * config/sparc/sparc.h (FRAME_POINTER_REGNUM): Change to SFP. (HARD_FRAME_POINTER_REGNUM): New. (FIRST_PSEUDO_REGISTER, REG_CLASS_CONTENTS): Update. (FIXED_REGS, CALL_USED_REGS): Update. (REG_ALLOC_ORDER, REGISTER_NAMES): Update. (CONDITIONAL_REGISTER_USAGE): Update for HFP. (HARD_REGNO_NREGS): Update for SFP. (STACK_POINTER_OFFSET): Include bias here ... (FIRST_PARM_OFFSET): ... not here. (STACK_BIAS): Remove. (INIT_EXPANDERS): New. (STARTING_FRAME_OFFSET): Do not include bias. (ELIMINABLE_REGS, CAN_ELIMINATE, INITIAL_ELIMINATION_OFFSET): New. (REGNO_OK_FOR_INDEX_P, REGNO_OK_FOR_BASE_P): Update for SFP. (REG_OK_FOR_INDEX_P, REG_OK_FOR_BASE_P): Likewise. * config/sparc/aout.h (DBX_REGISTER_NUMBER): Update for HFP. * config/sparc/litecoff.h, config/sparc/sol2.h: Likewise. * config/sparc/sparc.c (mem_min_alignment): Update for HFP. (sparc_nonflat_function_prologue, epilogue_renumber): Likewise. (MUST_SAVE_REGISTER): Likewise. (sparc_flat_function_prologue): Likewise. (sparc_flat_function_epilogue): Likewise. (HARD_FRAME_POINTER_MASK): Rename from FRAME_POINTER_MASK. (sparc_init_modes): SFP is GENERAL_REGS. (sparc_builtin_saveregs): SFP does not have bias applied. From-SVN: r49486
Richard Henderson committed -
From-SVN: r49485
Richard Henderson committed -
* config/alpha/alpha.c (current_function_is_thunk): Don't check current_function_is_thunk. (alpha_sa_mask): Distinguish between current_function_is_thunk called from ASM_OUTPUT_MI_THUNK and not. (alpha_does_function_need_gp): Thunks always need gp. (alpha_start_function, alpha_output_function_end_prologue): Likewise. (alpha_output_mi_thunk_osf): New. * config/alpha/alpha-protos.h: Update. * config/alpha/alpha.h (ASM_OUTPUT_MI_THUNK): New. cp/ * method.c (use_thunk): Always initialize the block tree. Reindent. * semantics.c (expand_body): Emit thunks after function, not before. From-SVN: r49484
Richard Henderson committed -
From-SVN: r49483
Zack Weinberg committed -
From-SVN: r49482
Richard Sandiford committed -
c-typeck.c (build_c_cast): Warn when qualifiers are added to function types, not when they're taken away. * c-typeck.c (build_c_cast): Warn when qualifiers are added to function types, not when they're taken away. From-SVN: r49481
Richard Sandiford committed -
* decl.c (start_function): Call cplus_decl_attributes immediately after grokdeclarator. * decl.c (start_function): Combine DECL_RESULT handling code. From-SVN: r49480
Jason Merrill committed -
From-SVN: r49479
Philipp Thomas committed -
* cfgrtl.c (try_redirect_by_replacing_jump): Remove associated CODE_LABEL and jump table when replacing a table jump with a simple jump. From-SVN: r49478
Jeff Law committed -
2002-02-04 Philipp Thomas <pthomas@suse.de> * bad.def com.c expr.c implic.c lex.c stb.c ste.c stu.c: Insert comments to mark messages as not being printf style where appropriate. From-SVN: r49477
Philipp Thomas committed -
* config/s390/s390-protos.h (legitimize_la_operand, s390_secondary_input_reload_class, s390_plus_operand, s390_expand_plus_operand): Add prototypes. config/s390/s390.c (s390_secondary_input_reload_class, s390_plus_operand, s390_expand_plus_operand): New functions. (struct s390_address): New member 'pointer'. (s390_decompose_address): Compute it. (legitimate_la_operand_p): Use it. (legitimize_la_operand): New function. (movti, movdi, movdf splitters): Call it. config/s390/s390.h (SECONDARY_INPUT_RELOAD_CLASS): Define. (PREDICATE_CODES): Add s390_plus_operand. config/s390/s390.md (adddi3_inv_64, addaddr_ccclobber): Delete. (la_ccclobber): Allow GENERAL_REGS as output operand. (reload_load_address, *reload_load_address_reg_0, *la, *do_la_reg_0, *reload_la_64, *reload_la_31 and splitters): Delete, replace by ... (*la_64, *la_31, reload_indi, reload_insi): ... these. From-SVN: r49476
Ulrich Weigand committed -
* gcc/config/s390/s390.h (CRT_CALL_STATIC_FUNCTION): Fixed register names for regular asm () construct. From-SVN: r49475
Ulrich Weigand committed -
* config/i386/i386.md (movsf_1): Allow moving SF values in MMX registers. From-SVN: r49474
Jakub Jelinek committed -
* combine.c (recog_for_combine): Create a dummy insn with PATTERN pat for recog. * gcc.dg/20020201-4.c: New test. From-SVN: r49473
Jakub Jelinek committed -
* xref.c: Remove. * Make-lang.in (CXX_OBJS): Remove cp/xref.o (cp/xref.o): Remove dependencies. * class.c (finish_struct_1, check_methods): Don't call xref fns. (finish_struct_1): Likewise. * friend.c (make_friend_class): Likewise. * lex.c (cxx_init, cxx_finish, extract_interface_info): Likewise. * spew.c (read_process_identifier): Likewise. From-SVN: r49472
Jason Merrill committed -
varasm.c (decode_rtx_const): Allow unspec (symbol_ref) in constant pool to be identical by string address... * varasm.c (decode_rtx_const): Allow unspec (symbol_ref) in constant pool to be identical by string address and index. From-SVN: r49471
Hartmut Penner committed -
* lib/gcc.exp (gcc_init): Check that the need_status_wrapper target_info attribute != 0, in addition to the empty string. (gcc_target_compile): Likewise. From-SVN: r49470
Ben Elliston committed -
2002-02-04 Anthony Green <green@redhat.com> * output.h (SECTION_OVERRIDE): Define. * varasm.c (named_section): Obey SECTION_OVERRIDE. java: 2002-02-04 Anthony Green <green@redhat.com> * class.c (build_utf8_ref): Put UTF-8 constants into merged sections if available. From-SVN: r49469
Anthony Green committed -
From-SVN: r49468
Bryce McKinlay committed
-
- 03 Feb, 2002 16 commits
-
-
config.gcc (arm*-*-netbsdelf*): Placeholder to prevent match by existing arm*-*-netbsd* (a.out) target. * config.gcc (arm*-*-netbsdelf*): Placeholder to prevent match by existing arm*-*-netbsd* (a.out) target. (ns32k-*-netbsdelf*): Likewise. (sparc-*-netbsdelf*): Likewise. (vax-*-netbsdelf*): Likewise. From-SVN: r49467
Jason Thorpe committed -
From-SVN: r49466
Jason Thorpe committed -
* gthr-win32.h: Protect against conflicting typedef for BOOL in windows headers and libobjc headers. * gthr-win32.h (__mingwthr_key_dtor): Use extern "C" linkage for C++. (_mingw.h): Remove duplicate include. From-SVN: r49465
Christopher Faylor committed -
* config.gcc: Set cpu_type to m68k for 68010, as well. (m68010-*-netbsdelf*): New... (m68k*-*-netbsdelf*): ...targets. * config/m68k/netbsd-elf.h: New file. From-SVN: r49464
Jason Thorpe committed -
* gcc.dg/Wswitch.c: New test. PR gcc/4475. PR gcc/3780. From-SVN: r49462
Andrew Cagney committed -
From-SVN: r49461
DJ Delorie committed -
2002-02-03 Toon Moene <toon@moene.indiv.nluug.nl> * g77.f-torture/execute/5122.f: New test for regressions against PR fortran/5122. From-SVN: r49460
Toon Moene committed -
2002-02-03 Toon Moene <toon@moene.indiv.nluug.nl> * expr.c (ffeexpr_sym_impdoitem_): Allow other than default INTEGER implied-do loop counts. From-SVN: r49459
Toon Moene committed -
* class.c (add_field): Mark static fields external. (build_class_ref): Remove redundant set. * parse.y (java_expand_classes): Mark static fields of classes to be compiled as local. * jcf-parse.c (parse_class_file): Likewise. From-SVN: r49458
Richard Henderson committed -
2002-02-02 H.J. Lu (hjl@gnu.org) * cp-demangle.c (cp_demangle_type): Do not protect with IN_LIBGCC2. (cplus_demangle_v3_all): New. (cplus_demangle_v3): Call cplus_demangle_v3_all. (cplus_demangle_v3_type): Call cplus_demangle_v3_all. * cplus-dem.c (cplus_demangle_v3_p): New function pointer. Initialized to cplus_demangle_v3. (cplus_demangle_with_style): Call cplus_demangle_v3_p instead of cplus_demangle_v3. (main): Set cplus_demangle_v3_p to cplus_demangle_v3_type for command line symbol. * testsuite/regress-demangle: Pass the mangled name at the command line. From-SVN: r49456
H.J. Lu committed -
2002-02-02 H.J. Lu (hjl@gnu.org) * demangle.h (cplus_demangle_v3_type): New prototype. From-SVN: r49455
H.J. Lu committed -
From-SVN: r49454
Kazu Hirata committed -
* config/h8300/h8300.c (h8_push_ops): Move inside h8300_init_once. (h8_pop_ops): Likewise. (h8_move_ops): Likewise. From-SVN: r49453
Kazu Hirata committed -
* config/h8300/h8300.c (os_task): Make it static. (monitor): Likewise. (pragma_saveall): Likewise. From-SVN: r49452
Kazu Hirata committed -
* config/sh/sh.md (ic_invalidate_line): Make sure the immediate constant is a valid sign-extension for Pmode. From-SVN: r49451
Alexandre Oliva committed -
2002-02-03 David Billinghurst <David.Billinghurst@riotinto.com> * g77.f-torture/compile/pr3743.f: Delete * g77.dg/pr3743-1.f: New test. * g77.dg/pr3743-2.f: New test. * g77.dg/pr3743-3.f: New test. * g77.dg/pr3743-4.f: New test. From-SVN: r49450
David Billinghurst committed
-
- 02 Feb, 2002 3 commits
-
-
From-SVN: r49449
Kazu Hirata committed -
From-SVN: r49448
Kazu Hirata committed -
From-SVN: r49447
Tom Tromey committed
-