Commit Graph

22159 Commits

Author SHA1 Message Date
Mark Mitchell aa65d1a2ad search.c (lookup_field_r): Set the TREE_TYPE of an ambiguous lookup to error_mark_node here.
* search.c (lookup_field_r): Set the TREE_TYPE of an ambiguous
	lookup to error_mark_node here.
	(lookup_member): Revise documentation.  Add comments.  Don't set
	the TREE_TYPE to error_mark_node here, and don't build up an extra
	TREE_LIST for ambiguous lookups.
	(setup_class_bindings): Adjust accordingly.
	(push_class_decls): Revise out-of-date comments.

From-SVN: r26754
1999-05-03 15:08:33 +00:00
Mark Mitchell 2f8ec491ba * typeck.c (build_const_cast): Tighten checks for legality.
From-SVN: r26753
1999-05-03 15:04:58 +00:00
Jeffrey A Law d750f6f780 mn10200.md (btst insns): btst does not leave cc0 in a useable state for redundant tst eliminatino.
* mn10200.md (btst insns): btst does not leave cc0 in a useable
        state for redundant tst eliminatino.
        * mn10300.md (btst insns): Likewise.

From-SVN: r26752
1999-05-03 07:51:00 -06:00
Kaveh R. Ghazi ddcd89b9a0 * gcc.dg/compare1.c: New test.
From-SVN: r26751
1999-05-03 13:19:42 +00:00
Kaveh Ghazi 8ca4790205 mips.h (Pmode): Revert Oct 14th change which added a cast.
0
        * mips.h (Pmode): Revert Oct 14th change which added a cast.

From-SVN: r26750
1999-05-03 13:18:01 +00:00
Kaveh Ghazi 58690ba848 mips.h (Pmode): Revert Oct 14th change which added a cast.
�
        * mips.h (Pmode): Revert Oct 14th change which added a cast.

