- 26 Oct, 2001 40 commits
-
-
From-SVN: r46552
Richard Kenner committed -
decl.c (validate_size): Modify message for bad size to avoid implication that compiler is modifying the... * decl.c (validate_size): Modify message for bad size to avoid implication that compiler is modifying the size. From-SVN: r46551
Richard Kenner committed -
From-SVN: r46550
Robert Dewar committed -
* sinfo.ads: Define Associated_Node to overlap Entity field. Cleanup. * sinfo.ads: Clarify use of Associated_Node (documentation only). * sem_ch12.adb: Change Node4 to Associated_Node. Change Associated_Node to Get_Associated_Node. Put use of Unchecked_Access much more narrowly in places where needed. These are cleanups. From-SVN: r46549
Robert Dewar committed -
* 5zosinte.ads (null_pthread): new constant. * 5ztaprop.adb: (Initialize_TCB): Initialize thread ID to null, to be able to verify later that this field has been set. (Finalize_TCB): ditto. (Suspend_Task): Verify that the thread ID is not null before using it. (Resume_Task): ditto. * s-tasdeb.adb: (Resume_All_Tasks): Lock the tasks list before using it. (Suspend_All_Tasks): ditto. From-SVN: r46548
Joel Brobecker committed -
decl.c (gnat_to_gnu_entity, [...]): Make constant variant of designated type for Is_Access_Constant. * decl.c (gnat_to_gnu_entity, case E_General_Access_Type): Make constant variant of designated type for Is_Access_Constant. Call update_pointer_to with main variant. * trans.c (process_freeze_entity, process_type): Call update_pointer_to on main variant. * utils.c (update_pointer_to): Make corresponding variant for NEW_TYPE. If main variant, update all other variants. * utils2.c (build_unary_op, case INDIRECT_REF): No longer set TREE_STATIC. From-SVN: r46547
Richard Kenner committed -
From-SVN: r46546
Robert Dewar committed -
From-SVN: r46545
Robert Dewar committed -
From-SVN: r46544
Robert Dewar committed -
* prj-attr.ads: Minor reformatting Add ??? comment (this whole spec has almost no comments) From-SVN: r46543
Robert Dewar committed -
g-os_lib.adb (Normalize_Pathname): Preserve the double slash ("//") that precede the drive letter on Interix. * g-os_lib.adb (Normalize_Pathname): Preserve the double slash ("//") that precede the drive letter on Interix. From-SVN: r46542
Vincent Celier committed -
2001-10-27 Daniel Berlin <dan@cgsoftware.com> * sched-rgn.c: Remove bitset typedef. Change bitset to sbitmap in prototypes / variable types. Remove bbset_size. Remove edgeset_bits. Remove edgeset_size. s/BITSET_ADD/SET_BIT/g s/BITSET_INVERT/sbitmap_ones/g s/BITSET_INTER/sbitmap_a_and_b/g s/BITSET_UNION/sbitmap_a_or_b/g s/BITSET_DIFFER/sbitmap_difference/g s/bitset_member/TEST_BIT/g (BITSET_*): Removed. (bitset_member): Removed. (extract_bitlst): Rewrite, now that we have sbitmaps, we can use EXECUTE_IF_SET_IN_SBITMAP. (split_edges): Rewrite, use sbitmap functions instead of bitset operations. (schedule_region): Allocate/free sbitmaps, rather than bitsets. From-SVN: r46541
Daniel Berlin committed -
From-SVN: r46540
Geert Bosch committed -
reload1.c (emit_input_reload_insns): Fix parens in last (undocumented) change that was supposed to change only... * reload1.c (emit_input_reload_insns): Fix parens in last (undocumented) change that was supposed to change only whitespace. From-SVN: r46539
Andreas Schwab committed -
* cfgcleanup.c (BB_SET_FLAG, BB_CLEAR_FLAG): Add cast to avoid warning. * local-alloc.c (update_equiv_regs): Don't make REG_EQUAL note for ASM_OPERANDS. From-SVN: r46538
Richard Kenner committed -
* flow.c (clear_log_links): Remove unused variable. * cfgcleanup.c (cleanup_cfg): Likewise. From-SVN: r46537
Andreas Jaeger committed -
* tree-inline.c (remap_decl): Don't copy size and size_unit here. (remap_save_expr): Map a remapped SAVE_EXPR to error_mark_node. From-SVN: r46536
Alexandre Oliva committed -
* config/alpha/alpha.h (enum reg_class): Add R24_REG, R25_REG; rename PV_REG to R27_REG. (REG_CLASS_CONTENTS, REGNO_REG_CLASS): Update. (REG_CLASS_FROM_LETTER): Update. (PREFERRED_RELOAD_CLASS): Don't widen a reg class. * config/alpha/alpha.md (divsi3): Don't hard-code r24, r25, r27. (udivsi3, modsi3, umodsi3): Likewise. (divdi3, udivdi3, moddi3, umoddi3): Likewise. From-SVN: r46535
Richard Henderson committed -
* cfg.c (clear_aux_for_blocks): Split out of ... (free_aux_for_blocks): here. (clear_aux_for_edges): Split from ... (free_aux_for_edges): here. * basic-block.h: Declare them. * lcm.c (compute_antinout_edge): Use them. (compute_laterin, compute_available, compute_nearerout): Likewise. (optimize_mode_switching): Likewise. From-SVN: r46534
Richard Henderson committed -
Makefile.in (unstage*): Remove as, ld, collect-ld before moving everything back to the main build directory. * Makefile.in (unstage*): Remove as, ld, collect-ld before moving everything back to the main build directory. From-SVN: r46533
Richard Henderson committed -
libstdc++/4503 * config/locale/codecvt_specializations_ieee_1003.1-200x.h (__enc_traits::~__enc_traits): Fix. (__enc_traits::_M_init): Add error checking. From-SVN: r46532
Benjamin Kosnik committed -
From-SVN: r46530
GCC Administrator committed -
2001-10-25 Benjamin Kosnik <bkoz@redhat.com> libstdc++/4542 * include/bits/locale_facets.tcc (time_get::_M_extract_name): Fix. From-SVN: r46529
Benjamin Kosnik committed -
2001-10-25 Benjamin Kosnik <bkoz@redhat.com> libstdc++/4545 * include/bits/ostream.tcc (ostream::operator<<(streambuf*)): Fix exceptions. * include/bits/istream.tcc (istream::operator>>(streambuf*): Make consistent, where possible. * include/bits/streambuf.tcc: Tweak. 2001-10-25 Brendan Kehoe <brendan@zen.org> libstdc++/4536 * bits/ostream.tcc (seekp): Scope use as ios_base::failbit. * bits/istream.tcc (seekg): Likewise. From-SVN: r46528
Benjamin Kosnik committed -
From-SVN: r46526
Bryce McKinlay committed -
* config/i386/cygwin.h: Search target specfic include directory, if appropriate. From-SVN: r46524
Christopher Faylor committed -
2001-10-25 Benjamin Kosnik <bkoz@redhat.com> Peter Schmid <schmid@snake.iap.physik.tu-darmstadt.de> Ulrich Weigand <Ulrich.Weigand@de.ibm.com> * config/os/gnu-linux/bits/os_defines.h: Set to 64 bit longs with __s390x__ only. * include/bits/std_limits.h: Fix wchar_t issues. * config/os/aix/bits/os_defines.h: Fix. Co-Authored-By: Peter Schmid <schmid@snake.iap.physik.tu-darmstadt.de> Co-Authored-By: Ulrich Weigand <uweigand@de.ibm.com> From-SVN: r46523
Benjamin Kosnik committed -
* expr.c (expand_java_field_op): Don't special-case references to java.lang.PRIMTYPE.TYPE. (build_primtype_type_ref): Removed. * java-tree.h (build_primtype_type_ref): Remove prototype. * parse.y (maybe_build_primttype_type_ref): Removed. (complete_function_arguments): Don't special-case references to java.lang.PRIMTYPE.TYPE. (patch_assignment): Likewise. (array_constructor_check_entry): Likewise. From-SVN: r46522
Bryce McKinlay committed -
* java/lang/VMClassLoader.java (getPrimitiveClass): Now native. Now takes a jchar type-code argument, not a string. * java/lang/natClassLoader.cc (VMClassLoader::getPrimitiveClass): New method. Just call _Jv_FindClassFromSignature. * java/lang/Boolean.java (TYPE): Initialize from VMClassLoader.getPrimitiveClass using type-code. * java/lang/Character.java (TYPE): Likewise. * java/lang/Double.java (TYPE): Likewise. * java/lang/Float.java (TYPE): Likewise. * java/lang/Integer.java (TYPE): Likewise. * java/lang/Long.java (TYPE): Likewise. * java/lang/Short.java (TYPE): Likewise. * java/lang/Void.java (TYPE): Likewise. From-SVN: r46521
Bryce McKinlay committed -
* dwarf2out.c (PTR_SIZE, default_eh_frame_section): Move outside of macro guards. Fix #endif comment. * output.h (default_exception_section, default_eh_frame_section): Move prototypes outside of macro guard. * crtstuff.c: Fix #endif comment. From-SVN: r46520
Kaveh R. Ghazi committed -
* sem_ch8.adb (Analyze_Package_Renaming): Skip analysis if Name is Error. Similar change for other renaming cases. From-SVN: r46519
Robert Dewar committed -
* s-atacco.ads: Add pragma Inline_Always for functions. Fix header format. Add copyright 2001 From-SVN: r46518
Robert Dewar committed -
par-ch3.adb (P_Subtype_Mark_Resync): for an anonymous array return Error rather than Empty so that analysis can proceed. * par-ch3.adb (P_Subtype_Mark_Resync): for an anonymous array return Error rather than Empty so that analysis can proceed. From-SVN: r46517
Ed Schonberg committed -
sem_util.adb (Enter_Name): better handling of cascaded error messages when a unit appears in its own context. * sem_util.adb (Enter_Name): better handling of cascaded error messages when a unit appears in its own context. From-SVN: r46516
Ed Schonberg committed -
* sem_util.adb (Defining_Entity): in case of error, attach created entity to specification, so that semantic analysis can proceed. From-SVN: r46515
Ed Schonberg committed -
(Defining_Entity): Deal with Error. (Process_End_Label): Deal with bad end label for. From-SVN: r46514
Robert Dewar committed -
sem_elab.adb (Check_A_Call): refine message when call is in an instance but callee is not declared in the... * sem_elab.adb (Check_A_Call): refine message when call is in an instance but callee is not declared in the generic unit. From-SVN: r46513
Ed Schonberg committed -
* sem_elab.adb (Check_A_Call): check for renaming before finding the enclosing unit, which may already be different from the calling unit. From-SVN: r46512
Ed Schonberg committed -
From-SVN: r46511
Geert Bosch committed -
sem_res.adb (Resolve_Call): if the call is actually an indexing operation on the result of a parameterless... * sem_res.adb (Resolve_Call): if the call is actually an indexing operation on the result of a parameterless call, perform elaboration check after the node has been properly rewritten. * sem_ch12.adb (Copy_Generic_Node): after the proper body has been inlined within the generic tree, the defining identifier is not a compilation_unit. From-SVN: r46510
Ed Schonberg committed
-