- 17 Jun, 2002 24 commits
-
-
* gcj/javaprims.h: Updated class declaration list. * Makefile.in: Rebuilt. * Makefile.am (core_java_source_files): Added new file. * java/util/EventListenerProxy.java: New file. * java/util/EventListener.java: Re-merge with Classpath. * java/util/EventObject.java: Re-merge with Classpath. From-SVN: r54720
Tom Tromey committed -
From-SVN: r54719
Matt Kraai committed -
* bit.c: Don't include glimits.h. * target.c: Likewise. * where.h: Likewise. From-SVN: r54718
Jason Thorpe committed -
From-SVN: r54717
Jeff Law committed -
From-SVN: r54716
Richard Henderson committed -
From-SVN: r54715
Tom Tromey committed -
2002-06-17 Nathanael Nerode <neroden@twcny.rr.com> * java/lang/ClassNotFoundException.java: New Classpath version. From-SVN: r54713
Nathanael Nerode committed -
* print-rtl.c (print_rtx): Print space before vector, not after. (debug_rtx): Clear sawclose before printing. (debug_rtx_list): Print newline after each list element. (debug_rtx_range): Likewise. From-SVN: r54712
Andreas Schwab committed -
* java/rmi/activation/ActivateFailedException.java: Remerge from Classpath version. * java/rmi/activation/ActivationException.java: Ditto. * java/rmi/activation/UnknownGroupException.java: Ditto. * java/rmi/activation/UnknownObjectException.java: Ditto. * java/rmi/server/ExportException: Ditto. * java/rmi/server/ServerCloneException: Ditto. * java/rmi/server/ServerNotActiveException: Ditto. * java/rmi/server/SkeletonMismatchException: Ditto. * java/rmi/server/SkeletonNotFoundException: Ditto. * java/rmi/server/SocketSecurityException: Ditto. From-SVN: r54711
Nathanael Nerode committed -
* function.h (struct function) [funcdef_no]: Rename profile_label_no. (current_function_funcdef_no): Similarly. * function.c (funcdef_no): Similarly. (prepare_function_start): Set current_function_funcdef_no. (expand_function_start): Don't set current_function_profile_label_no. * dwarf2out.h (current_funcdef_number): Remove. * dwarf2out.c (current_funcdef_number): Remove. Replace with current_function_funcdef_no throughout. * dwarfout.c, vmsdbgout.c: Similarly. * except.c (sjlj_funcdef_number): Remove. (sjlj_emit_function_enter): Use current_function_funcdef_no instead. (output_function_exception_table): Likewise. * final.c (profile_function): Use current_function_funcdef_no instead of current_function_profile_label_no. From-SVN: r54709
Richard Henderson committed -
From-SVN: r54708
Nicola Pero committed -
From-SVN: r54707
Nicola Pero committed -
2002-06-17 Vladimir Makarov <vmakarov@redhat.com> * sched-ebb.c (init_ready_list): Check INSN_P first. From-SVN: r54706
Vladimir Makarov committed -
From-SVN: r54705
J"orn Rennecke committed -
* reload1.c (merge_assigned_reloads): Don't change reloads other than RELOAD_FOR_INPUT_ADDRESS / RELOAD_FOR_INPADDR_ADDRESS to RELOAD_OTHER when there are conflicting input reloads. From-SVN: r54703
J"orn Rennecke committed -
* function.c (epilogue_done): Correctly build a sequence of insns for a sibcall epilogue. From-SVN: r54702
Richard Earnshaw committed -
From-SVN: r54701
Nick Clifton committed -
From-SVN: r54700
GCC Administrator committed -
From-SVN: r54695
Nick Clifton committed -
* config/i386/i386.h (BIGGEST_FIELD_ALIGNMENT): Define instead of ADJUST_FIELD_ALIGN if IN_TARGET_LIBS. From-SVN: r54694
Richard Henderson committed -
From-SVN: r54693
Tom Tromey committed -
From-SVN: r54691
Tom Tromey committed -
* tree.c (cp_cannot_inline_tree_fn): Don't short-circuit test after template instantiation. * g++.dg/opt/inline3.C: New. From-SVN: r54687
Richard Henderson committed -
From-SVN: r54686
Douglas Rupp committed
-
- 16 Jun, 2002 16 commits
-
-
From-SVN: r54684
Douglas Rupp committed -
* regclass.c (globalize_reg): Update regs_invalidated_by_call. * gcc.dg/20020616-1.c: New. From-SVN: r54681
Richard Henderson committed -
* java/lang/RuntimeException.java: Re-merge with Classpath. * java/util/ArrayList.java: Likewise. * java/util/Arrays.java: Likewise. * java/util/BitSet.java: Likewise. * java/util/Dictionary.java: Likewise. * java/util/IdentityHashMap.java: Likewise. * java/util/MissingResourceException.java: Likewise. * java/util/Observer.java: Likewise. * java/util/TooManyListenersException.java: Likewise. * java/util/zip/DataFormatException.java: Likewise. * java/util/zip/ZipException.java: Likewise. From-SVN: r54680
Tom Tromey committed -
* config.gcc: Add an i386/sysv4-cpp.h. Remove i386-aout.h from vxworks. config/i386: * i386-aout.h, i386elf.h, sysv4.h: Remove CPP_PREDEFINES. * linux64.h: Use TARGET_OS_CPP_BUILTINS rather than CPP_PREDEFINES and part of CPP_SPEC. i386elf.h, mach.h, netware.h, rtemself.h, sco5.h, sol2.h, vsta.h, vxi386.h, win32.h: Similarly. * sysv4-cpp.h: New. From-SVN: r54679
Neil Booth committed -
2002-06-16 Nathanael Nerode <neroden@twcny.rr.com> * java/rmi/AccessException.java: Remerge from Classpath. * java/rmi/AlreadyBoundException.java: Ditto. * java/rmi/ConnectException.java: Ditto. * java/rmi/ConnectIOException.java: Ditto. * java/rmi/MarshalException.java: Ditto. * java/rmi/NoSuchObjectException.java: Ditto. * java/rmi/NotBoundException.java: Ditto. * java/rmi/RemoteException.java: Ditto. * java/rmi/RMISecurityException.java: Ditto. * java/rmi/ServerError.java: Ditto. * java/rmi/ServerException.java: Ditto. * java/rmi/ServerRuntimeException.java: Ditto. * java/rmi/StubNotFoundException.java: Ditto. * java/rmi/UnexpectedExcpetion.java: Ditto. * java/rmi/UnknownHostException.java: Ditto. * java/rmi/UnmarshalException.java: Ditto. From-SVN: r54678
Nathanael Nerode committed -
From-SVN: r54676
Richard Henderson committed -
* dwarf2out.c (modified_type_die): Don't assign the qualified die to the unqualified type. From-SVN: r54675
Richard Henderson committed -
* i386-protos.h (x86_field_alignment): Declare. * i386.c (x86_field_alignment): Define. * i386.h (ADJUST_FIELD_ALIGNMENT): New. (BIGGEST_FIELD_ALIGNMENT): Kill. From-SVN: r54674
Jan Hubicka committed -
From-SVN: r54673
Richard Henderson committed -
* emit-rtl.c (gen_rtx_REG): Temporarily turn off automatic sharing of hard registers. * toplev.c (rest_of_compilation): Remove redundant conditional. From-SVN: r54672
Jeff Law committed -
* c-common.c (flag_ms_extensions): Move from c++ front end. * c-common.h (flag_ms_extensions): Declare. * c-decl.c (c_decode_option): Add -fms-extensions. (grokfield): Don't accept anonymous structures in ISO C mode; accept only unnamed anonymous structures in GNU C mode; accept Plan 9 extensions in MS mode. * c-parse.in (SAVE_EXT_FLAGS, RESTORE_EXT_FLAGS): Rename from SAVE/RESTORE_WARN_FLAGS; add flag_iso frobbing; update all callers. (extension): Clear flag_iso. * doc/invoke.texi (C Dialect Options): Add -fms-extensions. * cp-tree.h, decl2.c (flag_ms_extensions): Move to c-common. * g++.dg/ext/anon-struct1.C: New. * g++.dg/ext/anon-struct2.C: New. * g++.dg/ext/anon-struct3.C: New. * gcc.dg/anon-struct-1.c: New. * gcc.dg/anon-struct-2.c: New. * gcc.dg/anon-struct-3.c: New. * gcc.dg/20011008-1.c: Adjust warning text. * gcc.dg/20020527-1.c: Add -fms-extensions. From-SVN: r54670
Richard Henderson committed -
From-SVN: r54669
Richard Henderson committed -
PR target/7042 * reorg.c (make_return_insns) [DELAY_SLOTS_FOR_EPILOGUE]: Exit early if current_function_epilogue_delay_list is non-empty. * config/cris/cris.md ("return"): Add sanity check asserting that current_function_epilogue_delay_list is empty. From-SVN: r54668
Hans-Peter Nilsson committed -
toplev.c (rest_of_compilation): Perform a simpler, less costly cleanup of the CFG when not optimizing. * toplev.c (rest_of_compilation): Perform a simpler, less costly cleanup of the CFG when not optimizing. From-SVN: r54667
Jeff Law committed -
2002-06-16 Phil Edwards <pme@gcc.gnu.org> * docs/doxygen/TODO: Update. * docs/doxygen/tables.html: Uncomment magical middle column. * docs/doxygen/user.cfg.in: Kludge to ignore function-like macros. * include/bits/stl_queue.h: Doxygenate and reformat. * include/bits/ios_base.h, include/std/std_streambuf.h: Add comment for deprecated names required by the standard. From-SVN: r54666
Phil Edwards committed -
From-SVN: r54664
GCC Administrator committed
-