platform/upstream/gcc.git
24 years agodecl.c (ptr_type_node, [...]): New.
Richard Henderson [Mon, 26 Jul 1999 01:19:44 +0000 (18:19 -0700)]
decl.c (ptr_type_node, [...]): New.

        * decl.c (ptr_type_node, va_list_type_node): New.
        * gxx.gperf (__builtin_va_arg): New.
        * parse.y (VA_ARG): New token.
        (unary_expr): Recognize it.

From-SVN: r28242

24 years agocom.c (ptr_type_node, [...]): New.
Richard Henderson [Mon, 26 Jul 1999 01:19:16 +0000 (18:19 -0700)]
com.c (ptr_type_node, [...]): New.

        * com.c (ptr_type_node, va_list_type_node): New.
        (ffecom_init_0): Init and use ptr_type_node.

From-SVN: r28241

24 years ago* decl.c (va_list_type_node): New.
Richard Henderson [Mon, 26 Jul 1999 01:19:02 +0000 (18:19 -0700)]
* decl.c (va_list_type_node): New.

From-SVN: r28240

24 years agog++FAQ.texi: Deleted per Joe Buck's request.
Jeffrey A Law [Sun, 25 Jul 1999 21:26:16 +0000 (21:26 +0000)]
g++FAQ.texi: Deleted per Joe Buck's request.

        * g++FAQ.texi: Deleted per Joe Buck's request.
        * Makefile.in: Corresponding changes.

From-SVN: r28238

24 years agopa.c (compute_frame_size): Scan all the used callee saved registers, not just the...
Jeffrey A Law [Sun, 25 Jul 1999 21:10:31 +0000 (21:10 +0000)]
pa.c (compute_frame_size): Scan all the used callee saved registers, not just the first one.

        * pa.c (compute_frame_size): Scan all the used callee saved registers,
        not just the first one.

From-SVN: r28237

24 years agogjavah.c (print_stub): New function.
Anthony Green [Sun, 25 Jul 1999 10:12:49 +0000 (10:12 +0000)]
gjavah.c (print_stub): New function.

        * gjavah.c (print_stub): New function.
        (METHOD_IS_NATIVE): New macro.
        (print_mangled_classname): Make static.
        (HANDLE_END_FIELD): Don't emit fields during stub generation.
        (process_file): Perform stub generation.
        (HANDLE_METHOD): Don't emit class decls during stub
        generation.
        (HANDLE_END_METHOD): Take into account stub generation.
        (print_method_info): Handle stub generation.
        (print_stub): New function.
        (print_cxx_classname): Make signature consistant with others.
        (help): Describe -stubs option.
        (main): Create stub file.
        (version): Use version.c.
        (print_full_cxx_name): New function.
        (print_c_decl): Use print_full_cxx_name.

From-SVN: r28236

24 years ago* mauve-libgcj: Disable Object Serialization tests.
Anthony Green [Sun, 25 Jul 1999 08:48:25 +0000 (08:48 +0000)]
* mauve-libgcj: Disable Object Serialization tests.

From-SVN: r28235

24 years agoDaily bump.
Jeff Law [Sun, 25 Jul 1999 07:45:09 +0000 (01:45 -0600)]
Daily bump.

From-SVN: r28233

24 years agoDaily bump.
Jeff Law [Sat, 24 Jul 1999 07:45:11 +0000 (01:45 -0600)]
Daily bump.

From-SVN: r28231

25 years agolex.c: Sync with C frontend.
Jason Merrill [Sat, 24 Jul 1999 00:45:51 +0000 (00:45 +0000)]
lex.c: Sync with C frontend.

* lex.c: Sync with C frontend.
(whitespace_cr): New fn.
(skip_white_space): Use it.
(init_parse): Reorder.
(yyprint): Support CONSTANT.
(pragma_getc, pragma_ungetc): Bring back.
(read_line_number): Change in_system_header directly.
(handle_generic_pragma, handle_cp_pragma, yyerror): Move up in file.
(parse_float): Update to C version.
(yylex): Handle '$' under the letter case.
Remove looking_for_typename handling.
Support hex floating point constants.
Follow C's lead for choosing type of integer constants.
Rearrange stuff to match C frontend.
(yyungetc, reinit_parse_for_block, yylex): Support indent_level.
* spew.c (yylex): Clear looking_for_typename if we see a TYPESPEC.

From-SVN: r28230

25 years agocall.c (reference_binding): Tweak.
Mark Mitchell [Fri, 23 Jul 1999 20:53:54 +0000 (20:53 +0000)]
call.c (reference_binding): Tweak.

* call.c (reference_binding): Tweak.
(mayble_handle_implicit_object): Use direct_reference_binding to
create the right implicit conversion sequence.

From-SVN: r28228

25 years agoarm.h (TARGET_SWITCHES): Add -m{no-}single-pic-base.
Philip Blundell [Fri, 23 Jul 1999 13:19:49 +0000 (13:19 +0000)]
arm.h (TARGET_SWITCHES): Add -m{no-}single-pic-base.

* config/arm/arm.h (TARGET_SWITCHES): Add
-m{no-}single-pic-base.  Correct help string for -mshort-load-words.
(TARGET_OPTIONS): Add -mpic-register=.
(ARM_FLAG_SINGLE_PIC_BASE, TARGET_SINGLE_PIC_BASE): Define.
(arm_pic_register_string): Declare.
(NEED_PLT_GOT): Delete, replace with ...
(NEED_GOT_RELOC, NEED_PLT_RELOC): ... these.  New macros.
(OUTPUT_INT_ADDR_CONST): Replace NEED_PLT_GOT with NEED_GOT_RELOC.
(ASM_OUTPUT_MI_THUNK): Replace NEED_PLT_GOT with NEED_PLT_RELOC.
* config/arm/arm.c (arm_override_options): Add new option
-mpic-register=N.
(arm_pic_register_string): New variable.
(arm_finalize_pic): Respect TARGET_SINGLE_PIC_BASE.
(output_func_prologue): If TARGET_SINGLE_PIC_BASE, treat the PIC
register as never live.  Use NEED_PLT_RELOC not NEED_PLT_GOT.
(output_return_instruction): Likewise.
* config/arm/elf.h (NEED_PLT_GOT): Delete, replace with ...
(NEED_GOT_RELOC, NEED_PLT_RELOC): ... these.  Define to flag_pic.
* config/arm/arm.md: Use NEED_PLT_RELOC in place of NEED_PLT_GOT.

