Mike Stump
d18c083e31
54th Cygnus<->FSF merge
...
From-SVN: r8844
1995-01-31 22:18:02 +00:00
David S. Miller
3a887df455
*** empty log message ***
...
From-SVN: r8819
1995-01-25 15:02:40 -05:00
David S. Miller
c0cc28e13d
(store_init_value): Change error message text.
...
From-SVN: r8818
1995-01-25 15:01:21 -05:00
Richard Kenner
59be0cdd8b
Update comments.
...
From-SVN: r8817
1995-01-25 15:00:09 -05:00
David S. Miller
db6f8fbebe
(instantiate_type): Change error message text.
...
From-SVN: r8816
1995-01-25 14:56:36 -05:00
Mike Stump
e1cd6e56ad
53rd Cygnus<->FSF merge
...
From-SVN: r8794
1995-01-24 08:19:58 +00:00
Jason Merrill
255512c1d3
bool changes
...
From-SVN: r8788
1995-01-21 10:14:41 +00:00
Jason Merrill
28ed461646
bool changes
...
From-SVN: r8775
1995-01-20 05:57:47 +00:00
Mike Stump
8145f0828c
52th Cygnus<->FSF merge
...
From-SVN: r8714
1994-12-30 21:03:40 +00:00
Mike Stump
5edb8b93cb
51st Cygnus<->FSF merge
...
From-SVN: r8676
1994-12-20 22:14:37 +00:00
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