]> gcc.gnu.org Git - gcc.git/log
gcc.git
26 years ago[multiple changes]
Andrew MacLeod [Mon, 8 Jun 1998 12:43:28 +0000 (12:43 +0000)]
[multiple changes]

Thu Jun  8 14:16:15 EDT 1998  Andrew MacLeod  <amacleod@cygnus.com>
* eh-common.h: Remove NEW_EH_MODEL compile time flag, and replace with
flag_new_exceptions runtime flag.
(struct old_exception_table): New struct which represents what
the exception table looks like without the new model.
(NEW_EH_RUNTIME): New value used as a tag in the exception table to
flag that this is a new style table.
* except.h: Remove compile time flag NEW_EH_MODEL.
(expand_builtin_eh_stub_old): New prototype.
* tree.h (enum built_in_function): Add BUILT_IN_EH_STUB_OLD.
* expr.c (expand_builtin): New builtin func BUILT_IN_EH_STUB_OLD.
* c-decl.c (init_decl_processing): Add new builtin function
__builtin_eh_stub_old.
* final.c (final_scan_insn): Replace compile time flag NEW_EH_MODEL.
* flags.h (flag_new_exceptions): New runtime flag.
* toplev.c (flag_new_exceptions): Initialize default to 0,
-fnew-exceptions sets to 1.
* except.c (output_exception_table_entry): Output New style exception
identifier into table, and replace compile time flag NEW_EH_MODEL
with runtime flag flag_new_exceptions.
(output_exception_table): Replace compile time flag NEW_EH_MODEL.
(expand_builtin_eh_stub_old): Duplicates original functionality of
expand_builtin_eh_stub.
(expand_builtin_eh_stub): Replace compile time flag NEW_EH_MODEL.
* libgcc2.c (find_exception_handler): Remove NEW_EH_MODEL #ifdefs.
(old_find_exception_handler): New func, same as find_exception_handler
except it works on the old style exception table.
(__throw): Replace NEW_EH_MODEL. Detect new model based on presence
of identifier in the exception table, and call appropriate routines.
1998-06-08  Andrew MacLeod  <amacleod@cygnus.com>
* except.c (init_exception_processing): Remove NEW_EH_MODEL compile
time flag.  Call __cp_eh_info instead of __cp_exception_info.
* exception.cc (struct cp_eh_info): Remove NEW_EH_MODEL flag.
(__cp_exception_info): Return offset into cp_eh_info structure to
match what use to be the start of this structure.
(__cp_eh_info): New function to return a pointer to cp_eh_info struct.
(__cplus_type_matcher, __cp_push_exception): Remove NEW_EH_MODEL
compile time flag.
(__uncatch_exception, __check_eh_spec, std::uncaught_exception): Call
__cp_eh_info instead of __cp_exception_info.

From-SVN: r20336

26 years agofunction.c: Define current_function_cannot_inline.
Jason Merrill [Mon, 8 Jun 1998 10:52:37 +0000 (10:52 +0000)]
function.c: Define current_function_cannot_inline.

* function.c: Define current_function_cannot_inline.
(push_function_context_to): Save it.
(pop_function_context_from): Restore it.
* function.h (struct function): Provide it a home.
* output.h: Declare it.
* integrate.c (function_cannot_inline_p): Check it.
* decl.c (cp_finish_decl): Disable inlining of extern inlines
with static variables.

From-SVN: r20332

26 years agoexpr.c (force_operand): Detect PIC address loads before splitting arithmetic.
Richard Henderson [Mon, 8 Jun 1998 10:44:01 +0000 (03:44 -0700)]
expr.c (force_operand): Detect PIC address loads before splitting arithmetic.

* expr.c (force_operand): Detect PIC address loads before
splitting arithmetic.

From-SVN: r20331

26 years agoUpdate.
Andreas Schwab [Mon, 8 Jun 1998 09:50:50 +0000 (09:50 +0000)]
Update.

From-SVN: r20330

26 years ago(__underflow): Read character from read pointer as unsigned.
Andreas Schwab [Mon, 8 Jun 1998 09:50:20 +0000 (09:50 +0000)]
(__underflow): Read character from read pointer as unsigned.

(__uflow): Likewise.

From-SVN: r20329

26 years agoBump for snapshot
Jeffrey A Law [Mon, 8 Jun 1998 09:23:12 +0000 (03:23 -0600)]
Bump for snapshot

From-SVN: r20328

26 years agoBump for snapshot
Jeffrey A Law [Mon, 8 Jun 1998 09:17:13 +0000 (03:17 -0600)]
Bump for snapshot

From-SVN: r20327

26 years agoBump for snapshot
Jeffrey A Law [Mon, 8 Jun 1998 02:09:50 +0000 (20:09 -0600)]
Bump for snapshot

From-SVN: r20326

26 years agotree.c (tree_class_check): Add braces to eliminate ambigious else warning.
Graham Stott [Mon, 8 Jun 1998 01:59:23 +0000 (19:59 -0600)]
tree.c (tree_class_check): Add braces to eliminate ambigious else warning.

        * tree.c (tree_class_check): Add braces to eliminate ambigious
        else warning.
        (tree_check): Likewise.

From-SVN: r20325

26 years agoreg-stack.c (subst_stack_regs_pat): Make sure the top of stack is the destination...
H.J. Lu [Mon, 8 Jun 1998 01:53:56 +0000 (01:53 +0000)]
reg-stack.c (subst_stack_regs_pat): Make sure the top of stack is the destination for conditional move insn.

        * reg-stack.c (subst_stack_regs_pat): Make sure the top of
        stack is the destination for conditional move insn.

From-SVN: r20324

