]> git.ipfire.org Git - thirdparty/gcc.git/log
thirdparty/gcc.git
27 years ago(ffecom_expr_): Fix D**I and Z**I cases to not convert (DOUBLE PRECISION) D and ...
Craig Burley [Wed, 3 Jun 1998 14:12:26 +0000 (14:12 +0000)] 
(ffecom_expr_): Fix D**I and Z**I cases to not convert (DOUBLE PRECISION) D and (DOUBLE COMPLEX) Z to INTEGER.

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

From-SVN: r20211

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

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

From-SVN: r20210

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

From-SVN: r20209

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

From-SVN: r20208

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

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

From-SVN: r20207

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

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

From-SVN: r20206

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

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

From-SVN: r20205

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

From-SVN: r20204

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

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

From-SVN: r20203

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

From-SVN: r20202

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

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

From-SVN: r20201

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

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

From-SVN: r20200

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

From-SVN: r20199

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

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

From-SVN: r20198

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

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

From-SVN: r20197

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

From-SVN: r20196

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

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

From-SVN: r20195

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

From-SVN: r20194

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

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

From-SVN: r20193

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

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

From-SVN: r20192

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

From-SVN: r20191

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

From-SVN: r20190

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

From-SVN: r20189

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

From-SVN: r20188

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

From-SVN: r20187

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

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

From-SVN: r20186

27 years agoQuoting Martin:
Robert Lipe [Tue, 2 Jun 1998 19:45:48 +0000 (19:45 +0000)] 
Quoting Martin:

[ eb47, eb53, eb89 ] build standard templates from reference types,
which is illegal.
Unfortunately, they all give errors for lines in library headers,
which I can't test for.
Therefore, I suggest to remove all of them, and replace it with
the [eb128.C]

From-SVN: r20185

27 years agoeb47.C eb53.C eb89.C, quoting Martin:
Robert Lipe [Tue, 2 Jun 1998 19:44:07 +0000 (19:44 +0000)] 
eb47.C eb53.C eb89.C, quoting Martin:

These three test cases all build standard templates from reference types,
which is illegal.
Unfortunately, they all give errors for lines in library headers,
which I can't test for.
Therefore, I suggest to remove all of them, and replace it with
[eb128.c]

From-SVN: r20184

27 years agoalpha.md (divsi3, [...]): Enable, and work around an OSF/1 library bug wrt sign-exten...
Richard Henderson [Tue, 2 Jun 1998 15:37:34 +0000 (08:37 -0700)] 
alpha.md (divsi3, [...]): Enable, and work around an OSF/1 library bug wrt sign-extension of inputs.

        * alpha.md (divsi3, udivsi3, modsi3, umodsi3): Enable, and work
        around an OSF/1 library bug wrt sign-extension of inputs.

From-SVN: r20183

27 years ago* vax/netbsd.h (DWARF2_UNWIND_INFO): Must be undef, not defined 0.
Richard Henderson [Tue, 2 Jun 1998 12:59:23 +0000 (05:59 -0700)] 
* vax/netbsd.h (DWARF2_UNWIND_INFO): Must be undef, not defined 0.

From-SVN: r20182

27 years agoupdate generated files
Bruce Korb [Tue, 2 Jun 1998 07:02:02 +0000 (07:02 +0000)] 
update generated files

From-SVN: r20181

27 years agoFix variable name to match inclhack shell script
Bruce Korb [Tue, 2 Jun 1998 07:00:13 +0000 (07:00 +0000)] 
Fix variable name to match inclhack shell script

From-SVN: r20180

27 years ago970125-0.f: Fix per JCB.
Dave Love [Tue, 2 Jun 1998 02:48:29 +0000 (02:48 +0000)] 
970125-0.f: Fix per JCB.

1998-06-02  Dave Love  <d.love@dl.ac.uk>
* 970125-0.f: Fix per JCB.  Add commentary.

From-SVN: r20179

27 years agoFix per JCB. Add commentary.
Dave Love [Tue, 2 Jun 1998 02:44:48 +0000 (02:44 +0000)] 
Fix per JCB.  Add commentary.

From-SVN: r20178

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

From-SVN: r20177

27 years agocp-tree.h (TYPE_FOR_JAVA): New macro.
Per Bothner [Mon, 1 Jun 1998 18:25:37 +0000 (11:25 -0700)] 
cp-tree.h (TYPE_FOR_JAVA): New macro.


