gcc.git
26 years agodecl.c (pushtag): Avoid crashing on erroneous input.
Mark Mitchell [Tue, 26 May 1998 07:02:37 +0000 (07:02 +0000)]
decl.c (pushtag): Avoid crashing on erroneous input.

1998-05-25  Mark Mitchell  <mark@markmitchell.com>
* decl.c (pushtag): Avoid crashing on erroneous input.

From-SVN: r20056

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

From-SVN: r20055

26 years agodecl.c (push_namespace): Only produce one unique name for anonymous namespaces.
Martin v. Löwis [Mon, 25 May 1998 23:31:27 +0000 (19:31 -0400)]
decl.c (push_namespace): Only produce one unique name for anonymous namespaces.

* decl.c (push_namespace): Only produce one unique name for
anonymous namespaces.
(get_unique_name): Remove.

From-SVN: r20054

26 years agoBump for snapshot
Jeffrey A Law [Mon, 25 May 1998 22:50:00 +0000 (16:50 -0600)]
Bump for snapshot

From-SVN: r20052

26 years ago* call.c (tourney): Don't do any extra comparisons.
Mark Mitchell [Mon, 25 May 1998 18:20:09 +0000 (18:20 +0000)]
* call.c (tourney): Don't do any extra comparisons.

From-SVN: r20051

26 years agoBump for snapshot
Jeffrey A Law [Mon, 25 May 1998 11:56:26 +0000 (05:56 -0600)]
Bump for snapshot

From-SVN: r20047

26 years agocpperror.c (v_cpp_message): Remove static prototype.
Dave Brolley [Mon, 25 May 1998 11:04:40 +0000 (11:04 +0000)]
cpperror.c (v_cpp_message): Remove static prototype.

Mon May 25 14:00:13 1998  Dave Brolley  <brolley@cygnus.com>
* cpperror.c (v_cpp_message): Remove static prototype.
* cpplib.c (v_cpp_message): Move prototype to cpplib.h.
* cpplib.h (v_cpp_message): Add protoptype.
(stdarg.h,varargs.h): Needed for v_cpp_message prototype.

From-SVN: r20046

26 years agodecl2.c (build_anon_union_vars): Don't crash on empty sub-unions.
Mark Mitchell [Mon, 25 May 1998 10:28:16 +0000 (10:28 +0000)]
decl2.c (build_anon_union_vars): Don't crash on empty sub-unions.

1998-05-25  Mark Mitchell  <mark@markmitchell.com>
* decl2.c (build_anon_union_vars): Don't crash on empty sub-unions.
* cp-tree.h (processing_template_parmlist): Declare.
* decl.c (pushtag): Don't call push_template_decl when we
shouldn't.
* pt.c (processing_template_parmlist): New variable.
(TMPL_ARGS_HAVE_MULTIPLE_LEVELS): New macro.
(complete_template_args): Use it.
(add_to_template_args): Likewise.
(innermost_args): Likewise.
(tsubst): Likewise.
(begin_template_parm_list): Use processing_template_parmlist.
(end_template_parm_list): Likewise.
* cp-tree.h (ANON_UNION_TYPE_P): New macro.
* decl.c (grokdeclarator): Use it.
* decl2.c (grok_x_components): Likewise.
* init.c (initializing_context): Likewise.
* method.c (do_build_copy_constructor): Likewise.
(do_build_assign_ref): Likewise.
* search.c (compute_access): Likewise.
* typeck.c (build_component_ref): Likewise.
* decl.c (grokdeclarator): Don't give a cv-qualified version of an
unnamed type a typedef name "for linkage purposes".
* pt.c (lookup_template_class): Don't look at
IDENTIFIER_CLASS_VALUE when there's no current_class_type.
* method.c (build_overload_int): Handle error cases gracefully.
* pt.c (instantiate_decl): Handle static member variables
correctly.
* pt.c (tsubst): Use the tsubst'd type when producing new
TEMPLATE_PARM_INDEX nodes.

From-SVN: r20045

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

From-SVN: r20039

26 years agotree.c (cp_tree_equal): Handle pointers to member functions.
Mark Mitchell [Sun, 24 May 1998 23:57:48 +0000 (23:57 +0000)]
tree.c (cp_tree_equal): Handle pointers to member functions.

1998-05-24  Mark Mitchell  <mark@markmitchell.com>
* tree.c (cp_tree_equal): Handle pointers to member functions.

From-SVN: r20038

26 years agocall.c (maybe_handle_implicit_object): Handle QUAL_CONVs.
Mark Mitchell [Sun, 24 May 1998 23:55:20 +0000 (23:55 +0000)]
call.c (maybe_handle_implicit_object): Handle QUAL_CONVs.

1998-05-24  Mark Mitchell  <mark@markmitchell.com>
* call.c (maybe_handle_implicit_object): Handle QUAL_CONVs.  Make
sure the type of the REF_BIND is a reference type.
(maybe_handle_ref_bind, compare_ics): Rename reference_type* to
ref_to_type* for clarity.

From-SVN: r20037

26 years agoparse.y (xcond): Move call to condition_conversion ...
Mark Mitchell [Sun, 24 May 1998 23:52:17 +0000 (23:52 +0000)]
parse.y (xcond): Move call to condition_conversion ...

1998-05-24  Mark Mitchell  <mark@markmitchell.com>
* parse.y (xcond): Move call to condition_conversion ...
* semantics.c (finish_for_cond): Here.
* parse.c: Regenerated.

From-SVN: r20036

26 years agodecl.c (push_namespace): Namespaces have type void.
Jason Merrill [Sun, 24 May 1998 22:37:10 +0000 (18:37 -0400)]
decl.c (push_namespace): Namespaces have type void.

* decl.c (push_namespace): Namespaces have type void.
* typeck2.c (incomplete_type_error): Complain about namespace
used as expression.
* typeck.c (decay_conversion): Likewise.
* error.c (dump_expr): Support namespaces.