26 years agotree.h (TREE_VEC_END): Cast unused value to void.
Jason Merrill [Mon, 8 Jun 1998 01:21:38 +0000 (21:21 -0400)]
tree.h (TREE_VEC_END): Cast unused value to void.

* tree.h (TREE_VEC_END): Cast unused value to void.
* i386.c (print_operand): Use %lx for long operand.

From-SVN: r20323

26 years ago980523-1.c: Only test on ppc-linux.
Jeffrey A Law [Mon, 8 Jun 1998 01:20:35 +0000 (01:20 +0000)]
980523-1.c: Only test on ppc-linux.

        * gcc.dg/980523-1.c: Only test on ppc-linux.
        * gcc.dg/980526-1.c, gcc.dg/switch-1.c: Likewise.

From-SVN: r20322

26 years ago* gcc.c-torture/execute/980608-1.c: New test.
Jeffrey A Law [Mon, 8 Jun 1998 01:16:23 +0000 (01:16 +0000)]
* gcc.c-torture/execute/980608-1.c: New test.

From-SVN: r20321

26 years agoDaily bump.
Jeff Law [Mon, 8 Jun 1998 00:45:02 +0000 (18:45 -0600)]
Daily bump.

From-SVN: r20320

26 years agoinit.c (build_offset_ref): Correct previous change to use build, not build_min.
Mark Mitchell [Mon, 8 Jun 1998 00:20:34 +0000 (00:20 +0000)]
init.c (build_offset_ref): Correct previous change to use build, not build_min.

* init.c (build_offset_ref): Correct previous change to use build,
not build_min.

From-SVN: r20319

26 years ago* alpha.c (summarize_insn): Ignore rtl slot format 'i'.
Richard Henderson [Mon, 8 Jun 1998 00:05:06 +0000 (17:05 -0700)]
* alpha.c (summarize_insn): Ignore rtl slot format 'i'.

From-SVN: r20318

26 years agoclass.c (instantiate_type): Handle pointer-to-members where the member is a template.
Mark Mitchell [Sun, 7 Jun 1998 14:52:11 +0000 (14:52 +0000)]
class.c (instantiate_type): Handle pointer-to-members where the member is a template.

* class.c (instantiate_type): Handle pointer-to-members where the
member is a template.
* init.c (build_offset_ref): Likewise.
* typeck.c (build_unary_op): Likewise.

From-SVN: r20283

26 years agosol2.h (INIT_SUBTARGET_OPTABS): Use Solaris libc float/long long conversion functions.
John Carr [Sun, 7 Jun 1998 14:15:53 +0000 (14:15 +0000)]
sol2.h (INIT_SUBTARGET_OPTABS): Use Solaris libc float/long long conversion functions.

Sun Jun  7 14:15:45 1998  John Carr  <jfc@mit.edu>
        * sol2.h (INIT_SUBTARGET_OPTABS): Use Solaris libc float/long long
        conversion functions.

From-SVN: r20277

26 years agocom.c (lang_init_options): New function.
Richard Henderson [Sun, 7 Jun 1998 14:08:58 +0000 (07:08 -0700)]
com.c (lang_init_options): New function.

        * com.c (lang_init_options): New function.
        * top.c (ffe_decode_option): Remove all trace of -fset-g77-defaults.
        Set ffe_is_do_internal_checks_ with -version.
        * lang-options.h: Likewise.
        * lang-specs.h: Likewise.

From-SVN: r20276

26 years agolex.c (lang_init_options): New function.
Richard Henderson [Sun, 7 Jun 1998 14:07:25 +0000 (07:07 -0700)]
lex.c (lang_init_options): New function.

        * lex.c (lang_init_options): New function.
        (lang_init): Remove flag_exceptions == 2 hack.

From-SVN: r20275

26 years agotoplev.c (flag_exceptions): Default to 0.
Richard Henderson [Sun, 7 Jun 1998 14:06:47 +0000 (07:06 -0700)]
toplev.c (flag_exceptions): Default to 0.

        * toplev.c (flag_exceptions): Default to 0.
        (compile_file): Remove flag_exceptions == 2 hack.
        (main): Call lang_init_options.
        * tree.h: Declare it.
        * c-lang.c: Implement it.
        * objc/objc-act.c: Likewise.

From-SVN: r20274

26 years agoclass.c (instantiate_type): Handle pointer-to-members where the member is a template.
Mark Mitchell [Sun, 7 Jun 1998 12:13:54 +0000 (12:13 +0000)]
class.c (instantiate_type): Handle pointer-to-members where the member is a template.

* class.c (instantiate_type): Handle pointer-to-members where the
member is a template.
* init.c (build_offset_ref): Likewise.
* typeck.c (build_unary_op): Likewise.

From-SVN: r20269

26 years agors6000.md (restore_stack_block): Generate MEM and specify mode.
David Edelsohn [Sun, 7 Jun 1998 09:34:09 +0000 (09:34 +0000)]
rs6000.md (restore_stack_block): Generate MEM and specify mode.

        * rs6000.md (restore_stack_block): Generate MEM and specify mode.
        * rs6000.h (STACK_SAVEAREA_MODE): SAVE_FUNCTION is VOIDmode.
        * rs6000.c (rs6000_output_load_toc_table): Use fputs.
        (output_function_profiler): Use asm_fprintf and fputs.

From-SVN: r20268

26 years agoDaily bump.
Jeff Law [Sun, 7 Jun 1998 00:45:02 +0000 (18:45 -0600)]
Daily bump.

From-SVN: r20267

26 years ago* search.c (envelope_add_decl): Tweak for implicit typename.
Jason Merrill [Sat, 6 Jun 1998 18:13:12 +0000 (18:13 +0000)]
* search.c (envelope_add_decl): Tweak for implicit typename.

