- 01 Jun, 1998 15 commits
-
-
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
Per Bothner committed -
* config/sh/sh.h (MAX_OFILE_ALIGNMENT): Define. * varasm.c (assemble_variable): Augment alignment warning. From-SVN: r20173Catherine Moore committed -
From-SVN: r20172
Robert Lipe committed -
From-SVN: r20171
Jason Merrill committed -
From-SVN: r20170
Robert Lipe committed -
From-SVN: r20169
Michael Meissner committed -
From-SVN: r20168
Robert Lipe committed -
From-SVN: r20167
Robert Lipe committed -
From-SVN: r20166
Robert Lipe committed -
From-SVN: r20165
Robert Lipe committed -
* tree.c (build_cplus_array_type_1): Also check index_type for template parms. From-SVN: r20164
Jason Merrill committed -
From-SVN: r20163
Jeff Law committed -
From-SVN: r20162
Jason Merrill committed -
* warn_summary: Update to Kaveh's latest version allowing to specify the last stage built. From-SVN: r20161
Manfred Hollstein committed -
� * warn_summary: Update to Kaveh's latest version allowing to specify the last stage built. From-SVN: r20160
Manfred Hollstein committed
-
- 31 May, 1998 11 commits
-
-
From-SVN: r20159
Jason Merrill committed -
From-SVN: r20158
Jason Merrill committed -
From-SVN: r20157
Robert Lipe committed -
This is illegal C++, and egcs detects that. From-SVN: r20156
Robert Lipe committed -
AFAIK, g++ does not support array initialization (anymore?). From-SVN: r20155
Robert Lipe committed -
From-SVN: r20154
Robert Lipe committed -
From-SVN: r20153
Robert Lipe committed -
From-SVN: r20152
Michael Meissner committed -
* 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: r20151John Wehle committed -
From-SVN: r20150
Jeff Law committed -
From-SVN: r20148
Jeffrey A Law committed
-
- 30 May, 1998 5 commits
-
-
From-SVN: r20147
Bruce Korb committed -
From-SVN: r20146
Jeff Law committed -
* Makefile.in (USER_H): Add stdbool.h. * ginclude/stdbool.h: New file. From-SVN: r20145Jeff Law committed -
From-SVN: r20144
Mumit Khan committed -
From-SVN: r20143
Jeff Law committed
-
- 29 May, 1998 9 commits
-
-
* tree.c (layout_basetypes): If we change TYPE_SIZE, change TYPE_SIZE_UNIT too. From-SVN: r20142
Scott Snyder committed -
From-SVN: r20141
Bruce Korb committed -
From-SVN: r20140
Bruce Korb committed -
* 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
Mark Mitchell committed -
From-SVN: r20138
Robert Lipe committed -
From-SVN: r20137
Robert Lipe committed -
* 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
Jason Merrill committed -
* jump.c (thread_jumps): Do not look at the NOTE_LINE_NUMBER of a non-note insn. From-SVN: r20135Jeffrey A Law committed -
* gcse.c (pre_delete): Fix code to determine the mode of the reaching pseudo register. From-SVN: r20134Jeffrey A Law committed
-