]> gcc.gnu.org Git - gcc.git/log
gcc.git
22 years agoos_defines.h: Set to 64 bit longs with __s390x__ only.
Benjamin Kosnik [Fri, 26 Oct 2001 02:13:31 +0000 (02:13 +0000)]
os_defines.h: Set to 64 bit longs with __s390x__ only.

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

22 years agoexpr.c (expand_java_field_op): Don't special-case references to java.lang.PRIMTYPE...
Bryce McKinlay [Fri, 26 Oct 2001 01:53:56 +0000 (01:53 +0000)]
expr.c (expand_java_field_op): Don't special-case references to java.lang.PRIMTYPE.TYPE.

* 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

22 years agoVMClassLoader.java (getPrimitiveClass): Now native.
Bryce McKinlay [Fri, 26 Oct 2001 01:51:04 +0000 (01:51 +0000)]
VMClassLoader.java (getPrimitiveClass): Now native.

* 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

22 years agodwarf2out.c (PTR_SIZE, [...]): Move outside of macro guards.
Kaveh R. Ghazi [Fri, 26 Oct 2001 01:51:01 +0000 (01:51 +0000)]
dwarf2out.c (PTR_SIZE, [...]): Move outside of macro guards.

* 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

22 years agosem_ch8.adb (Analyze_Package_Renaming): Skip analysis if Name is Error.
Robert Dewar [Fri, 26 Oct 2001 01:46:11 +0000 (01:46 +0000)]
sem_ch8.adb (Analyze_Package_Renaming): Skip analysis if Name is Error.

* sem_ch8.adb (Analyze_Package_Renaming): Skip analysis if Name
        is Error. Similar change for other renaming cases.

From-SVN: r46519

22 years agos-atacco.ads: Add pragma Inline_Always for functions.
Robert Dewar [Fri, 26 Oct 2001 01:41:17 +0000 (01:41 +0000)]
s-atacco.ads: Add pragma Inline_Always for functions.

* s-atacco.ads: Add pragma Inline_Always for functions.
Fix header format. Add copyright 2001

From-SVN: r46518

22 years agopar-ch3.adb (P_Subtype_Mark_Resync): for an anonymous array return Error rather than...
Ed Schonberg [Fri, 26 Oct 2001 01:34:58 +0000 (01:34 +0000)]
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

22 years agosem_util.adb (Enter_Name): better handling of cascaded error messages when a unit...
Ed Schonberg [Fri, 26 Oct 2001 01:29:47 +0000 (01:29 +0000)]
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

22 years agosem_util.adb (Defining_Entity): in case of error...
Ed Schonberg [Fri, 26 Oct 2001 01:26:05 +0000 (01:26 +0000)]
sem_util.adb (Defining_Entity): in case of error...

* sem_util.adb (Defining_Entity): in case of error, attach created
        entity to specification, so that semantic analysis can proceed.

From-SVN: r46515

22 years ago* sem_util.adb
Robert Dewar [Fri, 26 Oct 2001 01:18:58 +0000 (01:18 +0000)]
* sem_util.adb
        (Defining_Entity): Deal with Error.
(Process_End_Label): Deal with bad end label for.

From-SVN: r46514

22 years agosem_elab.adb (Check_A_Call): refine message when call is in an instance but callee...
Ed Schonberg [Fri, 26 Oct 2001 01:12:44 +0000 (01:12 +0000)]
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

22 years agosem_elab.adb (Check_A_Call): check for renaming before finding the enclosing unit...
Ed Schonberg [Fri, 26 Oct 2001 01:07:23 +0000 (01:07 +0000)]
sem_elab.adb (Check_A_Call): check for renaming before finding the enclosing unit...

* 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

22 years ago* 4gintnam.ads: fix header format.
Geert Bosch [Fri, 26 Oct 2001 00:50:40 +0000 (02:50 +0200)]
* 4gintnam.ads: fix header format.

From-SVN: r46511

22 years agosem_res.adb (Resolve_Call): if the call is actually an indexing operation on the...
Ed Schonberg [Fri, 26 Oct 2001 00:47:09 +0000 (00:47 +0000)]
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

22 years agosem_res.adb (Resolve): special-case resolution of Null in an instance or an inlined...
Ed Schonberg [Fri, 26 Oct 2001 00:34:46 +0000 (00:34 +0000)]
sem_res.adb (Resolve): special-case resolution of Null in an instance or an inlined body to avoid view...

* sem_res.adb (Resolve): special-case resolution of Null in an
         instance or an inlined body to avoid view conflicts.

* sem_ch12.adb (Copy_Generic_Node): for allocators, check for view
         compatibility by retrieving the access type of the generic copy.

From-SVN: r46509

22 years ago* sem_ch3.adb:
Robert Dewar [Fri, 26 Oct 2001 00:28:10 +0000 (00:28 +0000)]
* sem_ch3.adb:

(Analyze_Number_Declaration): Handle error expression.
(Signed_Integer_Type_Declaration): Handle error bound.
(Analyze_Subtype_Indication): Handle error range.

* sem_util.adb (Get_Index_Bounds): Check for Error.

From-SVN: r46508

22 years agorestrict.adb (Set_No_Run_Time_Mode): Set Discard_Names as default in no run time...
Robert Dewar [Thu, 25 Oct 2001 23:53:04 +0000 (23:53 +0000)]
restrict.adb (Set_No_Run_Time_Mode): Set Discard_Names as default in no run time mode.

* restrict.adb (Set_No_Run_Time_Mode): Set Discard_Names as default
in no run time mode.

From-SVN: r46507

22 years agognatmem.adb (Read_Next): fix Curs2 value to properly handle quiet mode case for ALLOC...
Pascal Obry [Thu, 25 Oct 2001 23:49:27 +0000 (23:49 +0000)]
gnatmem.adb (Read_Next): fix Curs2 value to properly handle quiet mode case for ALLOC case.

* gnatmem.adb (Read_Next): fix Curs2 value to properly handle quiet
        mode case for ALLOC case.

* gnatmem.adb (Read_Next): correctly fix parsing in Quiet mode on
        all platforms. Improvement of last change.

From-SVN: r46506

22 years ago* exp_ch4.adb (Expand_N_Allocator): Minor reformatting.
Robert Dewar [Thu, 25 Oct 2001 23:43:49 +0000 (23:43 +0000)]
* exp_ch4.adb (Expand_N_Allocator): Minor reformatting.

From-SVN: r46505

22 years ago* osint.adb (Is_Relative): Remove duplicate.
Geert Bosch [Thu, 25 Oct 2001 23:38:15 +0000 (01:38 +0200)]
* osint.adb (Is_Relative): Remove duplicate.

From-SVN: r46504

22 years agoosint.adb (Read_Default_Search_Dirs): correctly detect relative pathnames in UNIX...
Pascal Obry [Thu, 25 Oct 2001 23:23:44 +0000 (23:23 +0000)]
osint.adb (Read_Default_Search_Dirs): correctly detect relative pathnames in UNIX and DOS style with drive letter.

* osint.adb (Read_Default_Search_Dirs): correctly detect relative
        pathnames in UNIX and DOS style with drive letter.
(Is_Relative): new routine.

* osint.adb: Minor reformatting

* osint.adb (Is_Relative): implementation using
        GNAT.OS_Lib.Is_Absolute_Path. Better fix for 8121-009.

From-SVN: r46503

22 years agog-dirope.adb (Basename): correctly compute offset between the original Path and the...
Pascal Obry [Thu, 25 Oct 2001 23:12:24 +0000 (23:12 +0000)]
g-dirope.adb (Basename): correctly compute offset between the original Path and the translated one.

* g-dirope.adb (Basename): correctly compute offset between the
        original Path and the translated one.

* g-dirope.adb: (Base_Name): add some comments.

From-SVN: r46502

22 years agoexp_imgv.adb (Expand_Image_Attribute): Defend against bad use in HIE mode, avoids...
Robert Dewar [Thu, 25 Oct 2001 23:03:11 +0000 (23:03 +0000)]
exp_imgv.adb (Expand_Image_Attribute): Defend against bad use in HIE mode, avoids compilation abandoned message

