- 03 Sep, 1998 29 commits
-
-
* Makefile.in: add semicolon in BISON definition for portability. From-SVN: r22228
SL Baur committed -
0 * Makefile.in: add semicolon in BISON definition for portability. From-SVN: r22227
SL Baur committed -
* g++.old-deja/g++.pt/explicit72.C: ensure that char and (un)signed char are different types for template specialization purposes. From-SVN: r22226
Reid M. Pinchback committed -
* config/nextstep.c (handle_pragma): Correct name of third argument. From-SVN: r22225
Toon Moene committed -
* cp-tree.h (finish_globally_qualified_member_call_expr): Rename to ... (finish_qualified_call_expr). * semantics.c: Likewise. * parse.y (primary): Use it. * method.c (hack_identifier): Remove redundant code. * init.c (resolve_offset_ref): Call convert_from_reference to handle members of reference type. Improve error recovery. From-SVN: r22224
Mark Mitchell committed -
* cp-tree.h (finish_globally_qualified_member_call_expr): Rename to ... (finish_qualified_call_expr). * semantics.c: Likewise. * parse.y (primary): Use it. * method.c (hack_identifier): Remove redundant code. * init.c (resolve_offset_ref): Call convert_from_reference to handle members of reference type. Improve error recovery. From-SVN: r22223
Mark Mitchell committed -
* cp-tree.h (finish_globally_qualified_member_call_expr): Rename to ... (finish_qualified_call_expr). * semantics.c: Likewise. * parse.y (primary): Use it. * method.c (hack_identifier): Remove redundant code. * init.c (resolve_offset_ref): Call convert_from_reference to handle members of reference type. Improve error recovery. From-SVN: r22222
Mark Mitchell committed -
From-SVN: r22221
Nick Clifton committed -
d 1998-09-03 Benjamin Kosnik <bkoz@cygnus.com> * cp-tree.h: Declare warn_nontemplate_friend. * decl2.c (lang_decode_option): Set. * lang-options.h: Add -Wnon-template-friend. * friend.c (do_friend): Use to toggle non-template function warning. g++/17054 From-SVN: r22220
Benjamin Kosnik committed -
S 1998-09-03 Benjamin Kosnik <bkoz@cygnus.com> * cp-tree.h: Declare warn_nontemplate_friend. * decl2.c (lang_decode_option): Set. * lang-options.h: Add -Wnon-template-friend. * friend.c (do_friend): Use to toggle non-template function warning. g++/17054 From-SVN: r22219
Benjamin Kosnik committed -
a 1998-09-03 Benjamin Kosnik <bkoz@cygnus.com> * cp-tree.h: Declare warn_nontemplate_friend. * decl2.c (lang_decode_option): Set. * lang-options.h: Add -Wnon-template-friend. * friend.c (do_friend): Use to toggle non-template function warning. g++/17054 From-SVN: r22218
Benjamin Kosnik committed -
� 1998-09-03 Benjamin Kosnik <bkoz@cygnus.com> * cp-tree.h: Declare warn_nontemplate_friend. * decl2.c (lang_decode_option): Set. * lang-options.h: Add -Wnon-template-friend. * friend.c (do_friend): Use to toggle non-template function warning. g++/17054 From-SVN: r22217
Benjamin Kosnik committed -
� Thu Sep 3 18:17:34 1998 Benjamin Kosnik <bkoz@cygnus.com> * invoke.texi (Warning Options): Add -Wnon-template-friend documentation. g++/17054 From-SVN: r22216
Benjamin Kosnik committed -
From-SVN: r22215
Michael Meissner committed -
From-SVN: r22214
Benjamin Kosnik committed -
* rs6000.md (movsf): Disable explicit secondary-reload-like functionality if TARGET_POWERPC64. (movdf): Remove TARGET_POWERPC64 explicit secondary-reload-like functionality. From-SVN: r22213
David Edelsohn committed -
add new case From-SVN: r22212
Benjamin Kosnik committed -
* decl.c (finish_enum): Don't resolve CONST_DECLs to their corresponding INTEGER_CSTs when processing_template_decl. * pt.c (tsubst_enum): Tweak accordingly. From-SVN: r22211
Mark Mitchell committed -
P 1998-09-03 Benjamin Kosnik <bkoz@rhino.cygnus.com> * decl.c (pushdecl_class_level): Add warning here. (pushdecl): Tweak. From-SVN: r22210
Benjamin Kosnik committed -
� 1998-09-03 Benjamin Kosnik <bkoz@rhino.cygnus.com> * decl.c (pushdecl_class_level): Add warning here. (pushdecl): Tweak. From-SVN: r22209
Benjamin Kosnik committed -
From-SVN: r22208
Mark Mitchell committed -
Thu Sep 3 15:32:03 1998 Dave Brolley <brolley@cygnus.com> * typeck.c (layout_chill_range_type): set TYPE_SIZE_UNIT. From-SVN: r22207
Dave Brolley committed -
* fixinc.sco: Borrow code to wrap 'bool' typedefs from tinfo.h and term.h from fixinc.wrap. From-SVN: r22206
Robert Lipe committed -
* egcs_update: Do the pass 1 CVS update only for files that may reasonably be under CVS control. ChangeLog egcs_update From-SVN: r22205
Robert Lipe committed -
aclocal.m4 (GCC_HEADER_STRING): New macro to detect if it is safe to include both string.h and strings.h together. * aclocal.m4 (GCC_HEADER_STRING): New macro to detect if it is safe to include both string.h and strings.h together. (GCC_NEED_DECLARATION): Test STRING_WITH_STRINGS when deciding which headers to search for function declarations. Continue to prefer string.h over strings.h when both are not acceptable. * acconfig.h (STRING_WITH_STRINGS): Add stub. * configure.in: Call GCC_HEADER_STRING. * system.h: Test STRING_WITH_STRINGS when deciding which headers to include. Continue to prefer string.h over strings.h when both are not acceptable. From-SVN: r22204
Kaveh R. Ghazi committed -
* stl_config.h: Define __STL_HAS_WCHAR_T, __STL_MEMBER_TEMPLATE_CLASSES, __STL_HAS_NAMESPACES, __STL_NO_NAMESPACES and __STL_LONG_LONG. From-SVN: r22203
Jason Merrill committed -
* config/sparc/sparc.c (output_double_int): If V9 and MEDLOW, do not assume top 32-bits of symbolic addresses are zero if flag_pic. From-SVN: r22202
David S. Miller committed -
From-SVN: r22201
Jeff Law committed -
* ginclude/va-alpha.h: Protect entire second portion of the file against double inclusion. From-SVN: r22200
Richard Henderson committed
-
- 02 Sep, 1998 11 commits
-
-
From-SVN: r22199
Ovidiu Predescu committed -
* lib/{objc.exp,objc-torture.exp}: New files for objc testing harness. * objc: ObjC testsuite. From-SVN: r22198
Ovidiu Predescu committed -
* Makefile.in (RELINSTALLDIR): New. Use it to make symlinks. * configure.in: Fix INSTALLDIR replacement for cross-compile. From-SVN: r22197
H.J. Lu committed -
( * configure.in: Fix INSTALLDIR replacement for cross-compile. From-SVN: r22196
H.J. Lu committed -
� * configure.in: Fix INSTALLDIR replacement for cross-compile. From-SVN: r22195
H.J. Lu committed -
* algorithm alloc.h defalloc.h hash_map.h hash_set.h iterator memory pthread_alloc pthread_alloc.h rope ropeimpl.h stl_algo.h stl_algobase.h stl_alloc.h stl_bvector.h stl_config.h stl_construct.h stl_deque.h stl_function.h stl_hash_fun.h stl_hash_map.h stl_hash_set.h stl_hashtable.h stl_heap.h stl_iterator.h stl_list.h stl_map.h stl_multimap.h stl_multiset.h stl_numeric.h stl_pair.h stl_queue.h stl_raw_storage_iter.h stl_relops.h stl_rope.h stl_set.h stl_slist.h stl_stack.h stl_tempbuf.h stl_tree.h stl_uninitialized.h stl_vector.h tempbuf.h type_traits.h: Update to SGI STL 3.11. From-SVN: r22190
Jason Merrill committed -
* cvt.c (convert_pointer_to_real): Tidy. * search.c (get_base_distance_recursive): Simplify. (get_base_distance): Likewise. * pt.c (unify): Only special-case INTEGER_TYPE if it uses template parms. From-SVN: r22189
Jason Merrill committed -
From-SVN: r22188
Brendan Kehoe committed -
* jump.c (jump_optimize): In if/then/else transformations, add another call to modified_between_p for the jump insn. From-SVN: r22187
Jim Wilson committed -
From-SVN: r22186
Brendan Kehoe committed -
From-SVN: r22185
Jeffrey A Law committed
-