OSDN Git Service

pf3gnuchains/gcc-fork.git
26 years agoRandom tweaks.
law [Tue, 2 Jun 1998 21:26:02 +0000 (21:26 +0000)]
Random tweaks.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20194 138bc75d-0d04-0410-961f-82ee72b054a4

26 years ago * expr.c (expand_expr, case ADDR_EXPR): Handle taking the
law [Tue, 2 Jun 1998 21:16:10 +0000 (21:16 +0000)]
    * expr.c (expand_expr, case ADDR_EXPR): Handle taking the
        address of an ADDRESSOF rtx.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20193 138bc75d-0d04-0410-961f-82ee72b054a4

26 years ago * expr.c (expand_builtin_setjmp): Handle BUILTIN_SETJMP_FRAME_VALUE.
law [Tue, 2 Jun 1998 20:11:21 +0000 (20:11 +0000)]
    * 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20192 138bc75d-0d04-0410-961f-82ee72b054a4

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20191 138bc75d-0d04-0410-961f-82ee72b054a4

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20190 138bc75d-0d04-0410-961f-82ee72b054a4

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20189 138bc75d-0d04-0410-961f-82ee72b054a4

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20188 138bc75d-0d04-0410-961f-82ee72b054a4

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20187 138bc75d-0d04-0410-961f-82ee72b054a4