* cp-tree.h (TYPE_FOR_JAVA):  New macro.
* decl.c, cp-tree.h (java_byte_type_node, java_short_type_node,
java_int_type_node, java_long_type_node, java_float_type_node,
java_double_type_node, java_char_type_node, java_boolean_type_node):
New "primitive" types, with predefined names __java_byte etc.
(record_builtin_java_type):  New function.
(init_decl_processing):  Make Java types with record_builtin_java_type.
(pushtag, grokdeclarator):  Set TYPE_FOR_JAVA if in extern "JAVA".
(xref_baseypes):  If base class was TYPE_FOR_JAVA, so is this class.
(grokfndecl):  Call check_java_method for Java classes.
* method.c (is_java_type):  Removed.  Replaced with TYPE_FOR_JAVA.
(process_overload_item):  Match types against specific
java_XX_type_node types, rather than using is_java_type.
* class.c (finish_struct_1):  Don't add default copy constructor
or operator= if TYPE_FOR_JAVA.
(pop_lang_conext):  Restore strict_prototyp proper if Java.
* decl2.c (acceptable_java_type, check_java_method):  New functions.
* pt.c (instantiate_class_template):  Copy TYPE_FOR_JAVA from pattern.
(tsubst):  Move common statement after if statement.
* typeck.c (comptypes):  If strict, TYPE_FOR_JAVA must match.

From-SVN: r20176

27 years agocp-tree.h (TYPE_FOR_JAVA): New macro.
Per Bothner [Mon, 1 Jun 1998 18:25:35 +0000 (11:25 -0700)] 
cp-tree.h (TYPE_FOR_JAVA): New macro.

a
* cp-tree.h (TYPE_FOR_JAVA):  New macro.
* decl.c, cp-tree.h (java_byte_type_node, java_short_type_node,
java_int_type_node, java_long_type_node, java_float_type_node,
java_double_type_node, java_char_type_node, java_boolean_type_node):
New "primitive" types, with predefined names __java_byte etc.
(record_builtin_java_type):  New function.
(init_decl_processing):  Make Java types with record_builtin_java_type.
(pushtag, grokdeclarator):  Set TYPE_FOR_JAVA if in extern "JAVA".
(xref_baseypes):  If base class was TYPE_FOR_JAVA, so is this class.
(grokfndecl):  Call check_java_method for Java classes.
* method.c (is_java_type):  Removed.  Replaced with TYPE_FOR_JAVA.
(process_overload_item):  Match types against specific
java_XX_type_node types, rather than using is_java_type.
* class.c (finish_struct_1):  Don't add default copy constructor
or operator= if TYPE_FOR_JAVA.
(pop_lang_conext):  Restore strict_prototyp proper if Java.
* decl2.c (acceptable_java_type, check_java_method):  New functions.
* pt.c (instantiate_class_template):  Copy TYPE_FOR_JAVA from pattern.
(tsubst):  Move common statement after if statement.
* typeck.c (comptypes):  If strict, TYPE_FOR_JAVA must match.

From-SVN: r20175

27 years agocp-tree.h (TYPE_FOR_JAVA): New macro.
Per Bothner [Mon, 1 Jun 1998 18:25:34 +0000 (11:25 -0700)] 
cp-tree.h (TYPE_FOR_JAVA): New macro.

d
* cp-tree.h (TYPE_FOR_JAVA):  New macro.
* decl.c, cp-tree.h (java_byte_type_node, java_short_type_node,
java_int_type_node, java_long_type_node, java_float_type_node,
java_double_type_node, java_char_type_node, java_boolean_type_node):
New "primitive" types, with predefined names __java_byte etc.
(record_builtin_java_type):  New function.
(init_decl_processing):  Make Java types with record_builtin_java_type.
(pushtag, grokdeclarator):  Set TYPE_FOR_JAVA if in extern "JAVA".
(xref_baseypes):  If base class was TYPE_FOR_JAVA, so is this class.
(grokfndecl):  Call check_java_method for Java classes.
* method.c (is_java_type):  Removed.  Replaced with TYPE_FOR_JAVA.
(process_overload_item):  Match types against specific
java_XX_type_node types, rather than using is_java_type.
* class.c (finish_struct_1):  Don't add default copy constructor
or operator= if TYPE_FOR_JAVA.
(pop_lang_conext):  Restore strict_prototyp proper if Java.
* decl2.c (acceptable_java_type, check_java_method):  New functions.
* pt.c (instantiate_class_template):  Copy TYPE_FOR_JAVA from pattern.
(tsubst):  Move common statement after if statement.
* typeck.c (comptypes):  If strict, TYPE_FOR_JAVA must match.

