- 18 Feb, 1999 6 commits
-
-
* i386/openbsd.h: New file, originally from netbsd. * i386/xm-openbsd.h: New file. From-SVN: r25280
Marc Espie committed -
From-SVN: r25279
Craig Burley committed -
From-SVN: r25278
Craig Burley committed -
From-SVN: r25277
Craig Burley committed -
From-SVN: r25276
Jeff Law committed -
From-SVN: r25275
Craig Burley committed
-
- 17 Feb, 1999 17 commits
-
-
From-SVN: r25274
Ulrich Drepper committed -
From-SVN: r25273
Ulrich Drepper committed -
* decl.c (xref_basetypes): Comment. * pt.c (instantiate_class_template): Use xref_basetypes. From-SVN: r25272
Mark Mitchell committed -
From-SVN: r25271
Joern Rennecke committed -
From-SVN: r25270
Mark Mitchell committed -
1999-02-17 14:49 -0500 Zack Weinberg <zack@rabi.columbia.edu> * Makefile.in: Correct dependencies for cpplib object files. From-SVN: r25269
Zack Weinberg committed -
From-SVN: r25268
David Edelsohn committed -
* rs6000.md ({add,sub}si3 `.'): Add alternatives to use CR other than cr0. From-SVN: r25267
Michael Meissner committed -
From-SVN: r25266
Nick Clifton committed -
From-SVN: r25265
Craig Burley committed -
* loop.c (strength_reduce): Don't move giv insn for biv turned giv below scan_start. From-SVN: r25264
J"orn Rennecke committed -
1999-02-17 Dave Love <fx@gnu.org> * intdoc.in: Say `common' logarithm for log10. From-SVN: r25263
Dave Love committed -
From-SVN: r25262
Dave Love committed -
* tree.c (tree_node_kind_names, print_obstack_name, get_identifier, maybe_get_identifier, build_string, build_expr_wfl, is_attribute_p, lookup_attribute, print_obstack_statistics, get_file_function_name_long, tree_check, tree_class_check, expr_check): Qualify a char* with the `const' keyword. * tree.h (get_identifier, maybe_get_identifier, build_string, build_expr_wfl, is_attribute_p, lookup_attribute, print_obstack_statistics, print_obstack_name, tree_check, tree_class_check, expr_check): Likewise. From-SVN: r25261
Kaveh R. Ghazi committed -
class.c (build_utf8_ref): Back out broken patch which was intended to to output signatures using '.' as a... 1999-02-09 Andrew Haley <aph@cygnus.com> * class.c (build_utf8_ref): Back out broken patch which was intended to to output signatures using '.' as a separator. * class.c (make_class_data): Output signatures using '.' as a separator, rather than '/'. (mangled_classname): Likewise. (make_field_value): Likewise. (make_method_value): Likewise. * constants.c (alloc_class_constant): Likewise. * expr.c (build_invokeinterface): Likewise. From-SVN: r25260
Andrew Haley committed -
From-SVN: r25259
Jeff Law committed -
� * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR) only if it is not empty. From-SVN: r25258
H.J. Lu committed
-
- 16 Feb, 1999 17 commits
-
-
* i386/freebsd-elf.h, i386/gas.h, i386/linux.h: Fix minor spacing errors. From-SVN: r25257
Jeffrey A Law committed -
calls.c (store_one_arg): Mark any slots used for the argument as in-use immediately after we're done... * calls.c (store_one_arg): Mark any slots used for the argument as in-use immediately after we're done saving any slots which will be overwritten by this argument. From-SVN: r25256
Jeffrey A Law committed -
X * rs6000.md (call_value): Fix typo. From-SVN: r25253
Anton Hartl committed -
� * rs6000.md (call_value): Fix typo. From-SVN: r25252
Anton Hartl committed -
* loop.c (strength_reduce): Calculate maybe_dead before calling recombine_givs. From-SVN: r25251
J"orn Rennecke committed -
From-SVN: r25250
J"orn Rennecke committed -
From-SVN: r25249
Ovidiu Predescu committed -
From-SVN: r25248
Baron Roberts committed -
#include <cwchar>. Add missing definition for wchar_t move method. Add empty() method for trait-based empty string return. From-SVN: r25247
Baron Roberts committed -
(c_str): Change return of "" to return of traits::empty() call so that proper empty string is returned based on the character type (i.e. "" or L""). From-SVN: r25246
Baron Roberts committed -
From-SVN: r25245
Ulrich Drepper committed -
Thu Jan 28 11:50:11 1999 Alexandre Petit-Bianco <apbianco@cygnus.com> * jcf-parse.c (jcf_parse): Don't parse the same class file twice. * parse.y (patch_cast): Allow a boolean to be cast into a boolean. Wed Jan 27 10:19:29 1999 Alexandre Petit-Bianco <apbianco@cygnus.com> * parse.y: (class_declaration:): Fixed indentation. (class_member_declaration:): Extra `;' after field declaration now accepted. (interface_declaration:): Removed debug messages in error reports. (patch_binop): Nodes created and returned inherit the orignal node's COMPOUND_ASSIGN_P flag value. (patch_cast): Fix cast from char to floating point. From-SVN: r25244
Alexandre Petit-Bianco committed -
* cp-tree.h (tsubst): Change prototype. (tsubst_expr): Likewise. (tsubst_copy): Likewise. (type_unification): Remove prototype. * call.c (convert_default_arg): Adjust call to tsubst_expr. * class.c (resolve_address_of_overloaded_function): Just use fn_type_unification. * decl.c (grokdeclarator): Adjust call to tsubst. * method.c (build_template_parm_names): Likewise. * pt.c (GTB_VIA_VIRTUAL): New macro. (GTB_IGNORE_TYPE): Likewise. (resolve_overloaded_unification): Add `complain' parameter. (try_one_overload): Likewise. (tsubst_template_arg_vector): Likewise. (tsubst_template_parms): Likewise. (tsubst_aggr_type): Likewise. (tsubst_arg_types): Likewise. (tsubst_call_declarator_parms): Likewise. (unify): Remove explicit_mask. (type_unification_real): Likewise. (get_template_base_recursive): Likewise. (coerce_template_template_parms): Provide prototype. (tsubst_function_type): Likewise. (try_class_unification): New function. All callers changed to use new complain parameter. (get_template_base): Use try_class_unification. (unify): Adjust handling of classes derived from template types. (fn_type_unification): Substitute explicit arguments before unification. From-SVN: r25243
Mark Mitchell committed -
* decl.c (pushdecl): Remove dead code. * decl2.c (finish_objects): Fix code I missed in previous change. From-SVN: r25242
Jason Merrill committed -
* config/arm/arm.md (*zeroextractqi_compare0_scratch): Re-add load instruction killed in previous change. Simplify mask generation. (*zeroextractsi_compare0_scratch): Simpify mask generation. From-SVN: r25241
Richard Earnshaw committed -
From-SVN: r25240
Ulrich Drepper committed -
From-SVN: r25239
Ulrich Drepper committed
-