From-SVN: r20264

26 years agoOne more typo.
Per Bothner [Sat, 6 Jun 1998 10:42:32 +0000 (03:42 -0700)]
One more typo.

From-SVN: r20263

26 years agoFixed typo: lang_specific_extra_ofiles -> lang_specific_extra_outfiles.
Per Bothner [Sat, 6 Jun 1998 10:41:05 +0000 (03:41 -0700)]
Fixed typo: lang_specific_extra_ofiles -> lang_specific_extra_outfiles.

From-SVN: r20262

26 years agoSome fixes for KNR compilers:
Kaveh R. Ghazi [Sat, 6 Jun 1998 09:25:16 +0000 (09:25 +0000)]
Some fixes for KNR compilers:

        * gencheck.c: Remove redundant stdio.h include.  Add a definition
        of xmalloc for when we are forced to link with alloca.o.
        * reload1.c (reload_reg_free_for_value_p): Use `(unsigned)1'
        instead of `1U'.
        * fold-const.c (constant_boolean_node): Make definition static to
        match the prototype.

From-SVN: r20261

26 years agoFix typo.
Per Bothner [Sat, 6 Jun 1998 00:49:35 +0000 (17:49 -0700)]
Fix typo.

From-SVN: r20260

26 years agoDaily bump.
Jeff Law [Sat, 6 Jun 1998 00:45:02 +0000 (18:45 -0600)]
Daily bump.

From-SVN: r20259

26 years agocall.c (joust): Also warn about confusing conversion op/constructor overload resolution.
Jason Merrill [Fri, 5 Jun 1998 23:03:33 +0000 (23:03 +0000)]
call.c (joust): Also warn about confusing conversion op/constructor overload resolution.

* call.c (joust): Also warn about confusing conversion op/constructor
overload resolution.

From-SVN: r20258

26 years agonew
Jason Merrill [Fri, 5 Jun 1998 22:57:38 +0000 (18:57 -0400)]
new

From-SVN: r20257

26 years agospew.c (yylex): Also return the TYPE_DECL if got_object.
Jason Merrill [Fri, 5 Jun 1998 21:57:05 +0000 (21:57 +0000)]
spew.c (yylex): Also return the TYPE_DECL if got_object.

* spew.c (yylex): Also return the TYPE_DECL if got_object.
Don't clear got_object after '~'.
* call.c (build_scoped_method_call): Tweak destructor handling.
(build_method_call): Likewise.
* pt.c (tsubst_copy, case METHOD_CALL_EXPR): Don't mess with
TYPE_MAIN_VARIANT for destructors.
* semantics.c (finish_object_call_expr): Complain about calling a
TYPE_DECL.

From-SVN: r20256

26 years agoFixed minor typo.
Per Bothner [Fri, 5 Jun 1998 16:02:14 +0000 (09:02 -0700)]
Fixed minor typo.

From-SVN: r20252

26 years agogcc.c (lang_specific_pre_link): New LANG_SPECIFIC_DRIVER function.
Per Bothner [Fri, 5 Jun 1998 15:57:13 +0000 (08:57 -0700)]
gcc.c (lang_specific_pre_link): New LANG_SPECIFIC_DRIVER function.


* gcc.c (lang_specific_pre_link):  New LANG_SPECIFIC_DRIVER function.
(lang_specific_extra_outfiles):  New LANG_SPECIFIC_DRIVER variable.
(do_spec, input_filename, input_filename_length):  Make public.
(main):  Adjust outfiles allocation by lang_specific_extra_outfiles.
Call lang_specific_pre_link befor elinking.

From-SVN: r20251

26 years agogcc.c (lang_specific_pre_link): New LANG_SPECIFIC_DRIVER function.
Per Bothner [Fri, 5 Jun 1998 15:57:11 +0000 (08:57 -0700)]
gcc.c (lang_specific_pre_link): New LANG_SPECIFIC_DRIVER function.