* exp_imgv.adb (Expand_Image_Attribute): Defend against bad use
        in HIE mode, avoids compilation abandoned message

* exp_imgv.adb: Correct typo in previous change

* exp_imgv.adb: Correct typo in previous change (not my day!)

From-SVN: r46501

22 years agolocale_facets.tcc (collate::do_transform): Fix.
Benjamin Kosnik [Thu, 25 Oct 2001 22:56:07 +0000 (22:56 +0000)]
locale_facets.tcc (collate::do_transform): Fix.

2001-10-25  Benjamin Kosnik  <bkoz@redhat.com>

* include/bits/locale_facets.tcc (collate::do_transform): Fix.

From-SVN: r46500

22 years ago* s-tpinop.ads: Add 2001 to copyright notice. Fix header format.
Robert Dewar [Thu, 25 Oct 2001 22:51:49 +0000 (22:51 +0000)]
* s-tpinop.ads: Add 2001 to copyright notice. Fix header format.

From-SVN: r46499

22 years agomangle.c (static tree compression_table): Fixed leading comment.
Alexandre Petit-Bianco [Thu, 25 Oct 2001 21:37:44 +0000 (14:37 -0700)]
mangle.c (static tree compression_table): Fixed leading comment.

2001-10-24  Alexandre Petit-Bianco  <apbianco@redhat.com>

* mangle.c (static tree compression_table): Fixed leading comment.
* parse.h (struct parser_ctxt): Fixed field comment.
* parse.y (check_pkg_class_access): New prototype, fixed leading
comment, new parameter used to emit error only if passed as true.
(parse_check_super): Pass extra argument to check_pkg_class_access.
(do_resolve_class): Likewise.
(process_imports): Likewise.
(read_import_dir): Fixed indentation.
(find_in_imports_on_demand): New local class_type_name. Local
node_to_use deleted. while loop changed into for loop. Report
multiple definition only for accessible classes. Improved error
message.
(start_complete_expand_method): Local `ptr' removed. DECL_ARGUMENTS
assigned to parameter list, fixed indentation. while loop changed
into for loop, restore TREE_CHAIN on local `tem' before the next
iteration.

