Commit Graph

86 Commits

Author SHA1 Message Date
Mike Stump
6060a79633 50th Cygnus<->FSF merge
From-SVN: r8657
1994-12-16 02:07:31 +00:00
Doug Evans
81cdf78761 (BISONFLAGS): Delete --yacc.
(PARSE_H): Depend on $(PARSE_C), for parallel makes.
(PARSE_C): Undo last patch.

From-SVN: r8639
1994-12-09 23:19:15 +00:00
Mike Stump
3526f73054 fix typo...
From-SVN: r8597
1994-12-02 22:22:12 +00:00
Mike Stump
30ffea6bea i * Makefile.in (BISONFLAGS): Add -yacc so that output winds up in
y.tab.c.

From-SVN: r8596
1994-12-02 18:46:00 +00:00
Mike Stump
db5ae43ff2 49th Cygnus<->FSF merge
From-SVN: r8570
1994-11-29 00:59:16 +00:00
Doug Evans
af824546cd program_transform_name changes.
From-SVN: r8503
1994-11-18 01:33:03 +00:00
Doug Evans
04dbaf1f25 (c++.install-man): Use program_transform_name on g++.1.
(c++.uninstall): Likewise.

From-SVN: r8502
1994-11-18 01:32:08 +00:00
Doug Evans
8aa3abc805 (CXX_INSTALL_NAME) Use program_transform_name.
(GXX_INSTALL_NAME) Likewise.
(CXX_CROSS_NAME) Use program_transform_cross_name.
(GXX_CROSS_NAME) Likewise.

From-SVN: r8501
1994-11-18 01:10:14 +00:00
Paul Eggert
6411126c9b Makefile.in (spew.o, [...]): Depend on $(srcdir)/parse.h, not parse.h.
* Makefile.in (spew.o, lex.o, pt.o):
	Depend on $(srcdir)/parse.h, not parse.h.

From-SVN: r8383
1994-11-03 18:50:02 -05:00
Paul Eggert
d77620cb1c (spew.o, lex.o, pt.o): Depend on $(srcdir)/parse.h, not parse.h.
From-SVN: r8382
1994-11-03 18:47:46 -05:00
Richard Kenner
ea943e1d05 g++.c (main): Cast arg to bzero to avoid warning.
From-SVN: r8359
1994-10-29 07:19:54 -04:00
Jason Merrill
eae89e0400 *** empty log message ***
From-SVN: r8347
1994-10-27 01:22:58 +00:00
Mike Stump
c199879dc7 except.c (expand_start_catch_block): Make sure the false label gets onto the permanent obstack...
* except.c (expand_start_catch_block): Make sure the false label
        gets onto the permanent obstack, as it is used for the exception
        table.

From-SVN: r8289
1994-10-17 23:06:49 +00:00
Mike Stump
f675499c88 except.c (expand_start_catch_block): Make sure the false label gets onto the permanent obstack...
* except.c (expand_start_catch_block): Make sure the false label
        gets onto the permanent obstack, as it is used for the exception
        table.

From-SVN: r8288
1994-10-17 23:01:46 +00:00
Mike Stump
13306d4f8f move a few important patches (this offset calculations for vtables).
From-SVN: r8280
1994-10-15 17:19:19 +00:00
Jason Merrill
13fbb03818 (finish_enum): Disable code which forces enums to be signed,
since this conflicts with their use as bitfields. type_promotes_to
        handles promotion of enums of underlying unsigned types to signed
        integer types.

From-SVN: r8279
1994-10-15 00:32:58 +00:00
Jason Merrill
c6a29b1f9d (real_yylex): Use HOST_BITS_PER_WIDE_INT to determine the
bitmask for lexing character constants.

From-SVN: r8278
1994-10-15 00:32:58 +00:00
Jason Merrill
cf2ac46f18 (type_promotes_to): Also promote enums to long if
appropriate.

From-SVN: r8277
1994-10-15 00:32:58 +00:00
Jason Merrill
fffba94c90 (default_conversion): Don't expect type_promotes_to to
return a main variant.

From-SVN: r8276
1994-10-15 00:32:58 +00:00
Jason Merrill
2f4f907dcc *** empty log message ***
From-SVN: r8275
1994-10-15 00:32:58 +00:00
Jason Merrill
a5c2941b8a (build_method_call): Disable code that tries to do tricky stuff with a default parameter that is a constructor call...
(build_method_call): Disable code that tries to do tricky
        stuff with a default parameter that is a constructor call, but
        actually does other tricky stuff that breaks things.
(build_scoped_method_call): Don't lose side effects in the
        object expression when calling a non-existent destructor.
(build_scoped_method_call): Remove erroneous error message
        when destructor call is written as a scoped call.

