Commit Graph

16913 Commits

Author SHA1 Message Date
Manfred Hollstein
91af92df6e warn_summary: Update to Kaveh's latest version allowing to specify the last stage built.
�
	* warn_summary: Update to Kaveh's latest version allowing to
	specify the last stage built.

From-SVN: r20160
1998-06-01 00:26:35 +00:00
Jason Merrill
299e66e590 new
From-SVN: r20159
1998-05-31 19:57:47 -04:00
Jason Merrill
1ceaad38df * pt.c (tsubst): Always copy BINFO_BASETYPES.
From-SVN: r20158
1998-05-31 19:26:58 -04:00
Robert Lipe
9045f690f8 Mark call to sort() as error, per Alexandre Oliva.
From-SVN: r20157
1998-05-31 22:21:26 +00:00
Robert Lipe
1f4d936f38 Martin said:
This is illegal C++, and egcs detects that.

From-SVN: r20156
1998-05-31 21:08:03 +00:00
Robert Lipe
33ae31b16a Martin says:
AFAIK, g++ does not support array initialization (anymore?).

From-SVN: r20155
1998-05-31 21:06:44 +00:00
Robert Lipe
1362dd37fc Additional changes from Martin.
From-SVN: r20154
1998-05-31 20:47:52 +00:00
Robert Lipe
41c3f1e1d9 Additional changes from Martin von Loewis.
From-SVN: r20153
1998-05-31 20:47:01 +00:00
Michael Meissner
655ccec163 Add minus zero test
From-SVN: r20152
1998-05-31 20:31:09 +00:00
John Wehle
726e2d544c reload.c (find_reloads): Record the existing mode if operand_mode == VOIDmode before replacing a...
* reload.c (find_reloads): Record the existing mode if
        operand_mode == VOIDmode before replacing a register with
        a constant.
        * i386.md (tstsi, tsthi, tstqi, tstsf, tstdf, tstxf): Set
        i386_compare_op1 to const0_rtx for the benefit of the
        conditional move patterns.
        (movsicc, movhicc, movsfcc, movdfcc, movxfcc, movdicc): Rewrite
        based on suggestions from Jim Wilson.

From-SVN: r20151
1998-05-31 09:13:36 -06:00
Jeff Law
7e5df0048f Daily bump.
From-SVN: r20150
1998-05-30 18:45:34 -06:00
Jeffrey A Law
97f959a54e Bump for snapshot
From-SVN: r20148
1998-05-30 18:44:04 -06:00
Bruce Korb
b566233496 * Makefile.in (fixinc.sh): Update rules again.
From-SVN: r20147
1998-05-30 17:35:55 -06:00
Jeff Law
674032e29e * extend.texi: Bring back reference to trampoline paper.
From-SVN: r20146
1998-05-30 17:29:42 -06:00
Jeff Law
e2b629d778 Makefile.in (USER_H): Add stdbool.h.
* Makefile.in (USER_H): Add stdbool.h.
        * ginclude/stdbool.h: New file.

From-SVN: r20145
1998-05-30 17:24:33 -06:00
Mumit Khan
6391b50a28 * configure.in (checkfuncs): Add missing "'".
From-SVN: r20144
1998-05-30 17:19:36 -06:00
Jeff Law
4cb694888b Daily bump.
From-SVN: r20143
1998-05-29 18:45:02 -06:00
Scott Snyder
25868f6cad tree.c (layout_basetypes): If we change TYPE_SIZE, change TYPE_SIZE_UNIT too.
* tree.c (layout_basetypes): If we change TYPE_SIZE, change
	TYPE_SIZE_UNIT too.

From-SVN: r20142
1998-05-29 19:17:23 -04:00
Bruce Korb
a681b39b1e changes
From-SVN: r20141
1998-05-29 14:58:40 +00:00
Bruce Korb
84e0c5a854 fixes from six months of fixincludes hacking
From-SVN: r20140
1998-05-29 14:54:55 +00:00
Mark Mitchell
e23afa2511 decl.c (grokdeclarator): Don't complain about in-class initialization of static consts if...
* decl.c (grokdeclarator): Don't complain about in-class
	initialization of static consts if we don't really know the type
	of the variable.

From-SVN: r20139
1998-05-29 14:19:11 +00:00
Robert Lipe
2879ca2a89 Pick up a few scraggling files that missed my first add/commit cycle.
From-SVN: r20138
1998-05-29 08:10:44 +00:00
Robert Lipe
35c68eb5a6 Move the ERROR lines to where the errors actually are.
From-SVN: r20137
1998-05-29 07:48:37 +00:00
Jason Merrill
711734a9c6 cp-tree.h (DECL_DESTRUCTOR_P): New macro.
* cp-tree.h (DECL_DESTRUCTOR_P): New macro.
	* method.c (build_destructor_name): New fn.
	* decl2.c (maybe_retrofit_in_chrg): Split out...
	(grokclassfn): From here.  Reorganize.
	* decl.c (grok_ctor_properties): Make sure ctors for types with
	vbases have the in_chrg parm.
	* pt.c (instantiate_class_template): Update
	TYPE_USES_VIRTUAL_BASECLASSES from tsubsted bases.  Don't call
	grok_*_properties.
	(tsubst): Call grok_ctor_properties and maybe_retrofit_in_chrg.
	* pt.c (instantiate_decl): Make test for whether or not static
	variables should be instantiated early match its comment.

From-SVN: r20136
1998-05-28 22:33:54 -04:00
Jeffrey A Law
c71407f935 jump.c (thread_jumps): Do not look at the NOTE_LINE_NUMBER of a non-note insn.
* jump.c (thread_jumps): Do not look at the NOTE_LINE_NUMBER
        of a non-note insn.