`
* gcc.c (lang_specific_pre_link):  New LANG_SPECIFIC_DRIVER function.
(lang_specific_extra_outfiles):  New LANG_SPECIFIC_DRIVER variable.
(do_spec, input_filename, input_filename_length):  Make public.
(main):  Adjust outfiles allocation by lang_specific_extra_outfiles.
Call lang_specific_pre_link befor elinking.

From-SVN: r20250

26 years agog77spec (lang_specific_pre_link, [...]): Define - update needed by gcc.c change.
Per Bothner [Fri, 5 Jun 1998 15:54:06 +0000 (08:54 -0700)]
g77spec (lang_specific_pre_link, [...]): Define - update needed by gcc.c change.


* g77spec (lang_specific_pre_link, lang_specific_extra_ofiles):
Define - update needed by gcc.c change.

From-SVN: r20249

26 years agog77spec (lang_specific_pre_link, [...]): Define - update needed by gcc.c change.
Per Bothner [Fri, 5 Jun 1998 15:54:05 +0000 (08:54 -0700)]
g77spec (lang_specific_pre_link, [...]): Define - update needed by gcc.c change.

* g77spec (lang_specific_pre_link, lang_specific_extra_ofiles):
Define - update needed by gcc.c change.

From-SVN: r20248

26 years agog++spec (lang_specific_pre_link, [...]): Define - update needed by gcc.c change.
Per Bothner [Fri, 5 Jun 1998 15:51:32 +0000 (08:51 -0700)]
g++spec (lang_specific_pre_link, [...]): Define - update needed by gcc.c change.


* g++spec (lang_specific_pre_link, lang_specific_extra_ofiles):
Define - update needed by gcc.c change.

From-SVN: r20247

26 years agog++spec (lang_specific_pre_link, [...]): Define - update needed by gcc.c change.
Per Bothner [Fri, 5 Jun 1998 15:51:31 +0000 (08:51 -0700)]
g++spec (lang_specific_pre_link, [...]): Define - update needed by gcc.c change.

(
* g++spec (lang_specific_pre_link, lang_specific_extra_ofiles):
Define - update needed by gcc.c change.

From-SVN: r20246

26 years agodocument -maix64 and -mpowerpc64 options of rs6000 port.
David Edelsohn [Fri, 5 Jun 1998 15:13:49 +0000 (11:13 -0400)]
document -maix64 and -mpowerpc64 options of rs6000 port.

improve documentation of -mxl-call option.
add @kindex to a few more items.

From-SVN: r20245

26 years ago* execute/980605-1.c: New test.
J"orn Rennecke [Fri, 5 Jun 1998 13:59:49 +0000 (13:59 +0000)]
* execute/980605-1.c: New test.

From-SVN: r20244

26 years agohaifa-sched.c (rank_for_schedule): For "equally good insns", prefer the insn which...
Jeffrey A Law [Fri, 5 Jun 1998 11:32:28 +0000 (11:32 +0000)]
haifa-sched.c (rank_for_schedule): For "equally good insns", prefer the insn which has the most insns dependent on it.

        * haifa-sched.c (rank_for_schedule): For "equally good insns", prefer
        the insn which has the most insns dependent on it.

From-SVN: r20243

26 years agoThe right file.
Jeff Law [Fri, 5 Jun 1998 09:48:37 +0000 (03:48 -0600)]
The right file.

From-SVN: r20242

26 years agoCopied in the wrong file. I'll have to go find the right one.
Jeff Law [Fri, 5 Jun 1998 09:43:33 +0000 (03:43 -0600)]
Copied in the wrong file.  I'll have to go find the right one.

From-SVN: r20241

26 years ago* alias.c (find_base_value): Avoid reading past end of reg_base_value.
John Carr [Fri, 5 Jun 1998 06:06:22 +0000 (06:06 +0000)]
* alias.c (find_base_value): Avoid reading past end of reg_base_value.

From-SVN: r20240

26 years ago* alpha.md (insxh-1): New insxl pattern for combine.
Richard Henderson [Fri, 5 Jun 1998 03:10:46 +0000 (20:10 -0700)]
* alpha.md (insxh-1): New insxl pattern for combine.

From-SVN: r20239

26 years agoCommentary.
Dave Love [Fri, 5 Jun 1998 02:32:51 +0000 (02:32 +0000)]
Commentary.

From-SVN: r20238

26 years agox
Jason Merrill [Fri, 5 Jun 1998 02:32:42 +0000 (02:32 +0000)]
x

From-SVN: r20237

26 years agocp-tree.h (DECL_NAMESPACE_ALIAS, [...]): Declare.
Martin v. Löwis [Fri, 5 Jun 1998 02:26:55 +0000 (22:26 -0400)]
cp-tree.h (DECL_NAMESPACE_ALIAS, [...]): Declare.

* cp-tree.h (DECL_NAMESPACE_ALIAS, ORIGINAL_NAMESPACE): Declare.
* decl.c (lookup_name_real): Add namespaces_only parameter.
If set, return only NAMESPACE_DECLs.
(select_decl): Likewise.
(identifier_type_value): Give additional parameter.
(lookup_name_nonclass): Likewise.
(lookup_name): Likewise.
(find_binding): Skip namespace aliases.
(binding_for_name): Likewise.
(push_namespace): Check for namespace aliases.
(lookup_name_namespace_only): New function.
(begin_only_namespace_names, end_only_namespace_names): New functions.
* decl2.c (set_decl_namespace): Skip namespace aliases.
(do_using_directive): Likewise.
(do_namespace_alias): Produce namespace aliases, fix alias
redeclaration.
* error.c (dump_decl): Support SCOPE_REF.
* parse.y (extdef): Wrap lookup with namespace_only for namespace
aliases and using declarations.

From-SVN: r20236

26 years agofix
Jason Merrill [Fri, 5 Jun 1998 02:20:36 +0000 (22:20 -0400)]
fix

From-SVN: r20235

26 years agoDaily bump.
Jeff Law [Fri, 5 Jun 1998 00:45:32 +0000 (18:45 -0600)]
Daily bump.

From-SVN: r20234

26 years agoi386.c (output_fp_conditional_move): New function to output floating point conditiona...
H.J. Lu [Fri, 5 Jun 1998 00:13:57 +0000 (00:13 +0000)]
i386.c (output_fp_conditional_move): New function to output floating point conditional move.

        * i386/i386.c (output_fp_conditional_move): New function
        to output floating point conditional move.
        (output_int_conditional_move): New function to output integer
        conditional move.
        * i386/i386.md (movsicci+5, movhicc+5, movdicc+5): Call
        output_int_conditional_move () to output int conditional move.
        (movsfcc+5, movdfcc+5, movxfcc+5): Call
        output_fp_conditional_move () to output floating point
        conditional move.
        * i386/i386.c (put_condition_code): In INT mode, check
        cc_prev_status.flags & CC_NO_OVERFLOW for GE and LT.

From-SVN: r20233

26 years agoCommentary.
Dave Love [Thu, 4 Jun 1998 14:39:01 +0000 (14:39 +0000)]
Commentary.

From-SVN: r20232

26 years agoRegenerated.
Jeff Law [Thu, 4 Jun 1998 13:18:07 +0000 (07:18 -0600)]
Regenerated.

From-SVN: r20231

26 years agodbxout.c (dbxout_type): Output arrays of bits as if they were bitstrings for Chill
Dave Brolley [Thu, 4 Jun 1998 13:15:44 +0000 (13:15 +0000)]
dbxout.c (dbxout_type): Output arrays of bits as if they were bitstrings for Chill

Thu Jun  4 16:09:51 1998  Dave Brolley  <brolley@cygnus.com>
* dbxout.c (dbxout_type): Output arrays of bits as if
they were bitstrings for Chill

From-SVN: r20230

26 years agotree.c (get_inner_array_type): New function.
David Edelsohn [Thu, 4 Jun 1998 11:47:15 +0000 (11:47 +0000)]
tree.c (get_inner_array_type): New function.

Thu Jun  4 14:35:27 1998  David Edelsohn  <edelsohn@mhpcc.edu>
* tree.c (get_inner_array_type): New function.
* tree.h (get_inner_array_type): Prototype.
* expr.h (STACK_SAVEAREA_MODE): New macro.
* expr.c (expand_builtin_setjmp): Initialize sa_mode using
STACK_SAVEAREA_MODE.
(expand_builtin_longjmp): Likewise.
* explow.c (emit_stack_save): Likewise.
(allocate_dynamic_stack_space): Use Pmode not insn_operand_mode.
* rs6000/aix41.h (ASM_CPU_SPEC): Define relative to ASM_DEFAULT_SPEC.
(CPP_CPU_SPEC): Define relative to CPU_DEFAULT_SPEC.
* rs6000/aix43.h: New file.
* rs6000/t-aix43: New file.
* rs6000/x-aix41: New file.
* rs6000/x-aix43: New file.
* configure.in (rs6000-ibm-aix*): Use them.
* rs6000/powerpc.h: Delete.
* rs6000/sysv4.h: Move necessary powerpc.h definitions to here.
* rs6000/netware.h: and here.
* rs6000/win-nt.h: and here.
* rs6000/rs6000.c (processor_target_table, 620): Do not affect
MASK_POWERPC64.
(rs6000_override_options): Ignore flag_pic for AIX.
(rs6000_immed_double_const): Delete.
(u_short_cint_operand): Don't assume 32-bit CONST_INT.
(reg_or_u_short_operand): Don't assume 32-bit CONST_INT.
(num_insns_constant): mask64_operand() is 2 insns.
(logical_operand): Don't assume 32-bit CONST_INT.
(non_logical_cint_operand): Don't assume 32-bit CONST_INT.
(easy_fp_constant): Any CONST_DOUBLE_HIGH is okay for 64-bit.
(mask_constant): HOST_WIDE_INT parameter.
(non_and_cint_operand): Delete.
(mask64_operand): New function.
(and64_operand): New function.
(function_arg_advance): DImode arguments do not need special
alignment when 64-bit.
(function_arg): Likewise.
(setup_incoming_varargs): Reverse reg_size assignment.
(print_operand): HOST_WIDE_INT second parameter.
(print_operand, 'B'): New case.
(print_operand, 'M'): Fix typo in lossage string.
(print_operandm 'S'): New case.
(rs6000_stack_info): Reverse reg_size assignment.  Use total_raw_size
to compute AIX push_p.  Use reg_size to compute {cr,lr}_save_offset.
(rs6000_output_load_toc_table): Reverse init_ptr assignment.  Use
TARGET_64BIT not TARGET_POWERPC64.  Convert fprintf to fputs.
Load GOT highpart, don't add it.  Add lowpart with {cal|la}.
(rs6000_allocate_stack_space): Use {cal|la}.
(output_epilog): Use {cal|la}
(output_function_profiler): Add call glue to mcount call.
Load GOT highpart, don't add it.  Add lowpart with {cal|la}.
* rs6000/rs6000.h (TARGET_SWITCHES): Add powerpc64.
(STACK_BOUNDARY): Depend on TARGET_32BIT.
(ADJUST_FIELD_ALIGN): Calculate array alignment using innermost type.
(CONST_OK_FOR_LETTER_P): Don't assume 32-bit CONST_INT.
(EXTRA_CONSTRAINTS): Remove NT 'S' and 'T'.  Replace 'S' with
64-bit mask operand.
(RS6000_SAVE_TOC): Depend on TARGET_32BIT.
(STACK_SAVEAREA_MODE): New macro.
(LEGITIMATE_CONSTANT_P): DImode okay for 64bit.
(LEGITIMIZE_RELOAD_ADDRESS): New macro.
(RTX_COSTS, AND/IOR/XOR): Reflect current machine description.
(ASM_FILE_START): Emit 64-bit ABI directive.
(ASM_DECLARE_FUNCTION_NAME): Align CSECT on doubleword in 64-bit mode.
(ASM_OUTPUT_SPECIAL_POOL_ENTRY): DImode okay for 64-bit.
(PREDICATE_CODES): Add "and64_operand" and "mask64_operand".
Delete "non_and_cint_operand".  "input_operand" includes CONST_DOUBLE.
* rs6000/rs6000.md (iorsi3, xorsi3): Use HOST_WIDE_INT for mask.
Restore define_splits.
(floatsidf2, floatunssidf2): Remove !TARGET_POWERPC64 final constraint.
(floatsidf2_internal, floatunssidf2_internal2): Likewise.
Do not specify base register operand mode.
(floatsidf2_loadaddr): Do not specify base register operand mode.
(floatsidf2_store1, floatsidf2_store2): Operand 1 must be base
register; do not specify mode.  Remove !TARGET_POWERPC64 final
constraint.
(floatsidf2_load): Do not specify base register operand mode.  Remove
!TARGET_POWERPC64 final constraint.
(fix_truncdfsi2_internal, fix_truncdfsi2_{store,load}): Do not specify
base register operand mode.
(adddi3): Split large constants early.
(absdi3): Shift by 63, not 31.
(*mulsidi3_ppc64): New pattern.
(rotldi3): Add masking combiner patterns.
(anddi3): Add rldic{r,l} masking.  Remove split of large constants
because PPC insns zero-extend.
(iordi3, xordi3): Split large constants early.
(movsi matcher): Remove S and T constraints.
(movsf const_double): create SImode constant from TARGET_DOUBLE.
(movdf_hardfloat32): Add default abort() case.
(movdf easy_fp_const): create DImode constant from TARGET_DOUBLE.
(movdi): Remove 64-bit constant generator.  Try to convert
CONST_DOUBLE to CONST_INT.  Handle TOC memory constants.
(movdi_32): Add default abort() case.
(movdi_64): Add numerous ways to split 64-bit constants.
Make catch-all define_split more optimal and never FAIL.
(movti_ppc64): Add default abort() case.
(allocate_stack): Remove operand modes.  Use Pmode.
(restore_stack_block): Remove operand modes.  Generate Pmode
temporary.
(save_stack_nonlocal, restore_stack_nonlocal):  Generate Pmode
temporary.  Save area is double Pmode.
(call_indirect_aix64, call_value_indirect_aix64): New patterns.
(call, call_value): Do not specify address operand mode.  Choose
appropriate AIX ABI.
(*call_local64, *ret_call_local64): New patterns.
(*call_nonlocal_aix64, *ret_call_nonlocal_aix64): New patterns.
(*ret_call_nonlocal_aix32): Use call_value_indirect for REG.
(compare): Materialize DImode truthvalues.

From-SVN: r20229

26 years agonew
Jason Merrill [Thu, 4 Jun 1998 11:45:42 +0000 (07:45 -0400)]
new

From-SVN: r20228

26 years ago* tree.c (really_overloaded_fn): Only see through one TREE_LIST.
Jason Merrill [Thu, 4 Jun 1998 11:45:17 +0000 (11:45 +0000)]
* tree.c (really_overloaded_fn): Only see through one TREE_LIST.

From-SVN: r20227

26 years agonew
Jason Merrill [Thu, 4 Jun 1998 11:16:03 +0000 (07:16 -0400)]
new

From-SVN: r20226

26 years agocom.c (ffecom_init_0): Fix setup of INTEGER(KIND=7) pointer type.
Craig Burley [Thu, 4 Jun 1998 10:41:23 +0000 (06:41 -0400)]
com.c (ffecom_init_0): Fix setup of INTEGER(KIND=7) pointer type.

Mon Jun  1 19:37:42 1998  Craig Burley  <burley@gnu.org>
* com.c (ffecom_init_0): Fix setup of INTEGER(KIND=7)
pointer type.
* info.c (ffeinfo_type): Don't crash on null type.
* expr.c (ffeexpr_fulfill_call_): Don't special-case
%LOC(expr) or LOC(expr).
Delete FFEGLOBAL_argsummaryPTR.
* global.c, global.h: Delete FFEGLOBAL_argsummaryPTR.

From-SVN: r20225

26 years agortti5.C float1.C were duplicated as 980310-2.C, 980310-C.
Robert Lipe [Thu, 4 Jun 1998 08:29:07 +0000 (08:29 +0000)]
rtti5.C float1.C were duplicated as 980310-2.C, 980310-C.

rtti5.C float1.C were duplicated as 980310-2.C, 980310-C.   Deleted
the former.

From-SVN: r20224

26 years agotweak
Jason Merrill [Thu, 4 Jun 1998 02:27:45 +0000 (22:27 -0400)]
tweak

From-SVN: r20223

26 years agorestore
Jason Merrill [Thu, 4 Jun 1998 02:26:15 +0000 (22:26 -0400)]
restore

From-SVN: r20222

26 years agodecl2.c (do_toplevel_using_decl): When decl is a TYPE_DECL, treat it as using ::decl.
Martin v. Löwis [Thu, 4 Jun 1998 02:13:29 +0000 (22:13 -0400)]
decl2.c (do_toplevel_using_decl): When decl is a TYPE_DECL, treat it as using ::decl.

* decl2.c (do_toplevel_using_decl): When decl is a TYPE_DECL,
treat it as using ::decl.

From-SVN: r20221

26 years agoupdate
Jason Merrill [Thu, 4 Jun 1998 01:49:32 +0000 (21:49 -0400)]
update

From-SVN: r20220

26 years ago* decl2.c (arg_assoc_type): Process unknown_type_node and OFFSET_TYPE.
Martin v. Löwis [Thu, 4 Jun 1998 01:35:57 +0000 (21:35 -0400)]
* decl2.c (arg_assoc_type): Process unknown_type_node and OFFSET_TYPE.

From-SVN: r20219

26 years agoerror.c (dump_expr): Clean up NEW_EXPR case.
Jason Merrill [Thu, 4 Jun 1998 01:33:03 +0000 (21:33 -0400)]
error.c (dump_expr): Clean up NEW_EXPR case.

* error.c (dump_expr): Clean up NEW_EXPR case.
* tree.c (mapcar): Support NEW_EXPR.
* error.c (dump_expr): Support NEW_EXPR.
* decl2.c (arg_assoc_type): Return 0 for LANG_TYPE.

From-SVN: r20218

26 years agoDaily bump.
Jeff Law [Thu, 4 Jun 1998 00:45:01 +0000 (18:45 -0600)]
Daily bump.

From-SVN: r20217

26 years ago* gcc.c-torture/execute/980604-1.c: New test.
Jeffrey A Law [Thu, 4 Jun 1998 00:40:23 +0000 (00:40 +0000)]
* gcc.c-torture/execute/980604-1.c: New test.

From-SVN: r20216

26 years agomethod.c (make_thunk): Use overload machinery to make name.
Jason Merrill [Thu, 4 Jun 1998 00:34:57 +0000 (00:34 +0000)]
method.c (make_thunk): Use overload machinery to make name.

* method.c (make_thunk): Use overload machinery to make name.
* search.c (covariant_return_p): New fn.
(get_matching_virtual): Use it.
* init.c (build_new_1): Fix check for void.

From-SVN: r20215

26 years agoexpr.c (safe_from_p): Avoid combinatorial explosion over duplicate SAVE_EXPRs by...
Craig Burley [Thu, 4 Jun 1998 00:30:40 +0000 (20:30 -0400)]
expr.c (safe_from_p): Avoid combinatorial explosion over duplicate SAVE_EXPRs by ensuring we never...

        * expr.c (safe_from_p): Avoid combinatorial explosion
        over duplicate SAVE_EXPRs by ensuring we never recurse
        on one that has already been visited.

From-SVN: r20214

26 years agoloop.c (check_dbra_loop): Initialise final_value before normalizing the loop.
Graham Stott [Thu, 4 Jun 1998 00:01:28 +0000 (18:01 -0600)]
loop.c (check_dbra_loop): Initialise final_value before normalizing the loop.

        * loop.c (check_dbra_loop): Initialise final_value before
        normalizing the loop.

From-SVN: r20213

26 years agocom.c (ffecom_expr_): Fix D**I and Z**I cases to not convert (DOUBLE PRECISION) D...
Craig Burley [Wed, 3 Jun 1998 14:13:06 +0000 (14:13 +0000)]
com.c (ffecom_expr_): Fix D**I and Z**I cases to not convert (DOUBLE PRECISION) D and (DOUBLE...

Mon May 25 03:34:42 1998  Craig Burley  <burley@gnu.org>
* com.c (ffecom_expr_): Fix D**I and Z**I cases to
not convert (DOUBLE PRECISION) D and (DOUBLE COMPLEX) Z
to INTEGER.  (This is dead code here anyway.)

From-SVN: r20212

26 years ago(ffecom_expr_): Fix D**I and Z**I cases to not convert (DOUBLE PRECISION) D and ...
Craig Burley [Wed, 3 Jun 1998 14:12:26 +0000 (14:12 +0000)]
(ffecom_expr_): Fix D**I and Z**I cases to not convert (DOUBLE PRECISION) D and (DOUBLE COMPLEX) Z to INTEGER.

(ffecom_expr_): Fix D**I and Z**I cases to
not convert (DOUBLE PRECISION) D and (DOUBLE COMPLEX) Z
to INTEGER.  (This is dead code here anyway.)

From-SVN: r20211

26 years agoreload1.c (reload_reg_free_for_value_p): New arguments out and reloadnum.
J"orn Rennecke [Wed, 3 Jun 1998 12:03:35 +0000 (12:03 +0000)]
reload1.c (reload_reg_free_for_value_p): New arguments out and reloadnum.

* reload1.c (reload_reg_free_for_value_p): New arguments out and
reloadnum.  Changed all callers.

From-SVN: r20210

26 years agoAdd _() and N_() macros.
Ulrich Drepper [Wed, 3 Jun 1998 09:14:21 +0000 (09:14 +0000)]
Add _() and N_() macros.

From-SVN: r20209

26 years agoThis is a more workable makefile
Bruce Korb [Wed, 3 Jun 1998 07:29:13 +0000 (07:29 +0000)]
This is a more workable makefile

From-SVN: r20208

26 years agoc-common.c (check_format_info): Put back check for C9x `hh' length modifier.
Andreas Schwab [Wed, 3 Jun 1998 02:13:21 +0000 (02:13 +0000)]
c-common.c (check_format_info): Put back check for C9x `hh' length modifier.

* c-common.c (check_format_info): Put back check for C9x `hh'
length modifier.  Warn about %n format writing into const.  Remove
obsolete comment.
(format_char_info): Fix comments.