26 years agoQuoting Martin:
robertl [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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20186 138bc75d-0d04-0410-961f-82ee72b054a4

26 years agoQuoting Martin:
robertl [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]

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20185 138bc75d-0d04-0410-961f-82ee72b054a4

26 years ago eb47.C eb53.C eb89.C, quoting Martin:
robertl [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]

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20184 138bc75d-0d04-0410-961f-82ee72b054a4

26 years ago * alpha.md (divsi3, udivsi3, modsi3, umodsi3): Enable, and work
rth [Tue, 2 Jun 1998 15:37:34 +0000 (15:37 +0000)]
    * alpha.md (divsi3, udivsi3, modsi3, umodsi3): Enable, and work
        around an OSF/1 library bug wrt sign-extension of inputs.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20183 138bc75d-0d04-0410-961f-82ee72b054a4

26 years ago* vax/netbsd.h (DWARF2_UNWIND_INFO): Must be undef, not defined 0.
rth [Tue, 2 Jun 1998 12:59:23 +0000 (12:59 +0000)]
* vax/netbsd.h (DWARF2_UNWIND_INFO): Must be undef, not defined 0.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20182 138bc75d-0d04-0410-961f-82ee72b054a4

26 years agoupdate generated files
korbb [Tue, 2 Jun 1998 07:02:02 +0000 (07:02 +0000)]
update generated files

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20181 138bc75d-0d04-0410-961f-82ee72b054a4

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20180 138bc75d-0d04-0410-961f-82ee72b054a4

26 years ago1998-06-02 Dave Love <d.love@dl.ac.uk>
fx [Tue, 2 Jun 1998 02:48:29 +0000 (02:48 +0000)]
1998-06-02  Dave Love  <d.love@dl.ac.uk>
* 970125-0.f: Fix per JCB.  Add commentary.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20179 138bc75d-0d04-0410-961f-82ee72b054a4

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20178 138bc75d-0d04-0410-961f-82ee72b054a4

26 years agoDaily bump.
law [Tue, 2 Jun 1998 00:45:02 +0000 (00:45 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20177 138bc75d-0d04-0410-961f-82ee72b054a4

26 years ago
bothner [Mon, 1 Jun 1998 18:25:37 +0000 (18:25 +0000)]

* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20176 138bc75d-0d04-0410-961f-82ee72b054a4

26 years agoa
bothner [Mon, 1 Jun 1998 18:25:35 +0000 (18:25 +0000)]
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20175 138bc75d-0d04-0410-961f-82ee72b054a4

26 years agod
bothner [Mon, 1 Jun 1998 18:25:34 +0000 (18:25 +0000)]
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20174 138bc75d-0d04-0410-961f-82ee72b054a4

26 years ago * config/sh/sh.h (MAX_OFILE_ALIGNMENT): Define.
clm [Mon, 1 Jun 1998 14:25:44 +0000 (14:25 +0000)]
    * config/sh/sh.h (MAX_OFILE_ALIGNMENT): Define.
        * varasm.c (assemble_variable): Augment alignment warning.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20173 138bc75d-0d04-0410-961f-82ee72b054a4

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20172 138bc75d-0d04-0410-961f-82ee72b054a4

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20171 138bc75d-0d04-0410-961f-82ee72b054a4

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20170 138bc75d-0d04-0410-961f-82ee72b054a4

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20169 138bc75d-0d04-0410-961f-82ee72b054a4

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20168 138bc75d-0d04-0410-961f-82ee72b054a4

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20167 138bc75d-0d04-0410-961f-82ee72b054a4

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20166 138bc75d-0d04-0410-961f-82ee72b054a4

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20165 138bc75d-0d04-0410-961f-82ee72b054a4

26 years ago * tree.c (build_cplus_array_type_1): Also check index_type for
jason [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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20164 138bc75d-0d04-0410-961f-82ee72b054a4

26 years agoDaily bump.
law [Mon, 1 Jun 1998 00:45:02 +0000 (00:45 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20163 138bc75d-0d04-0410-961f-82ee72b054a4

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20162 138bc75d-0d04-0410-961f-82ee72b054a4

26 years ago * warn_summary: Update to Kaveh's latest version allowing to
manfred [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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20161 138bc75d-0d04-0410-961f-82ee72b054a4

26 years ago
manfred [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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20160 138bc75d-0d04-0410-961f-82ee72b054a4

26 years agonew
jason [Sun, 31 May 1998 23:57:47 +0000 (23:57 +0000)]
new

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20159 138bc75d-0d04-0410-961f-82ee72b054a4

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20158 138bc75d-0d04-0410-961f-82ee72b054a4

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20157 138bc75d-0d04-0410-961f-82ee72b054a4

26 years agoMartin said:
robertl [Sun, 31 May 1998 21:08:03 +0000 (21:08 +0000)]
Martin said:
This is illegal C++, and egcs detects that.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20156 138bc75d-0d04-0410-961f-82ee72b054a4

26 years agoMartin says:
robertl [Sun, 31 May 1998 21:06:44 +0000 (21:06 +0000)]
Martin says:
AFAIK, g++ does not support array initialization (anymore?).

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20155 138bc75d-0d04-0410-961f-82ee72b054a4

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20154 138bc75d-0d04-0410-961f-82ee72b054a4

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20153 138bc75d-0d04-0410-961f-82ee72b054a4

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20152 138bc75d-0d04-0410-961f-82ee72b054a4

26 years ago * reload.c (find_reloads): Record the existing mode if
law [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 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20151 138bc75d-0d04-0410-961f-82ee72b054a4

26 years agoDaily bump.
law [Sun, 31 May 1998 00:45:34 +0000 (00:45 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20150 138bc75d-0d04-0410-961f-82ee72b054a4

26 years agoBump for snapshot
law [Sun, 31 May 1998 00:44:04 +0000 (00:44 +0000)]
Bump for snapshot

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20148 138bc75d-0d04-0410-961f-82ee72b054a4

26 years ago * Makefile.in (fixinc.sh): Update rules again.
law [Sat, 30 May 1998 23:35:55 +0000 (23:35 +0000)]
    * Makefile.in (fixinc.sh): Update rules again.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20147 138bc75d-0d04-0410-961f-82ee72b054a4

26 years ago * extend.texi: Bring back reference to trampoline paper.
law [Sat, 30 May 1998 23:29:42 +0000 (23:29 +0000)]
    * extend.texi: Bring back reference to trampoline paper.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20146 138bc75d-0d04-0410-961f-82ee72b054a4

26 years ago * Makefile.in (USER_H): Add stdbool.h.
law [Sat, 30 May 1998 23:24:33 +0000 (23:24 +0000)]
    * Makefile.in (USER_H): Add stdbool.h.
        * ginclude/stdbool.h: New file.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20145 138bc75d-0d04-0410-961f-82ee72b054a4

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20144 138bc75d-0d04-0410-961f-82ee72b054a4

26 years agoDaily bump.
law [Sat, 30 May 1998 00:45:02 +0000 (00:45 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20143 138bc75d-0d04-0410-961f-82ee72b054a4

26 years ago * tree.c (layout_basetypes): If we change TYPE_SIZE, change
jason [Fri, 29 May 1998 23:17:23 +0000 (23:17 +0000)]
* tree.c (layout_basetypes): If we change TYPE_SIZE, change
TYPE_SIZE_UNIT too.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20142 138bc75d-0d04-0410-961f-82ee72b054a4

26 years agochanges
korbb [Fri, 29 May 1998 14:58:40 +0000 (14:58 +0000)]
changes

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20141 138bc75d-0d04-0410-961f-82ee72b054a4

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20140 138bc75d-0d04-0410-961f-82ee72b054a4

26 years ago * decl.c (grokdeclarator): Don't complain about in-class
mmitchel [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 we don't really know the type
of the variable.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20139 138bc75d-0d04-0410-961f-82ee72b054a4

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20138 138bc75d-0d04-0410-961f-82ee72b054a4

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20137 138bc75d-0d04-0410-961f-82ee72b054a4

26 years ago * cp-tree.h (DECL_DESTRUCTOR_P): New macro.
jason [Fri, 29 May 1998 02:33:54 +0000 (02:33 +0000)]
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20136 138bc75d-0d04-0410-961f-82ee72b054a4

26 years ago * jump.c (thread_jumps): Do not look at the NOTE_LINE_NUMBER
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20135 138bc75d-0d04-0410-961f-82ee72b054a4

26 years ago * gcse.c (pre_delete): Fix code to determine the mode of
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20134 138bc75d-0d04-0410-961f-82ee72b054a4

26 years agoDaily bump.
law [Fri, 29 May 1998 00:45:32 +0000 (00:45 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20133 138bc75d-0d04-0410-961f-82ee72b054a4

26 years ago * gcc.c-torture/execute/ieee/fp-cmp-1.c: Set up signal handler
law [Fri, 29 May 1998 00:12:03 +0000 (00:12 +0000)]
    * gcc.c-torture/execute/ieee/fp-cmp-1.c: Set up signal handler
        earlier.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20132 138bc75d-0d04-0410-961f-82ee72b054a4

26 years ago * Makefile.in (GEN): Add gencheck
law [Fri, 29 May 1998 00:09:05 +0000 (00:09 +0000)]
    * Makefile.in (GEN): Add gencheck
        (STAGESTUFF): Add tree-check.h and gencheck.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20131 138bc75d-0d04-0410-961f-82ee72b054a4

26 years ago * Makefile.in (cstamp-h.in): Remove before trying to recreate.
law [Fri, 29 May 1998 00:00:05 +0000 (00:00 +0000)]
    * Makefile.in (cstamp-h.in): Remove before trying to recreate.
        (fixinc.sh): Set some additional environment variables before
        calling mkfixinc.sh.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20130 138bc75d-0d04-0410-961f-82ee72b054a4

26 years agoremove
jason [Thu, 28 May 1998 23:53:15 +0000 (23:53 +0000)]
remove

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20129 138bc75d-0d04-0410-961f-82ee72b054a4

26 years agofix
jason [Thu, 28 May 1998 23:52:21 +0000 (23:52 +0000)]
fix

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20128 138bc75d-0d04-0410-961f-82ee72b054a4

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20127 138bc75d-0d04-0410-961f-82ee72b054a4

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20126 138bc75d-0d04-0410-961f-82ee72b054a4

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20125 138bc75d-0d04-0410-961f-82ee72b054a4

26 years ago eb28.C eb29.C eb60.C eb62.C
robertl [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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20124 138bc75d-0d04-0410-961f-82ee72b054a4

26 years agoThis test case should be removed. No diagnoses of such "incorrect" asm
robertl [Thu, 28 May 1998 22:15:42 +0000 (22:15 +0000)]
This test case should be removed. No diagnoses of such "incorrect" asm
statements need to be performed.
Martin

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20123 138bc75d-0d04-0410-961f-82ee72b054a4

26 years ago8
law [Thu, 28 May 1998 11:59:30 +0000 (11:59 +0000)]
8
        * reload.c (find_reloads): Do not force a reloads of match_operators.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20122 138bc75d-0d04-0410-961f-82ee72b054a4

26 years ago
law [Thu, 28 May 1998 11:59:28 +0000 (11:59 +0000)]

        * reload.c (find_reloads): Do not force a reloads of match_operators.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20121 138bc75d-0d04-0410-961f-82ee72b054a4

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20120 138bc75d-0d04-0410-961f-82ee72b054a4

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20119 138bc75d-0d04-0410-961f-82ee72b054a4

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20118 138bc75d-0d04-0410-961f-82ee72b054a4

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20117 138bc75d-0d04-0410-961f-82ee72b054a4

26 years agoCommentary on fast_fixincludes
korbb [Thu, 28 May 1998 09:09:05 +0000 (09:09 +0000)]
Commentary on fast_fixincludes

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20116 138bc75d-0d04-0410-961f-82ee72b054a4

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20115 138bc75d-0d04-0410-961f-82ee72b054a4

26 years agoMake rtx, tree types type correct if the appropriate include files was not included
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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20114 138bc75d-0d04-0410-961f-82ee72b054a4

26 years ago * decl.c (start_decl): Always pedwarn about vacuously redeclaring
jason [Thu, 28 May 1998 01:44:29 +0000 (01:44 +0000)]
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20113 138bc75d-0d04-0410-961f-82ee72b054a4

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20112 138bc75d-0d04-0410-961f-82ee72b054a4

26 years agoDaily bump.
law [Thu, 28 May 1998 00:45:02 +0000 (00:45 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20111 138bc75d-0d04-0410-961f-82ee72b054a4

26 years ago * call.c (build_method_call): Make sure get_type_value returns
jason [Thu, 28 May 1998 00:11:24 +0000 (00:11 +0000)]
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20110 138bc75d-0d04-0410-961f-82ee72b054a4

26 years ago * gcc.c-torture/execute/980526-3.c: New test.
law [Wed, 27 May 1998 23:15:48 +0000 (23:15 +0000)]
    * gcc.c-torture/execute/980526-3.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20109 138bc75d-0d04-0410-961f-82ee72b054a4

26 years ago * friend.c (do_friend): Clarify template warning.
jason [Wed, 27 May 1998 23:06:46 +0000 (23:06 +0000)]
* friend.c (do_friend): Clarify template warning.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20108 138bc75d-0d04-0410-961f-82ee72b054a4

26 years agoAddition of a whole slew of "eb" test cases generated from the egcs-bugs
robertl [Wed, 27 May 1998 23:00:37 +0000 (23:00 +0000)]
Addition of a whole slew of "eb" test cases generated from the egcs-bugs
mailing lists.     See g++.robertl/README

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20107 138bc75d-0d04-0410-961f-82ee72b054a4

26 years ago * reload1.c: Revert accidental checkin.
law [Wed, 27 May 1998 22:42:52 +0000 (22:42 +0000)]
    * reload1.c: Revert accidental checkin.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20106 138bc75d-0d04-0410-961f-82ee72b054a4

26 years ago * configure.lang: Fix thinko when adding a definition for
law [Wed, 27 May 1998 21:01:48 +0000 (21:01 +0000)]
    * configure.lang: Fix thinko when adding a definition for
        target_alias to the Makefile.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20094 138bc75d-0d04-0410-961f-82ee72b054a4

26 years ago * decl.c (shadow_label): Don't treat decls as identifiers.
mmitchel [Wed, 27 May 1998 19:11:36 +0000 (19:11 +0000)]
* decl.c (shadow_label): Don't treat decls as identifiers.
(maybe_push_to_top_level): Clear shadowed_labels.
* pt.c (instantiate_decl): Reset lineno and filename after calling
regenerate_decl_from_template.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20093 138bc75d-0d04-0410-961f-82ee72b054a4

26 years agoadd PTF number to AIX 4.3 assembler information.
dje [Wed, 27 May 1998 12:54:15 +0000 (12:54 +0000)]
add PTF number to AIX 4.3 assembler information.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20092 138bc75d-0d04-0410-961f-82ee72b054a4

26 years ago
clm [Wed, 27 May 1998 12:44:13 +0000 (12:44 +0000)]


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20091 138bc75d-0d04-0410-961f-82ee72b054a4

26 years agoReplace .urem and .rem routines. Fix a problem
clm [Wed, 27 May 1998 12:40:31 +0000 (12:40 +0000)]
Replace .urem and .rem routines.  Fix a problem
with signed operands and uses leaf procedure calling
convention.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20090 138bc75d-0d04-0410-961f-82ee72b054a4

26 years ago*** empty log message ***
bkoz [Wed, 27 May 1998 12:05:04 +0000 (12:05 +0000)]
*** empty log message ***

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20089 138bc75d-0d04-0410-961f-82ee72b054a4

26 years ago * decl.c (grokdeclarator): Don't try to use TYPE_OBSTACK on an
mmitchel [Wed, 27 May 1998 07:07:24 +0000 (07:07 +0000)]
* decl.c (grokdeclarator): Don't try to use TYPE_OBSTACK on an
error_mark_node.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20088 138bc75d-0d04-0410-961f-82ee72b054a4

26 years ago* arm.c (arm_gen_constant): Rework to eliminate uninitialized variable
rearnsha [Wed, 27 May 1998 02:52:25 +0000 (02:52 +0000)]
* arm.c (arm_gen_constant): Rework to eliminate uninitialized variable
warnings.  Don't generate scratch registers if only counting insns.
(find_barrier): Eliminate unused variable SRC.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20087 138bc75d-0d04-0410-961f-82ee72b054a4

26 years ago * parse.y (base_class): Use is_aggr_type, not IS_AGGR_TYPE.
jason [Wed, 27 May 1998 01:25:47 +0000 (01:25 +0000)]
* parse.y (base_class): Use is_aggr_type, not IS_AGGR_TYPE.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20086 138bc75d-0d04-0410-961f-82ee72b054a4

26 years agoDaily bump.
law [Wed, 27 May 1998 00:45:01 +0000 (00:45 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20085 138bc75d-0d04-0410-961f-82ee72b054a4

26 years ago * pt.c (process_template_parm): Accept TYPENAME_TYPE nodes.
jason [Tue, 26 May 1998 23:54:23 +0000 (23:54 +0000)]
* pt.c (process_template_parm): Accept TYPENAME_TYPE nodes.
(convert_nontype_argument): Handle cases when nontype template
parameters become classes after substitution.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20084 138bc75d-0d04-0410-961f-82ee72b054a4

26 years ago
manfred [Tue, 26 May 1998 23:47:46 +0000 (23:47 +0000)]

* g++.old-deja/g++.jason/thunk2.C: Setup this test to be expected to
fail on m68k-motorola-sysv and m88k-motorola-sysv3.
* g++.old-deja/g++.jason/thunk3.C: Add m68k-motorola-sysv and
m88k-motorola-sysv3 to XFAIL.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20083 138bc75d-0d04-0410-961f-82ee72b054a4