From-SVN: r8274
1994-10-15 00:32:58 +00:00
Jason Merrill
f37f4651e1 (build_decl_overload): Set numeric_outputed_need_bar to 0.
From-SVN: r8273
1994-10-15 00:32:58 +00:00
Jason Merrill
252b87c7a6 *** empty log message ***
From-SVN: r8263
1994-10-12 17:40:53 +00:00
Jason Merrill
1daa5dd836 Cast pointer arguments to bzero and bcopy to char *.
From-SVN: r8262
1994-10-12 16:44:14 +00:00
Jason Merrill
4cabb7984d (type_unification): If not passing to a reference, strip cv-quals.
(type_unification): If not passing to a reference, strip
        cv-quals.  Also handle array->pointer conversion.

From-SVN: r8255
1994-10-11 18:43:39 +00:00
Jason Merrill
a827d14969 (build_overload_call_real): Don't immediately do
array->pointer conversion.

From-SVN: r8254
1994-10-11 18:39:14 +00:00
Jason Merrill
0171aeabee (do_build_copy_constructor): Handle anonymous unions.
(do_build_assign_ref): Ditto.
        (largest_union_member): Move from lex.c.

From-SVN: r8253
1994-10-11 18:39:14 +00:00
Jason Merrill
fef71f9d2b (resolve_offset_ref): Fix types used in resolving .*
expressions.

From-SVN: r8252
1994-10-11 18:39:14 +00:00
Jason Merrill
3536cd7e04 (cons_up_default_function): Mark methods in a template class as template instances.
(cons_up_default_function): Mark methods in a template class
        as template instances.  Store the values of interface_unknown and
        interface_only for do_pending_inlines.
        (do_pending_inlines): Use them.

From-SVN: r8251
1994-10-11 18:39:14 +00:00
Jason Merrill
b8bca6f2af (grokdeclarator): Don't warn about applying const to a const typedef or template type parameter.
(grokdeclarator): Don't warn about applying const to a
        const typedef or template type parameter.
(shadow_tag): Remove obsolete code for pushing tags and
        dealing with exceptions.

From-SVN: r8250
1994-10-11 18:39:14 +00:00
Jason Merrill
cba8ba3576 Changes moved over
From-SVN: r8249
1994-10-11 18:39:14 +00:00
Mike Stump
eac293a1a8 48th Cygnus<->FSF merge
From-SVN: r8177
1994-09-30 00:51:03 +00:00
Michael Bushnell
b3738072bd *** empty log message ***
From-SVN: r8163
1994-09-29 20:16:09 +00:00
Brendan Kehoe
81613e4332 * except.c (register_exception_table): Use Pmode, not PTRmode.
From-SVN: r8158
1994-09-28 19:19:20 -04:00
Brendan Kehoe
5b065c2142 revert previous change
From-SVN: r8145
1994-09-27 18:26:24 -04:00
Brendan Kehoe
3a19bc1cdc search.c (lookup_field): Return a NULL_TREE if XBASETYPE is itself null.
* search.c (lookup_field): Return a NULL_TREE if XBASETYPE is
        itself null.

From-SVN: r8143
1994-09-27 13:35:24 -04:00
Mike Stump
f376e137d4 47th Cygnus<->FSF merge
From-SVN: r8129
1994-09-26 20:15:18 +00:00
Michael Bushnell
44c5421f37 Added log entry for change to g++.c.
From-SVN: r8081
1994-09-14 14:18:03 +00:00
Mike Stump
0059501924 46 Cygnus<->FSF merge
From-SVN: r7943
1994-08-18 20:50:43 +00:00
Mike Stump
a292b002ee 45th Cygnus<->FSF merge
From-SVN: r7862
1994-08-05 20:25:20 +00:00
Jason Merrill
a5ef9010de *** empty log message ***
From-SVN: r7774
1994-07-17 04:12:39 +00:00
Jason Merrill
4c7bdca617 (grok_reference_init): Always save the initializer of a reference.
From-SVN: r7763
1994-07-13 11:13:13 +00:00
Jason Merrill
f55c7d8816 #if -0 out TYPE_NEEDS_CONSTRUCTING
From-SVN: r7762
1994-07-13 11:13:13 +00:00
Jason Merrill
0d16d68e44 Avoid warning building this file
From-SVN: r7761
1994-07-13 11:13:13 +00:00
Jason Merrill
cf17cae3e5 *** empty log message ***
From-SVN: r7760
1994-07-13 11:13:13 +00:00
Mike Stump
63c68bb75e fix libg++ make check.
From-SVN: r7694
1994-07-10 07:34:51 +00:00
Mike Stump
5b605f684e 44th Cygnus<->FSF merge
From-SVN: r7693
1994-07-09 07:13:10 +00:00
Gerald Baumgartner
311862c8be partial merge for isgnature stuff
From-SVN: r7680
1994-07-08 20:22:37 +00:00
Mike Stump
a3b49ccd5b a partial merge.
From-SVN: r7668
1994-07-07 04:33:01 +00:00
Jason Merrill
9a0e77ba13 43rd Cygnus<->FSF merge
From-SVN: r7660
1994-07-06 00:28:23 +00:00