From-SVN: r20174

27 years agosh.h (MAX_OFILE_ALIGNMENT): Define.
Catherine Moore [Mon, 1 Jun 1998 14:25:44 +0000 (14:25 +0000)] 
sh.h (MAX_OFILE_ALIGNMENT): Define.

        * config/sh/sh.h (MAX_OFILE_ALIGNMENT): Define.
        * varasm.c (assemble_variable): Augment alignment warning.

From-SVN: r20173

27 years agoMuch simplified version from Martin.
Robert Lipe [Mon, 1 Jun 1998 12:01:29 +0000 (12:01 +0000)] 
Much simplified version from Martin.

From-SVN: r20172

27 years ago* pt.c (for_each_template_parm): Use first_rtl_op.
Jason Merrill [Mon, 1 Jun 1998 11:09:17 +0000 (11:09 +0000)] 
* pt.c (for_each_template_parm): Use first_rtl_op.

From-SVN: r20171

27 years agoAdd better error text.
Robert Lipe [Mon, 1 Jun 1998 10:16:16 +0000 (10:16 +0000)] 
Add better error text.

From-SVN: r20170

27 years agoFix IEEE negative zero problems
Michael Meissner [Mon, 1 Jun 1998 09:15:23 +0000 (09:15 +0000)] 
Fix IEEE negative zero problems

From-SVN: r20169

27 years agoMore changes from Martin.
Robert Lipe [Mon, 1 Jun 1998 09:10:43 +0000 (09:10 +0000)] 
More changes from Martin.

From-SVN: r20168

27 years agoAdditional changes from Martin.
Robert Lipe [Mon, 1 Jun 1998 09:09:55 +0000 (09:09 +0000)] 
Additional changes from Martin.

From-SVN: r20167

27 years agoAnother round of improvements from Martin.
Robert Lipe [Mon, 1 Jun 1998 08:24:42 +0000 (08:24 +0000)] 
Another round of improvements from Martin.

From-SVN: r20166

27 years agoIdentical to eb56. Removed.
Robert Lipe [Mon, 1 Jun 1998 08:07:33 +0000 (08:07 +0000)] 
Identical to eb56.   Removed.

From-SVN: r20165

27 years agotree.c (build_cplus_array_type_1): Also check index_type for template parms.
Jason Merrill [Mon, 1 Jun 1998 02:04:10 +0000 (02:04 +0000)] 
tree.c (build_cplus_array_type_1): Also check index_type for template parms.

* tree.c (build_cplus_array_type_1): Also check index_type for
template parms.

From-SVN: r20164

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

From-SVN: r20163

27 years ago* tlist.cc, tvector.cc, tmap.cc: Remove explicit instantiations.
Jason Merrill [Mon, 1 Jun 1998 00:41:51 +0000 (00:41 +0000)] 
* tlist.cc, tvector.cc, tmap.cc: Remove explicit instantiations.

From-SVN: r20162

27 years agowarn_summary: Update to Kaveh's latest version allowing to specify the last stage...
Manfred Hollstein [Mon, 1 Jun 1998 00:26:36 +0000 (00:26 +0000)] 
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: r20161

27 years agowarn_summary: Update to Kaveh's latest version allowing to specify the last stage...
Manfred Hollstein [Mon, 1 Jun 1998 00:26:35 +0000 (00:26 +0000)] 
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

27 years agonew
Jason Merrill [Sun, 31 May 1998 23:57:47 +0000 (19:57 -0400)] 
new

From-SVN: r20159

27 years ago* pt.c (tsubst): Always copy BINFO_BASETYPES.
Jason Merrill [Sun, 31 May 1998 23:26:58 +0000 (23:26 +0000)] 
* pt.c (tsubst): Always copy BINFO_BASETYPES.

From-SVN: r20158

27 years agoMark call to sort() as error, per Alexandre Oliva.
Robert Lipe [Sun, 31 May 1998 22:21:26 +0000 (22:21 +0000)] 
Mark call to sort() as error, per Alexandre Oliva.

From-SVN: r20157

27 years agoMartin said:
Robert Lipe [Sun, 31 May 1998 21:08:03 +0000 (21:08 +0000)] 
Martin said:

This is illegal C++, and egcs detects that.

From-SVN: r20156

27 years agoMartin says:
Robert Lipe [Sun, 31 May 1998 21:06:44 +0000 (21:06 +0000)] 
Martin says:

AFAIK, g++ does not support array initialization (anymore?).