From-SVN: r20207

26 years agoconfigure.in: Set float_format to m68k for all m68k targets that do not override...
Andreas Schwab [Wed, 3 Jun 1998 02:06:31 +0000 (02:06 +0000)]
configure.in: Set float_format to m68k for all m68k targets that do not override...

* configure.in: Set float_format to m68k for all m68k targets that
do not override LONG_DOUBLE_TYPE_SIZE.
* config/float-m68k.h: New file.

From-SVN: r20206

26 years agoconfigure.in: Set float_format to m68k for all m68k targets that do not override...
Andreas Schwab [Wed, 3 Jun 1998 01:56:57 +0000 (01:56 +0000)]
configure.in: Set float_format to m68k for all m68k targets that do not override...

* configure.in: Set float_format to m68k for all m68k targets that
do not override LONG_DOUBLE_TYPE_SIZE.
* config/float-m68k.h: New file.

From-SVN: r20205

26 years agoDaily bump.
Jeff Law [Wed, 3 Jun 1998 00:45:02 +0000 (18:45 -0600)]
Daily bump.

From-SVN: r20204

26 years agojump.c (jump_optimize): Remove debug messages accidentally left in with the previous...
Richard Henderson [Tue, 2 Jun 1998 23:12:06 +0000 (16:12 -0700)]
jump.c (jump_optimize): Remove debug messages accidentally left in with the previous change.

