- 18 Mar, 2002 33 commits
-
-
2002-03-18 Stuart Griffith <Stuart_Griffith@credence.com> * strtod.c (strtod): Increment 8 chars, not 7, when `infinity' seen. From-SVN: r50994
Stuart Griffith committed -
PR c++/2039 * init.c (resolve_offset_ref): Hand off to build_component_ref. From-SVN: r50991
Jason Merrill committed -
2002-03-18 Alexandre Petit-Bianco <apbianco@redhat.com> * builtins.c (define_builtin): Do nothing if `type' is null. Fixes PR java/5876. From-SVN: r50990
Alexandre Petit-Bianco committed -
* config/mips/mips.md (andsi3) [TARGET_MIPS16]: Force operand 1 to a register too. (anddi3, iorsi3): Likewise. From-SVN: r50988
Alexandre Oliva committed -
mips.h (ENCODE_SECTION_INFO): Don't use %gprel for symbols that are going to be placed in linkonce sections. * config/mips/mips.h (ENCODE_SECTION_INFO) [TARGET_MIPS16]: Don't use %gprel for symbols that are going to be placed in linkonce sections. From-SVN: r50986
Alexandre Oliva committed -
* config/mips/mips.h (ELIMINABLE_REGS): Can't eliminate RETURN_ADDRESS_POINTER_REGNUM to $ra. (CAN_ELIMINATE): Only eliminate it to $sp if a frame pointer is not needed. Disregard leaf_function_p(). (INITIAL_ELIMINATION_OFFSET): Adjust for elimination of rap to mips16 frame pointer. * config/mips/mips.md (store ra): Only to small SP offsets. 2001-08-22 Graham Stott <grahams@redhat.com> * config/mips/mips.h (RETURN_ADDR_RTX): For a leaf function return a REG rtx for the return address register. From-SVN: r50985
Alexandre Oliva committed -
* config/xtensa/xtensa.h (GO_IF_MODE_DEPENDENT_ADDRESS): Treat constant-pool addresses as "mode-dependent". (GO_IF_LEGITIMATE_ADDRESS): Rename macro arguments. From-SVN: r50984
Bob Wilson committed -
2002-03-18 Andrew Haley <aph@cambridge.redhat.com> * include/i386-signal.h (old_i386_kernel_sigaction): New. INIT_SEGV: Use old_i386_kernel_sigaction. INIT_FP: Likewise. From-SVN: r50980
Andrew Haley committed -
PR c++/4222, c++/5995 * call.c (build_over_call): Fix empty class logic. From-SVN: r50978
Jason Merrill committed -
PR target/5740 * expr.c (emit_group_load): Use extract_bit_field if needed for CONCAT arguments. * g++.dg/opt/conj1.C: New test. From-SVN: r50975
Jakub Jelinek committed -
PR c++/3870 * cp-tree.h (struct saved_scope): Add last_parms field. * decl.c (maybe_push_to_top_level): Save last_function_parms. (pop_from_top_level): Restore it. From-SVN: r50970
Jason Merrill committed -
PR c++/4377 * mangle.c (write_expression): Strip NOP_EXPRs sooner. Also strip NON_LVALUE_EXPRs. From-SVN: r50967
Jason Merrill committed -
PR c++/4003 * pt.c (tsubst_friend_function): Use decl_namespace_context. From-SVN: r50966
Jason Merrill committed -
* class.c (finish_struct_bits): Also set TREE_ADDRESSABLE for a type with a nontrivial destructor. From-SVN: r50964
Jason Merrill committed -
PR target/4863 * arm.md (tablejump): Make this a define_expand. For PIC add the offset to the base of the table. (thumb_tablejump): Matcher for Thumb tablejump insn. * config/arm/aout.h (ASM_OUTPUT_ADDR_DIFF_ELT): Output thumb entries as the difference of two labels. * config/arm/aof.h (ASM_OUTPUT_ADDR_DIFF_ELT): Likewise. * config/arm/elf.h (JUMP_TABLES_IN_TEXT_SECTION): Only put ARM jump tables in the code. * config/arm/coff.h (JUMP_TABLES_IN_TEXT_SECTION): Likewise. * arm.c (get_jump_table_size): If the table is not in the text section, return zero. From-SVN: r50962
Richard Earnshaw committed -
* arm.md (tablejump): Make this a define_expand. For PIC add the offset to the base of the table. (thumb_tablejump): Matcher for Thumb tablejump insn. * config/arm/aout.h (ASM_OUTPUT_ADDR_DIFF_ELT): Output thumb entries as the difference of two labels. * config/arm/aof.h (ASM_OUTPUT_ADDR_DIFF_ELT): Likewise. * config/arm/elf.h (JUMP_TABLES_IN_TEXT_SECTION): Only put ARM jump tables in the code. * config/arm/coff.h (JUMP_TABLES_IN_TEXT_SECTION): Likewise. * arm.c (get_jump_table_size): If the table is not in the text section, return zero. From-SVN: r50960
Richard Earnshaw committed -
* class.c (finish_struct_bits): Also set TREE_ADDRESSABLE for a type with a nontrivial destructor. From-SVN: r50959
Jason Merrill committed -
* jartool.c (expand_options): Handle tar-style argument list with a leading "-". From-SVN: r50957
Bryce McKinlay committed -
2002-03-15 Philipp Thomas <pthomas@suse.de> * include/backward/hash_map.h: hash, hashtable, hash_map and hash_multimap are in namespace __gnu_cxx. include/backward/hash_set.h: hash, hashtable, hash_set and hash_multiset are in namespace __gnu_cxx. include/backward/hashtable.h: hash and hashtable are in namespace __gnu_cxx. include/backward/rope.h: char_producer, sequence_buffer, rope, crope and wrope are in namespace __gnu_cxx. include/backward/slist.h: slist is in namespace __gnu_cxx. * testsuite/backward/header_hash_map_h.cc testsuite/backward/header_hash_set_h.cc testsuite/backward/header_hashtable_h.cc testsuite/backward/header_rope_h.cc testsuite/backward/header_slist_h.cc testsuite/backward/header_tempbuf_h.cc: New tests for checking that we're using the correct namespace. From-SVN: r50956
Philipp Thomas committed -
* parse.y (parser_check_super_interface): Fix error message grammar/order. From-SVN: r50955
Bryce McKinlay committed -
From-SVN: r50953
Nick Clifton committed -
From-SVN: r50952
Bernd Schmidt committed -
From-SVN: r50951
GCC Administrator committed -
* g++.dg/template/qualttp20.C: Revert previous change. * g++.dg/template/qualttp3.C: Likewise. * g++.dg/template/qualttp4.C: Likewise * g++.dg/template/qualttp5.C: Likewise * g++.dg/template/qualttp6.C: Likewise * g++.dg/template/qualttp7.C: Likewise * g++.dg/template/qualttp8.C: Likewise * g++.dg/template/recurse.C: Likewise. From-SVN: r50946
Mark Mitchell committed -
* java/lang/natSystem.cc (init_properties): Update VM version properties. * configure.in: Set GCJVERSION. * acconfig.h: Add GCJVERSION. * configure: Rebuilt. * include/config.h.in: Rebuilt. From-SVN: r50944
Bryce McKinlay committed -
2002-03-18 Aldy Hernandez <aldyh@redhat.com> * config/rs6000/rs6000.h (PREDICATE_CODES): Add PARALLEL to any_operand. From-SVN: r50943
Aldy Hernandez committed -
* config/alpha/alpha.c (alpha_emit_set_const_1): Build add insns explicitly. From-SVN: r50942
Richard Henderson committed -
mmix.md ("fixuns_truncdfdi2"): Use (unsigned_fix:DI (unsigned_fix:DF op1)), not (unsigned_fix:DI (fix:DF op1)). * config/mmix/mmix.md ("fixuns_truncdfdi2"): Use (unsigned_fix:DI (unsigned_fix:DF op1)), not (unsigned_fix:DI (fix:DF op1)). From-SVN: r50940
Hans-Peter Nilsson committed -
From-SVN: r50938
Kaveh R. Ghazi committed -
PR c++/4381 * libsupc++/eh_personality.cc (get_adjusted_ptr): New static fn. (check_exception_spec): Call it. Take the thrown pointer. (__cxa_call_unexpected): Pass it. (PERSONALITY_FUNCTION): Likewise. Use get_adjusted_ptr. From-SVN: r50936
Jason Merrill committed -
From-SVN: r50935
Kaveh R. Ghazi committed -
From-SVN: r50933
Kaveh R. Ghazi committed -
PR c++/4460 * class.c (build_base_path): Virtual base layout is fixed in in-charge [cd]tors. From-SVN: r50931
Jason Merrill committed
-
- 17 Mar, 2002 7 commits
-
-
From-SVN: r50930
Kaveh R. Ghazi committed -
From-SVN: r50929
Jason Merrill committed -
* config/ia64/ia64.c (ia64_attribute_table): Move before targetm definition. Make static. From-SVN: r50927
Richard Henderson committed -
* c-common.h (yyparse, c_common_parse_file): New. * c-lang.c: Include c-common.h. (LANG_HOOKS_PARSE_FILE): Redefine. * c-lex.c: Include c-common.h. (yyparse): Rename c_common_parse_file. Call yyparse. * c-parse.in (yyparse): Remove macro. * c-tree.h (yyparse_1): Remove. * langhooks-def.h (LANG_HOOKS_PARSE_FILE): New. (LANG_HOOKS_INITIALIZER): Update. * langhooks.h (struct lang_hoooks): New hook parse_file. * toplev.c (compile_file): Use parse_file hook. * tree.h (yyparse): Remove. ada: * misc.c (LANG_HOOKS_PARSE_FILE): Redefine. (yyparse): Rename gnat_parse_file. cp: * cp-lang.c (LANG_HOOKS_PARSE_FILE): Redefine. * parse.y (yyparse): Remove macro. f: * com.c (LANG_HOOKS_PARSE_FILE): Redefine. * com.h (ffe_parse_file): New. * parse.c (NAME_OF_STDIN): Remove. (yyparse): Rename ffe_parse_file. java: * java-tree.h (java_parse_file): New. * jcf-parse.c (yyparse): Rename java_parse_file. * lang.c (LANG_HOOKS_PARSE_FILE): Redefine. objc: * objc-lang.c (LANG_HOOKS_PARSE_FILE): Redefine. From-SVN: r50926
Neil Booth committed -
re PR other/5874 (gcc-3.1 20020304 (prerelease) FAILs in libjava testsuite with RUNTESTFLAGS="--target_board 'unix{-fPIC,-fpic,}'") * libjava.jni/jni.exp (gcj_jni_build_header): Use local_exec, not target_compile. Fixes PR other/5874. From-SVN: r50923
Tom Tromey committed -
From-SVN: r50922
Neil Booth committed -
From-SVN: r50921
Neil Booth committed
-