OSDN Git Service

pf3gnuchains/gcc-fork.git
19 years ago2005-02-21 Mark Wielaard <mark@klomp.org>
mkoch [Mon, 21 Feb 2005 08:31:01 +0000 (08:31 +0000)]
2005-02-21  Mark Wielaard  <mark@klomp.org>

* java/io/FileDescriptor.java (sync): Add real exception to
SyncFailedException.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95324 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago2005-02-21 Michael Koch <konqueror@gmx.de>
mkoch [Mon, 21 Feb 2005 08:27:00 +0000 (08:27 +0000)]
2005-02-21  Michael Koch  <konqueror@gmx.de>

* java/io/InputStreamReader.java:
Fixed @author tag.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95323 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago PR libgcj/10353
ebotcazou [Mon, 21 Feb 2005 08:12:36 +0000 (08:12 +0000)]
PR libgcj/10353
* configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
* configure: Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95322 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago2005-02-21 Paolo Bonzini <bonzini@gnu.org>
bonzini [Mon, 21 Feb 2005 07:37:51 +0000 (07:37 +0000)]
2005-02-21  Paolo Bonzini  <bonzini@gnu.org>

* simplify-rtx.c (simplify_unary_operation): Add a missing
"break" statement.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95321 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago PR tree-optimization/18663
ebotcazou [Mon, 21 Feb 2005 07:27:14 +0000 (07:27 +0000)]
PR tree-optimization/18663
* tree-ssa-dom.c (extract_range_from_cond): Return 0
if the type has variable bounds.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95320 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago * gcse.c: Remove an obsolete comment.
kazu [Mon, 21 Feb 2005 02:02:19 +0000 (02:02 +0000)]
* gcse.c: Remove an obsolete comment.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95319 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago * gcse.c: Remove an obsolete comment.
kazu [Mon, 21 Feb 2005 00:23:50 +0000 (00:23 +0000)]
* gcse.c: Remove an obsolete comment.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95318 138bc75d-0d04-0410-961f-82ee72b054a4

