Commit Graph

14904 Commits

Author SHA1 Message Date
H.J. Lu f49b1654d3 * configure.in (target frags): Add *-linux-gnu.
From-SVN: r17041
1997-12-11 11:19:38 -07:00
Jeff Law b472527b0f Another handful of gcc-2.8 changes (will it ever go out the door?).
See ChangeLog.11 for details.

From-SVN: r17040
1997-12-11 09:26:05 -07:00
Jason Merrill c4ae3f91a2 * pt.c (instantiate_decl): Defer all templates but inline functions.
From-SVN: r17039
1997-12-11 00:15:37 -05:00
Jeff Law f40421ce8c * combine.c (simplify_rtx, case ABS): Do nothing for ASM_OPERANDS.
From-SVN: r17038
1997-12-10 18:13:57 -07:00
Anthony Green 8587487b11 Fixed typo.
From-SVN: r17036
1997-12-10 20:36:00 +00:00
Jeff Law c6c00ce60b Fix thinko.
From-SVN: r17032
1997-12-09 12:20:43 -07:00
Jason Merrill eb291d0511 init.c (expand_vec_init): Don't fold a list of parameters.
* init.c (expand_vec_init): Don't fold a list of parameters.

Fixes kde.

From-SVN: r17031
1997-12-09 13:59:59 -05:00
Manfred Hollstein 08ce327637 toplev.c (main): Check HAVE_GETRLIMIT and HAVE_SETRLIMIT in addition to RLIMIT_STACK to see if...
* toplev.c (main): Check HAVE_GETRLIMIT and HAVE_SETRLIMIT in addition
        to RLIMIT_STACK to see if we can call getrlimit and setrlimit.

From-SVN: r17030
1997-12-09 09:41:12 -07:00
David Edelsohn c229cba913 rs6000.h (FUNCTION_ARG_PADDING): Define.
* rs6000.h (FUNCTION_ARG_PADDING): Define.
        * rs6000.c (function_arg_padding): New function.

From-SVN: r17029
1997-12-09 09:35:56 -07:00
Manfred Hollstein b2c59d0b27 * m68k.c: Include tree.h only once.
From-SVN: r17028
1997-12-09 09:33:10 -07:00
Richard Kenner c1132c273c integrate.c (save_for_inline_copying): Make a new reg_parm_stack_loc.
* integrate.c (save_for_inline_copying): Make a new reg_parm_stack_loc.
From Kenner, fixes more ADDRESSOF problems.

From-SVN: r17027
1997-12-09 09:29:43 -07:00
Jeffrey A Law a1d061a151 * Partially cleaned up prototyping code from HJ.
* tree.h: Add many prototypes.

From-SVN: r17025
1997-12-09 02:03:51 -07:00
Jeffrey A Law ac957f1381 * Partially cleaned up prototyping code from HJ.
* haifa-sched.c (haifa_classify_insn): Renamed from classify_insn.
        All references changed.
        * rtl.h: Protect from multiple inclusions.  Add many prototypes.

        * libgcc2.c (string.h): Hoist inclusion to occur before first use of
        string functions like strlen.
More pending patches.

From-SVN: r17024
1997-12-09 01:20:07 -07:00
Manfred Hollstein 0a232106fc configure.in: Check for functions getrlimit and setrlimit.
* configure.in: Check for functions getrlimit and setrlimit.
        * cccp.c (main): Check HAVE_GETRLIMIT and HAVE_SETRLIMIT in addition
        to RLIMIT_STACK to see if we can call getrlimit and setrlimit.

From-SVN: r17023
1997-12-09 00:55:17 -07:00
Jason Merrill 67437d5b5d decl.c (copy_args_p): Handle copy elision for types with virtual bases.
* decl.c (copy_args_p): Handle copy elision for types with virtual
 	bases.
  	* call.c (build_over_call): Likewise.

From-SVN: r17022
1997-12-09 02:26:26 -05:00
Jay Sachs 25b76cc193 * Makefile.in (compare*): Handle losing behavior from 4.4bsd make.
From-SVN: r17021
1997-12-08 23:53:10 -07:00
Richard Henderson 2625008199 alpha.c (REG_RA, [...]): Fix merge problems.
* alpha.c (REG_RA, alpha_return_addr, output_epilog):
Fix merge problems.

* alpha.c (override_options): Don't know about scheduling for EV6.
* alpha.md (ev5 function units): Don't overload as ev6.

* alpha.c (alpha_adjust_cost): Simplify.  Fix typo in ev5 mult case.
* alpha.md (define_attr type): Add mvi.
(ev5_e0): Define sceduling parameters for it.
(TARGET_MAX insns): Type is mvi not shift.

