- 19 Mar, 2002 20 commits
-
-
* config/ia64/ia64.c: Revert 2002-03-01 patch. * config/ia64/ia64.h (INIT_EXPANDERS): New. From-SVN: r51048
Richard Henderson committed -
* include/jni.h Use correct C comments From-SVN: r51046
Martin Kahlert committed -
* cppmacro.c (cpp_macro_definition): Emit a space after the macro name, even if the replacement list contains no tokens, as required by Dwarf. From-SVN: r51045
Jim Blandy committed -
* varasm.c (globalize_decl): Get the name from the RTL, not DECL_ASSEMBLER_NAME. From-SVN: r51043
Jason Merrill committed -
From-SVN: r51041
Jason Merrill committed -
* config/xtensa/xtensa.md (adddi3, adddi_carry, subdi3, subdi_carry): Define. From-SVN: r51039
Bob Wilson committed -
2002-03-19 Phil Edwards <pme@gcc.gnu.org> * docs/html/faq/index.html (#3.6): Rewrap and close <a href> tags. * docs/html/faq/index.txt: Regenerate. From-SVN: r51038
Phil Edwards committed -
From-SVN: r51036
Andreas Jaeger committed -
acinclude.m4 (GLIBCPP_ENABLE_LIBUNWIND_EXCEPTIONS): Define GLIBCPP_ENABLE_LIBUNWIND_EXCEPTIONS to set LIBUNWIND_FLAG if... 2002-03-19 Steve Ellcey <sje@cup.hp.com> * acinclude.m4 (GLIBCPP_ENABLE_LIBUNWIND_EXCEPTIONS): Define GLIBCPP_ENABLE_LIBUNWIND_EXCEPTIONS to set LIBUNWIND_FLAG if --enable-libunwind-exceptions is set. * configure.in (GLIBCPP_ENABLE_LIBUNWIND_EXCEPTIONS): Call new macro to check for libunwind. * configure: Regenerate. * src/Makefile.am (libstdc___la_LDFLAGS): Add LIBUNWIND_FLAG to libstdc link line. * src/Makefile.in: Regenerate. From-SVN: r51035
Steve Ellcey committed -
* config/rs6000/rs6000.c (rs6000_override_options): Only warn about -fpic/-fPIC if extra_warnings set. From-SVN: r51034
David Edelsohn committed -
* expr.c (expand_expr): Sign-extend CONST_INT generated from TREE_STRING_POINTER. From-SVN: r51033
David Edelsohn committed -
* config/sparc/sparc.h (CAN_ELMINIATE): Can only eliminate FP in favor of SP if FRAME_POINTER_REQUIRED is false. From-SVN: r51032
Richard Kenner committed -
* emit-rtl.c (gen_int_mode): New function. * rtl.h: Prototype for it. * combine.c (make_extraction, simplify_comparison), expmed.c (store_bit_field, expand_mult_highpart, expand_divmod), expr.c (convert_modes, store_field), optabs.c (expand_fix), simplify-rtx.c (neg_const_int, simplify_unary_real), * config/rs6000/rs6000.c, config/rs6000/rs6000.md: Use it instead of GEN_INT (trunc_int_for_mode (...)). From-SVN: r51030
Lars Brinkhoff committed -
2002-03-19 Benjamin Kosnik <bkoz@redhat.com> * docs/html/faq/index.html: Add OS X workaround. * docs/html/17_intro/TODO: Update. From-SVN: r51029
Benjamin Kosnik committed -
2002-03-19 Benjamin Kosnik <bkoz@redhat.com> * docs/html/faq/index.html: Add OS X workaround. * docs/html/17_intro/TODO: Update. From-SVN: r51028
Benjamin Kosnik committed -
From-SVN: r51027
J"orn Rennecke committed -
From-SVN: r51026
Jakub Jelinek committed -
PR c/5656 * langhooks.h (struct lang_hooks_for_tree_inlining): Add convert_parm_for_inlining. * c-lang.c (LANG_HOOKS_TREE_INLINING_CONVERT_PARM_FOR_INLINING): Define. * langhooks-def.h: Likewise. * objc/objc-lang.c: Likewise. * langhooks.c (lhd_tree_inlining_convert_parm_for_inlining): New function. * tree-inline.c (initialize_inlined_parameters): Call convert_parm_for_inlining lang hook if needed. * c-typeck.c (c_convert_parm_for_inlining): New function. * c-tree.h (c_convert_parm_for_inlining): Add prototype. * gcc.c-torture/compile/20020318-1.c: New test. From-SVN: r51025
Jakub Jelinek committed -
From-SVN: r51024
GCC Administrator committed -
From-SVN: r51015
Jason Merrill committed
-
- 18 Mar, 2002 20 commits
-
-
locale_facets.tcc (money_put::do_put(long double)): Fix dimensioning of temporary buffers to avoid risk of overruns. 2002-03-18 Paolo Carlini <pcarlini@unitus.it> * include/bits/locale_facets.tcc (money_put::do_put(long double)): Fix dimensioning of temporary buffers to avoid risk of overruns. (money_put::do_put(string)): Same for the buffer used to add the grouping chars. * testsuite/22_locale/money_put_members_char.cc: Add test06. * testsuite/22_locale/money_put_members_wchar_t.cc: Ditto. * include/bits/locale_facets.tcc (collate::do_transform): Simplify. From-SVN: r51012
Paolo Carlini committed -
calls.c (precompute_arguments): Do not assume that temporaries can be destroyed after expanding the argument. * calls.c (precompute_arguments): Do not assume that temporaries can be destroyed after expanding the argument. (expand_call): Likewise. From-SVN: r51011
Mark Mitchell committed -
* include/jni.h (JNIIMPORT): New macro. (JNIEXPORT): Likewise. (JNICALL): Likewise. From-SVN: r51009
Tom Tromey committed -
2002-03-18 Phil Edwards <pme@gcc.gnu.org> * acinclude.m4 (GLIBCPP_CONFIGURE): Make indentation/spacing uniform. * configure.in: Add comments pointing the way for autoconf 2.5x. * aclocal.m4, config.h.in, configure: Regenerate. From-SVN: r51007
Phil Edwards committed -
* libjava.jni/jni.exp (gcj_jni_test_one): Find libstdc++ in build tree. (gcj_invoke): Added ld_library_additions argument. From-SVN: r51006
Tom Tromey committed -
From-SVN: r51002
Eric Christopher committed -
re PR c++/3882 (gcc 3.0 error referencing a variable in its initializer expression in template code) PR c++/3882 * pt.c (tsubst_decl): Move __PRETTY_FUNCTION__ handling... (tsubst_expr) [DECL_STMT]: ...here. And substitute the initializer only after recording the declaration. From-SVN: r50999
Eric Botcazou committed -
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
-