- 27 Apr, 1998 9 commits
-
-
hostnm_.c (G77_hostnm_0): Fix off-by-one error that was trashing the byte just beyond the CHARACTER*(*)... Sun Apr 26 09:13:41 1998 Craig Burley <burley@gnu.org> * libU77/hostnm_.c (G77_hostnm_0): Fix off-by-one error that was trashing the byte just beyond the CHARACTER*(*) argument. From-SVN: r19429
Craig Burley committed -
From-SVN: r19428
Jason Merrill committed -
that was trashing the byte just beyond the CHARACTER*(*) argument. From-SVN: r19427
Craig Burley committed -
From-SVN: r19426
Dave Love committed -
From-SVN: r19425
Dave Love committed -
From-SVN: r19424
J"orn Rennecke committed -
From-SVN: r19423
Michael Meissner committed -
From-SVN: r19422
Michael Meissner committed -
From-SVN: r19421
Michael Meissner committed
-
- 26 Apr, 1998 9 commits
-
-
* alpha.h (CONST_COSTS): Zero is always free. (RTX_COSTS): Add EV6 costs. Abort if alpha_cpu is unknown. From-SVN: r19420
Richard Henderson committed -
* configure.in: Adjust include paths in F2C_INTEGER and F2C_LONGINT tests to work out of the build directory. From-SVN: r19419
Richard Henderson committed -
* cp-tree.h (CLASSTYPE_IS_TEMPLATE): New macro. (DECL_CLASS_TEMPLATE_P): Likewise. (DECL_PRIMARY_TEMPLATE): Likewise. (PRIMARY_TEMPLATE_P): Use it. (push_template_decl_real): New function. (redeclare_class_template): Take new template parameters as input. (is_specialization_of): New function. (comp_template_args): Declare. * decl.c (pushtag): Handle friend template classes. (xref_tag): Likewise. Use new calling convention for redeclare_class_template. * decl2.c (grok_x_components): Handle friend templates. * friend.c (is_friend): Use is_specialization_of where appropriate. Deal with friend class templates. (make_friend_class): Let a class template be friends with itself. * pt.c (comp_template_args): Remove declaration. (tsubst_friend_class): New function. (push_template_decl_real): New function. (push_template_decl): Use it. (redeclare_class_template): Adjust for new calling convention. (comp_template_args): Give it external linkage. (instantiate_class_type): Use tsubst_friend_class to deal with friend templates. * typeck.c (comptypes): Use comp_template_args, rather than expanding it inline. * parse.y (component_decl): Handle a nested template type like other component type declarations. From-SVN: r19418
Mark Mitchell committed -
cplus-dem.c (gnu_special): Fix off-by-one bug when checking the length in the name of a virtual table. * cplus-dem.c (gnu_special): Fix off-by-one bug when checking the length in the name of a virtual table. From-SVN: r19417
Andreas Schwab committed -
From-SVN: r19416
Jason Merrill committed -
From-SVN: r19415
Richard Henderson committed -
* pt.c (mabybe_get_template_decl_from_type_decl): New function. (lookup_template_class): Use it. From-SVN: r19414
Mark Mitchell committed -
* pt.c (check_explicit_specialization): Handle overloaded constructors correctly. From-SVN: r19413
Mark Mitchell committed -
From-SVN: r19412
Richard Henderson committed
-
- 25 Apr, 1998 3 commits
-
-
From-SVN: r19410
Jeffrey A Law committed -
From-SVN: r19409
Jeffrey A Law committed -
* alias.c (alias_invariant): New variable. (record_base_value): New argument INVARIANT. (memrefs_conflict_p): If a register has an entry in the alias_invariant array, try substituting that value for the register. * rtl.h: Declare record_base_value. * loop.c, unroll.c: Update callers of record_base_value. * alias.c (find_base_value, find_base_term): SIGN_EXTEND and ZERO_EXTEND do not affect base values. From-SVN: r19408
John Carr committed
-
- 24 Apr, 1998 12 commits
-
-
* dbxout.c (dbxout_type): Fix typo. (dbxout_range_type): Another HOST_WIDE_INT_PRINT_DEC fix. From-SVN: r19407
Jeffrey A Law committed -
From-SVN: r19406
Jeffrey A Law committed -
expr.c (expand_builtin, [...]): Set MEM_IN_STRUCT_P if the argument is the address of a structure or array. * expr.c (expand_builtin, case MEMSET): Set MEM_IN_STRUCT_P if the argument is the address of a structure or array. * configure.in: Enable Haifa scheduler by default for SPARC. From-SVN: r19405
John Carr committed -
* cse.c (cse_set_around_loop): Don't do optimization when new pseudos are created. From-SVN: r19404
J"orn Rennecke committed -
From-SVN: r19403
Jeff Law committed -
d * dbxout.c (dbxout_type_fields): Use HOST_WIDE_INT_PRINT_DEC appropriately. (dbxout_type_method_1, dbxout_type): Likewise. (print_int_cst_octal, print_octal, dbxout_symbol): Likewise. (dbxout_type): Fix check for when to print a type range in octal vs decimal. From-SVN: r19402
Jeff Law committed -
� * dbxout.c (dbxout_type_fields): Use HOST_WIDE_INT_PRINT_DEC appropriately. (dbxout_type_method_1, dbxout_type): Likewise. (print_int_cst_octal, print_octal, dbxout_symbol): Likewise. (dbxout_type): Fix check for when to print a type range in octal vs decimal. From-SVN: r19401
Jeff Law committed -
From-SVN: r19400
J"orn Rennecke committed -
From-SVN: r19399
Dave Love committed -
From-SVN: r19398
Dave Love committed -
From-SVN: r19397
Nick Clifton committed -
* c-common.c (check_format_info): Don't check for the 'x' format character twice, instead check for 'x' and 'X' From-SVN: r19396
Kaveh R. Ghazi committed
-
- 23 Apr, 1998 7 commits
-
-
Makefile.in (libgcc2.ready): Add explicit dependancy from $(STMP_FIXPROTO) to ensure all necessary include... d * Makefile.in (libgcc2.ready): Add explicit dependancy from $(STMP_FIXPROTO) to ensure all necessary include files have been created and to guarantee proper parallel builds. From-SVN: r19395
Manfred Hollstein committed -
Makefile.in (libgcc2.ready): Add explicit dependancy from $(STMP_FIXPROTO) to ensure all necessary include... � * Makefile.in (libgcc2.ready): Add explicit dependancy from $(STMP_FIXPROTO) to ensure all necessary include files have been created and to guarantee proper parallel builds. From-SVN: r19394
Manfred Hollstein committed -
* cp-tree.def: Add WRAPPER. USER_CONV now only has two ops. * cp-tree.h: Add WRAPPER support. * call.c (add_candidate): Split out from add_*_candidate fns. (build_over_call): Take the candidate instead of function and args. Enforce access control here. Emit overload warnings here. (add_warning): New fn. (joust): Add WARN parm. If not set, call add_warning instead of printing a warning. Reenable some warnings. (tourney): Pass it. (convert_like): Adjust. (build_new_op): Adjust. (build_new_function_call): Adjust. (build_user_type_conversion_1): Adjust. (USER_CONV_FN): Adjust. * tree.c (build_expr_wrapper, build_expr_ptr_wrapper, build_int_wrapper): New fns. From-SVN: r19393
Jason Merrill committed -
* configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS. From-SVN: r19392
Jim Wilson committed -
* sh.c (sh_expand_prologue, in !SH3E code): Don't push an extra register for stdarg functions. * sh.h (current_function_varargs): Declare. (FUNCTION_ARG): Ignore NAMED for stdarg functions. From-SVN: r19391
J"orn Rennecke committed -
* frame.c, libgcc2.c (stdlib.h, unistd.h): Don't include when inhibit_libc is defined. From-SVN: r19390
Jim Wilson committed -
* c-aux-info.c (gen_type): Use DECL_NAME only for TYPE_DECL. From-SVN: r19389
Jim Wilson committed
-