From-SVN: r17020
1997-12-08 21:11:34 -08:00
Richard Henderson 7120f213ca * alpha/win-nt.h (TRAMPOLINE_TEMPLATE): Fix backported gcc-2.8 bug.
From-SVN: r17019
1997-12-08 18:17:09 -08:00
Joern Rennecke ef13259145 Remove suprious file.
From-SVN: r17015
1997-12-09 00:11:26 +00:00
J"orn Rennecke de51aecbeb noncompile.exp (921102-1.c): Fixed comment.
* noncompile/noncompile.exp (921102-1.c): Fixed comment.
	(940510-1.c): Removed duplicate.
	(971104-1.c): New test.

From-SVN: r17013
1997-12-09 00:05:54 +00:00
J"orn Rennecke afa80947b5 * cstamp-h, auto-config.h: Delete non-source files.
From-SVN: r17012
1997-12-08 21:20:49 +00:00
Jeff Law e212985565 Delete bogus file from gcc-2.8 tarball.
From-SVN: r17011
1997-12-08 13:45:05 -07:00
Joern Rennecke d38fbd282d Amend Copyright notice.
From-SVN: r17010
1997-12-08 20:31:19 +00:00
Jeff Law efeb5d4f96 Fix typo.
From-SVN: r17008
1997-12-08 12:39:42 -07:00
Mark Mitchell 4de02abdfd pt.c (lookup_template_function): Copy the template arguments...
* pt.c (lookup_template_function): Copy the template arguments,
	not just the list containing them, to the permanent obstack.

From-SVN: r17006
1997-12-08 01:41:17 -05:00
Jeffrey A Law 51ca169b6e * version.c: Bump for snapshot.
From-SVN: r17004
1997-12-07 19:36:13 -07:00
Jason Merrill 2b8b44d804 except.c (expand_start_catch_block): suspend_momentary for the terminate handler.
* except.c (expand_start_catch_block): suspend_momentary for the
	terminate handler.

From-SVN: r17003
1997-12-07 21:25:36 -05:00
Jeff Law 14cd4d23c8 Updates from gcc-2.8 test tarball to current gcc-2.8 tarball.
From-SVN: r17002
1997-12-07 18:42:52 -07:00
Jason Merrill 0fb9f1c39b error.c (dump_decl): Handle LOOKUP_EXPR.
* error.c (dump_decl): Handle LOOKUP_EXPR.

Sun Dec  7 15:45:07 1997  Mark Mitchell  <mmitchell@usa.net>

	* rtti.c (build_dynamic_cast): Copy the cast-to type to the
	permanent obstack if we are processing a template decl.
	* typeck.c (build_static_cast): Likewise.
	(build_const_cast): Likewise.
	(build_reinterpret_cast): Likewise.

	* pt.c (coerce_template_parms): Coerce some expressions, even
	when processing_template_decl.

From-SVN: r17001
1997-12-07 19:33:08 -05:00
Jeff Law 0fe09481b0 Note point where we merged in changes from gcc-2.8.
From-SVN: r16999
1997-12-07 09:58:32 -07:00
Jody Goldberg 4ef0de1177 bastring.h: Move closer to the draft standard implementation of basic_string by adding 3...
Sun Dec  7 02:34:40 1997  Jody Goldberg	<jodyg@idt.net>

	* libstdc++/std/bastring.h : Move closer to the draft standard
	implementation of basic_string by adding 3 paramter 'Allocator'.
	NOTE: this still differs from the standard in not offering per
	instance allocators.
	* libstdc++/std/bastring.cc : Likewise.
	* libstdc++/stlinst.cc : Handle thread safe allocators if they are the
	default.

From-SVN: r16993
1997-12-07 05:41:01 -05:00
Jason Merrill 179b008f3e iosfwd: New header.
* iosfwd: New header.
	* Makefile.in (HEADERS): Add it.

Sun Dec  7 02:32:20 1997  Gregory L. Galloway (gregg@eoeml.gtri.gatech.edu)

	* Makefile.in (HEADERS): Modified list of headers to
	install to include all of SGI STL headers especially hash_set and
	hash_map, and added ANSI C++ style wrappers for fstream, iomanip,
	iostream, and strstream.

	* fstream, iomanip, iostream, strstream: New forwarding headers
	added.

From-SVN: r16991
1997-12-07 05:33:36 -05:00
Jason Merrill 79a7c7faab [multiple changes]
Sun Dec  7 01:46:33 1997  Bruno Haible  <bruno@linuix.mathematik.uni-karlsruhe.de>

	* typeck.c (build_binary_op_nodefault, pointer_diff): Symmetric
	handling of pointer difference expressions.

	* typeck.c (comp_target_types): Comparison of function/method types
	is independent of nptrs.

Sun Dec  7 01:40:27 1997  Mark Mitchell  <mmitchell@usa.net>

	* pt.c (tsubst): Avoid creating pointer to reference and
	reference to reference types.