( http://gcc.gnu.org/ml/gcc-patches/2001-10/msg01323.html )

From-SVN: r46498

22 years agodocumentation.html: Fix typo.
Phil Edwards [Thu, 25 Oct 2001 21:17:34 +0000 (21:17 +0000)]
documentation.html: Fix typo.

2001-10-25  Phil Edwards  <pme@gcc.gnu.org>

* docs/html/documentation.html:  Fix typo.

From-SVN: r46497

22 years agore PR java/3096 (GCJ does not increment)
Alexandre Petit-Bianco [Thu, 25 Oct 2001 21:13:18 +0000 (14:13 -0700)]
re PR java/3096 (GCJ does not increment)

2001-10-04  Alexandre Petit-Bianco  <apbianco@redhat.com>

* libjava.lang/PR3096.java: New file.
* libjava.lang/PR3096.out: Likewise.

( http://gcc.gnu.org/ml/java-patches/2001-q4/msg00165.html )

From-SVN: r46496

22 years agog-awk.ads: Move all pragma inlines next to the routine declarations.
Geert Bosch [Thu, 25 Oct 2001 19:56:43 +0000 (21:56 +0200)]
g-awk.ads: Move all pragma inlines next to the routine declarations.

* g-awk.ads: Move all pragma inlines next to the routine
 declarations. This is more uniform with other GNAT spec.

From-SVN: r46495

22 years agomd.texi (movMM): Clarify semantics of storing into a non-paradoxical SUBREG.
Jeffrey A Law [Thu, 25 Oct 2001 18:25:08 +0000 (18:25 +0000)]
md.texi (movMM): Clarify semantics of storing into a non-paradoxical SUBREG.

        * doc/md.texi (movMM): Clarify semantics of storing into a
        non-paradoxical SUBREG.

From-SVN: r46494

22 years agolanghooks.c (lang_hook_default_clear_binding_stack): New.
Zack Weinberg [Thu, 25 Oct 2001 17:57:03 +0000 (17:57 +0000)]
langhooks.c (lang_hook_default_clear_binding_stack): New.

* langhooks.c (lang_hook_default_clear_binding_stack): New.
(lang_hook_default_get_alias_set): Move next to other alias
hooks.
* langhooks.h: Prototype lang_hook_default_clear_binding_stack.
(LANG_HOOKS_CLEAR_BINDING_STACK): New macro.
(LANG_HOOKS_INITIALIZER): Add it.
* toplev.h (struct lang_hooks): Add clear_binding_stack.
* toplev.c (compile_file):  Call lang_hooks.clear_binding_stack
instead of a loop calling poplevel.
cp:
* cp-lang.c: Redefine LANG_HOOKS_CLEAR_BINDING_STACK to
pop_everything.

From-SVN: r46492

22 years agomsgs.exp: Delete.
Zack Weinberg [Thu, 25 Oct 2001 17:38:14 +0000 (17:38 +0000)]
msgs.exp: Delete.

* gcc.misc-tests/msgs.exp: Delete.
* gcc.misc-tests/m-un-1.c: Move to gcc.dg.
* gcc.misc-tests/m-un-2.c: Move to gcc.dg.  Update expected
error set to match recent changes.

From-SVN: r46491

22 years agoboehm-gc.h: Call thread local allocation functions if THREAD_LOCAL_ALLOC is defined.
Hans Boehm [Thu, 25 Oct 2001 17:29:41 +0000 (17:29 +0000)]
boehm-gc.h: Call thread local allocation functions if THREAD_LOCAL_ALLOC is defined.

* include/boehm-gc.h: Call thread local allocation functions
if THREAD_LOCAL_ALLOC is defined.

From-SVN: r46490

22 years agoReplace occurrences of #elif with #if...#endif.
Nick Clifton [Thu, 25 Oct 2001 13:20:59 +0000 (13:20 +0000)]
Replace occurrences of #elif with #if...#endif.

From-SVN: r46489

22 years ago* cris.h (EH_RETURN_DATA_REGNO): Fix unsigned>=0 warning.
Kaveh R. Ghazi [Thu, 25 Oct 2001 13:08:45 +0000 (13:08 +0000)]
* cris.h (EH_RETURN_DATA_REGNO): Fix unsigned>=0 warning.

From-SVN: r46488

22 years agoalias.c (can_address_p): No longer static.
Richard Kenner [Thu, 25 Oct 2001 12:55:16 +0000 (12:55 +0000)]
alias.c (can_address_p): No longer static.

* alias.c (can_address_p): No longer static.
* emit-rtl.c (get_mem_attrs): New parameter, MODE; all callers changed.
Return 0 if all parameters are default values.
(set_mem_attributes): Set MEM_KEEP_ALIAS_SET_P.
(adjust_address_1): Try harder to compute a size.
* expr.c (expand_assignment, store_constructor): If can't address,
set MEM_KEEP_ALIAS_SET_P.
(store_constructor_field): Don't change set if MEM_KEEP_ALIAS_SET_P.
(store_field): Likewise.
(store_constructor): Simplify call to store_constructor_field.
* expr.h (can_address_p): New declaration.
* gensupport.c (gen_rtx_CONST_INT): New function.
* rtl.h (MEM_KEEP_ALIAS_SET_P): New macro.
(MEM_SIZE): Get size from mode, if not set and not BLKmode.
(MEM_COPY_ATTRIBUTES): Copy MEM_KEEP_ALIAS_SET_P.

From-SVN: r46487

22 years ago* stmt.c (expand_end_case): Remove orig_minval and use tree_low_cst.
Richard Kenner [Thu, 25 Oct 2001 12:42:15 +0000 (12:42 +0000)]
* stmt.c (expand_end_case): Remove orig_minval and use tree_low_cst.

From-SVN: r46486

22 years agoRestore ChangeLog entries which vanished with last commit.
Jakub Jelinek [Thu, 25 Oct 2001 08:40:40 +0000 (10:40 +0200)]
Restore ChangeLog entries which vanished with last commit.

From-SVN: r46485

22 years agoDaily bump.
GCC Administrator [Thu, 25 Oct 2001 07:16:42 +0000 (07:16 +0000)]
Daily bump.

From-SVN: r46484

22 years agoDaily bump.
GCC Administrator [Thu, 25 Oct 2001 07:16:41 +0000 (07:16 +0000)]
Daily bump.

[[Split portion of a mixed commit.]]

From-SVN: r46483.2

22 years agonatClassLoader.cc (_Jv_RegisterClassHookDefault): Use snprintf, not asprintf.
Bryce McKinlay [Thu, 25 Oct 2001 03:15:37 +0000 (03:15 +0000)]
natClassLoader.cc (_Jv_RegisterClassHookDefault): Use snprintf, not asprintf.

2001-10-25  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>

* java/lang/natClassLoader.cc (_Jv_RegisterClassHookDefault): Use
snprintf, not asprintf.

From-SVN: r46482

22 years ago* config/i386/cygwin.h: Use proper path for mingw crt files when -mno-cygwin.
Christopher Faylor [Thu, 25 Oct 2001 03:14:05 +0000 (03:14 +0000)]
* config/i386/cygwin.h: Use proper path for mingw crt files when -mno-cygwin.

From-SVN: r46481

22 years ago* dwarf2out.c (file_info_cmp): Always return consistent results.
Richard Kenner [Wed, 24 Oct 2001 22:44:47 +0000 (22:44 +0000)]
* dwarf2out.c (file_info_cmp): Always return consistent results.

From-SVN: r46480

22 years agogcc.texi (G++ and GCC): Mention Ada front end.
Geert Bosch [Wed, 24 Oct 2001 22:31:17 +0000 (00:31 +0200)]
gcc.texi (G++ and GCC): Mention Ada front end.

* doc/gcc.texi (G++ and GCC): Mention Ada front end.
(Standards): Refer to GNAT Reference Manual.

* doc/install.texi (Configuration): Mention Ada front end.
(Building): Add build instructions for the Ada front end.

* doc/invoke.texi (Overall Options): Document Ada file types.
Add "ada" to "-x LANGUAGE" option parameters.

From-SVN: r46479

22 years agostmt.c (expand_end_case): Index jumptables from zero for suitably small values of...
Roger Sayle [Wed, 24 Oct 2001 22:11:40 +0000 (22:11 +0000)]
stmt.c (expand_end_case): Index jumptables from zero for suitably small values of minval.

        * stmt.c (expand_end_case): Index jumptables from zero for
        suitably small values of minval.

From-SVN: r46478

22 years agoCorrect date.
Loren J. Rittle [Wed, 24 Oct 2001 22:03:30 +0000 (22:03 +0000)]
Correct date.

From-SVN: r46477

22 years agoconfigure.in (case $THREADS): Add *-*-freebsd* configuration.
Loren J. Rittle [Wed, 24 Oct 2001 21:57:08 +0000 (21:57 +0000)]
configure.in (case $THREADS): Add *-*-freebsd* configuration.

* configure.in (case $THREADS): Add *-*-freebsd* configuration.
(HAVE_GETHOSTBYADDR_R): Create a valid, non-optimal
configuration when gethostbyaddr_r exists yet no prototype
exists in netdb.h.
* configure: Rebuilt.
* posix-threads.cc (INTR): Reuse path for LINUX_THREADS
with FREEBSD_THREADS.  However, comment different reason.

From-SVN: r46476

22 years agostor-layout.c (place_union_field): If any field was aligned with attribute aligned...
Jakub Jelinek [Wed, 24 Oct 2001 21:47:23 +0000 (23:47 +0200)]
stor-layout.c (place_union_field): If any field was aligned with attribute aligned, set record type's TYPE_USER_ALIGN.

* stor-layout.c (place_union_field): If any field was aligned with
attribute aligned, set record type's TYPE_USER_ALIGN.
(place_field): Likewise.
(finalize_record_size): Don't clear TYPE_USER_ALIGN.
(layout_type) [ARRAY_TYPE]: Copy element's TYPE_USER_ALIGN.

From-SVN: r46475

22 years agoMakefile.in: Rebuilt.
Tom Tromey [Wed, 24 Oct 2001 21:39:24 +0000 (21:39 +0000)]
Makefile.in: Rebuilt.

2001-10-24  Tom Tromey  <tromey@redhat.com>
            Warren Levy  <warrenl@redhat.com>

* Makefile.in: Rebuilt.
* Makefile.am (javax_source_files): New macro.
(ordinary_java_source_files): Added javax_source_files.
(libgcj.jar): Search javax for class files.
* javax/naming/LinkException.java (toString): Wrote.
(toString(boolean)): Likewise.
* javax/naming/ldap/InitialLdapContext.java: New file.
* javax/naming/directory/InitialDirContext.java: Wrote.
* javax/naming/spi/NamingManager.java (getPlusPath): Now has
package-private protection.
(getURLContext): Likewise.
(NamingManager): Likewise.
* javax/naming/spi/DirectoryManager.java: New file.
* javax/naming/directory/BasicAttributes.java: New file.
* javax/naming/directory/BasicAttribute.java: New file.
* javax/naming/spi/ResolveResult.java
(ResolveResult(Object,String)): Wrote.
(appendRemainingName): Uncommented body.
(appendRemainingComponent): Likewise.
* javax/naming/ldap/ControlFactory.java: New file.
* javax/naming/directory/AttributeModificationException.java
(toString): Wrote.
* javax/naming/spi/NamingManager.java (NamingManager): New
constructor.
(setInitialContextFactoryBuilder): Wrote.
(getInitialContext): Look in system properties for class name as
well.  Use Class.forName().
(getURLContext): Wrote.
(ofb): New field.
(setObjectFactoryBuilder): Wrote.
(getObjectInstance): Wrote.
(getContinuationContext): Wrote.
(getPlusPath): New private method.
(getStateToBind): Wrote.
* javax/naming/CannotProceedException.java: Added missing methods &
fields.
* javax/naming/LinkException.java: Added missing methods & fields.
* javax/naming/ReferralException.java (ReferralException): Made
constructor protected per spec.
Added missing abstract methods.
* javax/naming/directory/Attribute.java: Updated copyright.
* javax/naming/directory/AttributeModificationException.java: Ditto.
* javax/naming/directory/Attributes.java: Ditto.
* javax/naming/directory/DirContext.java: Ditto.
* javax/naming/spi/NamingManager.java: Ditto.
* javax/naming/spi/ResolveResult.java: Added comment.
* javax/naming/directory/Attribute.java: Added missing interface
methods.
* javax/naming/directory/AttributeModificationException.java:
Added missing methods & fields.
* javax/naming/directory/directory/Attributes.java: Added missing
interface methods.
* javax/naming/directory/SearchControls.java: Maded serialized fields
private.
* javax/naming/event/NamingEvent.java: Added comment.
* javax/naming/event/NamingExceptionEvent.java: Maded serialized field
private.
* javax/naming/ldap/UnsolicitedNotificationEvent.java: Maded
serialized field private.
* javax/naming/spi/NamingManager.java: Added missing field and stubbed
missing methods.
* javax/naming/directory/DirContext.java: Added missing interface
fields & methods.
* javax/naming/directory/InitialDirContext.java: Stubbed missing
methods.
* javax/naming/directory/ModificationItem.java: New class.
* javax/naming/directory/SearchResult.java: New class.
* javax/naming/directory/SearchControls.java: New class.
* javax/naming/event/EventContext.java: New class.
* javax/naming/event/EventDirContext.java: New class.
* javax/naming/event/NamespaceChangeListener.java: New class.
* javax/naming/event/NamingEvent.java: New class.
* javax/naming/event/NamingExceptionEvent.java: New class.
* javax/naming/event/NamingListener.java: New class.
* javax/naming/event/ObjectChangeListener.java: New class.
* javax/naming/ldap/Control.java: New class.
* javax/naming/ldap/ExtendedRequest.java: New class.
* javax/naming/ldap/ExtendedResponse.java: New class.
* javax/naming/ldap/HasControls.java: New class.
* javax/naming/ldap/LdapContext.java: New class.
* javax/naming/ldap/LdapReferralException.java: New class.
* javax/naming/ldap/UnsolicitedNotification.java: New class.
* javax/naming/ldap/UnsolicitedNotificationEvent.java: New class.
* javax/naming/ldap/UnsolicitedNotificationListener.java: New class.
* javax/naming/spi/DirObjectFactory.java: New class.
* javax/naming/spi/DirStateFactory.java: New class.
* javax/naming/spi/ObjectFactoryBuilder.java: New class.
* javax/naming/spi/ResolveResult.java: New class.
* javax/naming/spi/Resolver.java: New class.
* javax/naming/spi/StateFactory.java: New class.
* javax/naming/spi/ObjectFactory.java: Made an interface per spec.
* java/rmi/RemoteException.java: New class.
* javax/transaction/HeuristicCommitException.java: New class.
* javax/transaction/HeuristicMixedException.java: New class.
* javax/transaction/HeuristicRollbackException.java: New class.
* javax/transaction/NotSupportedException.java: New class.
* javax/transaction/RollbackException.java: New class.
* javax/transaction/Status.java: New class.
* javax/transaction/Synchronization.java: New class.
* javax/transaction/SystemException.java: New class.
* javax/transaction/Transaction.java: New class.
* javax/transaction/TransactionManager.java: New class.
* javax/transaction/UserTransaction.java: New class.
* javax/transaction/xa/XAException.java: Added public static fields.
* javax/transaction/xa/XAResource.java: New class.
* javax/transaction/xa/Xid.java: New class.
* javax/naming/CompoundName.java (CompoundName(String)): Reverse
elements if required.  Handle case where quote is at end of
string.
* javax/naming/CompoundName.java (CompoundName(String)): Handle
text left at end of parsing.
(toString): Handle empty element at beginning.
* javax/naming/CompositeName.java (toString): Handle empty element
at beginning.
(CompositeName(String)): Handle text left at end of parsing.
Correctly compute boundary condition for quoting.
* javax/naming/CompoundName.java: New file.
* javax/naming/CompositeName.java: New file.
* javax/naming/Binding.java: New file.
* javax/naming/LinkRef.java: New file.
* javax/naming/NameClassPair.java: New file.
* javax/naming/Reference.java (addrs, classFactory,
classFactoryLocation): New fields.
(className): Now protected.
(Reference): New constructors.
(add): Now public.  Implemented.
(get(String)): Likewise.
(add(int,RefAddr)): New method.
(clear): Likewise.
(clone): Likewise.
(equals): Likewise.
(get(int)): Likewise.
(getAll): Likewise.
(getFactoryClassLocation): Likewise.
(getFactoryClassName): Likewise.
(hashCode): Likewise.
(remove): Likewise.
(size): Likewise.
(toString): Likewise.
* javax/transaction/xa/XAException.java: New file.
* javax/transaction/TransactionRolledbackException.java: New file.
* javax/transaction/TransactionRequiredException.java: New file.
* javax/transaction/InvalidTransactionException.java: New file.
* javax/naming/directory/SchemaViolationException.java: Use
correct package.  Import NamingException.
* javax/naming/directory/NoSuchAttributeException.java,
javax/naming/directory/InvalidSearchFilterException.java,
javax/naming/directory/InvalidSearchControlsException.java,
javax/naming/directory/InvalidAttributesException.java,
javax/naming/directory/InvalidAttributeValueException.java,
javax/naming/directory/InvalidAttributeIdentifierException.java,
javax/naming/directory/AttributeModificationException.java,
javax/naming/directory/AttributeInUseException.java: Likewise.
* javax/naming/directory/InitialDirContext.java (getAttributes):
Stub implementation.
* javax/naming/RefAddr.java (RefAddr): Reindented.
(equals): Renamed and reindented.
* javax/naming/BinaryRefAddr.java (equals): Renamed and
reindented.

Co-Authored-By: Warren Levy <warrenl@redhat.com>
From-SVN: r46474

22 years agocom.c (ffecom_check_size_overflow_): Only check for TREE_OVERFLOW.
Toon Moene [Wed, 24 Oct 2001 20:32:34 +0000 (22:32 +0200)]
com.c (ffecom_check_size_overflow_): Only check for TREE_OVERFLOW.

2001-10-24  Toon Moene  <toon@moene.indiv.nluug.nl>

* com.c (ffecom_check_size_overflow_): Only check for TREE_OVERFLOW.

From-SVN: r46473

22 years agoc-common.h (struct c_common_identifier): Remove rid_code field.
Zack Weinberg [Wed, 24 Oct 2001 20:10:53 +0000 (20:10 +0000)]
c-common.h (struct c_common_identifier): Remove rid_code field.

* c-common.h (struct c_common_identifier): Remove rid_code field.
(C_RID_CODE): Use ->node.rid_code instead of ->rid_code.

* c-typeck.c (constructor_designated): New local flag.
(struct constructor_stack): Add "designated" field to match.
(start_init): Clear it.
(really_start_incremental_init, push_init_level): Push and
clear it.
(pop_init_level): Pop it.
(set_designator): Set it.

(pop_init_level): Suppress "missing initializer" warnings if
constructor_designated is true.
(process_init_element): Suppress warning about union
initialization under traditional C, if constructor_designated
is true.

* intl/loadmsgcat.c (INTTYPE_SIGNED, INTTYPE_MINIMUM,
INTTYPE_MAXIMUM): Clone from system.h.
(_nl_load_domain): Use them when testing for overflow of size_t.
Cast result of sizeof to off_t to compare to st_size value.
Move side effects out of conditional for comprehensibility.

* testsuite/gcc.dg/20011021-1.c: New test.

From-SVN: r46472

22 years agointegrate.c (copy_rtx_and_substitute, case CALL): Fix error in last change.
Richard Kenner [Wed, 24 Oct 2001 19:36:36 +0000 (19:36 +0000)]
integrate.c (copy_rtx_and_substitute, case CALL): Fix error in last change.

* integrate.c (copy_rtx_and_substitute, case CALL): Fix error in last
change.

From-SVN: r46471

22 years ago* include/safe-ctype.h (_sch_isbasic, IS_ISOBASIC): New.
Neil Booth [Wed, 24 Oct 2001 19:29:16 +0000 (19:29 +0000)]
* include/safe-ctype.h (_sch_isbasic, IS_ISOBASIC): New.

From-SVN: r46470

22 years ago* h8300.h (RETURN_ADDR_RTX): Remove old, incorrect definition.
Jeffrey A Law [Wed, 24 Oct 2001 19:24:44 +0000 (19:24 +0000)]
* h8300.h (RETURN_ADDR_RTX): Remove old, incorrect definition.

From-SVN: r46469

22 years agossa-ccp.c (ssa_ccp_substitute_constants): Don't do anything if the node was already...
Dan Nicolaescu [Wed, 24 Oct 2001 18:58:15 +0000 (18:58 +0000)]
ssa-ccp.c (ssa_ccp_substitute_constants): Don't do anything if the node was already a set to a constant.

* ssa-ccp.c (ssa_ccp_substitute_constants): Don't do anything if
the node was already a set to a constant.

From-SVN: r46468

22 years ago* java/lang/reflect/Field.java: Made many methods private.
Tom Tromey [Wed, 24 Oct 2001 18:06:48 +0000 (18:06 +0000)]
* java/lang/reflect/Field.java: Made many methods private.

From-SVN: r46467

22 years ago* java/sql/Types.java (Types): New constructor.
Tom Tromey [Wed, 24 Oct 2001 18:04:23 +0000 (18:04 +0000)]
* java/sql/Types.java (Types): New constructor.

From-SVN: r46466

22 years agoemit-rtl.c (set_mem_attributes): Fix typo in last change.
Richard Kenner [Wed, 24 Oct 2001 16:38:51 +0000 (16:38 +0000)]
emit-rtl.c (set_mem_attributes): Fix typo in last change.

* emit-rtl.c (set_mem_attributes): Fix typo in last change.
* print-rtl.c (print_rtx, case MEM): Improve display of MEM_DECL.

From-SVN: r46465

22 years agolinux.h (ASM_OUTPUT_BYTE): Fix format specifier warnings.
Kaveh R. Ghazi [Wed, 24 Oct 2001 16:12:36 +0000 (16:12 +0000)]
linux.h (ASM_OUTPUT_BYTE): Fix format specifier warnings.

* s390/linux.h (ASM_OUTPUT_BYTE): Fix format specifier warnings.
(ASM_OUTPUT_ASCII): Const-ify.  Fix signed/unsigned warning.
(ASM_OUTPUT_MI_THUNK): Fix format specifier warnings.
* s390.c (s390_final_chunkify): Don't use string concatenation.
(s390_function_prologue, s390_function_epilogue): Const-ify.
* s390.h (FUNCTION_PROFILER): Remove unused variable.

From-SVN: r46464

22 years agoc-decl.c (finish_decl): Don't add DECL_STMTs for nested function prototypes.
Jakub Jelinek [Wed, 24 Oct 2001 14:46:44 +0000 (16:46 +0200)]
c-decl.c (finish_decl): Don't add DECL_STMTs for nested function prototypes.

* c-decl.c (finish_decl): Don't add DECL_STMTs for nested function
prototypes.

* gcc.c-torture/compile/20011023-1.c: New test.

From-SVN: r46463

22 years agoDaily bump.
GCC Administrator [Wed, 24 Oct 2001 07:16:53 +0000 (07:16 +0000)]
Daily bump.

From-SVN: r46461

22 years agoDaily bump.
GCC Administrator [Wed, 24 Oct 2001 07:16:46 +0000 (07:16 +0000)]
Daily bump.

[[Split portion of a mixed commit.]]

From-SVN: r46460.2

22 years agofix include problem
Anthony Green [Wed, 24 Oct 2001 07:00:19 +0000 (07:00 +0000)]
fix include problem

From-SVN: r46459

22 years agoField.java (Field): New constructor.
Tom Tromey [Wed, 24 Oct 2001 04:38:08 +0000 (04:38 +0000)]
Field.java (Field): New constructor.

* java/lang/reflect/Field.java (Field): New constructor.
* java/lang/ClassLoader.java (defineClass(String,byte[],int,int)):
Throw ClassFormatError.

From-SVN: r46458

22 years agox-darwin: Use -no-cpp-precomp instead of -traditional-cpp in first-stage compilation.
Stan Shebs [Wed, 24 Oct 2001 03:43:02 +0000 (03:43 +0000)]
x-darwin: Use -no-cpp-precomp instead of -traditional-cpp in first-stage compilation.

        * config/rs6000/x-darwin: Use -no-cpp-precomp instead of
        -traditional-cpp in first-stage compilation.

From-SVN: r46457

22 years agogcc_release: Build snapshots from mainline.
Joseph Myers [Wed, 24 Oct 2001 03:15:38 +0000 (04:15 +0100)]
gcc_release: Build snapshots from mainline.

* gcc_release: Build snapshots from mainline.  Generate Ada and
Chill tarballs.  Correct error check when building diffs.  Check
for errors when building bzip2 files.
* crontab: Use /sourceware/snapshot-tmp for building snapshots.

From-SVN: r46456

22 years agoMake -fno-exceptions work.
Benjamin Kosnik [Wed, 24 Oct 2001 02:37:56 +0000 (02:37 +0000)]
Make -fno-exceptions work.

2001-10-23  Benjamin Kosnik  <bkoz@redhat.com>

Make -fno-exceptions work.
* config/locale/c_locale_gnu.cc: Use functexcept.
* include/bits/c++config (__stl_assert): Remove.
(__STL_USE_EXCEPTIONS): Same.
(__STL_TRY): Same.
(__STL_CATCH_ALL): Same.
(__STL_THROW): Same.
(__STL_RETHROW): Same.
(__STL_NOTHROW): Same.
(__STL_UNWIND): Same.
* include/bits/pthread_allocimpl.h: Fix.
* include/bits/std_bitset.h: Same.
* include/bits/std_list.h: Same.
* include/bits/std_memory.h: Same.
* include/bits/std_queue.h: Same.
* include/bits/stl_alloc.h: Same.
* include/bits/stl_deque.h: Same.
* include/bits/stl_list.h: Same.
* include/bits/stl_queue.h: Same.
* include/bits/stl_tempbuf.h: Same.
* include/bits/stl_tree.h: Same.
* include/bits/stl_uninitialized.h: Same.
* include/bits/stl_vector.h: Same.
* include/ext/ropeimpl.h: Same.
* include/ext/slist: Same.
* include/ext/stl_hashtable.h: Same.
* include/ext/stl_rope.h: Same.
* libsupc++/new_op.cc: Include cstdlib.
* libsupc++/eh_personality.cc: Add exception_defines include. Use
__throw_exception_again, tweak.
* libsupc++/eh_aux_runtime.cc: Include stdlib for abort.
* libsupc++/vec.cc: Tweak.
* src/functexcept.cc: Remove unused arguments.
* testsuite/23_containers/bitset_members.cc: Tweak.

From-SVN: r46455

22 years ago* gensupport.c (target_flags): Add.
Richard Kenner [Wed, 24 Oct 2001 01:46:50 +0000 (01:46 +0000)]
* gensupport.c (target_flags): Add.

From-SVN: r46454

22 years agoPropertyResourceBundle.java (handleGetObject): Now public. r106301.485/tags/gcc_ss_20011023
Tom Tromey [Wed, 24 Oct 2001 00:01:15 +0000 (00:01 +0000)]
PropertyResourceBundle.java (handleGetObject): Now public.

* java/util/PropertyResourceBundle.java (handleGetObject): Now
public.
* java/util/ListResourceBundle.java (handleGetObject): Now public
and final, per spec.

From-SVN: r46452

22 years agosolaris_threads.h: Update to use GC_SOLARIS_THREADS.
Loren J. Rittle [Tue, 23 Oct 2001 23:21:39 +0000 (23:21 +0000)]
solaris_threads.h: Update to use GC_SOLARIS_THREADS.

        * include/private/solaris_threads.h: Update to use GC_SOLARIS_THREADS.

Co-Authored-By: Andreas Tobler <toa@pop.agri.ch>
From-SVN: r46451

22 years agoRemove Craig Burley.
Jeff Law [Tue, 23 Oct 2001 23:04:53 +0000 (17:04 -0600)]
Remove Craig Burley.

From-SVN: r46450

22 years agomisc.c (gnat_init, [...]): Now static.
Richard Kenner [Tue, 23 Oct 2001 22:59:52 +0000 (22:59 +0000)]
misc.c (gnat_init, [...]): Now static.

* misc.c (gnat_init, gnat_init_options, gnat_decode_option):
Now static.
(LANG_HOOKS_GET_ALIAS_SET): New macro.
(gnat_expand_expr, case NULL_EXPR): Always call set_mem_attributes.
(gnat_get_alias_set): Renamed from lang_get_alias_set.
* gigi.h (gnat_decode_option, gnat_init_option, gnat_init):
Delete declarations.
(gnat_get_alias_set): Likewise.

From-SVN: r46449

22 years agobuiltins.c (expand_builtin_setjmp): Only call convert_memory_address if needed.
Richard Kenner [Tue, 23 Oct 2001 22:59:15 +0000 (18:59 -0400)]
builtins.c (expand_builtin_setjmp): Only call convert_memory_address if needed.

* builtins.c (expand_builtin_setjmp): Only call convert_memory_address
if needed.
(expand_builtin_longjmp, expand_builtin_alloca): Likewise.
* except.c (expand_builtin_frob_return_addr): Likewise.
(expand_builtin_eh_return): Likewise.
* stmt.c (expand_computed_goto): Likewise.
* explow.c (memory_address): Likewise.
(allocate_dynamic_stack_space): Clean up predicate testing.
(probe_stack_range): Convert SIZE to Pmode.
* calls.c (rtx_for_function_call): Only call convert_memory_address
if needed.
Pass function call operand as ptr_mode, not Pmode.
* expr.c (expand_assignment): Clean up calls to convert_memory
address by only doing so when needed and making offsets Pmode.
(store_constructor, expand_expr, expand_expr_unaligned): Likewise.
* function.c (assign_parms): Ensure address in MEM for RESULT_DECL
is in Pmode, not ptr_mode.

From-SVN: r46448

22 years agodarwin-protos.h (constructor_section, [...]): Prototype.
Kaveh R. Ghazi [Tue, 23 Oct 2001 22:39:06 +0000 (22:39 +0000)]
darwin-protos.h (constructor_section, [...]): Prototype.

* darwin-protos.h (constructor_section, destructor_section,
mod_init_section, mod_term_section): Prototype.
* darwin.c (machopic_finish, update_non_lazy_ptrs, update_stubs):
Const-ify.
* darwin.h (ASM_DECLARE_OBJECT_NAME, ASM_DECLARE_FUNCTION_NAME):
Likewise.
(SECTION_FUNCTION): Prototype `FUNCTION'.  Delete
objc_section_init declaration.
(EXTRA_SECTION_FUNCTIONS): Prototype objc_section_init.
(objc_section_init, try_section_alias): Make static.
(alias_section): Make static and hide unused function.
(ASM_GENERATE_INTERNAL_LABEL): Fix format specifier warning.

From-SVN: r46447

22 years agowhitespace changes
Richard Kenner [Tue, 23 Oct 2001 21:50:37 +0000 (17:50 -0400)]
whitespace changes

From-SVN: r46446

22 years agolimits.h: Move to...
Benjamin Kosnik [Tue, 23 Oct 2001 21:40:31 +0000 (21:40 +0000)]
limits.h: Move to...

2001-10-22  Benjamin Kosnik  <bkoz@redhat.com>

* config/cpu/i386/bits/limits.h: Move to...
* config/cpu/i386/bits/cpu_limits.h: ...here.
* config/cpu/cris/bits/cpu_limits.h: Same.
* config/cpu/powerpc/bits/cpu_limits.h: Same.
* config/cpu/x86-64/bits/cpu_limits.h: Same.
* config/cpu/alpha/bits/cpu_limits.h: New.
* config/cpu/m68k/bits/cpu_limits.h: New.
* config/cpu/s390/bits/cpu_limits.h: New.
* config/os/aix/bits/os_defines.h: Tweaks.
* config/os/bsd/freebsd/bits/os_defines.h: Same.
* config/os/bsd/netbsd/bits/os_defines.h: Same.
* config/os/djgpp/bits/os_defines.h: Same.
* config/os/generic/bits/os_defines.h: Same.
* config/os/gnu-linux/bits/os_defines.h: Same.
* config/os/hpux/bits/os_defines.h: Same.
* config/os/irix/irix5.2/bits/os_defines.h: Same.
* config/os/irix/irix6.5/bits/os_defines.h: Same.
* config/os/newlib/bits/os_defines.h: Same.
* config/os/solaris/solaris2.5/bits/os_defines.h: Same.
* config/os/solaris/solaris2.6/bits/os_defines.h: Same.
* config/os/solaris/solaris2.7/bits/os_defines.h: Same.

* include/bits/c++config: Remove include.
* include/bits/limits_generic.h: Remove.
* include/bits/std_limits.h: Include cpu_limits.h.
* include/Makefile.am: Fixup.
* src/limits.cc: Tweak.
* src/limits_generic.cc: Remove.
* src/gen-num-limits.cc: Remove.
* mknumeric_limits: Remove.

From-SVN: r46445

22 years ago* lib/g77.exp: Rewrite based on lib/g++.exp.
Geoffrey Keating [Tue, 23 Oct 2001 21:39:47 +0000 (21:39 +0000)]
* lib/g77.exp: Rewrite based on lib/g++.exp.

From-SVN: r46444

22 years agoalias.c (can_address_p): Compnonents are not addressable if the containing type has...
Richard Kenner [Tue, 23 Oct 2001 20:46:41 +0000 (16:46 -0400)]
alias.c (can_address_p): Compnonents are not addressable if the containing type has alias set 0.

* alias.c (can_address_p): Compnonents are not addressable if
the containing type has alias set 0.
(get_alias_set): Rework to use STRIP_NOPS.
Only call front-end routine on object, type, or object with
NOPs stripped, not inner values.
Use language hook to call front-end routine.
* builtins.c (get_memory_rtx): Always call set_mem_attributes.
(expand_builtin_apply): Call set_mem_align on MEMs we make.
Don't pass alignment to emit_block_move.
(expand_builtin_memcpy, expand_builtin_va_copy): Likewise.
(expand_builtin_memset): Likewise, but for clear_storage.
* c-common.c (lang_get_alias_set): Renamed to c_common_alias_set
and remove C++ specific parts.
* c-common.h (c_common_get_alias_set): Add declaration.
* c-lang.c (LANG_HOOKS_GET_ALIAS_SET): New macro.
* calls.c (emit_call_1): Fix typo in sibcall_pop case.
(save_fixed_argument_area): Call set_mem_align.
Remove alignment in call to emit_block_move.
(emit_library_call_value_1, store_one_arg): Likewise.
(target_for_arg): Remove; disabled long ago.
* emit-rtl.c (set_mem_attributes): Rework to only call get_mem_attrs
once and similar cleanups.
(offset_address): Use proper introductory comment.
* expr.c (emit_block_move): Use alignment from that of MEM args, not
from explicit operand; all callers changed.
(clear_storage): Likewise.
(expand_assignment): Don't call set_mem_alias_set on to_rtx.
(store_field): Remove kludge on alias set used for to_rtx.
(highest_pow2_factor, case *_DIV_EXPR): Never return 0.
(expand_expr_unaligned): Call set_mem_attributes instead of
set_mem_alias_set.
* expr.h (emit_block_move, clear_storage): Remove ALIGN argument.
* function.c (assign_stack_temp_for_type): Set MEM alignment.
(expand_function_end): Track MEM attributes of trampolines.
* ifcvt.c (noce_try_cmove_arith): Set alignment of new MEM.
* integrate.c (copy_rtx_and_substitute, case CALL): Copy memory
attributes from original.
* langhooks.c (lang_hook_default_get_alias_set): New function.
(hook_get_alias_set_0): New function.
* langhooks.h (hook_get_alias_set_0): New declaration.
(lang_hook_default_get_alias_set): Likewise.
(LANG_HOOKS_GET_ALIAS_SET): New macro; add to initializer.
* reload1.c (alter_reg): Use adjust_address_nv.
* rtl.c (get_mode_alignment): Moved to here.
* rtl.h (MEM_ALIGN): Take default from mode, if not BLKmode, and
change default if unknown from 1 to BITS_PER_UNIT.
* stor-layout.c (get_mode_alignment): Remove from here.
* toplev.h (struct lang_hoks): Add get_alias_set field.
* tree.h (lang_get_alias_set): Delete declaration.
* config/arc/arc.c (arc_setup_incoming_varags): Set MEM alignment.
* config/i386/i386.c (ix86_setup_incoming_varargs): Likewise.
(ix86_va_arg): Likewise.
* config/i960/i960.c (i960_setup_incoming_varargs): Likewise.
* config/pa/pa.c (hppa_builtin_saveregs): Likewise.
* config/sparc/sparc.c (sparc_va_arg): Likewise.
* config/rs6000/rs6000.c (setup_incoming_varargs): Likewise.
(expand_block_move_mem): Remove dead code.
* cp/cp-lang.c (cxx_get_alias_set): New function.
Point LANG_HOOKS_GET_ALIAS_SET to it.
* f/com.c (LANG_HOOKS_GET_ALIAS_SET): New macro.
(lang_get_alias_set): Delete.
* java/lang.c (lang_get_alias_set): Deleted.

From-SVN: r46443

22 years agoalias.c (can_address_p): Compnonents are not addressable if the containing type has...
Richard Kenner [Tue, 23 Oct 2001 20:41:59 +0000 (16:41 -0400)]
alias.c (can_address_p): Compnonents are not addressable if the containing type has alias set 0.

* alias.c (can_address_p): Compnonents are not addressable if
the containing type has alias set 0.
(get_alias_set): Rework to use STRIP_NOPS.
Only call front-end routine on object, type, or object with
NOPs stripped, not inner values.
Use language hook to call front-end routine.
* builtins.c (get_memory_rtx): Always call set_mem_attributes.
(expand_builtin_apply): Call set_mem_align on MEMs we make.
Don't pass alignment to emit_block_move.
(expand_builtin_memcpy, expand_builtin_va_copy): Likewise.
(expand_builtin_memset): Likewise, but for clear_storage.
* c-common.c (lang_get_alias_set): Renamed to c_common_alias_set
and remove C++ specific parts.
* c-common.h (c_common_get_alias_set): Add declaration.
* c-lang.c (LANG_HOOKS_GET_ALIAS_SET): New macro.
* calls.c (emit_call_1): Fix typo in sibcall_pop case.
(save_fixed_argument_area): Call set_mem_align.
Remove alignment in call to emit_block_move.
(emit_library_call_value_1, store_one_arg): Likewise.
(target_for_arg): Remove; disabled long ago.
* emit-rtl.c (set_mem_attributes): Rework to only call get_mem_attrs
once and similar cleanups.
(offset_address): Use proper introductory comment.
* expr.c (emit_block_move): Use alignment from that of MEM args, not
from explicit operand; all callers changed.
(clear_storage): Likewise.
(expand_assignment): Don't call set_mem_alias_set on to_rtx.
(store_field): Remove kludge on alias set used for to_rtx.
(highest_pow2_factor, case *_DIV_EXPR): Never return 0.
(expand_expr_unaligned): Call set_mem_attributes instead of
set_mem_alias_set.
* expr.h (emit_block_move, clear_storage): Remove ALIGN argument.
* function.c (assign_stack_temp_for_type): Set MEM alignment.
(expand_function_end): Track MEM attributes of trampolines.
* ifcvt.c (noce_try_cmove_arith): Set alignment of new MEM.
* integrate.c (copy_rtx_and_substitute, case CALL): Copy memory
attributes from original.
* langhooks.c (lang_hook_default_get_alias_set): New function.
(hook_get_alias_set_0): New function.
* langhooks.h (hook_get_alias_set_0): New declaration.
(lang_hook_default_get_alias_set): Likewise.
(LANG_HOOKS_GET_ALIAS_SET): New macro; add to initializer.
* reload1.c (alter_reg): Use adjust_address_nv.
* rtl.c (get_mode_alignment): Moved to here.
* rtl.h (MEM_ALIGN): Take default from mode, if not BLKmode, and
change default if unknown from 1 to BITS_PER_UNIT.
* stor-layout.c (get_mode_alignment): Remove from here.
* toplev.h (struct lang_hoks): Add get_alias_set field.
* tree.h (lang_get_alias_set): Delete declaration.
* config/arc/arc.c (arc_setup_incoming_varags): Set MEM alignment.
* config/i386/i386.c (ix86_setup_incoming_varargs): Likewise.
(ix86_va_arg): Likewise.
* config/i960/i960.c (i960_setup_incoming_varargs): Likewise.
* config/pa/pa.c (hppa_builtin_saveregs): Likewise.
* config/sparc/sparc.c (sparc_va_arg): Likewise.
* config/rs6000/rs6000.c (setup_incoming_varargs): Likewise.
(expand_block_move_mem): Remove dead code.
* cp/cp-lang.c (cxx_get_alias_set): New function.
Point LANG_HOOKS_GET_ALIAS_SET to it.
* f/com.c (LANG_HOOKS_GET_ALIAS_SET): New macro.
(lang_get_alias_set): Delete.
* java/lang.c (lang_get_alias_set): Deleted.

From-SVN: r46442

22 years agoCorrect typo in last change
Richard Kenner [Tue, 23 Oct 2001 19:11:48 +0000 (15:11 -0400)]
Correct typo in last change

From-SVN: r46441

22 years agoalias.c (can_address_p): Compnonents are not addressable if the containing type has...
Richard Kenner [Tue, 23 Oct 2001 18:51:18 +0000 (18:51 +0000)]
alias.c (can_address_p): Compnonents are not addressable if the containing type has alias set 0.

* alias.c (can_address_p): Compnonents are not addressable if
the containing type has alias set 0.
(get_alias_set): Rework to use STRIP_NOPS.
Only call front-end routine on object, type, or object with
NOPs stripped, not inner values.
Use language hook to call front-end routine.
* builtins.c (get_memory_rtx): Always call set_mem_attributes.
(expand_builtin_apply): Call set_mem_align on MEMs we make.
Don't pass alignment to emit_block_move.
(expand_builtin_memcpy, expand_builtin_va_copy): Likewise.
(expand_builtin_memset): Likewise, but for clear_storage.
* c-common.c (lang_get_alias_set): Renamed to c_common_alias_set
and remove C++ specific parts.
* c-common.h (c_common_get_alias_set): Add declaration.
* c-lang.c (LANG_HOOKS_GET_ALIAS_SET): New macro.
* calls.c (emit_call_1): Fix typo in sibcall_pop case.
(save_fixed_argument_area): Call set_mem_align.
Remove alignment in call to emit_block_move.
(emit_library_call_value_1, store_one_arg): Likewise.
(target_for_arg): Remove; disabled long ago.
* emit-rtl.c (set_mem_attributes): Rework to only call get_mem_attrs
once and similar cleanups.
(offset_address): Use proper introductory comment.
* expr.c (emit_block_move): Use alignment from that of MEM args, not
from explicit operand; all callers changed.
(clear_storage): Likewise.
(expand_assignment): Don't call set_mem_alias_set on to_rtx.
(store_field): Remove kludge on alias set used for to_rtx.
(highest_pow2_factor, case *_DIV_EXPR): Never return 0.
(expand_expr_unaligned): Call set_mem_attributes instead of
set_mem_alias_set.
* expr.h (emit_block_move, clear_storage): Remove ALIGN argument.
* function.c (assign_stack_temp_for_type): Set MEM alignment.
(expand_function_end): Track MEM attributes of trampolines.
* ifcvt.c (noce_try_cmove_arith): Set alignment of new MEM.
* integrate.c (copy_rtx_and_substitute, case CALL): Copy memory
attributes from original.
* langhooks.c (lang_hook_default_get_alias_set): New function.
(hook_get_alias_set_0): New function.
* langhooks.h (hook_get_alias_set_0): New declaration.
(lang_hook_default_get_alias_set): Likewise.
(LANG_HOOKS_GET_ALIAS_SET): New macro; add to initializer.
* reload1.c (alter_reg): Use adjust_address_nv.
* rtl.c (get_mode_alignment): Moved to here.
* rtl.h (MEM_ALIGN): Take default from mode, if not BLKmode, and
change default if unknown from 1 to BITS_PER_UNIT.
* stor-layout.c (get_mode_alignment): Remove from here.
* toplev.h (struct lang_hoks): Add get_alias_set field.
* tree.h (lang_get_alias_set): Delete declaration.
* config/arc/arc.c (arc_setup_incoming_varags): Set MEM alignment.
* config/i386/i386.c (ix86_setup_incoming_varargs): Likewise.
(ix86_va_arg): Likewise.
* config/i960/i960.c (i960_setup_incoming_varargs): Likewise.
* config/pa/pa.c (hppa_builtin_saveregs): Likewise.
* config/sparc/sparc.c (sparc_va_arg): Likewise.
* config/rs6000/rs6000.c (setup_incoming_varargs): Likewise.
(expand_block_move_mem): Remove dead code.
* cp/cp-lang.c (cxx_get_alias_set): New function.
Point LANG_HOOKS_GET_ALIAS_SET to it.
* f/com.c (LANG_HOOKS_GET_ALIAS_SET): New macro.
(lang_get_alias_set): Delete.
* java/lang.c (lang_get_alias_set): Deleted.

From-SVN: r46440

22 years agoc-common.c (warn_div_by_zero): New.
Neil Booth [Tue, 23 Oct 2001 18:14:31 +0000 (18:14 +0000)]
c-common.c (warn_div_by_zero): New.

* c-common.c (warn_div_by_zero): New.
* c-common.h (warn_div_by_zero): New.
* c-decl.c (c_decode_option): Take it on the command line.
  * c-typeck.c (build_binary_op): Warn about division by zero.
* doc/invoke.texi: Document the new command line option, fix
documentation of -Wmultichar.
  * testsuite/gcc.dg/divbyzero.c: New tests.
  * testsuite/gcc.dg/noncompile/20010524-1.c: Update.

From-SVN: r46439

22 years ago* java/io/BufferedWriter.java (localFlush): Don't synchronize.
Tom Tromey [Tue, 23 Oct 2001 16:18:44 +0000 (16:18 +0000)]
* java/io/BufferedWriter.java (localFlush): Don't synchronize.

From-SVN: r46435

22 years agoi386.c (ix86_expand_int_movcc): Cleanup; use expand_simple_*op.
Jan Hubicka [Tue, 23 Oct 2001 13:34:33 +0000 (15:34 +0200)]
i386.c (ix86_expand_int_movcc): Cleanup; use expand_simple_*op.

* i386.c (ix86_expand_int_movcc): Cleanup; use expand_simple_*op.

* toplev.c (rest_of_compilation): Use CLEANUP_UPDATE_LIFE
to avoid update_life_info call.
* basic-block.h (CLEANUP_UPATE_LIFE): Define.
* cfgcleanup.c (bb_flags): New enum.
(BB_FLAGS, BB_SET_FLAG, BB_CLEAR_FLAG, FORWARDER_BLOCK_P): New macros.
(notice_new_block, update_forwarder_flag): New functions.
(try_simplify_condjump): Use FORWARDER_BLOCK_P.
(try_forward_edges): Likewise; update flags.
(merge_blocks): Likewise.
(outgoing_edges_match): Likewise.
(try_crossjump_to_edge): Likewise.
(try_optimize_cfg): Likewise; initialize and clear the flags;
recompute life info if needed.
(cleanup_cfg): No need to clear aux pointers.

From-SVN: r46434

22 years agoi386.c (override_options): Default to minimum stack alignment when optimizing for...
Alexandre Oliva [Tue, 23 Oct 2001 11:50:50 +0000 (11:50 +0000)]
i386.c (override_options): Default to minimum stack alignment when optimizing for code size.

* config/i386/i386.c (override_options): Default to minimum
stack alignment when optimizing for code size.
* doc/invoke.texi (-mpreferred-stack-boundary): Document the
change.

From-SVN: r46433

22 years agoi386.c (override_options): Set upper limit of -mpreferred-stack-boundary to 12.
Alexandre Oliva [Tue, 23 Oct 2001 11:47:23 +0000 (11:47 +0000)]
i386.c (override_options): Set upper limit of -mpreferred-stack-boundary to 12.

* config/i386/i386.c (override_options): Set upper limit of
-mpreferred-stack-boundary to 12.

From-SVN: r46432

22 years agoFix date in ChangeLog
Kriang Lerdsuwanakij [Tue, 23 Oct 2001 09:20:55 +0000 (09:20 +0000)]
Fix date in ChangeLog

From-SVN: r46431

22 years agocp-tree.def (UNBOUND_CLASS_TEMPLATE): New tree node.
Kriang Lerdsuwanakij [Tue, 23 Oct 2001 09:14:15 +0000 (09:14 +0000)]
cp-tree.def (UNBOUND_CLASS_TEMPLATE): New tree node.

* cp-tree.def (UNBOUND_CLASS_TEMPLATE): New tree node.
* cp-tree.h (make_unbound_class_template): Prototype new function.
* decl.c (make_unbound_class_template): New function.
* decl2.c (arg_assoc_template_arg): Handle UNBOUND_CLASS_TEMPLATE.
* error.c (dump_type): Likewise.
* mangle.c (write_type): Likewise.
* parse.y (template_parm): Likewise.
(template_argument): Use make_unbound_class_template.
* pt.c (convert_template_argument): Handle UNBOUND_CLASS_TEMPLATE.
(tsubst): Likewise.
(tsubst_copy): Likewise.
(unify): Likewise.
* tree.c (walk_tree): Likewise.
* typeck.c (comptypes): Likewise.

From-SVN: r46430

22 years agoDaily bump.
GCC Administrator [Tue, 23 Oct 2001 07:18:01 +0000 (07:18 +0000)]
Daily bump.

From-SVN: r46428

22 years agoBufferedWriter (write (String, int, int)): Remove redundant bounds checks.
Bryce McKinlay [Tue, 23 Oct 2001 06:04:58 +0000 (06:04 +0000)]
BufferedWriter (write (String, int, int)): Remove redundant bounds checks.

* java/io/BufferedWriter (write (String, int, int)): Remove
redundant bounds checks.
(write (char[], int, int)): Likewise.

From-SVN: r46426

22 years agoFix typos.
Bryce McKinlay [Tue, 23 Oct 2001 05:43:49 +0000 (06:43 +0100)]
Fix typos.

From-SVN: r46425

22 years agoprims.cc (_Jv_Abort): Always print error message using fprintf, don't try to allocate.
Bryce McKinlay [Tue, 23 Oct 2001 05:42:03 +0000 (05:42 +0000)]
prims.cc (_Jv_Abort): Always print error message using fprintf, don't try to allocate.

        * prims.cc (_Jv_Abort): Always print error message using fprintf,
        don't try to allocate.
        (_Jv_CreateJavaVM): Set gcj::runTimeInitialized.
        * include/jvm.h (gcj::runTimeInitialized): New variable declaration.
        * java/lang/natClassLoader.cc (_Jv_RegisterClassHookDefault): Handle
        duplicate class registration with JvFail if the runtime hasn't been
        initialized yet.

From-SVN: r46424

22 years agoGregorianCalendar.java (getGregorianChange): Removed `date' argument.
Tom Tromey [Tue, 23 Oct 2001 04:16:13 +0000 (04:16 +0000)]
GregorianCalendar.java (getGregorianChange): Removed `date' argument.

* java/util/GregorianCalendar.java (getGregorianChange): Removed
`date' argument.

From-SVN: r46423

22 years ago* recog.c (peephole2_optimize): Add default case to switch.
Zack Weinberg [Tue, 23 Oct 2001 04:09:05 +0000 (04:09 +0000)]
* recog.c (peephole2_optimize): Add default case to switch.

From-SVN: r46422

22 years agolibiberty.h (hex_init): Revert delete.
Kaveh R. Ghazi [Tue, 23 Oct 2001 03:17:29 +0000 (03:17 +0000)]
libiberty.h (hex_init): Revert delete.

include:
* libiberty.h (hex_init): Revert delete.

libiberty:
* hex.c (hex_init): Provide empty stub.

From-SVN: r46421

22 years agolinux_threads.c (GC_init_parallel): Do not declare as a static constructor.
Bryce McKinlay [Tue, 23 Oct 2001 00:28:56 +0000 (00:28 +0000)]
linux_threads.c (GC_init_parallel): Do not declare as a static constructor.

* linux_threads.c (GC_init_parallel): Do not declare as a static
constructor.
* include/gc.h (GC_init): Declare here. Add description.
* include/private/gc_priv.h (GC_init): Remove declaration.

From-SVN: r46420

22 years agogcc.texi (Sending Patches): Remove.
Joseph Myers [Tue, 23 Oct 2001 00:18:25 +0000 (01:18 +0100)]
gcc.texi (Sending Patches): Remove.

* doc/gcc.texi (Sending Patches): Remove.

f:
* g77.texi (Sending Patches): Remove.

From-SVN: r46418

22 years agolibiberty.h (_hex_value): Const-ify.
Kaveh R. Ghazi [Mon, 22 Oct 2001 22:32:57 +0000 (22:32 +0000)]
libiberty.h (_hex_value): Const-ify.

include:
* libiberty.h (_hex_value): Const-ify.
(hex_init): Delete.

libiberty:
* hex.c (hex_init): Delete.
(_hex_value): Const-ify and initialize at compile-time.

From-SVN: r46417

22 years agotweak
Jason Merrill [Mon, 22 Oct 2001 21:56:40 +0000 (17:56 -0400)]
tweak

From-SVN: r46416

22 years ago* Make-lang.in (gnattools, cross-gnattools): Remove gnatmem.
Geert Bosch [Mon, 22 Oct 2001 20:39:56 +0000 (22:39 +0200)]
* Make-lang.in (gnattools, cross-gnattools): Remove gnatmem.

From-SVN: r46415

This page took 0.111586 seconds and 5 git commands to generate.