* invoke.texi (ARM Options): Fix spelling.  Remove duplicate
mention of -msched-prolog.  Document new options -msingle-pic-base
and -mpic-register=.

From-SVN: r28227

25 years agoDaily bump.
Jeff Law [Fri, 23 Jul 1999 07:45:08 +0000 (01:45 -0600)]
Daily bump.

From-SVN: r28225

25 years agopt.c (convert_nontype_argument): Don't call decl_constant_value if we're converting...
Mark Mitchell [Fri, 23 Jul 1999 04:32:17 +0000 (04:32 +0000)]
pt.c (convert_nontype_argument): Don't call decl_constant_value if we're converting to a reference type.

* pt.c (convert_nontype_argument): Don't call decl_constant_value
if we're converting to a reference type.

From-SVN: r28224

25 years agohaifa-sched.c (reemit_notes): Tidy.
Richard Henderson [Fri, 23 Jul 1999 01:26:40 +0000 (18:26 -0700)]
haifa-sched.c (reemit_notes): Tidy.

        * haifa-sched.c (reemit_notes): Tidy.
        * sched.c (reemit_notes): Duplicate 1998-08-31 patch to
        haifa's routine.

From-SVN: r28223

25 years agoexplow.c (trunc_int_for_mode): New function.
Richard Henderson [Fri, 23 Jul 1999 01:21:31 +0000 (18:21 -0700)]
explow.c (trunc_int_for_mode): New function.

        * explow.c (trunc_int_for_mode): New function.
        (plus_constant_wide): Use it.
        * combine.c (simplify_and_const_int): Likewise.
        (merge_outer_ops): Likewise.
        (simplify_shift_const): Likewise.
        * cse.c (simplify_unary_operation): Likewise.
        (simplify_binary_operation): Likewise.
        * emit-rtl.c (operand_subword): Likewise.
        * rtl.h: Declare it.

From-SVN: r28222

25 years agocall.c (NEED_TEMPORARY_P): New macro.
Mark Mitchell [Fri, 23 Jul 1999 01:01:16 +0000 (01:01 +0000)]
call.c (NEED_TEMPORARY_P): New macro.

* call.c (NEED_TEMPORARY_P): New macro.
(standard_conversion): Set it, for derived-to-base conversions.
(reference_related_p): New function.
(reference_compatible_p): Likewise.
(convert_class_to_reference): Likewise.
(direct_reference_binding): Likewise.
(reference_binding): Rework for standards-compliance.
(convert_like): Adjust accordingly.
(maybe_handle_ref_bind): Simplify; the right conversion sequences
are now built up in reference_binding.
(initialize_reference): New function.
* cp-tree.h (ICS_USER_FLAG): Document.
(ICS_THIS_FLAG): Likewise.
(ICS_BAD_FLAG): Likewise.
(NEED_TEMPORARY_P): Likewise.
(cp_lvalue_kind): New type.
(real_lvalue_p): Return it.
* error.c (dump_expr): Provide more accurate representation for
AGGR_INIT_EXPRs.
* init.c (expand_default_init): Do not try to perform implicit
conversions for a brace-enclosed initializer.
* search.c (lookup_conversions): Document.
* tree.c (lvalue_p_1): Return a cp_lvalue_kind.  Calculate
appropriately.
(real_lvalue_p): Adjust accordingly.
(lvalue_p): Likewise.
(build_cplus_new): Don't allow the creation of an abstract class.
* typeck.c (convert_for_initialization): Use initialize_reference.

From-SVN: r28221