From-SVN: r20035

26 years ago* g++.old-deja/old-deja.exp: Strip leading directories.
Jason Merrill [Sun, 24 May 1998 20:56:17 +0000 (20:56 +0000)]
* g++.old-deja/old-deja.exp: Strip leading directories.

From-SVN: r20034

26 years agoBump for snapshot
Jeffrey A Law [Sun, 24 May 1998 20:36:19 +0000 (14:36 -0600)]
Bump for snapshot

From-SVN: r20032

26 years agoold-dejagnu.exp: All tests fail if we got an internal compiler error for the line.
Jason Merrill [Sun, 24 May 1998 16:21:23 +0000 (16:21 +0000)]
old-dejagnu.exp: All tests fail if we got an internal compiler error for the line.

* lib/old-dejagnu.exp: All tests fail if we got an internal compiler
error for the line.  Don't run multiple tests for the same line.

From-SVN: r20028

26 years agonew
Jason Merrill [Sun, 24 May 1998 14:00:07 +0000 (10:00 -0400)]
new

From-SVN: r20021

26 years agoMakefile.in (boostrap2-lean, [...]): new targets Forgot to commit.
Alexandre Oliva [Sun, 24 May 1998 10:20:27 +0000 (10:20 +0000)]
Makefile.in (boostrap2-lean, [...]): new targets Forgot to commit.

        * Makefile.in (boostrap2-lean, bootstrap3-lean,
        bootstrap4-lean): new targets
Forgot to commit.

From-SVN: r20016

26 years agobad.def (FFEBAD_OPEN_UNSUPPORTED, [...]): Change these from warnings to errors.
Craig Burley [Sun, 24 May 1998 08:33:15 +0000 (08:33 +0000)]
bad.def (FFEBAD_OPEN_UNSUPPORTED, [...]): Change these from warnings to errors.

Tue May 19 14:52:41 1998  Craig Burley  <burley@gnu.org>
        * bad.def (FFEBAD_OPEN_UNSUPPORTED, FFEBAD_INQUIRE_UNSUPPORTED,
        FFEBAD_READ_UNSUPPORTED, FFEBAD_WRITE_UNSUPPORTED,
        FFEBAD_QUAD_UNSUPPORTED, FFEBAD_BLOCKDATA_STMT,
        FFEBAD_TRUNCATING_CHARACTER, FFEBAD_TRUNCATING_HOLLERITH,
        FFEBAD_TRUNCATING_NUMERIC, FFEBAD_TRUNCATING_TYPELESS,
        FFEBAD_TYPELESS_OVERFLOW): Change these from warnings
        to errors.

From-SVN: r20015

26 years agoBump for snapshot
Jeffrey A Law [Sun, 24 May 1998 02:09:00 +0000 (20:09 -0600)]
Bump for snapshot

From-SVN: r20003

26 years agoMakefile.in (ENQUIRE_CFLAGS, [...]): Move down to the end of the Makefile.
Manfred Hollstein [Sun, 24 May 1998 00:44:00 +0000 (00:44 +0000)]
Makefile.in (ENQUIRE_CFLAGS, [...]): Move down to the end of the Makefile.

* Makefile.in (ENQUIRE_CFLAGS, ENQUIRE_LDFLAGS): Move down to the end
of the Makefile.
(FLOAT_H_TEST): Likewise.
(ENQUIRE): Likewise.
(float.h-nat): Likewise.
(float.h-cross): Likewise.
(enquire): Likewise.
(enquire.o): Likewise.
(stmp-int-hdrs): Fix comment about enquire; depend upon gfloat.h.
(stmp-headers): Move actions to stmp-int-hdrs, retaining only a
no-op.
(FLOAT_H): Remove old float.h-nat version; move current definition
to CROSS_FLOAT_H location.
(all.cross): Remove comments about enquire stuff.
* Makefile.in (all.cross): Swap $(LIBGCC) and $(STMP_FIXPROTO).
(rest.encap): Likewise.
(libgcc2.ready): Depend upon $(STMP_FIXPROTO)

From-SVN: r20000

26 years agoDaily bump.
Jeff Law [Sun, 24 May 1998 00:29:13 +0000 (18:29 -0600)]
Daily bump.

From-SVN: r19999

26 years agom68k.h: Declare more functions used in macros.
Andreas Schwab [Sat, 23 May 1998 23:14:57 +0000 (23:14 +0000)]
m68k.h: Declare more functions used in macros.

        * m68k.h: Declare more functions used in macros.
        (REG_CLASS_CONTENTS): Completely embrace initializer.
        * m68k.md (adddi3, subdi3): Add abort call to avoid warning
        about returning no value.
        * cse.c (find_best_addr): Declare p and found_better only if
        needed.
        * dbxout.c (dbxout_continue): Define only if DBX_CONTIN_LENGTH > 0.
        * dwarfout.c (string_length_attribute): #if 0 away.
        * function.c (expand_function_end): Define varible blktramp only
        if needed.
        * jump.c (find_insert_position): Define only if !HAVE_cc0.
        * loop.c (combine_givs_p): Define variable tem only if needed.
        * real.c: Comment out unused functions eabs, eround,
        e{24,53,64,113}toasc and eiinfin.

From-SVN: r19998

26 years agoMakefile.in (boostrap2-lean, [...]): New targets.
Alexandre Oliva [Sat, 23 May 1998 22:46:40 +0000 (16:46 -0600)]
Makefile.in (boostrap2-lean, [...]): New targets.

        * Makefile.in (boostrap2-lean, bootstrap3-lean,
        bootstrap4-lean): New targets.

From-SVN: r19997

26 years agoMakefile.in (boostrap2-lean, [...]): new targets
Alexandre Oliva [Sat, 23 May 1998 22:45:35 +0000 (16:45 -0600)]
Makefile.in (boostrap2-lean, [...]): new targets

        * Makefile.in (boostrap2-lean, bootstrap3-lean,
        bootstrap4-lean): new targets