From-SVN: r20155

27 years agoAdditional changes from Martin.
Robert Lipe [Sun, 31 May 1998 20:47:52 +0000 (20:47 +0000)] 
Additional changes from Martin.

From-SVN: r20154

27 years agoAdditional changes from Martin von Loewis.
Robert Lipe [Sun, 31 May 1998 20:47:01 +0000 (20:47 +0000)] 
Additional changes from Martin von Loewis.

From-SVN: r20153

27 years agoAdd minus zero test
Michael Meissner [Sun, 31 May 1998 20:31:09 +0000 (20:31 +0000)] 
Add minus zero test

From-SVN: r20152

27 years agoreload.c (find_reloads): Record the existing mode if operand_mode == VOIDmode before...
John Wehle [Sun, 31 May 1998 15:13:36 +0000 (15:13 +0000)] 
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

27 years agoDaily bump.
Jeff Law [Sun, 31 May 1998 00:45:34 +0000 (18:45 -0600)] 
Daily bump.

From-SVN: r20150

27 years agoBump for snapshot
Jeffrey A Law [Sun, 31 May 1998 00:44:04 +0000 (18:44 -0600)] 
Bump for snapshot

From-SVN: r20148

27 years ago* Makefile.in (fixinc.sh): Update rules again.
Bruce Korb [Sat, 30 May 1998 23:35:55 +0000 (17:35 -0600)] 
* Makefile.in (fixinc.sh): Update rules again.

From-SVN: r20147

27 years ago* extend.texi: Bring back reference to trampoline paper.
Jeff Law [Sat, 30 May 1998 23:29:42 +0000 (17:29 -0600)] 
* extend.texi: Bring back reference to trampoline paper.

From-SVN: r20146

27 years agoMakefile.in (USER_H): Add stdbool.h.
Jeff Law [Sat, 30 May 1998 23:24:33 +0000 (17:24 -0600)] 
Makefile.in (USER_H): Add stdbool.h.

        * Makefile.in (USER_H): Add stdbool.h.
        * ginclude/stdbool.h: New file.

From-SVN: r20145

27 years ago* configure.in (checkfuncs): Add missing "'".
Mumit Khan [Sat, 30 May 1998 23:19:36 +0000 (23:19 +0000)] 
* configure.in (checkfuncs): Add missing "'".

From-SVN: r20144

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

From-SVN: r20143

27 years agotree.c (layout_basetypes): If we change TYPE_SIZE, change TYPE_SIZE_UNIT too.
Scott Snyder [Fri, 29 May 1998 23:17:23 +0000 (19:17 -0400)] 
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

27 years agochanges
Bruce Korb [Fri, 29 May 1998 14:58:40 +0000 (14:58 +0000)] 
changes

From-SVN: r20141

27 years agofixes from six months of fixincludes hacking
Bruce Korb [Fri, 29 May 1998 14:54:55 +0000 (14:54 +0000)] 
fixes from six months of fixincludes hacking

From-SVN: r20140

27 years agodecl.c (grokdeclarator): Don't complain about in-class initialization of static const...
Mark Mitchell [Fri, 29 May 1998 14:19:11 +0000 (14:19 +0000)] 
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

27 years agoPick up a few scraggling files that missed my first add/commit cycle.
Robert Lipe [Fri, 29 May 1998 08:10:44 +0000 (08:10 +0000)] 
Pick up a few scraggling files that missed my first add/commit cycle.

From-SVN: r20138

27 years agoMove the ERROR lines to where the errors actually are.
Robert Lipe [Fri, 29 May 1998 07:48:37 +0000 (07:48 +0000)] 
Move the ERROR lines to where the errors actually are.

From-SVN: r20137

27 years agocp-tree.h (DECL_DESTRUCTOR_P): New macro.
Jason Merrill [Fri, 29 May 1998 02:33:54 +0000 (22:33 -0400)] 
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

27 years agojump.c (thread_jumps): Do not look at the NOTE_LINE_NUMBER of a non-note insn.
Jeffrey A Law [Fri, 29 May 1998 01:01:21 +0000 (01:01 +0000)] 
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

27 years agogcse.c (pre_delete): Fix code to determine the mode of the reaching pseudo register.
Jeffrey A Law [Fri, 29 May 1998 00:50:16 +0000 (00:50 +0000)] 
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

27 years agoDaily bump.
Jeff Law [Fri, 29 May 1998 00:45:32 +0000 (18:45 -0600)] 
Daily bump.

