- 17 May, 1999 1 commit
-
-
From-SVN: r26957
Mike Stump committed
-
- 16 May, 1999 7 commits
-
-
decl2.c (build_expr_from_tree): Handle COMPONENT_REFs that indicate a reference to a field that is a qualified name. * decl2.c (build_expr_from_tree): Handle COMPONENT_REFs that indicate a reference to a field that is a qualified name. From-SVN: r26956
Mark Mitchell committed -
From-SVN: r26955
Jason Merrill committed -
From-SVN: r26954
Jason Merrill committed -
From-SVN: r26953
Jason Merrill committed -
* decl2.c (finish_objects): Don't use .?tors.* if we don't have ASM_OUTPUT_CONSTRUCTOR. * friend.c (do_friend): Add attrlist arg. Remove support for getting a non-decl as 'decl'. * decl.c (grokfndecl): Remove attrlist arg. Don't set attrs or rtl. (grokdeclarator): Adjust. * cp-tree.h: Adjust. * parse.y (direct_new_declarator): Make the first one a nonmomentary_expr, too. * init.c (build_new): suspend_momentary while we're calculating the size. (build_new_1): Don't copy size. From-SVN: r26952
Jason Merrill committed -
* cp-tree.h (permanent_p): New function. * init.c (build_new_1): Use mapcar, not copy_node, to copy a possibly complex tree node. * tree.c (mapcar): Adjust comments, and follow coding standards in conditional. (permanent_p): New function. From-SVN: r26951
Mark Mitchell committed -
From-SVN: r26950
Jeff Law committed
-
- 15 May, 1999 9 commits
-
-
From-SVN: r26949
Craig Burley committed -
From-SVN: r26948
Craig Burley committed -
* fixinc/hackshell.tpl: Fix mis-applied patch. * fixinc/inclhack.sh: Regenerated. From-SVN: r26947
Jeffrey A Law committed -
P * fixinc/mkfixinc.sh: Add the Hurd (*-*-gnu*) to the list of targets that do not need any fixes. From-SVN: r26946
Mark Kettenis committed -
� * fixinc/mkfixinc.sh: Add the Hurd (*-*-gnu*) to the list of targets that do not need any fixes. From-SVN: r26945
Mark Kettenis committed -
From-SVN: r26944
Jeff Law committed -
From-SVN: r26943
Jeff Law committed -
* configure.in: Add shared library support for the Hurd (*-*-gnu*). * config/gnu.ml: New file. From-SVN: r26942
Mark Kettenis committed -
From-SVN: r26941
Jeff Law committed
-
- 14 May, 1999 9 commits
-
-
* config/c4x/c4x.md (set_lo_sum+2): New splitter to load large const_ints. From-SVN: r26940
Michael Hayes committed -
* config/c4x/c4x.md (decrement_and_branch_on_count): Disabled. (doloop_begin, doloop_end): New patterns. (*rptb_init): Added extra operands. From-SVN: r26939
Michael Hayes committed -
From-SVN: r26938
Michael Hayes committed -
� * config/c4x/c4x.md (*umulqi3_highpart_clobber): Fix operand 2 constraints order. From-SVN: r26937
Michael Hayes committed -
X * config/c4x/c4x.md (*umulqi3_highpart_clobber): Fix operand 2 constraints order. From-SVN: r26936
Michael Hayes committed -
Fri May 14 12:31:08 1999 Alexandre Petit-Bianco <apbianco@cygnus.com> * xref.c (xref_set_current_fp): New function, defined. * xref.h (xref_set_current_fp): New function, prototyped. Fri May 14 11:57:54 1999 Alexandre Petit-Bianco <apbianco@cygnus.com> * check-init.c (check_init): Take into account that LABELED_BLOCK_STMT can be empty. From-SVN: r26935
Alexandre Petit-Bianco committed -
From-SVN: r26934
Ulrich Drepper committed -
From-SVN: r26933
Ulrich Drepper committed -
From-SVN: r26932
Jeff Law committed
-
- 13 May, 1999 14 commits
-
-
parse.y (java_check_regular_methods): Warning check on not overriding methods with default access in other packages... Thu May 13 18:30:48 1999 Alexandre Petit-Bianco <apbianco@cygnus.com> * parse.y (java_check_regular_methods): Warning check on not overriding methods with default access in other packages does not apply to `<clinit>'. (java_complete_lhs): If block body is an empty_stmt_node, replace it by NULL_TREE. This avoid gcc generating an irrelevant warning. From-SVN: r26930
Alexandre Petit-Bianco committed -
From-SVN: r26929
Per Bothner committed -
class.c (push_lang_context): Turn off DECL_IGNORED_P for primitive Java types, if we actually see `extern "C"'. � * class.c (push_lang_context): Turn off DECL_IGNORED_P for primitive Java types, if we actually see `extern "C"'. From-SVN: r26928
Per Bothner committed -
class.c (push_lang_context): Turn off DECL_IGNORED_P for primitive Java types, if we actually see `extern "C"'. h * class.c (push_lang_context): Turn off DECL_IGNORED_P for primitive Java types, if we actually see `extern "C"'. From-SVN: r26927
Per Bothner committed -
check-init.c (check_init): Removed code accepting to see things falling through default:, when doing xrefs. Thu May 13 13:23:38 1999 Alexandre Petit-Bianco <apbianco@cygnus.com> * check-init.c (check_init): Removed code accepting to see things falling through default:, when doing xrefs. * java-tree.h (do_not_fold): New global variable, declared. * parse.y (do_not_fold): New global variable, defined. (java_complete_expand_method): Set `do_not_fold' to the value of `flag_emit_xref'. When doing xrefs: copy the thrown exceptions, and reinstall them after them have been purged; do not check for initializations; do not issue missing return errors. (java_complete_lhs): Do not attempt to patch INSTANCEOF_EXPR nodes when doing xrefs. (patch_binop): Skip the fold part when doing xrefs. (build_string_concatenation): Skip the concatenation part when doing xrefs. (patch_synchronized_statement): Do not generate a try-finally when doing xrefs. (patch_throw_statement): When doing xrefs, do not call BUILD_THROW and keep the location where the throw was seen. * typeck.c (convert): When `do_not_fold' is set, do not attempt any treatment on the converted node an simply return a NOP_EXPR of the targeted type. * xref.c (xref_get_data): New function, defined. * xref.h (xref_get_data): New function, declared. (XREF_GET_DATA): Use xref_get_data. From-SVN: r26926
Alexandre Petit-Bianco committed -
* rs6000.c (mask_constant): Delete. (mask_operand): Move mask_constant() body to here. * rs6000.h (mask_constant): Delete declaration. * rs6000.md (nabsdi2): Reverse subtraction in splitter. From-SVN: r26925
David Edelsohn committed -
* gjavah.c (print_include): Cast the result of `strlen' to int when comparing against a signed value. (add_namelet): Likewise. From-SVN: r26924
Kaveh R. Ghazi committed -
From-SVN: r26923
Kaveh R. Ghazi committed -
From-SVN: r26922
Jeffrey A Law committed -
From-SVN: r26921
Michael Hayes committed -
From-SVN: r26920
Franz Sirl committed -
From-SVN: r26919
Andreas Schwab committed -
* loop.c (maybe_eliminate_biv): Check regno against max_reg_before_loop. From-SVN: r26918
Graham Stott committed -
* i386.c (memory_address_info): Correct the scale factor test. From-SVN: r26917
Graham Stott committed
-