From-SVN: r19996

26 years agoMakefile.in (all.cross): Swap $(LIBGCC) and $(STMP_FIXPROTO).
Manfred Hollstein [Sat, 23 May 1998 22:41:17 +0000 (22:41 +0000)]
Makefile.in (all.cross): Swap $(LIBGCC) and $(STMP_FIXPROTO).

* Makefile.in (all.cross): Swap $(LIBGCC) and $(STMP_FIXPROTO).
(rest.encap): Likewise.

From-SVN: r19993

26 years ago* test_summary: find good awk (copied from warn_summary).
Jeff Law [Sat, 23 May 1998 22:40:01 +0000 (16:40 -0600)]
* test_summary: find good awk (copied from warn_summary).

From-SVN: r19992

26 years ago* warn_summary, test_summary: Moved into the contrib directory.
Jeffrey A Law [Sat, 23 May 1998 22:36:37 +0000 (22:36 +0000)]
* warn_summary, test_summary: Moved into the contrib directory.

From-SVN: r19991

26 years agoMoved here from the gcc subdir.
Jeff Law [Sat, 23 May 1998 22:35:33 +0000 (16:35 -0600)]
Moved here from the gcc subdir.

From-SVN: r19990

26 years ago* Makefile.in (distclean): Don't remove alloca-conf.h
Andreas Schwab [Sat, 23 May 1998 22:32:53 +0000 (22:32 +0000)]
* Makefile.in (distclean): Don't remove alloca-conf.h

From-SVN: r19987