From-SVN: r20133

27 years agofp-cmp-1.c: Set up signal handler earlier.
Peter Leven [Fri, 29 May 1998 00:12:03 +0000 (00:12 +0000)] 
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

27 years agoMakefile.in (GEN): Add gencheck
Bernd Schmidt [Fri, 29 May 1998 00:09:05 +0000 (18:09 -0600)] 
Makefile.in (GEN): Add gencheck

        * Makefile.in (GEN): Add gencheck
        (STAGESTUFF): Add tree-check.h and gencheck.

From-SVN: r20131

27 years agoMakefile.in (cstamp-h.in): Remove before trying to recreate.
Bruce Korb [Fri, 29 May 1998 00:00:05 +0000 (18:00 -0600)] 
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

27 years agoremove
Jason Merrill [Thu, 28 May 1998 23:53:15 +0000 (19:53 -0400)] 
remove

From-SVN: r20129

27 years agofix
Jason Merrill [Thu, 28 May 1998 23:52:21 +0000 (19:52 -0400)] 
fix

From-SVN: r20128

27 years agog++ now recognizes the error.
Robert Lipe [Thu, 28 May 1998 23:06:53 +0000 (23:06 +0000)] 
g++ now recognizes the error.

From-SVN: r20127

27 years agoMartin says: This makes a good namespace test case :-) we should leave it.
Robert Lipe [Thu, 28 May 1998 23:04:32 +0000 (23:04 +0000)] 
Martin says: This makes a good namespace test case :-) we should leave it.

From-SVN: r20126

27 years agoCode is in error. Insure EGCS reports that.
Robert Lipe [Thu, 28 May 1998 23:02:25 +0000 (23:02 +0000)] 
Code is in error.   Insure EGCS reports that.

From-SVN: r20125

27 years agoeb28.C eb29.C eb60.C eb62.C
Robert Lipe [Thu, 28 May 1998 22:44:20 +0000 (22:44 +0000)] 
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

27 years agoThis test case should be removed.
Robert Lipe [Thu, 28 May 1998 22:15:42 +0000 (22:15 +0000)] 
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

27 years agoreload.c (find_reloads): Do not force a reloads of match_operators.
Jeff Law [Thu, 28 May 1998 11:59:30 +0000 (05:59 -0600)] 
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

27 years agoreload.c (find_reloads): Do not force a reloads of match_operators.
Jeff Law [Thu, 28 May 1998 11:59:28 +0000 (05:59 -0600)] 
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

27 years agomakefile changes to support all this
Bruce Korb [Thu, 28 May 1998 09:26:20 +0000 (09:26 +0000)] 
makefile changes to support all this

From-SVN: r20120

27 years agofinally, the script to install the fixincludes
Bruce Korb [Thu, 28 May 1998 09:24:08 +0000 (09:24 +0000)] 
finally, the script to install the fixincludes

From-SVN: r20119

27 years agoChanges for POSIX-ification (I hope)
Bruce Korb [Thu, 28 May 1998 09:21:29 +0000 (09:21 +0000)] 
Changes for POSIX-ification (I hope)

From-SVN: r20118

27 years agoAdded exclusion of C++ files for double slash fix
Bruce Korb [Thu, 28 May 1998 09:20:28 +0000 (09:20 +0000)] 
Added exclusion of C++ files for double slash fix

From-SVN: r20117

27 years agoCommentary on fast_fixincludes
Bruce Korb [Thu, 28 May 1998 09:09:05 +0000 (09:09 +0000)] 
Commentary on fast_fixincludes

From-SVN: r20116

27 years agoFlow now removes exception regions when their handlers are all removed.
Andrew MacLeod [Thu, 28 May 1998 07:32:33 +0000 (07:32 +0000)] 
Flow now removes exception regions when their handlers are all removed.

From-SVN: r20115

27 years agoMake rtx, tree types type correct if the appropriate include files was not included
Michael Meissner [Thu, 28 May 1998 06:47:21 +0000 (06:47 +0000)] 
Make rtx, tree types type correct if the appropriate include files was not included

From-SVN: r20114

27 years agodecl.c (start_decl): Always pedwarn about vacuously redeclaring a member.
Jason Merrill [Thu, 28 May 1998 01:44:29 +0000 (21:44 -0400)] 
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

27 years ago* index-prop: New file.
Jason Merrill [Thu, 28 May 1998 01:36:06 +0000 (01:36 +0000)] 
* index-prop: New file.

From-SVN: r20112

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

From-SVN: r20111