* jump.c (jump_optimize): Remove debug messages accidentally left in
with the previous change.

From-SVN: r20203

26 years agoFix typo in last change change.
Jeff Law [Tue, 2 Jun 1998 22:59:45 +0000 (16:59 -0600)]
Fix typo in last change change.

From-SVN: r20202

26 years agoexpr.c (store_expr): Revert stray patch associated with 1998-05-23 commit.
Richard Henderson [Tue, 2 Jun 1998 22:48:51 +0000 (15:48 -0700)]
expr.c (store_expr): Revert stray patch associated with 1998-05-23 commit.

* expr.c (store_expr): Revert stray patch associated with
1998-05-23 commit.

From-SVN: r20201

26 years agojump.c (rtx_unsafe_p): New function.
Richard Henderson [Tue, 2 Jun 1998 22:03:22 +0000 (15:03 -0700)]
jump.c (rtx_unsafe_p): New function.

        * jump.c (rtx_unsafe_p): New function.
        (jump_optimize): Use it on if/then/else transformations and
        conditional move transformations.

From-SVN: r20200

26 years agoNew test.
Jeffrey A Law [Tue, 2 Jun 1998 21:54:22 +0000 (21:54 +0000)]
New test.

From-SVN: r20199

26 years agofold-const.c (fold, [...]): When folding VAR++ == CONST or VAR-- == CONST construct...
Andreas Schwab [Tue, 2 Jun 1998 21:53:37 +0000 (21:53 +0000)]
fold-const.c (fold, [...]): When folding VAR++ == CONST or VAR-- == CONST construct a proper mask if...

        * fold-const.c (fold, case EQ_EXPR): When folding VAR++ == CONST
        or VAR-- == CONST construct a proper mask if VAR is a bitfield.
        Cope with CONST being out of range for the bitfield.

