OSDN Git Service

pf3gnuchains/gcc-fork.git
19 years ago2005-02-21 Robert Schuster <theBohemian@gmx.net>
mkoch [Mon, 21 Feb 2005 22:40:35 +0000 (22:40 +0000)]
2005-02-21  Robert Schuster  <theBohemian@gmx.net>

* gnu/java/beans/IntrospectionIncubator.java
(addMethod) Reverts the patch that ntroduced a regression (see bug
https://savannah.gnu.org/bugs/?func=detailitem&item_id=10938).

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

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

* java/awt/Checkbox.java
(next_checkbox_number): New static variable.
(generateName): New method.
(getUniqueLong): Likewise.
* java/awt/Window.java
(next_window_number): New static variable.
(generateName): New method.
(getUniqueLong): Likewise.

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

19 years ago PR libfortran/19302
ebotcazou [Mon, 21 Feb 2005 21:39:33 +0000 (21:39 +0000)]
PR libfortran/19302
* intrinsics/c99_functions.c (nextafterf): Special-case infinite
numbers.

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

19 years ago * config/iq2000/iq2000.h (DWARF_FRAME_RETURN_COLUMN): Change to 31.
scox [Mon, 21 Feb 2005 20:32:05 +0000 (20:32 +0000)]
* config/iq2000/iq2000.h (DWARF_FRAME_RETURN_COLUMN): Change to 31.

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

19 years ago * java/util/jar/JarFile.java (verifyHashes): Check whether ZipEntry
mark [Mon, 21 Feb 2005 20:29:00 +0000 (20:29 +0000)]
   * java/util/jar/JarFile.java (verifyHashes): Check whether ZipEntry
       exists.

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

19 years ago* io/write.c(output_float): Typo in error message.
kargl [Mon, 21 Feb 2005 19:59:58 +0000 (19:59 +0000)]
* io/write.c(output_float):  Typo in error message.

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

19 years ago * flow.c (delete_dead_jumptables): Speed up by scanning insns
kazu [Mon, 21 Feb 2005 19:47:40 +0000 (19:47 +0000)]
* flow.c (delete_dead_jumptables): Speed up by scanning insns
that do not belong to any basic block.

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

19 years ago * tree-cfg.c (fold_cond_expr_cond): New.
kazu [Mon, 21 Feb 2005 18:38:05 +0000 (18:38 +0000)]
* tree-cfg.c (fold_cond_expr_cond): New.
(make_edges): Call fold_cond_expr_cond.
(find_taken_edge): Accept nothing but INTEGER_CST.
(find_taken_edge_cond_expr): Reject INTEGER_CST other than 0
and 1.
(find_taken_edge_switch_expr): Remove a check for INTEGER_CST.

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

19 years ago2005-02-21 Andrew Haley <aph@redhat.com>
tromey [Mon, 21 Feb 2005 18:19:01 +0000 (18:19 +0000)]
2005-02-21  Andrew Haley  <aph@redhat.com>

* Makefile.in: Rebuilt.
* Makefile.am (nat_source_files): Added natLogger.cc.
* java/util/logging/natLogger.cc: New file.
* java/util/logging/Logger.java (getCallerStackFrame): Now
native.

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

19 years ago2005-02-21 Andreas Tobler <a.tobler@schweiz.ch>
andreast [Mon, 21 Feb 2005 17:42:20 +0000 (17:42 +0000)]
2005-02-21  Andreas Tobler  <a.tobler@schweiz.ch>

* Makefile.am (all_property_files): Remove left over.
(classes.stamp): Add stamp for the ONESTEP build, also known as
--enable-libgcj-multifile.
* Makefile.in: Regenerated.

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

19 years agoFix law's ChangeLog date, and
tobi [Mon, 21 Feb 2005 16:31:42 +0000 (16:31 +0000)]
Fix law's ChangeLog date, and
* lib/gfortran-dg.exp (gfortran-dg-test): Split long regexps.

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

19 years ago * cfganal.c (find_unreachable_blocks): Manually CSE load of
law [Mon, 21 Feb 2005 16:21:00 +0000 (16:21 +0000)]
    * cfganal.c (find_unreachable_blocks): Manually CSE load of
        e->dest.

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

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

* java/awt/Button.java,
java/awt/Container.java,
java/awt/Font.java,
java/awt/Frame.java,
java/text/CollationElementIterator.java,
java/text/RuleBasedCollator.java,
java/util/PropertyPermission.java:
Fixed formatting issues all over.

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

19 years ago * gcc.dg/tree-ssa/20041122-1.c: New test for missing optimization.
law [Mon, 21 Feb 2005 14:55:38 +0000 (14:55 +0000)]
    * gcc.dg/tree-ssa/20041122-1.c: New test for missing optimization.

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

19 years ago * c-objc-common.h, c-pretty-print.c, cgraphunit.c, except.c,
kazu [Mon, 21 Feb 2005 14:39:52 +0000 (14:39 +0000)]
* c-objc-common.h, c-pretty-print.c, cgraphunit.c, except.c,
genautomata.c, langhooks.c, langhooks.h, system.h,
config/arm/lib1funcs.asm: Update copyright.

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

19 years ago * tree-outof-ssa.c (SSANORM_REMOVE_ALL_PHIS): Remove.
kazu [Mon, 21 Feb 2005 14:33:36 +0000 (14:33 +0000)]
* tree-outof-ssa.c (SSANORM_REMOVE_ALL_PHIS): Remove.
(SSANORM_COALESCE_PARTITIONS, SSANORM_USE_COALESCE_LIST):
Adjust their definitions.
(remove_ssa_form): Don't check for SSANORM_REMOVE_ALL_PHIS.
(rewrite_out_of_ssa): Don't use SSANORM_REMOVE_ALL_PHIS.

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

19 years ago* gfortran.dg/do_iterator: Split loop, markup all lines for
tobi [Mon, 21 Feb 2005 13:03:06 +0000 (13:03 +0000)]
* gfortran.dg/do_iterator: Split loop, markup all lines for
which an error locus is printed.
* gfortran.dg/pr17708.f90: Markup all lines for which an error
locus is printed.
* gfortran.dg/select_4.f90: Likewise.
* lib/gfortran-dg.exp (gfortran-dg-test): Handle gfortran error
locuses in the various permutations.

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

19 years ago * dbxout.c (dbxout_function_end): Emit Lscope label always.
uweigand [Mon, 21 Feb 2005 10:06:20 +0000 (10:06 +0000)]
* dbxout.c (dbxout_function_end): Emit Lscope label always.

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

19 years ago2005-02-21 Richard Guenther <rguenth@gcc.gnu.org>
rguenth [Mon, 21 Feb 2005 10:03:07 +0000 (10:03 +0000)]
2005-02-21  Richard Guenther  <rguenth@gcc.gnu.org>

PR bootstrap/13770
* doc/install.texi: Document --with-gc.

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

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