From-SVN: r26749
1999-05-03 13:17:54 +00:00
Tom Tromey e04aa64ded mauve.exp (test_mauve): Pass `link' to libjava_arguments when linking.
* libjava.mauve/mauve.exp (test_mauve): Pass `link' to
	libjava_arguments when linking.
	(test_mauve_sim): Likewise.
	* lib/libjava.exp (libjava_arguments): Run `libtool' to link.
	Don't use `-static'.  Added `mode' argument.  Use -nodefaultlibs
	when linking.
	(test_libjava_from_source): Mention why target_compile failed.
	Pass `link' to libjava_arguments when linking.  Only do `xfails'
	for tests we would actually have run.
	(test_libjava_from_javac): Likewise.
	(libjava_find_lib): Return name of `.la' file.

From-SVN: r26748
1999-05-03 12:48:34 +00:00
Martin v. Löwis 234af03211 Have main return int
From-SVN: r26747
1999-05-03 12:41:53 +00:00
Martin v. Löwis db898cddb0 New test case.
From-SVN: r26746
1999-05-03 12:21:16 +00:00
Martin v. Löwis c2e63b4c69 init.c (build_member_call): Lookup names coming from namespace-scoped LOOKUP_EXPR.
* init.c (build_member_call): Lookup names coming from
        namespace-scoped LOOKUP_EXPR.

From-SVN: r26745
1999-05-03 12:20:47 +00:00
Jim Blandy 01d903f487 * gxxint.texi: Add documentation for 'I'.
From-SVN: r26744
1999-05-03 12:15:40 +00:00
Craig Burley 192f4bc12b update derived files
From-SVN: r26743
1999-05-03 04:39:10 -04:00
Craig Burley a31f6b9fd0 doc upgrade to netlib libf2c as of today
From-SVN: r26742
1999-05-03 04:38:23 -04:00
Craig Burley 336725627d cope with partial overlap
From-SVN: r26741
1999-05-03 04:36:27 -04:00
Craig Burley a152cad74a Update to Netlib version of 1999-05-03
From-SVN: r26740
1999-05-03 04:35:22 -04:00
Craig Burley 9cfd948e77 revert back to netlib versions as of f2c-19990501
From-SVN: r26739
1999-05-03 04:33:21 -04:00
Jeff Law d0369a2f4e Daily bump.
From-SVN: r26737
1999-05-02 18:45:03 -06:00
Martin v. Löwis 63061bc6f5 * tinfo.cc (operator==): Qualify type_info with std::.
From-SVN: r26736
1999-05-02 22:44:24 +00:00
Mark Mitchell 2a5557ffd5 New test case
From-SVN: r26735
1999-05-02 22:34:55 +00:00
Mark Mitchell 412e0b3cee cp-tree.h (lang_decl_flags): Remove comdat.
* cp-tree.h (lang_decl_flags): Remove comdat.  Updated dummy.
	(DECL_COMDAT): Remove definition.

From-SVN: r26734
1999-05-02 17:45:13 +00:00
Mark Mitchell 5918224249 tree.h (struct tree_decl): Add comdat_flag.
* tree.h (struct tree_decl): Add comdat_flag.
	(DECL_COMDAT): Define it.
	* toplev.c (wrapup_global_declarations): Don't output a
	DECL_COMDAT function just because it's public.

From-SVN: r26733
1999-05-02 17:43:33 +00:00
Joseph Myers af36a4d251 Joseph S.
Joseph S. Myers  <jsm28@cam.ac.uk>
        * pdp11.h (TARGET_SWITCHES): Fix error in previous change.
        (ASSEMBLER_DIALECT): Define.
        (CONDITIONAL_REGISTER_USAGE): Rename floating point registers if
        required for the UNIX assembler.
        (ASM_OUTPUT_INT): Remove.  The compiler will synthesise it.
        (ASM_OUTPUT_ADDR_VEC_PROLOGUE): Remove.
        (ASM_OPEN_PAREN, ASM_CLOSE_PAREN): Change to "[" and "]".
        (TRAMPOLINE_TEMPLATE): Use ASM_OUTPUT_SHORT.
        * pdp11.c (output_addr_const_pdp11): Copy of output_addr_const
        adapted to output constants in octal.
        * pdp11.c, pdp11.h, pdp11.md: Use output_addr_const_pdp11 instead
        of output_addr_const.  Output constants in octal.  Use assembler
        dialect alternatives where DEC and UNIX assemblers use different
        instruction names.

From-SVN: r26732
1999-05-02 08:17:32 -07:00
Joseph Myers 4014b382ea Joseph S.
Joseph S. Myers  <jsm28@cam.ac.uk>
        * gcc.dg/cast-qual-1.c, gcc.dg/return-type-1.c, gcc.dg/unused-1.c:
        New tests.

From-SVN: r26731
1999-05-02 08:14:53 -07:00
Zack Weinberg 62fc8756ab Removed; handshake error
From-SVN: r26730
1999-05-02 14:10:13 +00:00
Zack Weinberg ec6f352cd8 ICE test; reported by Alexander Zvyagin <zvyagin@mx.ihep.su>
From-SVN: r26729
1999-05-02 14:09:12 +00:00
Craig Burley 834ba75b35 bump version
From-SVN: r26728
1999-05-02 10:07:57 -04:00
Craig Burley d59c317754 fix DO WHILE (compile/19990502-1.f)
From-SVN: r26727
1999-05-02 10:04:25 -04:00
Craig Burley a7e34b171b new test of DO WHILE
From-SVN: r26726
1999-05-02 10:01:13 -04:00
Jeffrey A Law f6a72cb6fe Bump for snapshot
From-SVN: r26724
1999-05-01 19:15:13 -06:00
Jeff Law 813c069865 Daily bump.
From-SVN: r26723
1999-05-01 18:45:05 -06:00
Craig Burley 4a5ae68217 new test, fails at -O2 on x86 target
From-SVN: r26722
1999-05-01 19:00:12 -04:00
Craig Burley 851fc3922b declare FTELL as intrinsic
From-SVN: r26721
1999-05-01 18:45:14 -04:00
Craig Burley 78b2090a42 test more libU77 routines and interfaces
From-SVN: r26720
1999-05-01 18:36:32 -04:00
Craig Burley f9f2ac3f2c do warn, do not crash, on FSTAT gid disagreements
From-SVN: r26719
1999-05-01 18:34:44 -04:00
Craig Burley 92e38ab5f3 allow slop in sum-checking
From-SVN: r26718
1999-05-01 18:32:23 -04:00
Craig Burley 0bfc6dd22f clean up both u77-test.f versions
From-SVN: r26717
1999-05-01 18:29:28 -04:00
Mark Mitchell 91f2aa2287 decl.c (wrapup_globals_for_namespace): Fix thinko in previous change.
* decl.c (wrapup_globals_for_namespace): Fix thinko in previous
	change.

From-SVN: r26716
1999-05-01 08:38:50 +00:00
Jeff Law 16b78900fe Daily bump.
From-SVN: r26715
1999-04-30 18:45:02 -06:00
Zack Weinberg b4c92efcde Makefile.in: Remove -v from bison command lines.
1999-04-30 20:54 -0400  Zack Weinberg  <zack@rabi.columbia.edu>
	* Makefile.in: Remove -v from bison command lines.

From-SVN: r26714
1999-04-30 17:57:22 +00:00
Mark Mitchell 0352cfc868 class.c (build_vtable): Use build_lang_decl when building vtables, not just build_decl.
* class.c (build_vtable): Use build_lang_decl when building
	vtables, not just build_decl.
	(prepare_fresh_vtable): Likewise.
	* decl.c (wrapup_globals_for_namespace): Mark vtables as
	DECL_EXTERNAL when calling wrapup_global_declarations.
	* decl2.c (priority_info_s): Add initializations_p and
	destructions_p members.
	(finish_vtable_vardecl): Use TREE_SYMBOL_REFERENCED, not TREE_USED,
	when deciding what vtables to write out.
	(ssdf_decls): New variable.
	(ssdf_decls_used): Likewise.
	(start_static_storage_duration_function): Deal with being called
	multiple times.  Avoid inlining this function.
	(generate_inits_for_priority): Deal with reuse of priority map.
	(get_priority_info): Clear initializations_p and destructions_p.
	(do_static_initialization): Tweak comment.
	(do_static_destruction): Likewise.  Fix condition on sentries for
	destruction.
	(generate_ctor_or_dtor_function): Call all of the static storage
	duration functions.
	(generate_ctor_or_dtor_function_for_priority): Check
	initializations_p and destructions_p to see what priorities need
	initialization functions.
	(finish_file): Rework to generate multiple static storage duration
	functions, rather than just one.

From-SVN: r26713
1999-04-30 16:14:58 +00:00
Mark Mitchell 3fd91cbd4f typeck.c (build_const_cast): Tweak last change to handle templates correctly.
* typeck.c (build_const_cast): Tweak last change to handle
	templates correctly.

From-SVN: r26712
1999-04-30 16:07:03 +00:00
Tom Tromey b694131f21 * linux_threads.c: Don't reference __pthread_initial_thread_bos.
From-SVN: r26711
1999-04-30 16:00:28 +00:00
Richard Henderson 2c4974b72a va-ppc.h (__va_start_common): Let __builtin_saveregs do the work.
* va-ppc.h (__va_start_common): Let __builtin_saveregs do the work.
        * rs6000.c (expand_builtin_saveregs): For V4, initialize a private
        va_list struct, and return a pointer to it.
        (setup_incoming_varargs): V4 save area based off virtual_stack_vars
        instead of frame_pointer.

From-SVN: r26710
1999-04-30 08:06:23 -07:00
Tom Tromey d8f8e9ba17 Makefile.in: Rebuilt.
* Makefile.in: Rebuilt.
	* Makefile.am (jv_convert_LDADD): Added -lgcc.

From-SVN: r26709
1999-04-30 13:12:06 +00:00
Mark Mitchell b2ef49c88b typeck.c (build_const_cast): Disallow use of const_cast to anything but a pointer or reference type.
* typeck.c (build_const_cast): Disallow use of const_cast to
	anything but a pointer or reference type.

From-SVN: r26708
1999-04-30 12:17:10 +00:00
Tom Tromey a0e894a8cc StringBuffer.java (ensureCapacity): Don't resize vector when shared.
* java/lang/StringBuffer.java (ensureCapacity): Don't resize
	vector when shared.
	* java/util/Locale.java (Locale(String,String)): Implement in
	terms of 3-argument version; variant now defaults to empty
	string.
	(toString): Assume variant is not null.
	(equals): Assume all strings are not null.
	(Locale): Throw NullPointerException if any argument is null.
	* java/util/ResourceBundle.java (getBundle): Don't try the base
	name; now implicit in partialGetBundle call.
	(trySomeGetBundle): Search for parent bundles and call setParent
	as required.
	(partialGetBundle): Added `langStop' argument.  Use
	`Locale.toString' to compute bundleName.
	(resource_cache): New static field.
	(partialGetBundle): Cache the returned resource bundle.  Now
	synchronized.
	* gnu/gcj/text/LocaleData_en.java (contents): [collatorRule] Added
	missing `<'.
	* mauve-libgcj: Enable Collator and RuleBasedCollator.
	* java/text/natCollator.cc (decomposeCharacter): `base' now
	`const'.
	* Makefile.in: Rebuilt.
	* Makefile.am (ordinary_java_source_files): Added
	CollationElementIterator, CollationKey, Collator,
	RuleBasedCollator.
	(nat_source_files): Added natCollator.cc.
	* java/text/RuleBasedCollator.java (ceiNext): No longer static.
	(compare): Pass `this' to CollationElementIterator constructor.
	(getCollationElementIterator): Likewise.
	(ceiNext): Fix off-by-one error when finding initial substring.
	(next): Correctly mask off bits when computing return value.
	Fixed return values when one string is shorter than the other.
	* java/text/CollationElementIterator.java (collator): New field.
	(CollationElementIterator): Added collator argument.
	(next): Call ceiNext on collator object.

From-SVN: r26707
1999-04-30 09:31:00 +00:00
Nathan Sidwell 1c609c4cbe decl.c (cp_finish_decl): Don't permit arrays of abstract or signature type.
* decl.c (cp_finish_decl): Don't permit arrays of abstract or
	signature type.

From-SVN: r26706
1999-04-30 02:19:00 +00:00
Jeff Law 0c42bebfad Daily bump.
From-SVN: r26705
1999-04-29 18:45:03 -06:00
Mark Mitchell 5c7a310f81 emit-rtl.c (start_sequence): Expand comments.
* emit-rtl.c (start_sequence): Expand comments.
	(start_sequence_for_rtl_expr): Likewise.
	(push_to_sequence): Likewise.
	(end_sequence): Likewise.
	* expr.c (inhibit_defer_pop): Likewise.
	* expr.h (inhibit_defer_pop): Likewise.
	(NO_DEFER_POP): Likewise.
	(OK_DEFER_POP): Likewise.

From-SVN: r26704
1999-04-29 23:01:29 +00:00
Mark Mitchell 1a6580ec80 decl2.c (do_static_destruction): Remove obsolete FIXME comment.
* decl2.c (do_static_destruction): Remove obsolete FIXME comment.
	(finish_file): Indent comments properly.

From-SVN: r26703
1999-04-29 22:39:31 +00:00