From-SVN: r20198

26 years agoMakefile.in (site.exp): Use the object testsuite directory as the temporary directory.
Jeffrey A Law [Tue, 2 Jun 1998 21:48:43 +0000 (21:48 +0000)]
Makefile.in (site.exp): Use the object testsuite directory as the temporary directory.

        * Makefile.in (site.exp): Use the object testsuite directory as
        the temporary directory.

From-SVN: r20197

26 years agoCorrect typo in "OPtions"
Robert Lipe [Tue, 2 Jun 1998 21:37:21 +0000 (21:37 +0000)]
Correct typo in "OPtions"

From-SVN: r20196

26 years agoexpr.c (emit_move_insn_1): When moving complex values in several steps...
Bernd Schmidt [Tue, 2 Jun 1998 21:30:26 +0000 (21:30 +0000)]
expr.c (emit_move_insn_1): When moving complex values in several steps...

        * expr.c (emit_move_insn_1): When moving complex values in several
        steps, emit a CLOBBER to show the destination dies.
Re-add patch.

From-SVN: r20195

26 years agoRandom tweaks.
Jeff Law [Tue, 2 Jun 1998 21:26:02 +0000 (15:26 -0600)]
Random tweaks.

From-SVN: r20194

26 years agoexpr.c (expand_expr, [...]): Handle taking the address of an ADDRESSOF rtx.
Jeffrey A Law [Tue, 2 Jun 1998 21:16:10 +0000 (21:16 +0000)]
expr.c (expand_expr, [...]): Handle taking the address of an ADDRESSOF rtx.

        * expr.c (expand_expr, case ADDR_EXPR): Handle taking the
        address of an ADDRESSOF rtx.