From-SVN: r16990
1997-12-07 05:01:16 -05:00
Jeffrey A Law 1616936627 * cccp.c: Fix typo brought over in merge.
From-SVN: r16989
1997-12-06 22:21:05 -07:00
Jeff Law 956d69504d Merge from gcc-2.8
From-SVN: r16987
1997-12-06 17:31:01 -07:00
Jeff Law 27b6b158c2 This commit was generated by cvs2svn to compensate for changes in r16983,
which included commits to RCS files with non-trunk default branches.

From-SVN: r16984
1997-12-06 10:30:09 -07:00
Jeff Law db2a8c5b6d Initial revision
From-SVN: r16981
1997-12-06 10:29:33 -07:00
Jeff Law d62541ec15 Initial revision
From-SVN: r16980
1997-12-06 10:18:39 -07:00
Jeff Law da932f04bf m68k.c: Include tree.h for dwarf2out_cfi_label.
* m68k.c: Include tree.h for dwarf2out_cfi_label.

        * gcc.c (process_command): Do not take address of function fatal when
        calling lang_specific_driver.

        * config/i386/cygwin32.h (DWARF2_UNWIND): Exception handling
        doesn't work with it yet, so set it to 0.
        * config/i386/xm-cygwin32.h (NO_SYS_SIGLIST): Define.

        * cse.c (cse_insn): Check for invalid entries when taking references.
More assorted pending patches.

From-SVN: r16978
1997-12-06 08:48:29 -07:00
Jeff Law aa2fbe8d1f Fix bug in test
From-SVN: r16977
1997-12-06 08:45:59 -07:00
Jason Merrill 46422d6c5f parse.y (do_id): New nonterminal.
* parse.y (do_id): New nonterminal.
	(template_id): Use it.

From-SVN: r16974
1997-12-06 04:34:46 -05:00
Jeff Law 81797aba4d loop.c (invariant_p): Don't test flag_rerun_loop_opt.
* loop.c (invariant_p): Don't test flag_rerun_loop_opt.
        (loop_optimize, scan_loop, strength_reduce): New argument unroll_p.
        * toplev.c (rest_of_compilation): Pass it.  Remove code to
        save / clear / restore flag_unroll_{,all_}loops.

        * i386.c (notice_update_cc): Remove bogus pentium GCC code.

        * stmt.c (warn_if_unused_value): Don't warn for TRY_CATCH_EXPR.
Various pending patches.

From-SVN: r16973
1997-12-06 00:38:01 -07:00
H.J. Lu a58248fa8a streambuf.cc (streambuf::~streambuf): Don't delete _lock for _IO_stdin/_IO_stdout/_IO_stderr.
* streambuf.cc (streambuf::~streambuf): Don't delete _lock
        for _IO_stdin/_IO_stdout/_IO_stderr.

From-SVN: r16972
1997-12-06 00:32:08 -07:00
Jason Merrill 7211716df4 parse.y (template_id): do_identifier for PFUNCNAMEs, too.
* parse.y (template_id): do_identifier for PFUNCNAMEs, too.
	* spew.c (yylex): Don't do_identifier here.
	* decl2.c (build_expr_from_tree): Revert last change.

	* decl2.c (build_expr_from_tree): Expand the name for a method call.
	* parse.y (object_template_id): Don't try to take the DECL_NAME.

From-SVN: r16971
1997-12-05 22:43:05 -05:00
Jeff Law f2d765451e release branch changes from 11-27 snapshot to egcs-1.0.
From-SVN: r16970
1997-12-05 15:13:17 -07:00
Jeff Law 435bba3a39 typo in last delta.
From-SVN: r16956
1997-12-04 22:55:31 -07:00
Jason Merrill d07daca1e5 except.c (get_dynamic_handler_chain): Only make the call once per function.
* except.c (get_dynamic_handler_chain): Only make the call once per
 	function.

From-SVN: r16955
1997-12-04 22:06:17 -05:00
Jim Wilson 0609f0216f Add patch from release branch accidentally left off the mainline.
* mips.md (fix_truncdfsi2, fix_truncsfsi2, fix_truncdfdi2,
	fix_truncsfdi2): Change *X to ?*X.

From-SVN: r16954
1997-12-04 17:10:51 -08:00
Benjamin Kosnik 249555b0af missing part of Sept 22 change brought over:
* decl.c (cp_finish_decl): Mark decls used if type has TREE_USED
	set,don't clear TREE_USED wholesale.

From-SVN: r16953
1997-12-04 19:48:46 -05:00
Jeffrey A Law e7757d6919 * strsignal.c (sys_nsig): Try NSIG and _NSIG.
From-SVN: r16952
1997-12-04 17:22:32 -07:00