From-SVN: r20135
1998-05-28 19:01:21 -06:00
Jeffrey A Law
d3903c22d5 gcse.c (pre_delete): Fix code to determine the mode of the reaching pseudo register.
* gcse.c (pre_delete): Fix code to determine the mode of
        the reaching pseudo register.

From-SVN: r20134
1998-05-28 18:50:16 -06:00
Jeff Law
1541dfa56c Daily bump.
From-SVN: r20133
1998-05-28 18:45:32 -06:00
Peter Leven
70a48c3f26 fp-cmp-1.c: Set up signal handler earlier.
* gcc.c-torture/execute/ieee/fp-cmp-1.c: Set up signal handler
        earlier.

From-SVN: r20132
1998-05-28 18:12:03 -06:00
Bernd Schmidt
8376d40053 Makefile.in (GEN): Add gencheck
* Makefile.in (GEN): Add gencheck
        (STAGESTUFF): Add tree-check.h and gencheck.

From-SVN: r20131
1998-05-28 18:09:05 -06:00
Bruce Korb
71d085b0af Makefile.in (cstamp-h.in): Remove before trying to recreate.
* Makefile.in (cstamp-h.in): Remove before trying to recreate.
        (fixinc.sh): Set some additional environment variables before
        calling mkfixinc.sh.

From-SVN: r20130
1998-05-28 18:00:05 -06:00
Jason Merrill
943ebe57bb remove
From-SVN: r20129
1998-05-28 19:53:15 -04:00
Jason Merrill
e4aa777f19 fix
From-SVN: r20128
1998-05-28 19:52:21 -04:00
Robert Lipe
7326d37741 g++ now recognizes the error.
From-SVN: r20127
1998-05-28 23:06:53 +00:00
Robert Lipe
75a50bd193 Martin says: This makes a good namespace test case :-) we should leave it.
From-SVN: r20126
1998-05-28 23:04:32 +00:00
Robert Lipe
7da5687438 Code is in error. Insure EGCS reports that.
From-SVN: r20125
1998-05-28 23:02:25 +00:00
Robert Lipe
6af1aa2996 eb28.C eb29.C eb60.C eb62.C
all compile for Martin, so we added directives to build, but not link
these cases.

From-SVN: r20124
1998-05-28 22:44:20 +00:00
Robert Lipe
26decc86c6 This test case should be removed.
This test case should be removed. No diagnoses of such "incorrect" asm
statements need to be performed.
Martin

From-SVN: r20123
1998-05-28 22:15:42 +00:00
Jeff Law
ad72907694 reload.c (find_reloads): Do not force a reloads of match_operators.
8
        * reload.c (find_reloads): Do not force a reloads of match_operators.

From-SVN: r20122
1998-05-28 05:59:30 -06:00
Jeff Law
f4d1453e0f reload.c (find_reloads): Do not force a reloads of match_operators.
�
        * reload.c (find_reloads): Do not force a reloads of match_operators.

From-SVN: r20121
1998-05-28 05:59:28 -06:00
Bruce Korb
b76756e4f6 makefile changes to support all this
From-SVN: r20120
1998-05-28 09:26:20 +00:00
Bruce Korb
6efa7eb6ce finally, the script to install the fixincludes
From-SVN: r20119
1998-05-28 09:24:08 +00:00
Bruce Korb
4c184c2c88 Changes for POSIX-ification (I hope)
From-SVN: r20118
1998-05-28 09:21:29 +00:00
Bruce Korb
c16b55aa5e Added exclusion of C++ files for double slash fix
From-SVN: r20117
1998-05-28 09:20:28 +00:00
Bruce Korb
8a5b8e20b7 Commentary on fast_fixincludes
From-SVN: r20116
1998-05-28 09:09:05 +00:00
Andrew MacLeod
9f8e62437f Flow now removes exception regions when their handlers are all removed.
From-SVN: r20115
1998-05-28 07:32:33 +00:00
Michael Meissner
d05a5492a5 Make rtx, tree types type correct if the appropriate include files was not included
From-SVN: r20114
1998-05-28 06:47:21 +00:00
Jason Merrill
b7698cf042 decl.c (start_decl): Always pedwarn about vacuously redeclaring a member.
* decl.c (start_decl): Always pedwarn about vacuously redeclaring
	a member.
	(start_function): Call check_default_args.
	* decl2.c (grokfield): Don't call check_default_args.
	(check_default_args): Use cp_error_at.
	* lex.c (do_pending_defargs): Call check_default_args.
	* call.c (build_scoped_method_call): Make sure get_type_value returns
	something before we try to use its TYPE_MAIN_VARIANT.

From-SVN: r20113
1998-05-27 21:44:29 -04:00
Jason Merrill
be3a14bbbb * index-prop: New file.
From-SVN: r20112
1998-05-27 21:36:06 -04:00
Jeff Law
67cf6db6a0 Daily bump.
From-SVN: r20111
1998-05-27 18:45:02 -06:00
Jason Merrill
8c90d61111 call.c (build_method_call): Make sure get_type_value returns something before we try to use its...
* call.c (build_method_call): Make sure get_type_value returns
	something before we try to use its TYPE_MAIN_VARIANT.
	* typeck2.c (digest_init): Complain about getting a TREE_LIST to
	initialize an array.
	* search.c (expand_upcast_fixups): Don't set DECL_CONTEXT and
	DECL_VIRTUAL_P.

From-SVN: r20110
1998-05-27 20:11:24 -04:00