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
Gerald Baumgartner
63718c49fd
some changes from gb.
...
From-SVN: r7615
1994-06-30 05:35:06 +00:00
Mike Stump
6bcc742f2a
remove cygnus FSF difference
...
From-SVN: r7613
1994-06-30 02:03:54 +00:00
Mike Stump
214747148c
42nd Cygnus<->FSF merge
...
From-SVN: r7612
1994-06-30 01:51:05 +00:00
Mike Stump
a32034654e
41st Cygnus<->FSF merge
...
From-SVN: r7553
1994-06-24 00:54:38 +00:00
Mike Stump
f0e01782d7
40th Cygnus<->FSF merge
...
From-SVN: r7493
1994-06-15 18:30:58 +00:00
Mike Stump
a0a339271a
39th Cygnus<->FSF merge
...
From-SVN: r7439
1994-06-03 21:42:31 +00:00
Mike Stump
2986ae008b
38th Cygnus<->FSF merge
...
From-SVN: r7337
1994-05-19 20:19:03 +00:00
Mike Stump
95da80ce80
Initial revision
...
From-SVN: r7291
1994-05-13 02:57:30 +00:00
Mike Stump
a4443a0855
37th Cygnus<->FSF merge
...
From-SVN: r7290
1994-05-13 02:46:07 +00:00
Richard Earnshaw
8de7634efb
Richard Earnshaw (rwe11@cl.cam.ac.uk)
...
From-SVN: r7287
1994-05-12 19:14:37 -04:00