19 years agoDaily bump.
gccadmin [Mon, 21 Feb 2005 00:16:24 +0000 (00:16 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95315 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago2005-02-20 Rutger Ovidius <ovidr@users.sourceforge.net>
tromey [Sun, 20 Feb 2005 22:30:49 +0000 (22:30 +0000)]
2005-02-20  Rutger Ovidius  <ovidr@users.sourceforge.net>

PR libgcj/19728:
* gnu/java/security/provider/Gnu.java (Gnu): Add SHA-160 alias.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95312 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago* symbol.c: Typos in comments.
kargl [Sun, 20 Feb 2005 21:59:12 +0000 (21:59 +0000)]
* symbol.c: Typos in comments.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95311 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago2005-02-20 Dalibor Topic <robilad@kaffe.org>
mkoch [Sun, 20 Feb 2005 21:18:30 +0000 (21:18 +0000)]
2005-02-20  Dalibor Topic  <robilad@kaffe.org>

* libraries/javalib/gnu/regexp/RE.java,
libraries/javalib/java/io/ObjectInputStream.java,
libraries/javalib/java/security/AllPermission.java,
libraries/javalib/java/security/BasicPermission.java,
libraries/javalib/java/security/Permissions.java,
libraries/javalib/java/text/MessageFormat.java:
Made 'inner' classes real public static inner classes,
and made them final where possible, or removed them
where unused.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95310 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago PR tree-optimization/19951
dorit [Sun, 20 Feb 2005 20:32:41 +0000 (20:32 +0000)]
    PR tree-optimization/19951
        * g++.dg/vect: New directory.
        * g++.dg/vect/vect.exp: New file.
        * g++.dg/vect/pr19951.cc: New testcase.
        * g++.dg/dg.exp: Also prune vectorizer tests.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95309 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago * doc/extend.texi (Function Attributes) <Attribute const>: The
hp [Sun, 20 Feb 2005 19:16:10 +0000 (19:16 +0000)]
* doc/extend.texi (Function Attributes) <Attribute const>: The
attribute "pure" is below this text, not above.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95308 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago* expr.c (gfc_type_convert_binary): Typo in comment.
kargl [Sun, 20 Feb 2005 18:26:19 +0000 (18:26 +0000)]
* expr.c (gfc_type_convert_binary): Typo in comment.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95307 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago * pa.c (pa_assemble_integer, get_plabel): Small cleanups.
danglin [Sun, 20 Feb 2005 17:37:37 +0000 (17:37 +0000)]
* pa.c (pa_assemble_integer, get_plabel): Small cleanups.
(pa_asm_output_mi_thunk): Use asm_output_insn instead of fprintf.
* som.h (ASM_OUTPUT_EXTERNAL_LIBCALL): Small cleanup.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95306 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago PR 18785
zack [Sun, 20 Feb 2005 17:01:32 +0000 (17:01 +0000)]
PR 18785
libcpp:
* charset.c (LAST_POSSIBLY_BASIC_SOURCE_CHAR): New helper macro.
(cpp_host_to_exec_charset): New function.
* include/cpplib.h: Declare cpp_host_to_exec_charset.

gcc:
* langhooks.h (struct lang_hooks): Add to_target_charset.
* langhooks.c (lhd_to_target_charset): New function.
* langhooks-def.h: Declare lhd_to_target_charset.
(LANG_HOOKS_TO_TARGET_CHARSET): New macro.
(LANG_HOOKS_INITIALIZER): Update.
* c-common.c (c_common_to_target_charset): New function.
* c-common.h: Declare it.
* c-objc-common.h (LANG_HOOKS_TO_TARGET_CHARSET): Set to
c_common_to_target_charset.

* defaults.c (TARGET_BELL, TARGET_BS, TARGET_CR, TARGET_DIGIT0)
(TARGET_ESC, TARGET_FF, TARGET_NEWLINE, TARGET_TAB, TARGET_VT):
Delete definitions.
* system.h: Poison them.
* doc/tm.texi: Don't discuss them.
* builtins.c (fold_builtin_isdigit): Use lang_hooks.to_target_charset.
* c-pretty-print.c (pp_c_integer_constant): Don't use pp_c_char.
(pp_c_char): Do not attempt to generate letter escapes for
newline, tab, etc.
* config/arm/arm.c (output_ascii_pseudo_op): Likewise.
* config/mips/mips.c (mips_output_ascii): Likewise.
gcc/cp:
* cp-objcp-common.h (LANG_HOOKS_TO_TARGET_CHARSET): Set to
c_common_to_target_charset.  Delete bogus comment.
gcc/testsuite:
* gcc.dg/charset/builtin1.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95304 138bc75d-0d04-0410-961f-82ee72b054a4

19 years agoPR 20085
kargl [Sun, 20 Feb 2005 15:24:02 +0000 (15:24 +0000)]
PR 20085
* intrinsic/args.c (iargc): Off by 1.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95302 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago PR tree-optimization/19951
dorit [Sun, 20 Feb 2005 13:47:28 +0000 (13:47 +0000)]
    PR tree-optimization/19951
        * tree-vect-analyze.c (vect_analyze_loop_form): Check if loop exit edge
        is abnormal.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95301 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago2005-02-20 Michael Koch <konqueror@gmx.de>
mkoch [Sun, 20 Feb 2005 11:26:49 +0000 (11:26 +0000)]
2005-02-20  Michael Koch  <konqueror@gmx.de>

* gnu/java/text/FormatCharacterIterator.java:
Removed redundant modifiers.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95300 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago PR middle-end/19698
steven [Sun, 20 Feb 2005 11:09:16 +0000 (11:09 +0000)]
PR middle-end/19698
* function.h (struct function): New field `max_loop_depth'.
* cfgloop.c (establish_preds): Update maximum loop depth seen so far.
(flow_loops_find): Reset the max loop depth count before finding loops.
* flow.c (MAX_LIVENESS_ROUNDS): New constant.
(update_life_info_in_dirty_blocks): Remove 2002-05-28 workaround.
(calculate_global_regs_live): Make sure the loop will terminate
when the initial sets are not empty.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95299 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago2005-02-19 Thomas Fitzsimmons <fitzsim@redhat.com>
fitzsim [Sun, 20 Feb 2005 04:14:24 +0000 (04:14 +0000)]
2005-02-19  Thomas Fitzsimmons  <fitzsim@redhat.com>

* jni/gtk-peer/gthread-jni.c (throw): Call g_snprintf instead of
snprintf.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95298 138bc75d-0d04-0410-961f-82ee72b054a4

19 years agoDaily bump.
gccadmin [Sun, 20 Feb 2005 00:16:19 +0000 (00:16 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95296 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago* include/tr1/functional (tr1_hashtable_define_trivial_hash): Make
austern [Sat, 19 Feb 2005 23:57:23 +0000 (23:57 +0000)]
* include/tr1/functional (tr1_hashtable_define_trivial_hash): Make
hash<T>::operator() a const member function for T a fundamental type
* include/tr1/hashtable (extract1st::operator()): Declare const.
(hash_code_base): Declare all member functions const
(hashtable::find): fix call to this->bucket_count()
(hashtable::count): Likewise.
(hashtable::equal_range): m_incr_bucket applies to iterator, not node.
* testsuite/tr1/6_containers/unordered/find/set1.cc: New test.
* testsuite/tr1/6_containers/unordered/find/map1.cc: New test.
* testsuite/tr1/6_containers/unordered/find/multimap1.cc: New test.
* testsuite/tr1/6_containers/unordered/find/multiset1.cc: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95293 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago PR c++/19299
reichelt [Sat, 19 Feb 2005 20:36:56 +0000 (20:36 +0000)]
PR c++/19299
* g++.dg/inherit/volatile1.C: New test.

PR c++/19440
* g++.dg/template/dtor4.C: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95292 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago * check.c (gfc_check_selected_int_kind): New function.
kargl [Sat, 19 Feb 2005 20:29:05 +0000 (20:29 +0000)]
* check.c (gfc_check_selected_int_kind): New function.
* intrinsic.h: Prototype it.
* intrinsic.c (add_function): Use it.
* simplify (gfc_simplify_ceiling,gfc_simplify_floor): Change
  BT_REAL to BT_INTEGER and use gfc_default_integer_kind.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95291 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago * check.c (gfc_check_int): improve checking of optional kind
kargl [Sat, 19 Feb 2005 20:07:47 +0000 (20:07 +0000)]
* check.c (gfc_check_int): improve checking of optional kind
* simplify.c (gfc_simplify_int): Change BT_REAL to BT_INTEGER

* gfortran.dg/int_1.f90: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95290 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago * charset.c (_cpp_convert_input): Check '\r' before inserting
dpatel [Sat, 19 Feb 2005 19:48:02 +0000 (19:48 +0000)]
  * charset.c (_cpp_convert_input): Check '\r' before inserting
      '\n' at the end.
      * gcc.dg/cpp/mac-eol-at-eof.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95289 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago * check.c (gfc_check_achar): New function
kargl [Sat, 19 Feb 2005 19:16:09 +0000 (19:16 +0000)]
* check.c (gfc_check_achar): New function
* intrinsic.h: Prototype it.
* intrinsic.c (add_function): Use it.

* gfortran.dg/achar_1.f90: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95288 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago2005-02-19 Michael Koch <konqueror@gmx.de>
mkoch [Sat, 19 Feb 2005 18:47:29 +0000 (18:47 +0000)]
2005-02-19  Michael Koch  <konqueror@gmx.de>

* Makefile.am: Added new files in gnu/java/beans and
java/beans/XMLDecoder.java.
* Makefile.in: Regenerated.

2005-02-19  Robert Schuster  <thebohemian@gmx.net>

* gnu/java/beans/decoder/GrowableArrayContext.java: Fixed
assignment behavior by using java.lang.reflect.Array.set()
directly.

2005-02-19  Dalibor Topic  <robilad@kaffe.org>

* gnu/java/beans/EmptyBeanInfo.java,
gnu/java/beans/info/ComponentBeanInfo.java:
Removed unused files.

2005-02-19  Robert Schuster <thebohemian@gmx.net>

* gnu/java/beans/DummyAppletStub.java: Add dummy implementation
of AppletStub for java.beans.Beans.instantiate.
* gnu/java/beans/DummyAppletContext.java: Add dummy implementation
of AppletContext.
* java/beans/Beans: Added 1.4 functionality, fixed user documentation
to be conformant with Javadoc guidelines.
(instantiate): Added two more overloaded variants, reworked user
documentation, fixed exception behavior, fixed behavior when
deserializing null.

2005-02-19  Mark Wielaard  <mark@klomp.org>

* gnu/java/beans/decoder/DummyHandler.java: Add return statements for
failing methods.
* gnu/java/beans/decoder/DummyContext.java: Likewise.

2005-02-19  Robert Schuster  <theBohemian@gmx.net>

* gnu/java/beans/decoder/AbstractContext.java,
gnu/java/beans/decoder/AbstractCreatableContext.java,
gnu/java/beans/decoder/AbstractElementHandler.java,
gnu/java/beans/decoder/AbstractObjectContext.java,
gnu/java/beans/decoder/ArrayContext.java,
gnu/java/beans/decoder/ArrayHandler.java,
gnu/java/beans/decoder/AssemblyException.java,
gnu/java/beans/decoder/BooleanHandler.java,
gnu/java/beans/decoder/ByteHandler.java,
gnu/java/beans/decoder/CharHandler.java,
gnu/java/beans/decoder/ClassHandler.java,
gnu/java/beans/decoder/ConstructorContext.java,
gnu/java/beans/decoder/Context.java,
gnu/java/beans/decoder/DecoderContext.java,
gnu/java/beans/decoder/DefaultExceptionListener.java,
gnu/java/beans/decoder/DoubleHandler.java,
gnu/java/beans/decoder/DummyContext.java,
gnu/java/beans/decoder/DummyHandler.java,
gnu/java/beans/decoder/ElementHandler.java,
gnu/java/beans/decoder/FloatHandler.java,
gnu/java/beans/decoder/GrowableArrayContext.java,
gnu/java/beans/decoder/IndexContext.java,
gnu/java/beans/decoder/IntHandler.java,
gnu/java/beans/decoder/JavaHandler.java,
gnu/java/beans/decoder/LongHandler.java,
gnu/java/beans/decoder/MethodContext.java,
gnu/java/beans/decoder/MethodFinder.java,
gnu/java/beans/decoder/NullHandler.java,
gnu/java/beans/decoder/ObjectContext.java,
gnu/java/beans/decoder/ObjectHandler.java,
gnu/java/beans/decoder/PersistenceParser.java,
gnu/java/beans/decoder/PropertyContext.java,
gnu/java/beans/decoder/ShortHandler.java,
gnu/java/beans/decoder/SimpleHandler.java,
gnu/java/beans/decoder/StaticMethodContext.java,
gnu/java/beans/decoder/StringHandler.java,
gnu/java/beans/decoder/VoidHandler.java: New class
implementing java.beans.XMLDecoder decoding functionality.
* java/beans/XMLDecoder.java: New class.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95287 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago * mklibgcc.in: If libgcc_eh.a would be empty, put a dummy
zack [Sat, 19 Feb 2005 18:18:31 +0000 (18:18 +0000)]
* mklibgcc.in: If libgcc_eh.a would be empty, put a dummy
object inside.
* config/ia64/hpux.h: Don't define LIBGCC_SPEC.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95286 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago * intrinsic/date_and_time.c: Fix conformance problems.
kargl [Sat, 19 Feb 2005 18:06:00 +0000 (18:06 +0000)]
  *  intrinsic/date_and_time.c: Fix conformance problems.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95284 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago2005-02-18 Steven G. Kargl <kargl@gcc.gnu.org>
kargl [Sat, 19 Feb 2005 17:29:42 +0000 (17:29 +0000)]
2005-02-18  Steven G. Kargl  <kargl@gcc.gnu.org>

        * MAINTAINERS (Write After Approval): Add myself.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95282 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago PR libstdc++/20071
hp [Sat, 19 Feb 2005 15:33:59 +0000 (15:33 +0000)]
PR libstdc++/20071
* include/tr1/functional (hash<std::wstring>): Wrap in #ifdef
_GLIBCXX_USE_WCHAR_T.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95279 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago * gcc.c-torture/execute/20020720-1.x: Don't XFAIL cris-*-*.
hp [Sat, 19 Feb 2005 15:19:08 +0000 (15:19 +0000)]
* gcc.c-torture/execute/20020720-1.x: Don't XFAIL cris-*-*.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95278 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago PR other/19525
rsandifo [Sat, 19 Feb 2005 11:44:10 +0000 (11:44 +0000)]
PR other/19525
* doc/invoke.texi: Remove documentation of %M spec.
* gcc.c: Likewise.
(init_spec): Remove %M suffix from -lgcc_s.
(do_spec_1): Remove 'M' case.
* mklibgcc.in: Remove SHLIB_MULTILIB handling.  Expect SHLIB_LINK
to put shared libraries in the multilib directory.  Remove the
shlib_so_soname substitution variable.  Don't add a multilib encoding
to shlib_base_name.  Set shlib_slibdir_qual to the full pathname
reported by -print-multi-os-directory.  Pass @multilib_dir@ to
SHLIB_INSTALL as well as SHLIB_LINK.
* config/t-slibgcc-elf-ver (SHLIB_SONAME): Use @shlib_base_name@.
(SHLIB_NAME): Delete.
(SHLIB_DIR): New macro.
(SHLIB_LINK): Put $(SHLIB_SONAME) and $(SHLIB_SOLINK) in $(SHLIB_DIR).
(SHLIB_INSTALL): Adjust accordingly.
* config/t-slibgcc-darwin: As for t-slibgcc-elf-ver.
* config/t-slibgcc-sld: Likewise.
* config/t-libunwind-elf (SHLIBUNWIND_NAME): Delete.
(SHLIBUNWIND_SONAME): Use @shlib_base_name@.
(SHLIBUNWIND_LINK): Put $(SHLIBUNWIND_SONAME) and $(SHLIB_SOLINK)
in $(SHLIB_DIR).
(SHLIBUNWIND_INSTALL): Adjust accordingly.
* config/i386/t-nwld (SHLIB_SONAME): Delete.
(SHLIB_LINK, SHLIB_INSTALL): Use SHLIB_NAME instead of SHLIB_SONAME.
Use @shlib_base_name@ instead of @shlib_so_name@.
* config/ia64/t-hpux (SHLIB_LINK): Put @shlib_base_name@.so.0
and @shlib_base_name@.so in @multilib_dir@.
(SHLIB_INSTALL): Adjust accordingly.  Add @shlib_slibdir_qual@
to the install path.
* config/mips/t-slibgcc-irix: As for t-slibgcc-elf-ver.
(SHLIB_LINK): Remove previous workaround.
* config/pa/t-hpux-shlib (SHLIB_DIR, SHLIB_SLIBDIR_QUAL): New macros.
(SHLIB_LINK): Put $(SHLIB_SONAME) and $(SHLIB_NAME) in $(SHLIB_DIR).
(SHLIB_INSTALL): Adjust accordingly.  Add $(SHLIB_SLIBDIR_QUAL) to
the install path.
* config/rs6000/t-aix43 (SHLIB_LINK): Put @shlib_base_name@.a in
@multilib_dir@.  Use @multilib_dir@ to check for threading libraries.
(SHLIB_INSTALL): Adjust accordingly.
(SHLIB_LIBS): Use @multilib_dir@ to check for threading libraries.
* config/rs6000/t-aix52: As for config/rs6000/t-aix43.
* config/sh/t-linux (SHLIB_LINK, SHLIB_INSTALL): As for
config/t-slibgcc-elf-ver.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95277 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago2005-02-19 Michael Koch <konqueror@gmx.de>
mkoch [Sat, 19 Feb 2005 09:30:03 +0000 (09:30 +0000)]
2005-02-19  Michael Koch  <konqueror@gmx.de>

* javax/swing/JTextField.java
(notfiyAction): Added javadoc.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95276 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago PR tree-optimization/19828
jakub [Sat, 19 Feb 2005 09:26:09 +0000 (09:26 +0000)]
PR tree-optimization/19828
* tree-ssa-loop-im.c: Add a TODO comment.
(movement_possibility): Return MOVE_PRESERVE_EXECUTION for calls
without side-effects.

* gcc.dg/tree-ssa/loop-7.c: New test.
* gcc.c-torture/execute/20050218-1.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95275 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago2005-02-19 Sven de Marothy <sven@physto.se>
mkoch [Sat, 19 Feb 2005 09:22:39 +0000 (09:22 +0000)]
2005-02-19  Sven de Marothy  <sven@physto.se>

* javax/swing/SpinnerDateModel.java: Implemented.

2005-02-19  Michael Koch  <konqueror@gmx.de>

* Makefile.am: Added javax/swing/SpinnerDateModel.java.
* Makefile.in: Regenerated.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95274 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago2005-02-19 Michael Koch <konqueror@gmx.de>
mkoch [Sat, 19 Feb 2005 09:10:39 +0000 (09:10 +0000)]
2005-02-19  Michael Koch  <konqueror@gmx.de>

* gnu/java/nio/SelectorImpl.java:
Reworked import statements.
(register): Removed unused code.
* java/nio/channels/Channels.java: Reformatted.
* java/nio/charset/Charset.java: Likewise.
* java/rmi/server/RemoteObject.java
(serialVersionUID): Made private.
* java/rmi/server/UID.java
(serialVersionUID): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95273 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago2005-02-19 Michael Koch <konqueror@gmx.de>
mkoch [Sat, 19 Feb 2005 08:53:53 +0000 (08:53 +0000)]
2005-02-19  Michael Koch  <konqueror@gmx.de>

* gnu/java/net/protocol/ftp/ActiveModeDTP.java,
gnu/java/net/protocol/ftp/BlockInputStream.java,
gnu/java/net/protocol/ftp/BlockOutputStream.java,
gnu/java/net/protocol/ftp/CompressedInputStream.java,
gnu/java/net/protocol/ftp/CompressedOutputStream.java,
gnu/java/net/protocol/ftp/DTPInputStream.java,
gnu/java/net/protocol/ftp/DTP.java,
gnu/java/net/protocol/ftp/DTPOutputStream.java,
gnu/java/net/protocol/ftp/FTPConnection.java,
gnu/java/net/protocol/ftp/FTPException.java,
gnu/java/net/protocol/ftp/FTPResponse.java,
gnu/java/net/protocol/ftp/FTPURLConnection.java,
gnu/java/net/protocol/ftp/Handler.java,
gnu/java/net/protocol/ftp/PassiveModeDTP.java,
gnu/java/net/protocol/ftp/StreamInputStream.java,
gnu/java/net/protocol/ftp/StreamOutputStream.java,
gnu/java/net/CRLFInputStream.java,
gnu/java/net/CRLFOutputStream.java,
gnu/java/net/GetLocalHostAction.java,
gnu/java/net/protocol/ftp/package.html: New files.
* Makefile.am: Added new files.
* Makefile.in: Regenerated.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95272 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago * link.cc (make_vtable): Remove abstract method check.
tromey [Sat, 19 Feb 2005 05:17:14 +0000 (05:17 +0000)]
* link.cc (make_vtable): Remove abstract method check.
(append_partial_itable): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95268 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago PR java/20056:
tromey [Sat, 19 Feb 2005 04:02:09 +0000 (04:02 +0000)]
PR java/20056:
* verify-impl.c (types_equal): Fixed test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95267 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago PR java/20056:
tromey [Sat, 19 Feb 2005 03:57:21 +0000 (03:57 +0000)]
PR java/20056:
* verify.cc (type::equals): Fixed test.
* testsuite/libjava.lang/PR20056.out: New file.
* testsuite/libjava.lang/PR20056.java: New file.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95266 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago2005-02-18 Bryce McKinlay <mckinlay@redhat.com>
bryce [Sat, 19 Feb 2005 03:18:20 +0000 (03:18 +0000)]
2005-02-18  Bryce McKinlay  <mckinlay@redhat.com>

* java/util/LinkedHashMap (addEntry): Call remove() with key argument,
not the HashEntry. Reported by Jean-Marie White.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95263 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago PR libstdc++/10606
rth [Sat, 19 Feb 2005 02:35:25 +0000 (02:35 +0000)]
    PR libstdc++/10606
gcc/cp/
        * except.c (do_get_exception_ptr): New.
        (expand_start_catch_block): Use it.
libstdc++/
        * config/linker-map.gnu (CXXABI_1.3.1): Add __cxa_get_exception_ptr.
        * libsupc++/eh_alloc.cc (__cxa_allocate_exception): Increment
        uncaughtExceptions here instead of ...
        * libsupc++/eh_throw.cc (__cxa_throw) ... here.
        (__cxa_rethrow): Increment uncaughtExceptions here instead of ...
        * libsupc++/eh_catch.cc (__cxa_end_catch): ... here.
        (__cxa_get_exception_ptr): New.
        * libsupc++/unwind-cxx.h (__cxa_get_exception_ptr): Declare.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95262 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago2005-02-18 James A. Morrison <phython@gcc.gnu.org>
phython [Sat, 19 Feb 2005 01:29:33 +0000 (01:29 +0000)]
2005-02-18  James A. Morrison  <phython@gcc.gnu.org>

        * tree-ssa-ccp.c (widen_bitfield): Pass type to build_int_cst and don't
        call fold_convert.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95260 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago PR java/20056:
tromey [Sat, 19 Feb 2005 01:16:30 +0000 (01:16 +0000)]
PR java/20056:
* include/jvm.h (_Jv_Linker::has_field_p): Declare.
* link.cc (has_field_p): New function.
* verify.cc (check_field_constant): Added 'putfield' argument.
(verify_instructions_0): Updated.
(type::equals): New method.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95259 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago PR java/20056:
tromey [Sat, 19 Feb 2005 01:14:17 +0000 (01:14 +0000)]
PR java/20056:
* verify-glue.c (vfy_class_has_field): New function.
* verify.h (vfy_class_has_field): Declare.
* verify-impl.c (check_field_constant): Added 'putfield'
argument.
(verify_instructions_0): Updated.
(types_equal): New function.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95258 138bc75d-0d04-0410-961f-82ee72b054a4

19 years agoRemove obsolete IA-64 -mb-step option.
wilson [Sat, 19 Feb 2005 01:02:23 +0000 (01:02 +0000)]
Remove obsolete IA-64 -mb-step option.
* doc/invoke.texi (IA-64 Options): Delete -mb-step.
* config/ia64/ia64.c (last_group, group_idx): Delete variables.
(errata_find_address_regs, errata_emit_nops, fixup_errata): Delete
functions.
(ia64_reorg): Delete fixup_errata call.
* config/ia64/ia64.h (MASK_B_STEP, TARGET_B_STEP): Delete.
(TARGET_SWITCHES): Delete -mb-step entry.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95257 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago2005-02-18 Anthony Green <green@redhat.com>
green [Sat, 19 Feb 2005 00:47:33 +0000 (00:47 +0000)]
2005-02-18  Anthony Green  <green@redhat.com>

        * NEWS: Draft of libgcj NEWS for 4.0.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95256 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago PR c/20043
jakub [Sat, 19 Feb 2005 00:26:38 +0000 (00:26 +0000)]
PR c/20043
* c-typeck.c (composite_type): Handle quals in transparent unions.
(type_lists_compatible_p): Likewise.

* gcc.dg/transparent-union-1.c: New test.
* gcc.dg/transparent-union-2.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95255 138bc75d-0d04-0410-961f-82ee72b054a4

19 years agoDaily bump.
gccadmin [Sat, 19 Feb 2005 00:16:22 +0000 (00:16 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95253 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago * config/darwin.c (machopic_select_rtx_section): Don't put relocatable
shebs [Sat, 19 Feb 2005 00:08:06 +0000 (00:08 +0000)]
    * config/darwin.c (machopic_select_rtx_section): Don't put relocatable
        expressions in the .literal8 section.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95250 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago2005-02-18 Anthony Green <green@redhat.com>
green [Fri, 18 Feb 2005 23:29:44 +0000 (23:29 +0000)]
2005-02-18  Anthony Green  <green@redhat.com>

        * java/lang/natRuntime.cc (insertSystemProperties): Normalize x86
        architecture names to "i386" for compatibility reasons.  Win32
        still uses "x86".

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95243 138bc75d-0d04-0410-961f-82ee72b054a4

19 years agos/2005-01-19/2005-02-19/
jakub [Fri, 18 Feb 2005 23:20:55 +0000 (23:20 +0000)]
s/2005-01-19/2005-02-19/

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95242 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago * decl.c (start_decl_1): Only check TYPE_NEEDS_CONSTRUCTING
jakub [Fri, 18 Feb 2005 23:20:00 +0000 (23:20 +0000)]
* decl.c (start_decl_1): Only check TYPE_NEEDS_CONSTRUCTING
if type is not error_mark_node.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95241 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago * testsuite/tr1/6_containers/unordered/insert/array_syntax.cc: Fix
austern [Fri, 18 Feb 2005 23:09:02 +0000 (23:09 +0000)]
* testsuite/tr1/6_containers/unordered/insert/array_syntax.cc: Fix
test case to use assignment instead of ==
* testsuite/tr1/6_containers/unordered/insert/map_range.cc: New test.
* testsuite/tr1/6_containers/unordered/insert/multimap_range.cc: New test.
* testsuite/tr1/6_containers/unordered/insert/multiset_range.cc: New test.
* testsuite/tr1/6_containers/unordered/insert/set_range.cc: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95240 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago * config/rs6000/darwin-tramp.asm: Remove stray 'APPLE LOCAL' marker.
geoffk [Fri, 18 Feb 2005 23:03:38 +0000 (23:03 +0000)]
* config/rs6000/darwin-tramp.asm: Remove stray 'APPLE LOCAL' marker.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95239 138bc75d-0d04-0410-961f-82ee72b054a4

19 years agoPR tree-optimization/18977
wilson [Fri, 18 Feb 2005 23:01:33 +0000 (23:01 +0000)]
PR tree-optimization/18977
* gcc.c-torture/execute/loop-ivopts-1.c: New testcase.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95238 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago * fold-const.c (constant_boolean_node): Always create values of
sayle [Fri, 18 Feb 2005 21:44:18 +0000 (21:44 +0000)]
* fold-const.c (constant_boolean_node): Always create values of
the specified type, don't bother calling truthvalue_conversion.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95237 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago * except.c (output_function_exception_table): Call
jsm28 [Fri, 18 Feb 2005 21:24:56 +0000 (21:24 +0000)]
* except.c (output_function_exception_table): Call
assemble_external_libcall (eh_personality_libfunc).

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95235 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago PR target/19886
jsm28 [Fri, 18 Feb 2005 21:23:16 +0000 (21:23 +0000)]
PR target/19886
* config/ia64/ia64.h (struct machine_function): Add state_num.
* config/ia64/ia64.c (process_epilogue,
process_for_unwind_directive): Use new unwind state numbers each
time rather than state 1.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95234 138bc75d-0d04-0410-961f-82ee72b054a4

19 years agoChangeLog:
uweigand [Fri, 18 Feb 2005 21:11:06 +0000 (21:11 +0000)]
ChangeLog:

PR target/20054
* config/s390/s390.md ("*llgt_sidi", "*llgt_sidi_split"): Move to
before the "*llgt_didi" pattern.

testsuite/ChangeLog:

PR target/20054
* gcc.dg/pr20054.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95233 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago2005-02-18 Anthony Green <green@redhat.com>
green [Fri, 18 Feb 2005 20:52:16 +0000 (20:52 +0000)]
2005-02-18  Anthony Green  <green@redhat.com>

        * gij.cc (version): Change year for '--version' to 2005.
        * gnu/gcj/convert/Convert.java: Ditto.
        * gnu/java/rmi/rmic/RMIC.java: Ditto.
        * gnu/java/rmi/registry/RegistryImpl.java: Ditto.

        * gnu/gcj/tools/gcj_dbtool/Main.java: Only show the most
        recent copyright year in `--version' output.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95232 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago * gimplify.c (gimplify_modify_expr_rhs) [CALL_EXPR]: Revert again.
jason [Fri, 18 Feb 2005 19:35:37 +0000 (19:35 +0000)]
    * gimplify.c (gimplify_modify_expr_rhs) [CALL_EXPR]: Revert again.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95231 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago2005-01-20 Giovanni Bajo <giovannibajo@gcc.gnu.org>
pinskia [Fri, 18 Feb 2005 19:11:58 +0000 (19:11 +0000)]
2005-01-20  Giovanni Bajo  <giovannibajo@gcc.gnu.org>

        PR c++/19508
        * g++.dg/ext/attrib20.C: New test.

2005-01-20  Giovanni Bajo  <giovannibajo@gcc.gnu.org>

        PR c++/19508
        * decl2.c (grokfield): Do not apply attributes to template parameters
        as they are ignored by tsubst anyway.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95230 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago * arm/lib1funcs.asm (FUNC_ALIAS): New macro.
rearnsha [Fri, 18 Feb 2005 14:46:47 +0000 (14:46 +0000)]
* arm/lib1funcs.asm (FUNC_ALIAS): New macro.
(div0): Use it in place of ARM_FUNC_ALIAS.
(lshrdi3, ashrdi3, ashlrdi3): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95228 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago2004-02-18 Andrew Pinski <pinskia@physics.uc.edu>
pinskia [Fri, 18 Feb 2005 14:36:54 +0000 (14:36 +0000)]
2004-02-18  Andrew Pinski  <pinskia@physics.uc.edu>

        PR middle-end/20030
        * gfortran.fortran-torture/execute/character_passing.f90: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95227 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago2005-02-18 Andrew Pinski <pinskia@physics.uc.edu>
pinskia [Fri, 18 Feb 2005 14:31:50 +0000 (14:31 +0000)]
2005-02-18  Andrew Pinski  <pinskia@physics.uc.edu>

        PR middle-end/20030
        * fold-const.c (fold_indirect_ref_1): Use the correct index for zero access,
        the lower bound of the array type if it exists.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95226 138bc75d-0d04-0410-961f-82ee72b054a4

19 years agogcc/ChangeLog:
aoliva [Fri, 18 Feb 2005 12:20:49 +0000 (12:20 +0000)]
gcc/ChangeLog:
PR c++/20008
* stmt.c (expand_case): Don't assume cleanup_tree_cfg will remove
cases that are out-of-range for the index type.
gcc/testsuite/ChangeLog:
PR c++/20008
* g++.dg/opt/switch4.C: New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95225 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago2005-02-18 James A. Morrison <phython@gcc.gnu.org>
phython [Fri, 18 Feb 2005 12:06:08 +0000 (12:06 +0000)]
2005-02-18  James A. Morrison  <phython@gcc.gnu.org>

        * stmt.c (emit_case_bit_tests): Call fold_convert instead of convert.
        (estimate_case_costs): Don't call convert.
        * expmed.c (expand_shift): Likewise.
        (make_tree): Call fold_convert instead of convert.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95224 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago * testsuite/thread/pthread1.cc: Do not invoke pthread_setconcurrency
ebotcazou [Fri, 18 Feb 2005 11:53:18 +0000 (11:53 +0000)]
* testsuite/thread/pthread1.cc: Do not invoke pthread_setconcurrency
on Solaris 2.6 and below.
* testsuite/thread/pthread2.cc: Likewise.
* testsuite/thread/pthread3.cc: Likewise.
* testsuite/thread/pthread4.cc: Likewise.
* testsuite/thread/pthread5.cc: Likewise.
* testsuite/thread/pthread6.cc: Likewise.
* testsuite/thread/pthread7-rope.cc: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95220 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago * include/tr1/functional (hash): New function object.
austern [Fri, 18 Feb 2005 07:50:08 +0000 (07:50 +0000)]
    * include/tr1/functional (hash): New function object.
        * include/tr1/hashtable: New file.
        * include/tr1/unordered_set: New file.
        * include/tr1/unordered_map: New file.
        * include/Makefile.am: Add three new TR1 headers.
        * include/Makefile.in: Likewise.
        * testsuite/tr1/6_containers/unordered/insert/array_syntax.cc: New test.
        * testsuite/tr1/6_containers/unordered/insert/map_single.cc: New test.
        * testsuite/tr1/6_containers/unordered/insert/multimap_single.cc: New test.
        * testsuite/tr1/6_containers/unordered/insert/multiset_single.cc: New test.
        * testsuite/tr1/6_containers/unordered/insert/set_single.cc: New test.
        * testsuite/tr1/6_containers/unordered/instantiate/hash.cc: New test.
        * testsuite/tr1/6_containers/unordered/instantiate/map.cc: New test.
        * testsuite/tr1/6_containers/unordered/instantiate/multimap.cc: New test.
        * testsuite/tr1/6_containers/unordered/instantiate/multiset.cc: New test.
        * testsuite/tr1/6_containers/unordered/instantiate/set.cc: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95219 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago2005-02-18 Robert Schuster <thebohemian@gmx.net>
mkoch [Fri, 18 Feb 2005 07:44:59 +0000 (07:44 +0000)]
2005-02-18  Robert Schuster <thebohemian@gmx.net>

* java/nio/charset/Charset.java (forName): Throws
IllegalArgumentException when argument is null
and added documentation.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95218 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago PR c++/19813
jakub [Fri, 18 Feb 2005 06:58:40 +0000 (06:58 +0000)]
PR c++/19813
* emit-rtl.c (set_mem_attributes_minus_bitpos): Add assertion
that ref to be marked MEM_READONLY_P doesn't have base that needs
constructing.

* decl.c (start_decl_1): Clear TREE_READONLY flag if
its type has TYPE_NEEDS_CONSTRUCTING.
(complete_vars): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95217 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago * genautomata.c (output_get_cpu_unit_code_func,
jsm28 [Fri, 18 Feb 2005 01:21:12 +0000 (01:21 +0000)]
* genautomata.c (output_get_cpu_unit_code_func,
output_cpu_unit_reservation_p): Don't generate old-style function
definitions.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95213 138bc75d-0d04-0410-961f-82ee72b054a4

19 years agoDaily bump.
gccadmin [Fri, 18 Feb 2005 00:16:37 +0000 (00:16 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95211 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago PR c++/20023
jakub [Thu, 17 Feb 2005 23:56:54 +0000 (23:56 +0000)]
PR c++/20023
PR tree-optimization/20009
* convert.c (convert_to_integer): Revert 2005-02-16 change.

* gcc.c-torture/compile/20050217-1.c: New test.
* g++.dg/opt/switch3.C: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95208 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago PR tree-optimization/18947
jakub [Thu, 17 Feb 2005 23:50:02 +0000 (23:50 +0000)]
PR tree-optimization/18947
* cgraphunit.c (cgraph_finalize_function): When redefining an extern
inline, remove all nodes that are inlined into the extern inline
being redefined.

* gcc.c-torture/compile/20050215-1.c: New test.
* gcc.c-torture/compile/20050215-2.c: New test.
* gcc.c-torture/compile/20050215-3.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95207 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago * bt-load.c, cfgloop.c, convert.c, dominance.c, global.c,
kazu [Thu, 17 Feb 2005 22:41:35 +0000 (22:41 +0000)]
* bt-load.c, cfgloop.c, convert.c, dominance.c, global.c,
loop-invariant.c, stmt.c, tree-ssa-forwprop.c,
tree-ssa-live.c, tree-ssanames.c, tree-vn.c,
config/host-linux.c, config/arm/fpa.md, config/avr/avr.h:
Update copyright.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95202 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago PR tree-optimization/19917
sayle [Thu, 17 Feb 2005 22:32:29 +0000 (22:32 +0000)]
PR tree-optimization/19917
* tree-eh.c (tree_could_trap_p): Consider calls to weak functions
to be potentially trapping.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95200 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago * libgcc2.c, tree-vect-analyze.c: Fix comment typos.
kazu [Thu, 17 Feb 2005 21:20:21 +0000 (21:20 +0000)]
* libgcc2.c, tree-vect-analyze.c: Fix comment typos.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95196 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago2005-02-17 Andreas Krebbel <krebbel1@de.ibm.com>
uweigand [Thu, 17 Feb 2005 21:09:23 +0000 (21:09 +0000)]
2005-02-17  Andreas Krebbel  <krebbel1@de.ibm.com>

* builtins.c (expand_builtin_return_addr): Remove tem parameter.
tem becomes a local variable which is set to the value of the
back end defined INITIAL_FRAME_ADDRESS macro.
(expand_builtin_frame_address): Omit the base parameter to
expand_builtin_return_addr.
(expand_builtin_profile_func): Likewise.
* config/s390/s390.h (INITIAL_FRAME_ADDRESS_RTX): Define new macro.
(DYNAMIC_CHAIN_ADDRESS): Remove the case for the initial frame.
* doc/tm.texi: Documentation for INITIAL_FRAME_ADDRESS_RTX added.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95194 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago * config/s390/s390.c (s390_alloc_pool, s390_free_pool,
jakub [Thu, 17 Feb 2005 20:40:16 +0000 (20:40 +0000)]
* config/s390/s390.c (s390_alloc_pool, s390_free_pool,
s390_chunkify_start): Use BITMAP_ALLOC and BITMAP_FREE.
* config/frv/frv.c (frv_function_epilogue): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95190 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago2005-02-17 Ito Kazumitsu <kaz@maczuka.gcd.org>
mkoch [Thu, 17 Feb 2005 19:51:25 +0000 (19:51 +0000)]
2005-02-17  Ito Kazumitsu  <kaz@maczuka.gcd.org>

* gnu/java/nio/channels/FileChannelImpl.java (write(ByteBuffer)):
Move the position of the source buffer forward.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95184 138bc75d-0d04-0410-961f-82ee72b054a4

19 years agogcc/cp/ChangeLog:
aoliva [Thu, 17 Feb 2005 19:25:05 +0000 (19:25 +0000)]
gcc/cp/ChangeLog:
PR c++/20028
* class.c (finish_struct): Initialize TYPE_SIZE_UNIT of a
template along with TYPE_SIZE.
gcc/testsuite/ChangeLog:
PR c++/20028
* g++.dg/template/crash34.C: New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95182 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago * java/lang/Class.h (_Jv_GetMethodString): Updated declaration.
tromey [Thu, 17 Feb 2005 19:17:08 +0000 (19:17 +0000)]
* java/lang/Class.h (_Jv_GetMethodString): Updated declaration.
* java/lang/reflect/natMethod.cc (_Jv_CallAnyMethodA): Updated.
* java/lang/natClass.cc (_Jv_LookupInterfaceMethod): Updated.
* link.cc (_Jv_GetMethodString): Added 'derived' argument.
Changed type of second argument.  Rewrote.
(make_vtable): Use it.
(append_partial_itable): Updated.
(layout_vtable_methods): Updated.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95181 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago2005-02-17 Michael Koch <konqueror@gmx.de>
mkoch [Thu, 17 Feb 2005 18:59:55 +0000 (18:59 +0000)]
2005-02-17  Michael Koch  <konqueror@gmx.de>

* gnu/java/net/PlainSocketImpl.java
(shutdownInput): Added javadoc.
(shutdownOutput): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95180 138bc75d-0d04-0410-961f-82ee72b054a4

19 years agoFix ChangeLog typo in date.
aph [Thu, 17 Feb 2005 18:43:01 +0000 (18:43 +0000)]
Fix ChangeLog typo in date.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95179 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago2005-02-17 Michael Koch <konqueror@gmx.de>
mkoch [Thu, 17 Feb 2005 18:39:43 +0000 (18:39 +0000)]
2005-02-17  Michael Koch  <konqueror@gmx.de>

* javax/print/attribute/standard/Chromaticity.java,
javax/print/attribute/standard/Destination.java,
javax/print/attribute/standard/MediaPrintableArea.java,
javax/print/attribute/standard/MediaSize.java: New files.
* Makefile.am: Added new files.
* Makefile.in: Regenerated.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95178 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago2005-02-17 Andrew John Hughes <gnu_andrew@member.fsf.org>
mkoch [Thu, 17 Feb 2005 18:26:34 +0000 (18:26 +0000)]
2005-02-17  Andrew John Hughes  <gnu_andrew@member.fsf.org>
    Michael Koch  <konqueror@gmx.de>

* gnu/java/net/protocol/http/Cookie.java,
gnu/java/net/protocol/http/HTTPConnection.java,
gnu/java/net/protocol/http/HTTPDateFormat.java,
gnu/java/net/protocol/http/Request.java,
gnu/java/nio/PipeImpl.java,
gnu/java/rmi/dgc/DGCImpl.java,
gnu/java/rmi/server/ConnectionRunnerPool.java,
gnu/java/rmi/server/UnicastConnectionManager.java,
gnu/java/security/der/DERWriter.java,
gnu/java/security/pkcs/SignerInfo.java,
gnu/java/security/provider/EncodedKeyFactory.java,
gnu/java/security/provider/GnuDHPublicKey.java,
gnu/java/security/provider/GnuDSAPrivateKey.java,
gnu/java/security/provider/GnuDSAPublicKey.java,
gnu/java/security/provider/PKIXCertPathValidatorImpl.java,
gnu/java/security/x509/X500DistinguishedName.java,
gnu/java/security/x509/X509CRL.java,
gnu/java/security/x509/X509CRLEntry.java,
gnu/java/security/x509/X509Certificate.java,
gnu/java/security/x509/ext/AuthorityKeyIdentifier.java,
gnu/java/security/x509/ext/CertificatePolicies.java,
gnu/java/security/x509/ext/PolicyConstraint.java,
gnu/xml/dom/Consumer.java,
gnu/xml/dom/DomCharacterData.java,
gnu/xml/dom/DomDocument.java,
gnu/xml/dom/DomDocumentBuilder.java,
gnu/xml/dom/DomIterator.java,
gnu/xml/dom/DomNode.java,
gnu/xml/dom/DomXPathExpression.java,
gnu/xml/dom/DomXPathResult.java,
gnu/xml/dom/JAXPFactory.java,
gnu/xml/pipeline/CallFilter.java,
gnu/xml/pipeline/DomConsumer.java,
gnu/xml/pipeline/LinkFilter.java,
gnu/xml/pipeline/NSFilter.java,
gnu/xml/pipeline/TeeConsumer.java,
gnu/xml/pipeline/ValidationConsumer.java,
gnu/xml/pipeline/WellFormednessFilter.java,
gnu/xml/pipeline/XIncludeFilter.java,
gnu/xml/pipeline/XsltFilter.java,
gnu/xml/transform/ApplyImportsNode.java,
gnu/xml/transform/Bindings.java,
gnu/xml/transform/DocumentFunction.java,
gnu/xml/transform/FormatNumberFunction.java,
gnu/xml/transform/NodeNumberNode.java,
gnu/xml/transform/NumberNode.java,
gnu/xml/transform/Stylesheet.java,
gnu/xml/transform/SystemPropertyFunction.java,
gnu/xml/transform/Template.java,
gnu/xml/transform/TemplatesImpl.java,
gnu/xml/transform/TransformerImpl.java,
gnu/xml/transform/ValueOfNode.java,
gnu/xml/transform/XSLURIResolver.java,
gnu/xml/util/DoParse.java,
gnu/xml/util/Resolver.java,
gnu/xml/xpath/Expr.java,
gnu/xml/xpath/FunctionCall.java,
gnu/xml/xpath/RelationalExpr.java,
gnu/xml/xpath/Selector.java,
gnu/xml/xpath/XPathParser.java:
Reworked import statements, fixed modifier order and some little
formatting issues.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95177 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago2005-02-17 Ito Kazumitsu <kaz@maczuka.gcd.org>
mkoch [Thu, 17 Feb 2005 18:13:07 +0000 (18:13 +0000)]
2005-02-17  Ito Kazumitsu  <kaz@maczuka.gcd.org>

* java/nio/ByteBufferImpl.java (compact):
Set position and limit even if no bytes were moved.

2005-02-17  Michael Koch  <konqueror@gmx.de>

* java/nio/CharViewBufferImpl.java (compact): Likewise.
* java/nio/DirectByteBufferImpl.java (compact): Likewise.
* java/nio/DoubleViewBufferImpl.java (compact): Likewise.
* java/nio/FloatViewBufferImpl.java (compact): Likewise.
* java/nio/IntViewBufferImpl.java (compact): Likewise.
* java/nio/LongViewBufferImpl.java (compact): Likewise.
* java/nio/MappedByteBufferImpl.java (compact): Likewise.
* java/nio/ShortViewBufferImpl.java (compact): Likewise.
* java/nio/FloatBufferImpl.java (compact): Set position.
* java/nio/CharBufferImpl.java (compact): Likewise.
* java/nio/DoubleBufferImpl.java (compact): Likewise.
* java/nio/IntBufferImpl.java (compact): Likewise.
* java/nio/LongBufferImpl.java (compact): Likewise.
* java/nio/ShortBufferImpl.java (compact): Likewise.

2005-02-17  Jeroen Frijters  <jeroen@frijters.net>

* java/nio/ByteBufferImpl.java,
java/nio/CharBufferImpl.java,
java/nio/DirectByteBufferImpl.java,
java/nio/DoubleBufferImpl.java,
java/nio/FloatBufferImpl.java,
java/nio/IntBufferImpl.java,
java/nio/LongBufferImpl.java,
java/nio/MappedByteBufferImpl.java,
java/nio/ShortBufferImpl.java
(compact): Added explicit read-only check and invalidate mark.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95176 138bc75d-0d04-0410-961f-82ee72b054a4

19 years agogcc/cp/ChangeLog:
aoliva [Thu, 17 Feb 2005 16:42:09 +0000 (16:42 +0000)]
gcc/cp/ChangeLog:
PR c++/20022
* semantics.c (perform_deferred_access_checks): Use
get_deferred_access_checks to get the top of the stack.
gcc/testsuite/ChangeLog:
PR c++/20022
* g++.dg/other/access3.C: New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95174 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago2005-02-17 Daniel Berlin <dberlin@dberlin.org>
dberlin [Thu, 17 Feb 2005 16:29:56 +0000 (16:29 +0000)]
2005-02-17  Daniel Berlin  <dberlin@dberlin.org>

* lambda-code (perfect_nestify): Remove mark/unmark
for rewriting hack.
* tree-loop-linear.c (linear_transform_loops): Add
rewrite_into_ssa call so that ssa is correct for
rewriting into loop closed.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95173 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago * bitmap.h (BITMAP_XMALLOC, BITMAP_XFREE): Remove.
nathan [Thu, 17 Feb 2005 16:19:49 +0000 (16:19 +0000)]
* bitmap.h (BITMAP_XMALLOC, BITMAP_XFREE): Remove.
* bb-reorder.c (duplicate_computed_gotos): Use BITMAP_ALLOC and
BITMAP_FREE.
* bt-load.c (btr_def_live_range, combine_btr_defs,
migrate_btr_def, migrate_btr_defs): Likewise.
* cfgcleanup.c (thread_jump): Likewise.
* cfgloop.c (get_loop_body_in_bfs_order): Likewise.
* df.c (df_insn_table_realloc, df_bitmaps_alloc, df_bitmaps_free,
df_alloc, df_free, df_du_chain_create, df_bb_rd_local_compute,
df_rd_local_compute, df_reg_info_compute): Likewise.
* dominance.c (init_dom_info, free_dom_info): Likewise.
* flow.c (init_propagate_block_info,
free_propagate_block_info): Likewise.
* gcse.c (alloc_gcse_mem, free_gcse_mem): Likewise.
* global.c (allocate_bb_info, free_bb_info, calculate_reg_pav,
modify_reg_pav): Likewise.
* loop-invariant.c (find_defs, find_invariant_insn,
find_invariants, free_inv_motion_data): Likewise.
* predict.c (tree_predict_by_opcode,
estimate_bb_frequencies): Likewise.
* stmt.c (expand_case): Likewise.
* tree-cfg.c (tree_duplicate_sese_region): Likewise.
* tree-dfa.c (mark_new_vars_to_rename): Likewise.
* tree-if-conv.c (get_loop_body_in_if_conv_order): Likewise.
* tree-into-ssa.c (insert_phi_nodes_for, def_blocks_free,
get_def_blocks_for, mark_def_site_blocks, rewrite_into_ssa,
rewrite_ssa_into_ssa): Likewise.
* tree-optimize.c (tree_rest_of_compilation): Likewise.
* tree-outof-ssa.c (new_temp_expr_table, free_temp_expr_table,
analyze_edges_for_bb, perform_edge_inserts): Likewise.
* tree-scalar-evolution.c (scev_initialize, scev_finalize): Likewise.
* tree-sra.c (tree_sra): Likewise.
* tree-ssa-alias.c (init_alias_info, delete_alias_info): Likewise.
* tree-ssa-ccp.c (ccp_fold_builtin): Likewise.
* tree-ssa-dce.c (tree_dce_init, tree_dce_done): Likewise.
* tree-ssa-dom.c (tree_ssa_dominator_optimize): Likewise.
* tree-ssa-dse.c (tree_ssa_dse): Likewise.
* tree-ssa-forwprop.c (tree_ssa_forward_propagate_single_use_var):
Likewise.
* tree-ssa-live.c (new_tree_live_info, delete_tree_live_info,
calculate_live_on_entry, calculate_live_on_exit,
build_tree_conflict_graph): Likewise.
* tree-ssa-loop-ivopts.c (tree_ssa_iv_optimize_init, record_use,
record_important_candidates, set_use_iv_cost, find_depends,
determine_use_iv_costs, iv_ca_new, iv_ca_free, free_loop_data,
tree_ssa_iv_optimize_finalize): Likewise.
* tree-ssa-loop-manip.c (add_exit_phis_var, get_loops_exit,
find_uses_to_rename_use, rewrite_into_loop_closed_ssa,
tree_duplicate_loop_to_header_edge): Likewise.
* tree-ssa-pre.c (init_pre, fini_pre): Likewise.
* tree-ssa.c (verify_flow_insensitive_alias_info,
verify_name_tags, verify_ssa, init_tree_ssa,
delete_tree_ssa): Likewise.
* tree-ssanames.c (marked_ssa_names, init_ssanames,
fini_ssanames): Likewise.
* tree-vectorizer.c (slpeel_tree_peel_loop_to_edge): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95172 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago2005-02-17 Ralf Corsepius <ralf.corsepius@rtems.org>
corsepiu [Thu, 17 Feb 2005 15:29:29 +0000 (15:29 +0000)]
2005-02-17  Ralf Corsepius  <ralf.corsepius@rtems.org>

* config/rs6000/t-rtems: Completely reworked.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95171 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago * tree-data-ref.c (array_base_name_differ_p): Remove gcc_assert.
irar [Thu, 17 Feb 2005 12:58:01 +0000 (12:58 +0000)]
    * tree-data-ref.c (array_base_name_differ_p): Remove gcc_assert.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95168 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago * gcc.dg/vect/vect-98.c: New test.
irar [Thu, 17 Feb 2005 11:37:03 +0000 (11:37 +0000)]
    * gcc.dg/vect/vect-98.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95167 138bc75d-0d04-0410-961f-82ee72b054a4

19 years ago * tree-vect-analyze.c (vect_analyze_pointer_ref_access): Use
irar [Thu, 17 Feb 2005 11:19:10 +0000 (11:19 +0000)]
    * tree-vect-analyze.c (vect_analyze_pointer_ref_access): Use
        POINTER_TYPE_P when checking that type is a pointer.
        (vect_get_memtag): Remove.
        (vect_address_analysis): Use POINTER_TYPE_P. Call
        vect_object_analysis with dummy parameter for memtag.
        (vect_object_analysis): Extract memtag (functionality that
        used to be in vect_get_memtag and moved here). Fix printings.
        (vect_analyze_data_refs): Fix comment. Call vect_object_analysis
        with correct parameters. Remove call to vect_get_memtag.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95166 138bc75d-0d04-0410-961f-82ee72b054a4

19 years agoAdded myself to MAINTAINERS
irar [Thu, 17 Feb 2005 09:04:30 +0000 (09:04 +0000)]
Added myself to MAINTAINERS

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95165 138bc75d-0d04-0410-961f-82ee72b054a4