- 23 Jan, 2002 36 commits
-
-
* typeck2.c (friendly_abort): Delete definition. * cp-tree.h (friendly_abort): Don't prototype. (my_friendly_assert): Use fancy_abort. From-SVN: r49152
Zack Weinberg committed -
* diagnostic.c (internal_error): Do ICE suppression only when ENABLE_CHECKING is not defined. From-SVN: r49151
Zack Weinberg committed -
* c-typeck.c (require_complete_type): Return error_mark_node if type is error_mark_node. From-SVN: r49150
Zack Weinberg committed -
2002-01-23 Craig Rodrigues <rodrigc@gcc.gnu.org> * cp-tree.h (my_friendly_abort): Remove. From-SVN: r49149
Craig Rodrigues committed -
From-SVN: r49148
Janis Johnson committed -
* spew.c (pending_inlines, pending_inlines_tail, processing_these_inlines): Make static. (mark_pending_inlines): Remove static. (begin_parsing_inclass_inline): If in function, save pi for GC to cp_function_chain->unparsed_inlines instead. (process_next_inline): Likewise. * cp-tree.h (struct cp_language_function): Add unparsed_inlines. (mark_pending_inlines): Add prototype. * decl.c (spew_debug): Remove unused extern. (mark_lang_function): Call mark_pending_inlines. * g++.dg/other/gc1.C: New test. From-SVN: r49147
Jakub Jelinek committed -
* toplev.c (process_options): Disable -fprefetch-loop-arrays with -Os and issue a warning. From-SVN: r49146
Janis Johnson committed -
2002-01-23 Philipp Thomas <pthomas@suse.de> * tr.po: New file. From-SVN: r49145
Philipp Thomas committed -
From-SVN: r49143
Zack Weinberg committed -
* doc/fragments.texi, doc/hostconfig.texi: Update to reflect current (lack of) need for host configuration by hand. * doc/gccint.texi, doc/rtl.texi, doc/tm.texi: Adjust cross references. Documentation of some target macros moved from hostconfig.texi to tm.texi. From-SVN: r49142
Zack Weinberg committed -
From-SVN: r49141
Loren J. Rittle committed -
* config/arm/arm.h (THUMB_FUNCTION_PROFILER): Define if not currently defined. From-SVN: r49140
Will Cohen committed -
2002-01-23 Craig Rodrigues <rodrigc@gcc.gnu.org> * call.c, class.c, decl.c, decl2.c, error.c, expr.c, friend.c, init.c, lex.c, mangle.c, method.c, pt.c, repo.c, rtti.c, search.c, semantics.c, spew.c, tree.c, typeck.c, typeck2.c, xref.c: Change my_fancy_abort() to abort(). From-SVN: r49139
Craig Rodrigues committed -
* config/h8300/h8300.md (*andorhi3): Accept 0x8000 as an operand[3]. From-SVN: r49138
Kazu Hirata committed -
PR c++/5453 * class.c (fixed_type_or_null): Fix thinko. From-SVN: r49135
Jason Merrill committed -
PR c++/3331 * init.c (resolve_offset_ref): Use build_indirect_ref. [[Split portion of a mixed commit.]] From-SVN: r49134.2
Jason Merrill committed -
PR c++/5453 * class.c (fixed_type_or_null): Fix thinko. From-SVN: r49133
Jason Merrill committed -
* tree.c (build1): Don't set TREE_READONLY on INDIRECT_REF. PR c++/3331 * cp/init.c (resolve_offset_ref): Use build_indirect_ref. From-SVN: r49132
Jason Merrill committed -
* function.c (assign_parms): Don't put args of inline functions into registers when not optimizing. * cp/decl2.c (grokclassfn): Don't set DECL_REGISTER on 'this'. From-SVN: r49131
Jason Merrill committed -
deleted. From-SVN: r49130
Nick Clifton committed -
From-SVN: r49129
Hans-Peter Nilsson committed -
From-SVN: r49127
GCC Administrator committed -
PR c/3504 * doc/extend.texi: Correct documentation of __alignof__. From-SVN: r49126
Neil Booth committed -
2002-01-22 Benjamin Kosnik <bkoz@redhat.com> * config/locale/c_locale_generic.cc: Fix. From-SVN: r49125
Benjamin Kosnik committed -
From-SVN: r49124
Zack Weinberg committed -
* bad.c: Include intl.h. (FFEBAD_MSGS1, FFEBAD_MSGS2): Replace by FFEBAD_MSG, SHORT, LONG. Adjust definitions to work with exgettext. (ffebad_start_): Translate all error messages. (ffebad_finish): Mark constant strings for translation. * bad.h: Use FFEBAD_MSG. Adjust prototype of ffebad_start_ and definitions of ffebad_start_msg, ffebad_start_msg_lex to work with exgettext. * bad.def: Use FFEBAD_MSG, SHORT, LONG throughout. * com.c: Include intl.h. (lang_print_error_function): Always use ffeinfo_kind_message to get the kind label for a non-nested construct. Translate it. Translate constant strings. * info.c (FFEINFO_KIND): Adjust definition to work with exgettext. * info-k.def: Block xgettext from slurping copyright notice into gcc.pot. Adjust strings for their sole use, in com.c. * Make-lang.in (f/bad.o, f/com.o): Depend on intl.h. From-SVN: r49123
Zack Weinberg committed -
* params.h: Rename arguments of DEFPARAM so that it will be recognized as a translation keyword. From-SVN: r49122
Zack Weinberg committed -
* exgettext: Merge changes from diffutils. Scan .def files in addition to .c and .h. Add --language=c to xgettext command line. From-SVN: r49121
Zack Weinberg committed -
2002-01-22 Aldy Hernandez <aldyh@redhat.com> * extend.texi: Document altivec functions. Fix *-bit adjectives in X86 builtin documentation. From-SVN: r49120
Aldy Hernandez committed -
2002-01-22 Benjamin Kosnik <bkoz@redhat.com> * docs/html/22_locale/messages.html: Remove angle brackets. * docs/html/17_intro/TODO: Add. From-SVN: r49119
Benjamin Kosnik committed -
* reload.c (reg_overlap_mentioned_for_reload_p): Handle PLUS and auto_inc_dec values. From-SVN: r49118
Alexandre Oliva committed -
* config/netbsd-aout.h (SWITCH_TAKES_ARG): Remove bogus white space after backslash. (ASM_DECLARE_OBJECT_NAME): Add missing backslash before final line. From-SVN: r49117
Richard Earnshaw committed -
2002-01-22 Paolo Carlini <pcarlini@unitus.it> * testsuite/27_io/ios_manip_basefield.cc: Enable test02. * testsuite/27_io/ostream_inserter_arith.cc: Enable test03. * testsuite/27_io/ostream_inserter_char.cc: Enable test01. * testsuite/27_io/ostream_inserter_other.cc: Enable test04. From-SVN: r49116
Paolo Carlini committed -
From-SVN: r49115
Alexandre Oliva committed -
* config/alpha/alpha.c (split_small_symbolic_mem_operand): Use copy_insn not copy_rtx. * gcc.dg/20020122-4.c: Use multiple outputs on the asm. From-SVN: r49114
Richard Henderson committed -
* java/awt/TextField.java: Replaced with Classpath version. * java/awt/TextArea.java: Replaced with Classpath version. * java/awt/TextComponent.java: Replaced with Classpath version. From-SVN: r49113
Tom Tromey committed
-
- 22 Jan, 2002 4 commits
-
-
* combine.c (simplify_and_const_int): Don't trunc_int_for_mode "nonzero" as that might add "1" bits. Ensure "constop" is properly sign extened. (force_to_mode): Tweak for sign extended constop. From-SVN: r49112
Alan Modra committed -
for_each_rtx instead of assuming we're already looking at the MEM. (split_small_symbolic_mem_operand): Likewise. * config/alpha/alpha.h (PREDICATE_CODES): Update. * config/alpha/alpha.md (small symbolic memory splitters): Update. * gcc.dg/20020122-4.c: New. From-SVN: r49111
Richard Henderson committed -
* config/alpha/alpha.md (divmodsi_internal_er): Generate lituse sequence number for the literal. (divmoddi_internal_er): Likewise. From-SVN: r49110
Richard Henderson committed -
From-SVN: r49109
Tom Tromey committed
-