26 years agotoplev.h (tree_node): Provide global declaration to avoid `limited scope' warnings.
Manfred Hollstein [Sat, 23 May 1998 22:29:52 +0000 (22:29 +0000)]
toplev.h (tree_node): Provide global declaration to avoid `limited scope' warnings.

        * toplev.h (tree_node): Provide global declaration to avoid
        `limited scope' warnings.

From-SVN: r19986

26 years ago* gcc.dg/980523-1.c: New test.
Jeffrey A Law [Sat, 23 May 1998 22:28:21 +0000 (22:28 +0000)]
* gcc.dg/980523-1.c: New test.

From-SVN: r19985

26 years agotest_summary: Display section breaks for each entry in a multilibbed target's output.
Robert Lipe [Sat, 23 May 1998 22:24:55 +0000 (22:24 +0000)]
test_summary: Display section breaks for each entry in a multilibbed target's output.

        * test_summary: Display section breaks for each entry
        in a multilibbed target's output.

From-SVN: r19980

26 years ago970915-0.f: New test.
Dave Love [Sat, 23 May 1998 09:58:17 +0000 (09:58 +0000)]
970915-0.f: New test.

1998-05-23  Dave Love  <d.love@dl.ac.uk>
* g77.f-torture/compile/970915-0.f: New test.

From-SVN: r19973

26 years agoNew test.
Dave Love [Sat, 23 May 1998 09:54:41 +0000 (09:54 +0000)]
New test.

From-SVN: r19972

26 years agoMore commentary.
Dave Love [Sat, 23 May 1998 09:51:54 +0000 (09:51 +0000)]
More commentary.

From-SVN: r19971

26 years agocom.c (ffecom_finish_symbol_transform_): Don't transform statement (nested) functions...
Craig Burley [Sat, 23 May 1998 09:45:45 +0000 (05:45 -0400)]
com.c (ffecom_finish_symbol_transform_): Don't transform statement (nested) functions...

Sat May 23 06:32:52 1998  Craig Burley  <burley@gnu.org>
* com.c (ffecom_finish_symbol_transform_): Don't transform
statement (nested) functions, to avoid gcc compiling them
and thus producing linker errors if they refer to undefined
exteral functions.  But warn if they're unused and -Wunused.

From-SVN: r19970

26 years agotweak
Jason Merrill [Sat, 23 May 1998 02:20:21 +0000 (22:20 -0400)]
tweak

From-SVN: r19969

26 years ago* lib/old-dejagnu.exp: Ignore C++ "instantiated from" mesages.
Jason Merrill [Sat, 23 May 1998 02:20:08 +0000 (02:20 +0000)]
* lib/old-dejagnu.exp: Ignore C++ "instantiated from" mesages.

From-SVN: r19968

26 years agocp-tree.def: Add SRCLOC.
Jason Merrill [Sat, 23 May 1998 02:18:33 +0000 (02:18 +0000)]
cp-tree.def: Add SRCLOC.

* cp-tree.def: Add SRCLOC.
* cp-tree.h: Add struct tree_srcloc and accessor macros.
* tree.c (build_srcloc, build_srcloc_here): New fns.
* pt.c (add_pending_template): Use build_srcloc_here.
(push_tinst_level): Update last_template_error_tick before erroring.
(instantiate_decl): Restore lineno and input_filename before
calling add_pending_template.
* decl2.c (finish_file): Set up lineno and input_filename for
pending templates.

From-SVN: r19967

26 years agodecl.c (lang_print_error_function): New fn.
Jason Merrill [Fri, 22 May 1998 23:13:28 +0000 (23:13 +0000)]
decl.c (lang_print_error_function): New fn.

* decl.c (lang_print_error_function): New fn.
(init_decl_processing): Set print_error_function to use it.
* errfn.c (cp_thing): Don't call maybe_print_template_context here.
* call.c (maybe_handle_ref_bind): Propagate ICS_USER_FLAG and
ICS_BAD_FLAG.
* cvt.c (ocp_convert): Don't set LOOKUP_NO_CONVERSION for
copy-initialization.

From-SVN: r19966

26 years agoexpr.c (expand_expr): For {BITFIELD,COMPONENT,ARRAY}_REF...
Richard Henderson [Fri, 22 May 1998 23:03:25 +0000 (16:03 -0700)]
expr.c (expand_expr): For {BITFIELD,COMPONENT,ARRAY}_REF...

* expr.c (expand_expr): For {BITFIELD,COMPONENT,ARRAY}_REF, if the
offset's mode is not ptr_mode, convert it.

From-SVN: r19965

26 years agoclass.c (build_vtable_entry): Use int_fits_type_p.
Jason Merrill [Fri, 22 May 1998 21:05:09 +0000 (21:05 +0000)]
class.c (build_vtable_entry): Use int_fits_type_p.

* class.c (build_vtable_entry): Use int_fits_type_p.
(build_vtable): Pass a signed offset to build_vtable_entry.
(prepare_fresh_vtable, modify_one_vtable, fixup_vtable_deltas1,
set_rtti_entry): Likewise.

From-SVN: r19964

26 years agofold-const.c (ssize_binop): New fn.
Jason Merrill [Fri, 22 May 1998 20:58:14 +0000 (20:58 +0000)]
fold-const.c (ssize_binop): New fn.

* fold-const.c (ssize_binop): New fn.
* tree.h: Declare it.

From-SVN: r19963

26 years agoUpdate.
Ulrich Drepper [Fri, 22 May 1998 20:40:16 +0000 (20:40 +0000)]
Update.

From-SVN: r19962

26 years ago(_IO_str_underflow): Read newly available character from buffer as unsigned.
Ulrich Drepper [Fri, 22 May 1998 20:40:02 +0000 (20:40 +0000)]
(_IO_str_underflow): Read newly available character from buffer as unsigned.

From-SVN: r19961

26 years agocp-tree.h: Add comments documenting which LANG_FLAGS are used.
Per Bothner [Fri, 22 May 1998 12:22:54 +0000 (12:22 +0000)]
cp-tree.h: Add comments documenting which LANG_FLAGS are used.


* cp-tree.h:  Add comments documenting which LANG_FLAGS are used.
(C_TYPE_VARIABLE_SIZE, C_DECL_VARIABLE_SIZE):  Removed, not used.

From-SVN: r19960

26 years ago[multiple changes]
Craig Burley [Fri, 22 May 1998 10:55:52 +0000 (10:55 +0000)]
[multiple changes]

Tue May 19 14:52:41 1998  Craig Burley  <burley@gnu.org>
* bad.def (FFEBAD_OPEN_UNSUPPORTED, FFEBAD_INQUIRE_UNSUPPORTED,
FFEBAD_READ_UNSUPPORTED, FFEBAD_WRITE_UNSUPPORTED,
FFEBAD_QUAD_UNSUPPORTED, FFEBAD_BLOCKDATA_STMT,
FFEBAD_TRUNCATING_CHARACTER, FFEBAD_TRUNCATING_HOLLERITH,
FFEBAD_TRUNCATING_NUMERIC, FFEBAD_TRUNCATING_TYPELESS,
FFEBAD_TYPELESS_OVERFLOW): Change these from warnings
to errors.
Tue May 19 14:51:59 1998  Craig Burley  <burley@gnu.org>
* Make-lang.in (f77.install-info, f77.uninstall):
Use install-info as appropriate.
Tue May 19 12:56:54 1998  Craig Burley  <burley@gnu.org>
* com.c (ffecom_init_0): Rename xargc to f__xargc,
in accord with same-dated change to f/runtime.

From-SVN: r19959

26 years agoJCB update.
Dave Love [Fri, 22 May 1998 10:55:21 +0000 (10:55 +0000)]
JCB update.

From-SVN: r19958

26 years agoMakefile.in ($(lib)): Use shell loop instead of unportable make variable substitution.
Dave Love [Fri, 22 May 1998 10:49:26 +0000 (10:49 +0000)]
Makefile.in ($(lib)): Use shell loop instead of unportable make variable substitution.

1998-05-20  Dave Love  <d.love@dl.ac.uk>
* Makefile.in ($(lib)): Use shell loop instead of unportable
make variable substitution.

From-SVN: r19957

26 years agoBreak up main() into separate .o's so making and linking against shared...
Craig Burley [Fri, 22 May 1998 10:32:18 +0000 (06:32 -0400)]
Break up main() into separate .o's so making and linking against shared...

Tue May 19 12:50:27 1998  Craig Burley  <burley@gnu.org>
Break up main() into separate .o's so making and
linking against shared libraries with non-Fortran
main() routines is easier:
* Makefile.in (MISC): Add setarg.o and setsig.o.
* libF77/Makefile.in (MISC): Ditto.
* libF77/setarg.c: New file, contains f_setarg().
* libF77/setsig.c: New file, contains f_setsig().
* libF77/getarg_.c: Rename xarg* to f__xarg*.
* libF77/iargc_.c: Ditto

From-SVN: r19956

26 years agoJCB patch.
Dave Love [Fri, 22 May 1998 10:27:20 +0000 (10:27 +0000)]
JCB patch.

From-SVN: r19955

26 years agobad.def (FFEBAD_OPEN_UNSUPPORTED, [...]): Change these from warnings to errors.
Craig Burley [Fri, 22 May 1998 10:26:01 +0000 (10:26 +0000)]
bad.def (FFEBAD_OPEN_UNSUPPORTED, [...]): Change these from warnings to errors.

Tue May 19 14:52:41 1998  Craig Burley  <burley@gnu.org>
* bad.def (FFEBAD_OPEN_UNSUPPORTED, FFEBAD_INQUIRE_UNSUPPORTED,
FFEBAD_READ_UNSUPPORTED, FFEBAD_WRITE_UNSUPPORTED,
FFEBAD_QUAD_UNSUPPORTED, FFEBAD_BLOCKDATA_STMT,
FFEBAD_TRUNCATING_CHARACTER, FFEBAD_TRUNCATING_HOLLERITH,
FFEBAD_TRUNCATING_NUMERIC, FFEBAD_TRUNCATING_TYPELESS,
FFEBAD_TYPELESS_OVERFLOW): Change these from warnings
to errors.

From-SVN: r19954

26 years agoMake-lang.in (f77.install-info, [...]): Use install-info as appropriate.
Craig Burley [Fri, 22 May 1998 10:25:34 +0000 (10:25 +0000)]
Make-lang.in (f77.install-info, [...]): Use install-info as appropriate.

Tue May 19 14:51:59 1998  Craig Burley  <burley@gnu.org>
* Make-lang.in (f77.install-info, f77.uninstall):
Use install-info as appropriate.

From-SVN: r19953

26 years agocom.c (ffecom_init_0): Rename xargc to f__xargc, in accord with same-dated change...
Craig Burley [Fri, 22 May 1998 10:24:50 +0000 (10:24 +0000)]
com.c (ffecom_init_0): Rename xargc to f__xargc, in accord with same-dated change to f/runtime.

Tue May 19 12:56:54 1998  Craig Burley  <burley@gnu.org>
* com.c (ffecom_init_0): Rename xargc to f__xargc,
in accord with same-dated change to f/runtime.

From-SVN: r19952

26 years agoJCB update
Dave Love [Fri, 22 May 1998 10:22:44 +0000 (10:22 +0000)]
JCB update

From-SVN: r19951

26 years ago* pt.c (print_template_context): Use fprintf instead of cp_error.
Jason Merrill [Fri, 22 May 1998 05:01:43 +0000 (05:01 +0000)]
* pt.c (print_template_context): Use fprintf instead of cp_error.

From-SVN: r19950

26 years ago(check_explicit_specialization): Don't mess with a returned
Jason Merrill [Fri, 22 May 1998 04:18:51 +0000 (04:18 +0000)]
(check_explicit_specialization): Don't mess with a returned
error_mark_node.

From-SVN: r19949

26 years agocomment
Jason Merrill [Fri, 22 May 1998 03:49:13 +0000 (23:49 -0400)]
comment

From-SVN: r19948

26 years agogenextract.c (print_path): Handle zero-length path as a special case.
Richard Earnshaw [Fri, 22 May 1998 03:44:58 +0000 (03:44 +0000)]
genextract.c (print_path): Handle zero-length path as a special case.

From-SVN: r19947

26 years agopt.c (determine_specialization): Just return an error_mark_node.
Jason Merrill [Fri, 22 May 1998 03:32:43 +0000 (03:32 +0000)]
pt.c (determine_specialization): Just return an error_mark_node.

* pt.c (determine_specialization): Just return an error_mark_node.
Also print the decl we want in error messages.  If we complain,
return error_mark_node.
(tsubst_friend_function): Set lineno and input_filename so
error messages will be useful.
(instantiate_template): Just return an error_mark_node.
* pt.c (print_template_context): Add new argument.
(maybe_print_template_context): New fn.
(push_tinst_level): Increment tinst_level_tick.
(pop_tinst_level): Likewise.
* errfn.c (cp_thing): Call maybe_print_template_context.  Use
xrealloc instead of xmalloc.
* typeck.c (build_unary_op, CONVERT_EXPR): Propagate TREE_CONSTANT.

From-SVN: r19946

26 years agocplus-dem.c (MBUF_SIZE): Bumped from 512 to 32767.
Hans-Peter Nilsson [Fri, 22 May 1998 00:39:52 +0000 (02:39 +0200)]
cplus-dem.c (MBUF_SIZE): Bumped from 512 to 32767.


        * cplus-dem.c (MBUF_SIZE): Bumped from 512 to 32767.

From-SVN: r19945

26 years agocplus-dem.c (MBUF_SIZE): Bumped from 512 to 32767.
Hans-Peter Nilsson [Fri, 22 May 1998 00:39:51 +0000 (18:39 -0600)]
cplus-dem.c (MBUF_SIZE): Bumped from 512 to 32767.


        * cplus-dem.c (MBUF_SIZE): Bumped from 512 to 32767.

From-SVN: r19944

26 years agocplus-dem.c (MBUF_SIZE): Bumped from 512 to 32767.
Hans-Peter Nilsson [Fri, 22 May 1998 00:39:44 +0000 (18:39 -0600)]
cplus-dem.c (MBUF_SIZE): Bumped from 512 to 32767.

8
        * cplus-dem.c (MBUF_SIZE): Bumped from 512 to 32767.

From-SVN: r19943

26 years agoMakefile.in: Add a dependency on stamp-picdir for the objects...
Mike Stump [Fri, 22 May 1998 00:20:51 +0000 (00:20 +0000)]
Makefile.in: Add a dependency on stamp-picdir for the objects...

        * Makefile.in: Add a dependency on stamp-picdir for the
        objects, so that we can do a parallel build.

From-SVN: r19942

26 years agoFix minor ChangeLog typo.
Jeff Law [Fri, 22 May 1998 00:02:20 +0000 (18:02 -0600)]
Fix minor ChangeLog typo.

From-SVN: r19941

26 years agofinal.c (JUMP_TABLES_IN_TEXT_SECTION): Provide a default value.
Bernd Schmidt [Fri, 22 May 1998 00:01:23 +0000 (00:01 +0000)]
final.c (JUMP_TABLES_IN_TEXT_SECTION): Provide a default value.

        * final.c (JUMP_TABLES_IN_TEXT_SECTION): Provide a default value.
        (shorten_branches, final_scan_insn): Test value of
        JUMP_TABLES_IN_TEXT_SECTION instead of just testing whether it
        is defined.
        * tm.texi (JUMP_TABLES_IN_TEXT_SECTION): Corresponding changes.
        * arm/coff.h: Define JUMP_TABLES_IN_TEXT_SECTION to 1.
        coff.h: Likewise.
        * i386/386bsd.h: Likewise.
        * i386/freebsd-elf.h: Likewise.
        * i386/freebsd.h: Likewise.
        * i386/netbsd.h: Likewise.
        * i386/ptx4-i.h: Likewise.
        * i386/sysv4.h: Likewise.
        * pa/pa.h: Likewise.
        * rs6000/linux.h: Likewise.
        * rs6000/rs6000.h: Likewise.
        * sh/sh.h: Likewise.
        * sparc/sp64-elf.h: Likewise.
        * v850/v850.h: Likewise.
        * rs6000/sysv4.h: Define JUMP_TABLES_IN_TEXT_SECTION to 0.
        * i386/linux.h: Define JUMP_TABLES_IN_TEXT_SECTION to (flag_pic).

From-SVN: r19940

26 years ago* Makefile.in (gencheck): Depend on HOST_LIBDEPS.
Jeffrey A Law [Thu, 21 May 1998 22:54:10 +0000 (22:54 +0000)]
* Makefile.in (gencheck): Depend on HOST_LIBDEPS.

From-SVN: r19939

26 years agoregmove.c (gen_add3_insn): New function.
J"orn Rennecke [Thu, 21 May 1998 22:34:06 +0000 (22:34 +0000)]
regmove.c (gen_add3_insn): New function.

        * regmove.c (gen_add3_insn): New function.
        (fixup_match_2): Use it instead of calling gen_addsi3.

From-SVN: r19938

26 years ago* gcc.dg/980520-1.c: New test.
Jeffrey A Law [Thu, 21 May 1998 22:21:28 +0000 (22:21 +0000)]
* gcc.dg/980520-1.c: New test.

From-SVN: r19937

26 years agoalias.c (rtx_equal_for_memref_p): Handle SCRATCH as a memory address.
Jeffrey A Law [Thu, 21 May 1998 22:12:04 +0000 (22:12 +0000)]
alias.c (rtx_equal_for_memref_p): Handle SCRATCH as a memory address.

        * alias.c (rtx_equal_for_memref_p): Handle SCRATCH as a memory
        address.

From-SVN: r19936

26 years agopt.c (tsubst_friend_class): Don't call redeclare_class_template if the template we...
Jason Merrill [Thu, 21 May 1998 20:57:52 +0000 (20:57 +0000)]
pt.c (tsubst_friend_class): Don't call redeclare_class_template if the template we looked up is the same as...

* pt.c (tsubst_friend_class): Don't call redeclare_class_template
if the template we looked up is the same as the one we already
have.

From-SVN: r19935

26 years agoMakefile.in (TREE_H): Add tree-check.h.
Martin v. Löwis [Thu, 21 May 1998 19:20:37 +0000 (13:20 -0600)]
Makefile.in (TREE_H): Add tree-check.h.

* Makefile.in (TREE_H): Add tree-check.h.
(tree-check.h, gencheck): New targets.
* gencheck.c: New file.
* tree.c (tree_check, tree_class_check): New functions.
* tree.h (TREE_CHECK, TREE_CLASS_CHECK): Define.
(TYPE_CHECK, DECL_CHECK): Define.
Modify all access macros to use generated checking macros.

From-SVN: r19934

26 years agoacconfig.h (HAVE_GAS_MAX_SKIP_P2ALIGN): New tag.
John Wehle [Thu, 21 May 1998 19:12:20 +0000 (19:12 +0000)]
acconfig.h (HAVE_GAS_MAX_SKIP_P2ALIGN): New tag.

* acconfig.h (HAVE_GAS_MAX_SKIP_P2ALIGN): New tag.
* configure.in: Check for it.
* i386/gas.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Use it.
* final.c (uid_align, uid_shuid, label_align): Make static.
(label_align): Change type to struct label_alignment pointer.
(LABEL_TO_ALIGNMENT, shorten_branches): Update due to type change.
(LABEL_TO_MAX_SKIP): Define.
(LABEL_ALIGN_MAX_SKIP, LOOP_ALIGN_MAX_SKIP,
LABEL_ALIGN_AFTER_BARRIER_MAX_SKIP): Provide defaults.
(shorten_branches): Record the maximum bytes to skip when
aligning a label.
(final_scan_insn): Use the maximum bytes to skip when aligning a label
if ASM_OUTPUT_MAX_SKIP_ALIGN is available.
* i386.h (LOOP_ALIGN_MAX_SKIP,
LABEL_ALIGN_AFTER_BARRIER_MAX_SKIP): Define.
* i386.c (override_options): i386_align_jumps and i386_align_loops
default to 4 if ASM_OUTPUT_MAX_SKIP_ALIGN is available.
* invoke.texi: Document new i386 align-loops and align-jumps behavior.

From-SVN: r19933

26 years ago* cplus-dem.c (do_type): Handle volatile qualification.
Mark Mitchell [Thu, 21 May 1998 15:22:54 +0000 (15:22 +0000)]
* cplus-dem.c (do_type): Handle volatile qualification.

From-SVN: r19932

26 years agofunction.c (init_function_start): Don't call emit_line_note if lineno is 0.
Per Bothner [Thu, 21 May 1998 12:24:01 +0000 (05:24 -0700)]
function.c (init_function_start): Don't call emit_line_note if lineno is 0.


* function.c (init_function_start):  Don't call emit_line_note if
lineno is 0.  (Can happen when compiling Java .class files.)

From-SVN: r19931

26 years agofunction.c (init_function_start): Don't call emit_line_note if lineno is 0.
Per Bothner [Thu, 21 May 1998 12:23:59 +0000 (05:23 -0700)]
function.c (init_function_start): Don't call emit_line_note if lineno is 0.

8
* function.c (init_function_start):  Don't call emit_line_note if
lineno is 0.  (Can happen when compiling Java .class files.)

From-SVN: r19930

26 years agoreload1.c (reload_reg_free_for_value_p): Fix RELOAD_FOR_INPUT end of lifetime and...
J"orn Rennecke [Thu, 21 May 1998 11:52:31 +0000 (11:52 +0000)]
reload1.c (reload_reg_free_for_value_p): Fix RELOAD_FOR_INPUT end of lifetime and RELOAD_FOR_OUTPUT start of lifetime.

* reload1.c (reload_reg_free_for_value_p): Fix RELOAD_FOR_INPUT
end of lifetime and RELOAD_FOR_OUTPUT start of lifetime.

From-SVN: r19929

26 years agocombine.c (nonzero_bits): For paradoxical subregs, take LOAD_EXTENDED_OP into account.
J"orn Rennecke [Thu, 21 May 1998 11:35:10 +0000 (11:35 +0000)]
combine.c (nonzero_bits): For paradoxical subregs, take LOAD_EXTENDED_OP into account.

* combine.c (nonzero_bits): For paradoxical subregs, take
LOAD_EXTENDED_OP into account.

From-SVN: r19928

26 years agolex.c: (handle_sysv_pragma): FILE* parameter not used.
Dave Brolley [Thu, 21 May 1998 08:56:16 +0000 (08:56 +0000)]
lex.c: (handle_sysv_pragma): FILE* parameter not used.

Thu May 21 11:54:44 1998  Dave Brolley  <brolley@cygnus.com>
* lex.c: (handle_sysv_pragma): FILE* parameter not used.
(cpp_reader,parse_in): Add for cpplib.
(check_newline): Call handle_sysv_pragma with new interface.
(check_newline): Call GET_DIRECTIVE_LINE, not get_directive_line.
* input.c: (yy_cur,yy_lim,yy_get_token,GETC): Add for cpplib.
(sub_getch): Call GETC for cpplib.
* cp-tree.h: (get_directive_line): Different prototype for cpplib.
(GET_DIRECTIVE_LINE): Macro wrapper for get_directive_line.
* Makefile.in (CXX_OBJS): add @extra_cxx_objs@ for cpplib.

From-SVN: r19927

26 years agoconfigure.in (extra_c_objs): add prefix.o.
Dave Brolley [Thu, 21 May 1998 08:54:04 +0000 (08:54 +0000)]
configure.in (extra_c_objs): add prefix.o.

Thu May 21 11:51:15 1998  Dave Brolley  <brolley@cygnus.com>
* configure.in (extra_c_objs): add prefix.o.
(extra_cxx_objs): extra objects for C++ with cpplib.
* configure: Regenerate.
* c-tree.h: (get_directive_line): Different prototype for cpplib.
(GET_DIRECTIVE_LINE): Macro wrapper for get_directive_line.
* c-lex.h: (get_directive_line): Not needed here for cpplib.
* c-lex.c: (yy_cur,yy_lim,yy_get_token): Move to c-common.c.
(GET_DIRECTIVE_LINE): Move to c-common.c and rename to get_directive_line.
* c-common.c (parse_in,parse_options,cpp_token): Declare for cpplib.
(yy_cur,yy_lim,yy_get_token,get_directive,line): Moved here from c-lex.c

From-SVN: r19926

26 years agoconfigure.in: Check for unistd.h as well.
Manfred Hollstein [Thu, 21 May 1998 07:52:43 +0000 (07:52 +0000)]
configure.in: Check for unistd.h as well.


* configure.in: Check for unistd.h as well.
* configure: Rebuild.
* config.in: Rebuild.
* getpagesize.c (GNU_OUR_PAGESIZE): Use sysconf only if _SC_PAGESIZE
is defined in unistd.h. Reformat conditional block for easier reading.
* config.table (shared): Default to no if ${enable_shared}
is unset or empty; this logic is used by the toplevel
configure scripts, too.

From-SVN: r19925

26 years agoconfigure.in: Check for unistd.h as well.
Manfred Hollstein [Thu, 21 May 1998 07:52:41 +0000 (07:52 +0000)]
configure.in: Check for unistd.h as well.

0
* configure.in: Check for unistd.h as well.
* configure: Rebuild.
* config.in: Rebuild.
* getpagesize.c (GNU_OUR_PAGESIZE): Use sysconf only if _SC_PAGESIZE
is defined in unistd.h. Reformat conditional block for easier reading.
* config.table (shared): Default to no if ${enable_shared}
is unset or empty; this logic is used by the toplevel
configure scripts, too.

From-SVN: r19924

26 years agoconfigure.in: Check for unistd.h as well.
Manfred Hollstein [Thu, 21 May 1998 07:52:38 +0000 (07:52 +0000)]
configure.in: Check for unistd.h as well.


* configure.in: Check for unistd.h as well.
* configure: Rebuild.
* config.in: Rebuild.
* getpagesize.c (GNU_OUR_PAGESIZE): Use sysconf only if _SC_PAGESIZE
is defined in unistd.h. Reformat conditional block for easier reading.
* config.table (shared): Default to no if ${enable_shared}
is unset or empty; this logic is used by the toplevel
configure scripts, too.

From-SVN: r19923

26 years agoANSI does not allow a prototype to specify an item smaller than an int if the functio...
Kaveh R. Ghazi [Thu, 21 May 1998 06:29:55 +0000 (06:29 +0000)]
ANSI does not allow a prototype to specify an item smaller than an int if the function uses an old-style definition.

ANSI does not allow a prototype to specify an item smaller than an int
if the function uses an old-style definition.  This only worked as a
GNUC extension, so stop doing it.
       * gengenrtl.c (type_from_format, accessor_from_format): Change
       type of parameter `c' from `char' to `int'.

From-SVN: r19922

26 years agodecl2.c (maybe_make_one_only): New fn.
Jason Merrill [Thu, 21 May 1998 05:42:51 +0000 (05:42 +0000)]
decl2.c (maybe_make_one_only): New fn.

* decl2.c (maybe_make_one_only): New fn.
(import_export_vtable): Use it.
(import_export_decl): Likewise.
* pt.c (mark_decl_instantiated): Likewise.

From-SVN: r19921

26 years agodecl2.c (find_representative_member): Rename to ...
Mark Mitchell [Thu, 21 May 1998 00:48:49 +0000 (00:48 +0000)]
decl2.c (find_representative_member): Rename to ...

* decl2.c (find_representative_member): Rename to ...
(build_anon_union_vars): New function.
(finish_anon_union): Fix stupidity of previous change.

From-SVN: r19920

26 years agodecl.c (grokfndecl): Handle definition of specialization in friend declaration.
Jason Merrill [Wed, 20 May 1998 23:53:04 +0000 (23:53 +0000)]
decl.c (grokfndecl): Handle definition of specialization in friend declaration.

* decl.c (grokfndecl): Handle definition of specialization in
friend declaration.
* error.c (dump_decl): Fix LOOKUP_EXPR handling.

From-SVN: r19919

26 years agoclass.c (delete_duplicate_fields_1): Use DECL_DECLARES_TYPE_P to look for type declar...
Mark Mitchell [Wed, 20 May 1998 23:28:21 +0000 (23:28 +0000)]
class.c (delete_duplicate_fields_1): Use DECL_DECLARES_TYPE_P to look for type declarations.

* class.c (delete_duplicate_fields_1): Use DECL_DECLARES_TYPE_P
to look for type declarations.
(finish_struct): Deal with templates on the CLASSTYPE_TAGS list.
* cp-tree.h (DECL_DECLARES_TYPE_P): New macro.
(finish_member_class_template): Declare.
* decl.c (pushtag): Put member class templates on the
CLASSTYPE_TAGS list, just as for ordinary member classes.
(pushdecl_class_level): Use DECL_DECLARES_TYPE_P.
(lookup_tag): Look for IDENTIFIER_CLASS_VALUEs, just as with
IDENTIFIER_NAMESPACE_VALUEs.
* parse.y (component_decl): Move code to ...
* semantics.c (finish_member_class_template): New function.
Don't put member class templates on the list of components for a
class.
* pt.c (classtype_mangled_name): Don't try DECL_CONTEXT on types.
In fact, don't use DECL_CONTEXT at all here.

From-SVN: r19918

26 years agowarn_summary, [...]: New scripts from Kaveh Ghazi and Alexandre Oliva respectively.
Jeffrey A Law [Wed, 20 May 1998 22:44:58 +0000 (22:44 +0000)]
warn_summary, [...]: New scripts from Kaveh Ghazi and Alexandre Oliva respectively.

        * warn_summary, test_summary: New scripts from
        Kaveh Ghazi and Alexandre Oliva respectively.

From-SVN: r19917

26 years ago* gcc.dg/980502-1.c: Fix return type.
Manfred Hollstein [Wed, 20 May 1998 21:48:45 +0000 (21:48 +0000)]
* gcc.dg/980502-1.c: Fix return type.

From-SVN: r19916

26 years agogcse.c (current_function_calls_longjmp): Declare.
Jeffrey A Law [Wed, 20 May 1998 21:30:13 +0000 (21:30 +0000)]
gcse.c (current_function_calls_longjmp): Declare.

        * gcse.c (current_function_calls_longjmp): Declare.
For sco5.

From-SVN: r19915

26 years agodecl.c (record_unknown_type): New function.
Martin v. Löwis [Wed, 20 May 1998 19:08:59 +0000 (15:08 -0400)]
decl.c (record_unknown_type): New function.

* decl.c (record_unknown_type): New function.
(init_decl_processing): Call it for the unknown and global type
nodes.

From-SVN: r19912

26 years ago* dwarf2out.c (base_type_die): Use int_size_in_bytes.
Jason Merrill [Wed, 20 May 1998 18:51:13 +0000 (18:51 +0000)]
* dwarf2out.c (base_type_die): Use int_size_in_bytes.

From-SVN: r19911

26 years agodecl2.c (find_representative_member): New function.
Mark Mitchell [Wed, 20 May 1998 11:03:18 +0000 (11:03 +0000)]
decl2.c (find_representative_member): New function.

* decl2.c (find_representative_member): New function.
(finish_anon_union): Use it.

From-SVN: r19910

26 years ago{980502-1.c, [...]: New tests.
Jeff Law [Wed, 20 May 1998 10:30:42 +0000 (04:30 -0600)]
{980502-1.c, [...]: New tests.

        * gcc.dg/{980502-1.c, clobbers.c}: New tests.
        * gcc.c-torture/compile/{980504-1.c, 980506-1.c}: Likewise.
        * gcc.c-torture/compile/{980506-2.c, 980611-1.c}: Likewise.
        * gcc.c-torture/execute/{980505-1.c, 980505-2.c, 980506-1.c}: Likewise.
        * gcc.c-torture/execute/{980506-2.c, 980506-3.c}: Likewise.
Missing ChangeLog entry.

From-SVN: r19909

26 years agonew test
Mark Mitchell [Wed, 20 May 1998 10:04:35 +0000 (10:04 +0000)]
new test

From-SVN: r19908

26 years agocp-tree.h (MAIN_NAME_P): New macro.
Mark Mitchell [Wed, 20 May 1998 10:04:25 +0000 (10:04 +0000)]
cp-tree.h (MAIN_NAME_P): New macro.

* cp-tree.h (MAIN_NAME_P): New macro.
(DECL_MAIN_P): Likwise.
* decl.c (pushdecl): Avoid crashing on redefinitions of `main'.
(grokfndecl): Use the new macros.
(grokdeclarator): Likewise.
(start_function): Likewise.
(store_parm_decls): Likewise.
(finsh_function): Likewise.
* friend.c (do_friend): Likewise.
* typeck.c (build_function_call_real): Likewise.
(build_unary_op): Likewise.

From-SVN: r19907

26 years ago980520-1.f: New test.
Dave Love [Wed, 20 May 1998 09:34:26 +0000 (09:34 +0000)]
980520-1.f: New test.

1998-05-20  Dave Love  <d.love@dl.ac.uk>
* g77.f-torture/execute/980520-1.f: New test.

From-SVN: r19906

26 years agoNew test.
Dave Love [Wed, 20 May 1998 09:28:28 +0000 (09:28 +0000)]
New test.

From-SVN: r19905