25 years agore GNATS gcj/14 (Conditional expression in method call doesn't compile)
Alexandre Petit-Bianco [Thu, 22 Jul 1999 19:29:56 +0000 (19:29 +0000)]
re GNATS gcj/14 (Conditional expression in method call doesn't compile)

Thu Jul 22 12:41:12 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>

* check-init.c (check_init): Handle MAX_EXPR.

(Fix to net PR #14.)

From-SVN: r28220

25 years agoFix a typo in arm_print_operand.
Bernd Schmidt [Thu, 22 Jul 1999 13:40:14 +0000 (13:40 +0000)]
Fix a typo in arm_print_operand.

From-SVN: r28219

25 years agorevert previous delta
Nick Clifton [Thu, 22 Jul 1999 12:11:43 +0000 (12:11 +0000)]
revert previous delta

From-SVN: r28218

25 years agoBreak out builtin function expansion from expr.c
Bernd Schmidt [Thu, 22 Jul 1999 11:04:58 +0000 (11:04 +0000)]
Break out builtin function expansion from expr.c

From-SVN: r28217

25 years agoVladik Goytin (goytin@yahoo.com)
Vladik Goytin [Thu, 22 Jul 1999 09:20:49 +0000 (09:20 +0000)]
Vladik Goytin (goytin@yahoo.com)

Define (ASM_OUTPUT_SECTION_NAME): Support section attribute for the target
'arm-semi-aout' for the sections .text and .data only.

From-SVN: r28216

25 years agoDaily bump.
Jeff Law [Thu, 22 Jul 1999 07:45:13 +0000 (01:45 -0600)]
Daily bump.

From-SVN: r28214

25 years agodefaults.h (DWARF2_GENERATE_TEXT_SECTION_LABEL): New macro.
Mark Mitchell [Thu, 22 Jul 1999 02:16:55 +0000 (02:16 +0000)]
defaults.h (DWARF2_GENERATE_TEXT_SECTION_LABEL): New macro.

* defaults.h (DWARF2_GENERATE_TEXT_SECTION_LABEL): New macro.
* tm.texi (DWARF2_GENERATE_TEXT_SECTION_LABEL): Define it.
  * dwarf2out.c (dwarf2out_init): Don't output a label to mark the
  start of the text section if DWARF2_GENERATE_TEXT_SECTION_LABEL is
false.
* config/mips/iris6.h (DWARF2_GENERATE_TEXT_SECTION_LABEL):
Define to zero.

From-SVN: r28213

25 years agoPrint the names of the hardcoded virtural registers
Michael Meissner [Wed, 21 Jul 1999 23:53:09 +0000 (23:53 +0000)]
Print the names of the hardcoded virtural registers

From-SVN: r28212

25 years agoprims.cc (JvRunMain): Always initialize arithexception.
Andrew Haley [Wed, 21 Jul 1999 15:11:56 +0000 (15:11 +0000)]
prims.cc (JvRunMain): Always initialize arithexception.

1999-07-19  Andrew Haley  <aph@cygnus.com>

        * prims.cc (JvRunMain): Always initialize arithexception.
        (_Jv_divI): New function.
        (_Jv_remI): New function.
        (_Jv_divJ): New function.
        (_Jv_remI): New function.
        * include/jvm.h: Add these new functions.

        Makefile.am: add DIVIDESPEC.
        aclocal.m4: ditto.
        configure.host: set DIVIDESPEC.
        libgcj.spec.in: pass DIVIDESPEC to compiler.
        configure: rebuilt.
        Makefile.in: rebuilt.

From-SVN: r28211

25 years agoFix typo in previous delta
Nick Clifton [Wed, 21 Jul 1999 15:09:36 +0000 (15:09 +0000)]
Fix typo in previous delta

From-SVN: r28210

25 years agolang.c (flag_use_divide_subroutine): New variable.
Andrew Haley [Wed, 21 Jul 1999 14:51:24 +0000 (14:51 +0000)]
lang.c (flag_use_divide_subroutine): New variable.

1999-07-15  Andrew Haley  <aph@cygnus.com>

        * lang.c (flag_use_divide_subroutine): New variable.
        * typeck.c: (convert_ieee_real_to_integer): Bounds check
        fp-to-integer conversion.
        (convert): Call convert_ieee_real_to_integer when flag_fast_math
        is not set.

        * expr.c (build_java_soft_divmod): New function.
        (build_java_binop): Call build_java_soft_divmod if
        flag_use_divide_subroutine is set.
        * decl.c: soft_idiv_node, soft_irem_node, soft_ldiv_node, tree
        soft_lrem_node: new builtin functions.
        (init_decl_processing) Initialize the new builtins.
        * java-tree.h soft_idiv_node, soft_irem_node, soft_ldiv_node, tree
        soft_lrem_node: new builtin functions.
        (build_java_soft_divmod): New function.
        * parse.y: Call build_java_soft_divmod if
        flag_use_divide_subroutine is set.
        * parse.c: Rebuilt.

        * jvspec.c (lang_specific_driver): Always allow an extra arg (for
        a --specs= arg) even if not linking.
        * lang-options.h (DEFINE_LANG_NAME ("Java")): Add
        -fuse-divide-subroutine

From-SVN: r28209

25 years agolang.c (flag_use_divide_subroutine): New variable.
Andrew Haley [Wed, 21 Jul 1999 14:28:33 +0000 (14:28 +0000)]
lang.c (flag_use_divide_subroutine): New variable.

1999-07-15  Andrew Haley  <aph@cygnus.com>

        * lang.c (flag_use_divide_subroutine): New variable.
        * typeck.c: (convert_ieee_real_to_integer): Bounds check
        fp-to-integer conversion.
        (convert): Call convert_ieee_real_to_integer when flag_fast_math
        is not set.

        * expr.c (build_java_soft_divmod): New function.
        (build_java_binop): Call build_java_soft_divmod if
        flag_use_divide_subroutine is set.
        * decl.c: soft_idiv_node, soft_irem_node, soft_ldiv_node, tree
        soft_lrem_node: new builtin functions.
        (init_decl_processing) Initialize the new builtins.
        * java-tree.h soft_idiv_node, soft_irem_node, soft_ldiv_node, tree
        soft_lrem_node: new builtin functions.
        (build_java_soft_divmod): New function.
        * parse.y: Call build_java_soft_divmod if
        flag_use_divide_subroutine is set.

From-SVN: r28208

25 years agoc-lang.c (finish_file): Rename void_list_node to void_list_node_1 to avoid name clash.
Bernd Schmidt [Wed, 21 Jul 1999 13:35:09 +0000 (13:35 +0000)]
c-lang.c (finish_file): Rename void_list_node to void_list_node_1 to avoid name clash.

* c-lang.c (finish_file): Rename void_list_node to void_list_node_1
to avoid name clash.

From-SVN: r28207

25 years agoFor gcc:
Gavin Romig-Koch [Wed, 21 Jul 1999 12:48:13 +0000 (12:48 +0000)]
For gcc:

* c-lex.c (yylex) : Correct the test for overflow when lexing
integer literals.

For gcc/cp:
* lex.c (real_yylex) : Correct the test for overflow when lexing
integer literals.

From-SVN: r28206

25 years agox
Jason Merrill [Wed, 21 Jul 1999 08:53:38 +0000 (04:53 -0400)]
x

From-SVN: r28205

25 years agodecl.c (warn_extern_redeclared_static): Check DECL_ARTIFICIAL...
Jason Merrill [Wed, 21 Jul 1999 08:52:14 +0000 (08:52 +0000)]
decl.c (warn_extern_redeclared_static): Check DECL_ARTIFICIAL...

* decl.c (warn_extern_redeclared_static): Check DECL_ARTIFICIAL,
not DECL_BUILT_IN, to determine if a function is internally declared.
(duplicate_decls): Likewise.  Improve handling of builtins.
(push_overloaded_decl): Remove special handling of builtins.

* cp-tree.h (ANON_AGGR_TYPE_P): Use CLASS_TYPE_P.

* decl.c (grokdeclarator): Pull out decl_constant_value in
templates, too.

* class.c (finish_struct, finish_struct_1): Remove 'warn_anon' parm.
* cp-tree.h, pt.c, semantics.c: Adjust.
* method.c (largest_union_member): Remove.

From-SVN: r28204

25 years agoDaily bump.
Jeff Law [Wed, 21 Jul 1999 07:45:38 +0000 (01:45 -0600)]
Daily bump.

From-SVN: r28203

25 years agohaifa-sched.c (insn_cost): FREE implies cost 0 and vice versa.
Richard Henderson [Wed, 21 Jul 1999 01:15:47 +0000 (18:15 -0700)]
haifa-sched.c (insn_cost): FREE implies cost 0 and vice versa.

        * haifa-sched.c (insn_cost): FREE implies cost 0 and vice versa.
        (adjust_priority): Always call ADJUST_PRIORITY.
        (schedule_insn): Only put insns into the ready at cost 0.
        (schedule_block): Remove redundant initial sort.  Give clock_var
        and can_issue_more to MD_SCHED_REORDER.  Requeue if hazard cost
        is not 0.
        * tm.texi (MD_SCHED_REORDER): Update docs.

        * sparc.h (MD_SCHED_REORDER): Update.  Set CAN_ISSUE_MORE.
        * sparc.c (ultra_reorder_called_this_block): Delete.
        (ultrasparc_sched_init): Don't set it.
        (ultrasparc_sched_reorder): Don't check it.

From-SVN: r28201

25 years agoUpdate
Richard Henderson [Wed, 21 Jul 1999 00:29:54 +0000 (17:29 -0700)]
Update

From-SVN: r28200

25 years agors6000.h (struct rs6000_args): Add sysv_gregno.
Richard Henderson [Wed, 21 Jul 1999 00:26:00 +0000 (17:26 -0700)]
rs6000.h (struct rs6000_args): Add sysv_gregno.

        * rs6000.h (struct rs6000_args): Add sysv_gregno.
        * rs6000.c (init_cumulative_args): Init sysv_gregno.
        (function_arg_boundary): Align DFmode.
        (function_arg_advance): Restructure for ABI_V4; use sysv_gregno
        to get fp reg and stack overflow correct.
        (function_arg): Likewise.
        (function_arg_pass_by_reference): True for TFmode for ABI_V4.
        (setup_incoming_varargs): Restructure for ABI_V4; use
        function_arg_advance to skip final named argument.
        (expand_builtin_saveregs): Properly unskip the last integer arg
        when doing varargs.  Adjust overflow location calculation.

        * ginclude/va-ppc.h (struct __va_list_tag): Make gpr and fpr
        explicitly unsigned.
        (__VA_FP_REGSAVE): Use new OFS argument instead of AP->fpr directly.
        (__VA_GP_REGSAVE): Similarly.
        (__va_longlong_p): Delete.
        (__va_arg_type_violation): New declaration.
        (va_arg): Restructure.  Flag promotion errors.  Align double.
        TFmode passed by reference.

        * rs6000.md (movdi_32+1): Use GEN_INT after arithmetic
        in the HOST_BITS_PER_WIDE_INT > 32 case.

From-SVN: r28199

25 years agore GNATS gcj/12 (gcj accepts invalid code where an exception must be caught/thrown)
Alexandre Petit-Bianco [Tue, 20 Jul 1999 20:56:10 +0000 (20:56 +0000)]
re GNATS gcj/12 (gcj accepts invalid code where an exception must be caught/thrown)

Tue Jul 20 13:20:05 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>

        * parse.y (resolve_and_layout): Check methods only once.
        (resolve_qualified_expression_name): Verify thrown exceptions
        compatibility.
        (check_thrown_exceptions): Reject exceptions thrown in
        initializer. Error message tuned.

(This fixes PR #12. Libgcj's java/net must be updated in order to compiles
 with a patch at this URL:
 http://sourceware.cygnus.com/ml/java-patches/1999-q3/msg00048.html)

From-SVN: r28196

25 years agoDatagramSocket.java (DatagramSocket(int, InetAddress)): Default to using PlainDatagra...
Warren Levy [Tue, 20 Jul 1999 20:30:42 +0000 (20:30 +0000)]
DatagramSocket.java (DatagramSocket(int, InetAddress)): Default to using PlainDatagramSocketImpl.

* java/net/DatagramSocket.java (DatagramSocket(int, InetAddress)):
Default to using PlainDatagramSocketImpl.
* java/net/PlainDatagramSocketImpl.java (close): Catch IOException.

From-SVN: r28195

25 years agoremove whitespace
Jason Merrill [Tue, 20 Jul 1999 20:01:00 +0000 (16:01 -0400)]
remove whitespace

From-SVN: r28194

25 years agolang-specs.h (c++-cpp-output): Pass -fpreprocessed.
Jason Merrill [Tue, 20 Jul 1999 19:53:38 +0000 (15:53 -0400)]
lang-specs.h (c++-cpp-output): Pass -fpreprocessed.

* lang-specs.h (c++-cpp-output): Pass -fpreprocessed.

* lex.c (token_getch, token_put_back): New fns.
(real_yylex): Use them.

* lex.c (lang_init): Generalize.
(lang_init_options): Tell cpplib this is C++.
(nextchar): Remove.  Replace uses with put_back.
(skip_white_space): Handle linemode here.  Optimize for cpplib.
(extend_token_buffer_to): New fn.
(extend_token_buffer): Use it.
(read_line_number, check_newline): Just deal with tokens.
(real_yylex): More cpplib optimizations.  Simplify.  Don't produce
EXTERN_LANG_STRING, LEFT_RIGHT or PAREN_STAR_PAREN here.
* spew.c (yylex): Produce LEFT_RIGHT and EXTERN_LANG_STRING.
* parse.y (PAREN_STAR_PAREN): Remove.
* input.c: Don't use the putback machinery with cpplib.
(sub_getch): Fold back into getch.
(getch): Don't handle linemode here.
(feed_input): Unget any text in the token buffer.

* lex.c (set_typedecl_interface_info, set_vardecl_interface_info,
nextyychar, nextyylval): Remove.

* lex.c (indent_level): New variable.
(init_parse): Set cpp_token to CPP_DIRECTIVE.
(consume_string): Make this smart about USE_CPPLIB.
(yyungetc): Use put_back function.
(pragma_getc, pragma_ungetc): Functions deleted.
(check_newline): Rewrite to be intelligent about USE_CPPLIB.
Also, call HANDLE_PRAGMA with getch, yyungetc, not pragma_getc and
pragma_ungetc.
(real_yylex): Rewrite to be intelligent about USE_CPPLIB.
Also, clean up cases where we redundantly set token_buffer[0].
(read_line_number): New fn.
* input.c (feed_input): Use integrated cpplib if USE_CPPLIB.
(end_input): Call cpp_pop_buffer if USE_CPPLIB.
(sub_getch): Conditionalize out code that's not appropriate if
USE_CPPLIB.
(put_back): Rewrite in case USE_CPPLIB is defined.
(input_redirected): Ditto.

From-SVN: r28193

25 years ago* dwarf2out.c (output_abbrev_section): Terminate with a zero.
Hans-Peter Nilsson [Tue, 20 Jul 1999 19:39:27 +0000 (19:39 +0000)]
* dwarf2out.c (output_abbrev_section): Terminate with a zero.

From-SVN: r28192

25 years agooops
Jason Merrill [Tue, 20 Jul 1999 19:14:01 +0000 (15:14 -0400)]
oops

From-SVN: r28191

25 years agogcc.c (default_compilers, cpp-output): Pass -fpreprocessed.
Jason Merrill [Tue, 20 Jul 1999 19:13:01 +0000 (15:13 -0400)]
gcc.c (default_compilers, cpp-output): Pass -fpreprocessed.

* gcc.c (default_compilers, cpp-output): Pass -fpreprocessed.
* toplev.c (documented_lang_options): Add -fpreprocessed.
* cpplib.h (struct cpp_buffer): Add preprocessed.
* cppinit.c (cpp_handle_option): Handle -fpreprocessed.
(cpp_start_read): Don't expand macros or emit an initial #line
directive if -fpreprocessed.

* cpplib.h (struct cpp_buffer): Added manual_pop for
better C++ tokenization.
* cpplib.c (cpp_get_token): Return CPP_EOF if manual_pop.
Also, support C++ tokenization for ->*, .*, <?, and >? operators.
* c-common.c (cpp_token): Make non-static.

From-SVN: r28190

25 years ago* template8.C, typeof1.C: New test.
Alexandre Oliva [Tue, 20 Jul 1999 12:24:37 +0000 (12:24 +0000)]
* template8.C, typeof1.C: New test.

From-SVN: r28189

25 years agoc-common.h: New file.
Bernd Schmidt [Tue, 20 Jul 1999 10:41:10 +0000 (10:41 +0000)]
c-common.h: New file.

* c-common.h: New file.
* c-common.c (permanent_obstack): Delete unused declaration.
(c_global_trees): New array.
(c_common_nodes_and_builtins): New function; split off common code
from init_decl_processing in both c-decl.c and cp/decl.c.
* c-tree.h: Delete lots of declarations of tree nodes; replaced by
c_global_trees and accessor macros defined in c-common.h.
Include c-common.h.
* c-decl.c: Delete definitions for tree nodes that were replaced by
c_global_trees.
(init_decl_processing): Build void_list_node.
Call c_common_nodes_and_builtins; delete code to generate the common
builtins here.

* objc/objc-act.c (build_module_descriptor): Rename variable
void_list_node to avoid clash with c-common.h.

* cp/cp-tree.h: Delete lots of declarations of tree nodes; replaced by
c_global_trees and accessor macros defined in c-common.h.
(cp_tree_index): New enumeration.
(cp_global_trees): Declare new array.  Add accessor macros for it, and
delete declarations of tree nodes replaced by it.
(builtin_function): Delete macro, add declaration for new function.
Include c-common.h.
* cp/decl.c: Delete definitions for tree nodes that were replaced by
cp_global_trees and c_global_trees.
(init_decl_processing): Call c_common_nodes_and_builtins; delete code
to generate the common builtins here.
(builtin_function): New function.
* cp/decl2.c (abort_fndecl): Delete declaration.
* cp/except.c (expand_builtin_return_address): Delete declaration.
(builtin_return_address_fndecl): Delete variable.
(const_ptr_type_node): Delete declaration.
* cp/lex.c (cons_up_default_function): Delete declaration of
void_list_node.
* cp/parse.y (void_list_node): Delete declaration.
* cp/rtti.c (type_info_type_node, tinfo_fn_id, tinfo_fn_type):
Delete variables.
(const_string_type_node): Delete declaration.
* cp/search.c (abort_fndecl): Delete declaration.

* Makefile.in: Update dependencies.
* objc/Make-lang.in: Likewise.
* cp/Makefile.in: Likewise.

From-SVN: r28188

25 years agoDaily bump.
Jeff Law [Tue, 20 Jul 1999 07:45:38 +0000 (01:45 -0600)]
Daily bump.

From-SVN: r28187

25 years agoiris6gld.h (MAKE_DECL_ONE_ONLY): Define.
Mark Mitchell [Tue, 20 Jul 1999 00:41:56 +0000 (00:41 +0000)]
iris6gld.h (MAKE_DECL_ONE_ONLY): Define.

* config/mips/iris6gld.h (MAKE_DECL_ONE_ONLY): Define.
(UNIQUE_SECTION_P): Likewise.
(UNIQUE_SECTION): Likewise.

From-SVN: r28182

25 years agopt.c (check_default_tmpl_args): Move test for missing default arguments here, from ...
Mark Mitchell [Mon, 19 Jul 1999 19:28:19 +0000 (19:28 +0000)]
pt.c (check_default_tmpl_args): Move test for missing default arguments here, from ...

* pt.c (check_default_tmpl_args): Move test for missing default
arguments here, from ...
(end_template_parm_list): Here.

From-SVN: r28180

25 years ago* config.h (MPROTECT_VDB): Don't define on Linux.
Tom Tromey [Mon, 19 Jul 1999 19:27:56 +0000 (19:27 +0000)]
* config.h (MPROTECT_VDB): Don't define on Linux.

From-SVN: r28179

25 years agoBulk patch from Linas.
Linas Vepstas [Mon, 19 Jul 1999 19:26:30 +0000 (19:26 +0000)]
Bulk patch from Linas.

From-SVN: r28178

25 years agoMakefile.am (.s.lo): Avoid `#line' directives.
Alexandre Oliva [Mon, 19 Jul 1999 19:17:22 +0000 (19:17 +0000)]
Makefile.am (.s.lo): Avoid `#line' directives.

1999-07-19  Alexandre Oliva  <oliva@dcc.unicamp.br>

* Makefile.am (.s.lo): Avoid `#line' directives.
* Makefile.in: Rebuilt.

From-SVN: r28175

25 years agoMakefile.am (*-recursive, [...]): Automake does not generate *-recursive for this...
Alexandre Oliva [Mon, 19 Jul 1999 19:11:54 +0000 (19:11 +0000)]
Makefile.am (*-recursive, [...]): Automake does not generate *-recursive for this Makefile, use *-am instead.

1999-07-19  Alexandre Oliva  <oliva@dcc.unicamp.br>

* Makefile.am (*-recursive, *-am, *-multi): Automake does not
generate *-recursive for this Makefile, use *-am instead.
* Makefile.in: Rebuilt.

From-SVN: r28173

25 years agors6000.md (arithmetic, [...]): Disable patterns performing SImode comparisons with...
David Edelsohn [Mon, 19 Jul 1999 19:11:29 +0000 (19:11 +0000)]
rs6000.md (arithmetic, [...]): Disable patterns performing SImode comparisons with SImode values if...

* rs6000.md (arithmetic, logical, and shift Rc combiner patterns):
Disable patterns performing SImode comparisons with SImode values
if TARGET_POWERPC64 and instruction does not sign-extend or does
not mask to narrower than SImode, i.e. where bit 31 and bit 63 may
differ for signed quantities.
(indirect_jump): Add expander to choose RTL based on TARGET_64BIT.
(tablejump): Patterns contingent on TARGET_64BIT not TARGET_POWERPC64.
(decrement_and_branch_on_count): Add 64-bit variant.

From-SVN: r28172

25 years ago* include/stamp-h.in: New file.
Tom Tromey [Mon, 19 Jul 1999 18:03:31 +0000 (18:03 +0000)]
* include/stamp-h.in: New file.

From-SVN: r28171

25 years agoFix INTEL_SYNTAX output for i386 backend
Bernd Schmidt [Mon, 19 Jul 1999 08:43:33 +0000 (08:43 +0000)]
Fix INTEL_SYNTAX output for i386 backend

From-SVN: r28170

25 years agoDaily bump.
Jeff Law [Mon, 19 Jul 1999 07:45:11 +0000 (01:45 -0600)]
Daily bump.

From-SVN: r28167

25 years agodecl.c (lookup_nested_type): Remove.
Mark Mitchell [Sun, 18 Jul 1999 15:32:21 +0000 (15:32 +0000)]
decl.c (lookup_nested_type): Remove.

* decl.c (lookup_nested_type): Remove.
(pushtag): Don't call it.

From-SVN: r28166

25 years agoDaily bump.
Jeff Law [Sun, 18 Jul 1999 07:45:08 +0000 (01:45 -0600)]
Daily bump.

From-SVN: r28163

25 years ago* Makefile.in (INTERFACE): Bump to 3.
Jeffrey A Law [Sun, 18 Jul 1999 05:52:37 +0000 (05:52 +0000)]
* Makefile.in (INTERFACE): Bump to 3.

From-SVN: r28161

25 years ago* Makefile.in (INTERFACE): Bump to 2.
Jeffrey A Law [Sun, 18 Jul 1999 05:52:32 +0000 (05:52 +0000)]
* Makefile.in (INTERFACE): Bump to 2.

From-SVN: r28160

25 years agoNew test
Mark Mitchell [Sun, 18 Jul 1999 04:25:39 +0000 (04:25 +0000)]
New test

From-SVN: r28157

25 years agoroot.texi: Update e-mail addresses to gcc.gnu.org.
Alexandre Oliva [Sun, 18 Jul 1999 03:51:22 +0000 (03:51 +0000)]
root.texi: Update e-mail addresses to gcc.gnu.org.

        * root.texi: Update e-mail addresses to gcc.gnu.org.
        * g77spec.c (lang_specific_driver): Updated URL with bug reporting
        instructions to gcc.gnu.org.  Removed e-mail address.

From-SVN: r28155

25 years agotypeck2.c (my_friendly_abort): Updated URL with bug reporting instructions to gcc...
Alexandre Oliva [Sun, 18 Jul 1999 03:50:30 +0000 (03:50 +0000)]
typeck2.c (my_friendly_abort): Updated URL with bug reporting instructions to gcc.gnu.org.

        * typeck2.c (my_friendly_abort): Updated URL with bug reporting
        instructions to gcc.gnu.org.  Removed e-mail address.

From-SVN: r28153

25 years agogcc.texi: Update e-mail addresses and URLs to gcc.gnu.org.
Alexandre Oliva [Sun, 18 Jul 1999 03:48:02 +0000 (03:48 +0000)]
gcc.texi: Update e-mail addresses and URLs to gcc.gnu.org.

        * gcc.texi: Update e-mail addresses and URLs to gcc.gnu.org.
        Removed paragraph about compression of files and size limitation,
        duplicated in the FAQ.  Use gcc-patches for posting patches.
        * gcc.c (main): Updated URL with bug reporting instructions to
        gcc.gnu.org.  Removed e-mail address.
        * system.h (abort): Likewise.

From-SVN: r28151

25 years ago* test_summary: Replace egcs with gcc. Update e-mail address.
Alexandre Oliva [Sun, 18 Jul 1999 03:45:48 +0000 (03:45 +0000)]
* test_summary: Replace egcs with gcc.  Update e-mail address.

From-SVN: r28148

25 years agopt.c (determine_specialization): Tighten error-checking.
Mark Mitchell [Sun, 18 Jul 1999 03:28:32 +0000 (03:28 +0000)]
pt.c (determine_specialization): Tighten error-checking.

* pt.c (determine_specialization): Tighten error-checking.
(end_template_parm_list): Likewise.

From-SVN: r28147

25 years agoMakefile.in (stmp-multilib-sub): Make the files extracted from $(LIBGCC1) writable.
Kaveh R. Ghazi [Sun, 18 Jul 1999 01:19:40 +0000 (01:19 +0000)]
Makefile.in (stmp-multilib-sub): Make the files extracted from $(LIBGCC1) writable.

        * Makefile.in (stmp-multilib-sub): Make the files extracted
        from $(LIBGCC1) writable.

From-SVN: r28145

25 years agoupdate derived files
Craig Burley [Sat, 17 Jul 1999 15:52:32 +0000 (11:52 -0400)]
update derived files

From-SVN: r28144

25 years agoroot.texi, [...]: Switchover to GCC terminology.
Craig Burley [Sat, 17 Jul 1999 15:48:39 +0000 (15:48 +0000)]
root.texi, [...]: Switchover to GCC terminology.

Sat Jul 17 11:28:43 1999  Craig Burley  <craig@jcb-sc.com>

* root.texi, g77install.texi: Switchover to GCC terminology.
Also, FSF-G77 had been mistakenly set at some point.

From-SVN: r28143

25 years ago* template6.C, delete1.C, template7.C: New test.
Alexandre Oliva [Sat, 17 Jul 1999 14:26:13 +0000 (14:26 +0000)]
* template6.C, delete1.C, template7.C: New test.

From-SVN: r28140

25 years agoremove spurous blank lines
Nick Clifton [Sat, 17 Jul 1999 13:47:08 +0000 (13:47 +0000)]
remove spurous blank lines

From-SVN: r28139

25 years agoGeneral tidyup of header files.
Nick Clifton [Sat, 17 Jul 1999 13:44:35 +0000 (13:44 +0000)]
General tidyup of header files.

From-SVN: r28138

25 years agoDaily bump.
Jeff Law [Sat, 17 Jul 1999 07:45:11 +0000 (01:45 -0600)]
Daily bump.

From-SVN: r28134

25 years agopa.c (compute_frame_size): Round frame according to STACK_BOUNDARY rather than a...
Jeffrey A Law [Fri, 16 Jul 1999 22:40:39 +0000 (22:40 +0000)]
pa.c (compute_frame_size): Round frame according to STACK_BOUNDARY rather than a hardwired value.

        * pa.c (compute_frame_size): Round frame according to
        STACK_BOUNDARY rather than a hardwired value.

From-SVN: r28132

25 years ago* pa.h (POINTER_SIZE, PARM_BOUNDARY): Define in terms of BITS_PER_WORD.
Jeffrey A Law [Fri, 16 Jul 1999 22:12:33 +0000 (22:12 +0000)]
* pa.h (POINTER_SIZE, PARM_BOUNDARY): Define in terms of BITS_PER_WORD.

From-SVN: r28131

25 years agoconfigure.in (hppa*-*-hpux11*): Use symbolic MASK_PA_11 instead of "1".
Jeffrey A Law [Fri, 16 Jul 1999 21:47:29 +0000 (21:47 +0000)]
configure.in (hppa*-*-hpux11*): Use symbolic MASK_PA_11 instead of "1".

        * configure.in (hppa*-*-hpux11*): Use symbolic MASK_PA_11 instead
        of "1".
        * configure: Rebuilt.

From-SVN: r28130

25 years agoconfigure.in (hppa*-*-linux*): New configuration.
Jeffrey A Law [Fri, 16 Jul 1999 21:39:59 +0000 (21:39 +0000)]
configure.in (hppa*-*-linux*): New configuration.

        * configure.in (hppa*-*-linux*): New configuration.
        * configure: Rebuilt.
        * pa.h (MAX_OFILE_ALIGNMENT): Delete.
        * pa/som.h (MAX_OFILE_ALIGNMENT): Define.
        * pa/pa-linux.h: New file.
        * pa/t-linux: New file.
        * pa/xm-linux.h: New file.

From-SVN: r28129

25 years agopa.c (hppa_legitimize_address): Change references from SImode to either Pmode or...
Jeffrey A Law [Fri, 16 Jul 1999 20:58:13 +0000 (20:58 +0000)]
pa.c (hppa_legitimize_address): Change references from SImode to either Pmode or word_mode as appropriate.

        * pa.c (hppa_legitimize_address): Change references from SImode to
        either Pmode or word_mode as appropriate.
        (emit_move_sequence, store_reg, load_reg): Likewise.
        (set_reg_plus_d, hppa_expand_prologue): Likewise.
        (output_mul_insn): Likewise.
        * pa.h (PROMOTE_MODE): Likewise.
        (INITIALZE_TRAMPOLINE): Likewise.
        (Pmode): Define to word_mode.

From-SVN: r28128

25 years agopa.c (compute_frame_size): Use UNITS_PER_WORD instead of hardwired value of 4.
Jeffrey A Law [Fri, 16 Jul 1999 20:35:08 +0000 (20:35 +0000)]
pa.c (compute_frame_size): Use UNITS_PER_WORD instead of hardwired value of 4.

        * pa.c (compute_frame_size): Use UNITS_PER_WORD instead of hardwired
        value of 4.  Allocate 8 bytes for each FP register save.
        (hppa_expand_epilogue): Use UNITS_PER_WORD instead of harwarewired
        value of 4.
        (hppa_expand_prologue): Likewise.
        * pa.h (PROMOTE_MODE): Likewise.
        (HARD_REGNO_MODE_OK, FUNCTION_ARG_SIZE): Likewise.
        (FUNCTION_ARG_BOUNDARY): Likewise.

From-SVN: r28127

25 years ago* invoke.texi (HPPA Options): Remove -mspace/-mno-space.
Jeffrey A Law [Fri, 16 Jul 1999 20:14:19 +0000 (20:14 +0000)]
* invoke.texi (HPPA Options): Remove -mspace/-mno-space.

From-SVN: r28126

25 years agopa.c (out_of_line_prologue_epilogue): Delete.
Jeffrey A Law [Fri, 16 Jul 1999 20:07:55 +0000 (20:07 +0000)]
pa.c (out_of_line_prologue_epilogue): Delete.

        * pa.c (out_of_line_prologue_epilogue): Delete.
        (override_options): Remove -mspace related code.
        (hppa_expand_prologue, hppa_expand_epilogue): Likewise.
        (compute_frame_size): Only allocate space for register that
        actually need to be saved.
        * pa.h (MASK_SPACE, TARGET_SPACE): Delete.
        (TARGET_SWITCHES): Remove -mspace, -mno-space
        * pa/t-pa (LIB2FUNCS_EXTRA): Remove ee.asm and ee_fp.asm
        * pa/t-pro (LIB2FUNCS_EXTRA): Likewise.  Remove -mspace multilib.
        * pa/ee.asm, pa/ee_fp.asm: Delete.

From-SVN: r28125

25 years ago* pa/elf.h (ASM_OUTPUT_DOUBLE_INT): Define.
Jeffrey A Law [Fri, 16 Jul 1999 19:54:32 +0000 (19:54 +0000)]
* pa/elf.h (ASM_OUTPUT_DOUBLE_INT): Define.

From-SVN: r28124

25 years agosvr4.h (CONST_SECTION_ASM_OP): Do not emit assembler directive in column zero.
Jeffrey A Law [Fri, 16 Jul 1999 19:50:13 +0000 (19:50 +0000)]
svr4.h (CONST_SECTION_ASM_OP): Do not emit assembler directive in column zero.

        * config/svr4.h (CONST_SECTION_ASM_OP): Do not emit assembler
        directive in column zero.

From-SVN: r28123

25 years agoDaily bump.
Jeff Law [Fri, 16 Jul 1999 07:45:38 +0000 (01:45 -0600)]
Daily bump.

From-SVN: r28122

25 years agom68k.c (output_function_prologue): Fix computation of save mask when generating PIC...
Jeffrey A Law [Fri, 16 Jul 1999 07:41:49 +0000 (07:41 +0000)]
m68k.c (output_function_prologue): Fix computation of save mask when generating PIC code.

        * m68k.c (output_function_prologue): Fix computation of save mask
        when generating PIC code.

From-SVN: r28119

25 years agostdexcepti.cc (__out_of_range): Use std:: qualifier for names in std.
Markus Gyger [Fri, 16 Jul 1999 07:07:45 +0000 (07:07 +0000)]
stdexcepti.cc (__out_of_range): Use std:: qualifier for names in std.

* stdexcepti.cc (__out_of_range): Use std:: qualifier for names
in std.
(__length_error): Likewise.

From-SVN: r28117

25 years agoFix winsup build failure reported by Chris Faylor.
Jim Wilson [Thu, 15 Jul 1999 15:40:59 +0000 (15:40 +0000)]
Fix winsup build failure reported by Chris Faylor.

* tree.c (build_type_attribute_variant): Move current_obstack restore
after build_qualified_type call.

From-SVN: r28116

25 years agoconfigure.in: Use t-iris6, even with GNU LD.
Mark Mitchell [Thu, 15 Jul 1999 13:59:04 +0000 (13:59 +0000)]
configure.in: Use t-iris6, even with GNU LD.

* configure.in: Use t-iris6, even with GNU LD.
* config/mips/iris6gld.h: Fix typo in linker spec.
* config/mips/t-iris6gld: Remove.

From-SVN: r28115

25 years agors6000.md (insv, extzv): Remove SImode dependence in named patterns.
David Edelsohn [Thu, 15 Jul 1999 12:39:30 +0000 (12:39 +0000)]
rs6000.md (insv, extzv): Remove SImode dependence in named patterns.

* rs6000.md (insv, extzv): Remove SImode dependence in named
patterns.  Explicitly generate DImode RTL if PowerPC64 and
operand is DImode.
(insvdi): Reverse start and size in instruction template.

From-SVN: r28114

25 years agoG19990217_02.no-link: New file.
Tom Tromey [Thu, 15 Jul 1999 09:15:26 +0000 (09:15 +0000)]
G19990217_02.no-link: New file.

* libjava.compile/G19990217_02.no-link: New file.
* libjava.compile/test.exp: Look for `.no-link' file.
* lib/libjava.exp (test_libjava_from_source): Added `no-link'
option.
(test_libjava_from_javac): Likewise.  Also, handle package
information from class name when creating class file name.

From-SVN: r28113

25 years agoexpr.c (expand_expr): Do not return the last statement in a block as the block's...
Andrew Haley [Thu, 15 Jul 1999 05:17:08 +0000 (05:17 +0000)]
expr.c (expand_expr): Do not return the last statement in a block as the block's value.

1999-07-14  Andrew Haley  <aph@cygnus.com>
        * expr.c (expand_expr): Do not return the last statement in a
        block as the block's value.

From-SVN: r28112

25 years agoDaily bump.
Jeff Law [Thu, 15 Jul 1999 00:45:13 +0000 (18:45 -0600)]
Daily bump.

From-SVN: r28109

25 years agoinvoke.texi: Typo fixes.
Joseph Myers [Wed, 14 Jul 1999 23:27:35 +0000 (17:27 -0600)]
invoke.texi: Typo fixes.


* invoke.texi: Typo fixes.

From-SVN: r28107

25 years agoemit-rtl.c (gen_realpart): Issue an error for cases GCC can not handle at this time...
Jeffrey A Law [Wed, 14 Jul 1999 23:04:45 +0000 (23:04 +0000)]
emit-rtl.c (gen_realpart): Issue an error for cases GCC can not handle at this time instead of silently...

        * emit-rtl.c (gen_realpart): Issue an error for cases GCC can not
        handle at this time instead of silently generating incorrect code.
        (gen_imagpart): Likewise.

From-SVN: r28105

25 years agoreload.c (find_reloads): Emit a USE for a pseudo register without a hard register...
Jeff Law [Wed, 14 Jul 1999 22:30:24 +0000 (16:30 -0600)]
reload.c (find_reloads): Emit a USE for a pseudo register without a hard register if...


        * reload.c (find_reloads): Emit a USE for a pseudo register without
        a hard register if we could not create an optional reload for the
        pseudo.

From-SVN: r28103

25 years agoreload.c (find_reloads): Emit a USE for a pseudo register without a hard register...
Jeff Law [Wed, 14 Jul 1999 22:30:21 +0000 (16:30 -0600)]
reload.c (find_reloads): Emit a USE for a pseudo register without a hard register if...


        * reload.c (find_reloads): Emit a USE for a pseudo register without
        a hard register if we could not create an optional reload for the
        pseudo.

From-SVN: r28102

25 years agoargv.c: Include stdlib.h and string.h instead of prototyping directly.
Richard Henderson [Wed, 14 Jul 1999 17:29:38 +0000 (10:29 -0700)]
argv.c: Include stdlib.h and string.h instead of prototyping directly.

        * argv.c: Include stdlib.h and string.h instead of
        prototyping directly.
        * choose-temp.c: Conditionally include string.h.

From-SVN: r28099

25 years agoc-typeck.c (output_init_element, [...]): When advancing constructor_unfilled_fields...
J"orn Rennecke [Wed, 14 Jul 1999 15:47:26 +0000 (15:47 +0000)]
c-typeck.c (output_init_element, [...]): When advancing constructor_unfilled_fields for a RECORD_TYPE...

* c-typeck.c (output_init_element, process_init_element):
When advancing constructor_unfilled_fields for a RECORD_TYPE,
check for nameless bit fields.

From-SVN: r28098

25 years agopt.c (check_default_tmpl_args): Handle friends defined in the class just like member...
Mark Mitchell [Wed, 14 Jul 1999 10:57:21 +0000 (10:57 +0000)]
pt.c (check_default_tmpl_args): Handle friends defined in the class just like member functions defined in the class.

* pt.c (check_default_tmpl_args): Handle friends defined in the
class just like member functions defined in the class.

From-SVN: r28097