From-SVN: r20193

26 years agoexpr.c (expand_builtin_setjmp): Handle BUILTIN_SETJMP_FRAME_VALUE.
Mike Stump [Tue, 2 Jun 1998 20:11:21 +0000 (20:11 +0000)]
expr.c (expand_builtin_setjmp): Handle BUILTIN_SETJMP_FRAME_VALUE.

        * expr.c (expand_builtin_setjmp): Handle BUILTIN_SETJMP_FRAME_VALUE.
        * i960.h (SETUP_FRAME_ADDRESSES, BUILTIN_SETJMP_FRAME_VALUE): Define.
        * i960.md (ret, flush_register_windows): Define.
        (nonlocal_goto): Likewise.  Nested function nonlocal gotos don't
        work yet.
        * tm.texi (BUILTIN_SETJMP_FRAME_VALUE): Document new macro.

From-SVN: r20192

26 years agoPer Martin.
Robert Lipe [Tue, 2 Jun 1998 20:10:23 +0000 (20:10 +0000)]
Per Martin.

From-SVN: r20191

26 years agoMore patches from Martin.
Robert Lipe [Tue, 2 Jun 1998 20:01:42 +0000 (20:01 +0000)]
More patches from Martin.

From-SVN: r20190

26 years agoCorrections, per Martin.
Robert Lipe [Tue, 2 Jun 1998 20:00:24 +0000 (20:00 +0000)]
Corrections, per Martin.

From-SVN: r20189

26 years agoRemove syntax error, turns into an ICE.
Robert Lipe [Tue, 2 Jun 1998 19:55:39 +0000 (19:55 +0000)]
Remove syntax error, turns into an ICE.

From-SVN: r20188

26 years ago* gcc.c-torture/execute/980602-1.c: New test.
Jeffrey A Law [Tue, 2 Jun 1998 19:53:46 +0000 (19:53 +0000)]
* gcc.c-torture/execute/980602-1.c: New test.

From-SVN: r20187

26 years agoQuoting Martin:
Robert Lipe [Tue, 2 Jun 1998 19:47:20 +0000 (19:47 +0000)]
Quoting Martin:

The semantics of this test case are implementation-defined, as per
[lib.support.types]/4. Therefore, I propose to delete it.

From-SVN: r20186

This page took 0.092984 seconds and 5 git commands to generate.