OSDN Git Service

pf3gnuchains/gcc-fork.git
20 years ago * jcf-write.c (generate_bytecode_insns): Implement evaluate-once
sayle [Tue, 30 Sep 2003 18:24:33 +0000 (18:24 +0000)]
* jcf-write.c (generate_bytecode_insns): Implement evaluate-once
semantics for SAVE_EXPR, by caching the result in a temporary.

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

20 years ago * config.gcc (arm*-*-kaos*, i[34567]86-*-kaos*, powerpc-*-kaos*,
neroden [Tue, 30 Sep 2003 17:23:47 +0000 (17:23 +0000)]
* config.gcc (arm*-*-kaos*, i[34567]86-*-kaos*, powerpc-*-kaos*,
powerpcle-*-kaos*, strongarm-*-kaos*): Disable fixproto.

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

20 years ago2003-09-30 Paolo Carlini <pcarlini@unitus.it>
paolo [Tue, 30 Sep 2003 17:03:52 +0000 (17:03 +0000)]
2003-09-30  Paolo Carlini  <pcarlini@unitus.it>

* include/bits/stl_algo.h (search_n): Tweak, to spare the
first --__n.

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

20 years ago2003-09-30 Paolo Carlini <pcarlini@unitus.it>
paolo [Tue, 30 Sep 2003 15:19:33 +0000 (15:19 +0000)]
2003-09-30  Paolo Carlini  <pcarlini@unitus.it>

* testsuite/22_locale/locale/cons/12352.cc: Explicitly
qualify exception name.

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

20 years ago2003-09-30 Paolo Carlini <pcarlini@unitus.it>
paolo [Tue, 30 Sep 2003 13:44:59 +0000 (13:44 +0000)]
2003-09-30  Paolo Carlini  <pcarlini@unitus.it>

PR libstdc++/12438
* include/bits/locale_facets.tcc (locale::combine): Don't
leak memory if _M_replace_facet throws.
* testsuite/22_locale/locale/cons/12438.cc: New, from the PR.

* include/bits/locale_classes.h (locale::locale(const locale&,
_Facet*)): Tweak, use consistently _M_remove_reference.

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

20 years ago * decl.c (pop_binding): Don't mess with nullifying binding->scope
gdr [Tue, 30 Sep 2003 11:56:25 +0000 (11:56 +0000)]
* decl.c (pop_binding): Don't mess with nullifying binding->scope
here.
* name-lookup.c: Re-format.
(cxx_binding_free): Nullify binding->scope.

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

20 years ago* arm/ieee754-sf.S: Tidy formatting.
rearnsha [Tue, 30 Sep 2003 10:38:10 +0000 (10:38 +0000)]
* arm/ieee754-sf.S: Tidy formatting.

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

20 years agoNicolas Pitre <nico@cam.org>
rearnsha [Tue, 30 Sep 2003 10:30:32 +0000 (10:30 +0000)]
Nicolas Pitre <nico@cam.org>
* arm/lib1funcs.asm (ARM_DIV_MOD_BODY) split into ARM_DIV_BODY
and ARM_MOD_BODY.
(ARM_MOD_BODY): rewritten. added clz insns for __ARM_ARCH__ >= 5.
(ARM_DIV_BODY): added clz insns for __ARM_ARCH__ >= 5,
added better divisor alignment in the other case.
(ARM_DIV2_ORDER): added, finds the order of a single bit divisor.
(__divsi3, __udivsi3, __modsi3, __umodsi3): rewritten using the
macros above, add fast exits for divisor >= dividend, etc.

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

20 years agoNicolas Pitre <nico@cam.org>
rearnsha [Tue, 30 Sep 2003 10:21:41 +0000 (10:21 +0000)]
Nicolas Pitre <nico@cam.org>
* arm/ieee754-df.S: split compilation of fixunsdfsi from
L_fixdfsi target.
* arm/t-arm-elf: add _fixunsdfsi target due to the above.

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

20 years ago * config.gcc: Default use_fixproto to 'no'.
neroden [Tue, 30 Sep 2003 10:16:39 +0000 (10:16 +0000)]
* config.gcc: Default use_fixproto to 'no'.

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

20 years ago2003-09-30 Paolo Carlini <pcarlini@unitus.it>
paolo [Tue, 30 Sep 2003 07:28:51 +0000 (07:28 +0000)]
2003-09-30  Paolo Carlini  <pcarlini@unitus.it>

PR libstdc++/12352 (cont)
* src/localename.cc (locale::_Impl::_Impl(const char*, size_t)):
Don't leak __cloc; don't leak if any of the _M_init_facet(...)
calls fail.
(locale::_Impl::_Impl(const _Impl&, size_t)): Tweak.
(locale::_Impl::~_Impl): Don't do anything if !_M_facets,
!_M_caches, !_M_names.

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

20 years ago PR optimization/12345
rsandifo [Tue, 30 Sep 2003 07:14:39 +0000 (07:14 +0000)]
PR optimization/12345
* config/mips/mips-protos.h (mips_restore_gp): Remove.
(mips_gp_save_slot): Declare.
* config/mips/mips.c (mips_restore_gp): Remove in favor of...
(mips_gp_save_slot): ...this new function.
* config/mips/mips.md (exception_receiver): Use mips_gp_save_slot
and mips_output_move to generate the output template.
(call_internal): Force splitting if TARGET_SPLIT_CALLS.  Don't emit
a gp load after a noreturn call.  Load the gp using a move rather
than an exception_receiver pattern.
(call_value_internal, call_value_multiple_internal): Likewise.
(call_split, call_value_split, call_value_multiple_split): Clobber $28.

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

20 years agoDaily bump.
gccadmin [Tue, 30 Sep 2003 00:16:07 +0000 (00:16 +0000)]
Daily bump.

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

20 years agoPR debug/12319
carlo [Mon, 29 Sep 2003 23:09:12 +0000 (23:09 +0000)]
PR debug/12319
* cfglayout.c (insn_scope):  Use prologue_locator and
epilogue_locator; return the outer function scope for
pro- and epilogue insns.

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

20 years ago2003-09-30 Carlo Wood <carlo@alinoe.com>
carlo [Mon, 29 Sep 2003 22:51:00 +0000 (22:51 +0000)]
2003-09-30  Carlo Wood  <carlo@alinoe.com>

* MAINTAINERS (Write After Approval): Add myself.

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

20 years ago * objc/objc-act.c (encode_type): Encode INTEGER_TYPEs and
zack [Mon, 29 Sep 2003 22:28:58 +0000 (22:28 +0000)]
* objc/objc-act.c (encode_type): Encode INTEGER_TYPEs and
REAL_TYPEs based on the bitsize of the type's mode, not the
mode directly.

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

20 years agof:
zack [Mon, 29 Sep 2003 22:21:15 +0000 (22:21 +0000)]
f:
* target.c (FFETARGET_ATOF_): Delete.
(ffetarget_real1, ffetarget_real2): Use real_from_string directly.
* target.h (FFETARGET_REAL_VALUE_FROM_INT_,
FFETARGET_REAL_VALUE_FROM_LONGLONG_): Use mode_for_size,
don't refer to SFmode or DFmode directly.

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

20 years agoada:
zack [Mon, 29 Sep 2003 22:14:01 +0000 (22:14 +0000)]
ada:
* trans.c (gigi): Use REAL_ARITHMETIC, not REAL_VALUE_ATOF, to
initialize dconstp5 and dconstmp5.

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

20 years ago * dwarf2out.c (default_eh_frame_section): Split into ...
ro [Mon, 29 Sep 2003 22:07:39 +0000 (22:07 +0000)]
* dwarf2out.c (default_eh_frame_section): Split into ...
(named_section_eh_frame_section, collect2_eh_frame_section): ... new
functions.
* output.h (named_section_eh_frame_section): Declare.
(collect2_eh_frame_section): Likewise.

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

20 years ago * real.c (real_sqrt): Use get_canonical_qnan directly.
zack [Mon, 29 Sep 2003 21:59:58 +0000 (21:59 +0000)]
* real.c (real_sqrt): Use get_canonical_qnan directly.

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

20 years ago * dwarf2out.c (add_const_value_attribute): Use real_to_target.
zack [Mon, 29 Sep 2003 21:52:25 +0000 (21:52 +0000)]
* dwarf2out.c (add_const_value_attribute): Use real_to_target.

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

20 years ago * varasm.c (assemble_real): Use real_to_target directly,
zack [Mon, 29 Sep 2003 21:29:11 +0000 (21:29 +0000)]
* varasm.c (assemble_real): Use real_to_target directly,
calculate the number of significant elements of the result
array and write them out in a loop, instead of using a giant
switch statement to pick the correct REAL_VALUE_TO_TARGET_*
macro.

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

20 years ago PR c++/12175
hubicka [Mon, 29 Sep 2003 21:19:10 +0000 (21:19 +0000)]
PR c++/12175
* varasm.c (notice_global_symbol): Discard external symbols.

PR optimization/12286
* gcov-io.c (gcov_read_words): Fix memmove call.
* profile.c (compute_branch_probabilities): Add extra sanity checks.

PR C++/12047
* except.c (build_eh_type_type): Call mark_used on the type.

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

20 years ago PR libgcj/10596:
tromey [Mon, 29 Sep 2003 21:13:55 +0000 (21:13 +0000)]
PR libgcj/10596:
* include/jvm.h (_Jv_FinalizeString,
_Jv_RegisterStringFinalizer): Declare.
* java/lang/natString.cc (_Jv_FinalizeString): Renamed from
unintern.
(intern): Updated.
(_Jv_NewStringUtf8Const): Likewise.
* java/lang/ref/natReference.cc (finalize_referred_to_object):
Add special case when finalizing a String.
(in_hash): New function.
(_Jv_RegisterStringFinalizer): Likewise.
(maybe_add_finalize): Likewise.

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

20 years ago boehm-gc:
ro [Mon, 29 Sep 2003 20:02:08 +0000 (20:02 +0000)]
boehm-gc:
* configure.in: Remove wildcard from Solaris 8-9/Intel and Solaris
2.3/SPARC, there are no micro versions.
Treat Solaris 10 and up alike.
* configure: Regenerate.

gcc:
* config.gcc (sparc-*-solaris2*): Handle Solaris 10 and up like
Solaris 7-9.

* fixinc/inclhack.def (solaris_widec): Replace solaris2.[0-5]* by
wildcards which explicitly match micro versions.
* fixinc/fixincl.x: Regenerate.

libstdc++-v3:
* configure.host: Handle Solaris 2.5 micro releases explicitly.
Remove wildcards from Solaris 2.6, 7-9: there were no
micro releases.
Treat Solaris 10 and up like 7-9.

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

20 years ago2003-09-29 Paolo Carlini <pcarlini@unitus.it>
paolo [Mon, 29 Sep 2003 19:43:04 +0000 (19:43 +0000)]
2003-09-29  Paolo Carlini  <pcarlini@unitus.it>

* include/bits/stl_algo.h (search_n): Improve the previous
fix as suggested by Martin.

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

20 years agoRemove extra comma in comment.
kenner [Mon, 29 Sep 2003 17:41:47 +0000 (17:41 +0000)]
Remove extra comma in comment.

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

20 years ago2003-09-29 Paolo Carlini <pcarlini@unitus.it>
paolo [Mon, 29 Sep 2003 17:36:18 +0000 (17:36 +0000)]
2003-09-29  Paolo Carlini  <pcarlini@unitus.it>

PR libstdc++/12296
* include/bits/istream.tcc (peek): Set eofbit if sgetc
returns eof.
* testsuite/27_io/basic_istream/peek/char/12296.cc:
New, from the PR.

2003-09-29  Nathan Myers  <ncm@cantrip.org>
    Paolo Carlini  <pcarlini@unitus.it>

PR libstdc++/11400
* include/bits/stl_algo.h (search_n):
Use iterator_traits<>::difference_type for __n.
* testsuite/25_algorithms/search_n/11400.cc: New, from the PR.

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

20 years ago * fold-const.c (fold): Fold (A & ~B) - (A & B) into
kazu [Mon, 29 Sep 2003 17:35:11 +0000 (17:35 +0000)]
* fold-const.c (fold): Fold (A & ~B) - (A & B) into
(A ^ B) - B, where B is any power of 2 minus 1.

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

20 years ago * g++.dg/init/array10.C: Add dg-options.
rth [Mon, 29 Sep 2003 17:16:09 +0000 (17:16 +0000)]
    * g++.dg/init/array10.C: Add dg-options.

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

20 years ago * libgcov.c (gcov_exit): Fix two pastos.
hubicka [Mon, 29 Sep 2003 17:09:36 +0000 (17:09 +0000)]
* libgcov.c (gcov_exit): Fix two pastos.

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

20 years ago * config/h8300/h8300.md (*tst_extzv_1_n): Combine with the
kazu [Mon, 29 Sep 2003 16:34:09 +0000 (16:34 +0000)]
* config/h8300/h8300.md (*tst_extzv_1_n): Combine with the
define_split immediately below to form define_insn_and_split.

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

20 years ago * config/h8300/h8300.md (*tstsi_variable_bit): New.
kazu [Mon, 29 Sep 2003 16:32:28 +0000 (16:32 +0000)]
* config/h8300/h8300.md (*tstsi_variable_bit): New.
(*tstsi_variable_bit_qi): Likewise.

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

20 years ago* MAINTAINERS: Move myself from "Write After Approval"
pkoning [Mon, 29 Sep 2003 16:27:40 +0000 (16:27 +0000)]
* MAINTAINERS: Move myself from "Write After Approval"
to CPU platform maintainers for pdp11 platform.

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

20 years agoFixed little typo.
mkoch [Mon, 29 Sep 2003 12:05:41 +0000 (12:05 +0000)]
Fixed little typo.

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

20 years ago2003-09-29 Michael Koch <konqueror@gmx.de>
mkoch [Mon, 29 Sep 2003 11:53:23 +0000 (11:53 +0000)]
2003-09-29  Michael Koch  <konqueror@gmx.de>

* java/net/InetAddress.java:
(isMulticastAddress): Dont use local variable to store address length.
Let the compiler optimize this.
(getHostName): Merged dcoumentation from classpath.
(getAddress): Likewise.
(getHostAddress): Likewise.
(hashCode): Likewise.
(equals): Likewise.
(toString): Likewise.
(getByName): Likewise.
(getAllByName): Likewise.

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

20 years ago2003-09-29 Michael Koch <konqueror@gmx.de>
mkoch [Mon, 29 Sep 2003 11:28:58 +0000 (11:28 +0000)]
2003-09-29  Michael Koch  <konqueror@gmx.de>

* java/awt/image/IndexColorModel.java: Reformated.

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

20 years ago2003-09-29 Michael Koch <konqueror@gmx.de>
mkoch [Mon, 29 Sep 2003 11:24:28 +0000 (11:24 +0000)]
2003-09-29  Michael Koch  <konqueror@gmx.de>

* java/net/InetAddress.java,
java/net/URL.java: Reformated.

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

20 years ago2003-09-29 Paolo Carlini <pcarlini@unitus.it>
paolo [Mon, 29 Sep 2003 08:25:17 +0000 (08:25 +0000)]
2003-09-29  Paolo Carlini  <pcarlini@unitus.it>

* testsuite/22_locale/locale/cons/12352.cc:
Use __attribute__((unused)) for test.

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

20 years ago * boehm.cc (_Jv_BuildGCDescr): Put first word of object in most
bryce [Mon, 29 Sep 2003 07:13:40 +0000 (07:13 +0000)]
* boehm.cc (_Jv_BuildGCDescr): Put first word of object in most
significant bit of descriptor. Include the vtable and sync_info
fields.

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

20 years ago2003-09-28 Phil Edwards <phil@codesourcery.com>
pme [Mon, 29 Sep 2003 06:19:39 +0000 (06:19 +0000)]
2003-09-28  Phil Edwards  <phil@codesourcery.com>

* doc/cppopts.texi:  Use 'dashMP' instead of '-MP' as a cross-
reference name.

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

20 years ago * g++.dg/opt/unroll1.C: Change unsigned to __SIZE_TYPE__.
ebotcazou [Mon, 29 Sep 2003 06:14:59 +0000 (06:14 +0000)]
* g++.dg/opt/unroll1.C: Change unsigned to __SIZE_TYPE__.

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

20 years agoDaily bump.
gccadmin [Mon, 29 Sep 2003 00:16:07 +0000 (00:16 +0000)]
Daily bump.

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

20 years ago * c-decl.c (duplicate_decls): Copy DECL_SOURCE_LOCATION, not
rth [Sun, 28 Sep 2003 22:18:33 +0000 (22:18 +0000)]
    * c-decl.c (duplicate_decls): Copy DECL_SOURCE_LOCATION, not
        file and line separately.

f/
        * com.c (duplicate_decls): Copy DECL_SOURCE_LOCATION, not
        file and line separately.
java/
        * check-init.c (check_init): Save and restore input_location
        instead of file and line separately.
        * decl.c (java_expand_body): Likewise.
        * jcf-write.c (generate_bytecode_insns): Likewise.
        * parse.y (safe_layout_class): Likewise.
        * jcf-parse.c (read_class, parse_class_file): Likewise.
        (java_parse_file): Use %H for warning locator.

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

20 years ago * config/s390/s390.md ("*adddi3_carry1_cc", "*adddi3_carry1_cconly",
uweigand [Sun, 28 Sep 2003 19:17:49 +0000 (19:17 +0000)]
* config/s390/s390.md ("*adddi3_carry1_cc", "*adddi3_carry1_cconly",
"*adddi3_carry2_cc", "*adddi3_carry2_cconly", "*subdi3_borrow_cc",
"*subdi3_borrow_cconly"): New insns.
("*addsi3_sub", "*subsi3_sub"): Remove.
("*subdi3_cc", *subdi3_cconly"): Use only if TARGET_64BIT.
("*subsi3_cc"): Fix op_type attribute.

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

20 years ago * stmt.c (expand_asm_operands): Take a location_t, instead of
rth [Sun, 28 Sep 2003 19:09:53 +0000 (19:09 +0000)]
    * stmt.c (expand_asm_operands): Take a location_t, instead of
        individual file and line.
        * c-typeck.c (c_expand_asm_operands): Likewise.
        * tree.h (expand_asm_operands): Update decl.
        * c-common.h (c_expand_asm_operands): Likewise.
        * c-semantics (genrtl_asm_stmt): Update call.
cp/
        * typeck.c (c_expand_asm_operands): Take location_t, instead of
        individual file and line.
ada/
        * trans.c (tree_transform): Update call to expand_asm_operands.

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

20 years ago * expr.c (java_check_reference): Use the semantics of COND_EXPRs
sayle [Sun, 28 Sep 2003 15:07:05 +0000 (15:07 +0000)]
* expr.c (java_check_reference): Use the semantics of COND_EXPRs
with void-type branches instead of using a COMPOUND_EXPR.

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

20 years ago* decl.c (java_optimize_inline, dump_function): Remove.
jsturm [Sun, 28 Sep 2003 13:23:12 +0000 (13:23 +0000)]
* decl.c (java_optimize_inline, dump_function): Remove.
* java-tree.h (java_optimize_inline): Remove declaration.
* jcf-parse.c (java_parse_file): Assume flag_unit_at_a_time is set.
* parse.y (source_end_java_method, java_expand_classes):
Likewise.  Remove dead code.

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

20 years ago2003-09-28 Philip Blundell <philb@gnu.org>
pb [Sun, 28 Sep 2003 12:33:10 +0000 (12:33 +0000)]
2003-09-28  Philip Blundell  <philb@gnu.org>

* config/arm/arm.c (legitimize_pic_address): Check
SYMBOL_REF_LOCAL_P, not ENCODED_SHORT_CALL_ATTR_P.
(arm_assemble_integer): Likewise.

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

20 years ago * config/pdp11/pdp11-protos.h, config/pdp11/pdp11.c,
steven [Sun, 28 Sep 2003 12:09:07 +0000 (12:09 +0000)]
* config/pdp11/pdp11-protos.h, config/pdp11/pdp11.c,
config/c4x/c4x-c.c, config/c4x/c4x-protos.h, config/c4x/c4x.c,
config/c4x/c4x.h:
Convert to ISO C90 function declarations and definitions.

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

20 years ago * g++.dg/template/friend19.C: Fix typo.
lerdsuwa [Sun, 28 Sep 2003 11:42:16 +0000 (11:42 +0000)]
* g++.dg/template/friend19.C: Fix typo.
* g++.old-deja/g++.other/crash31.C: Adjust expected error.

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

20 years ago * config/stormy16/stormy16.c, config/stormy16/stormy16-protos.h:
steven [Sun, 28 Sep 2003 09:51:52 +0000 (09:51 +0000)]
* config/stormy16/stormy16.c, config/stormy16/stormy16-protos.h:
Convert to ISO C90 function declarations and definitions.

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

20 years ago * config/mips/mips.c (mips_constant_info): Add reloc field.
rsandifo [Sun, 28 Sep 2003 07:39:30 +0000 (07:39 +0000)]
* config/mips/mips.c (mips_constant_info): Add reloc field.
(mips_classify_constant): Initialize it.  Always set SYMBOL to the
underlying symbol, not to an unspec.
(mips_delegitimize_address, print_operand): Clean up accordingly.

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

20 years ago * config/mips/mips-protos.h (mips16_gp_pseudo_reg): Remove.
rsandifo [Sun, 28 Sep 2003 07:38:14 +0000 (07:38 +0000)]
* config/mips/mips-protos.h (mips16_gp_pseudo_reg): Remove.
* config/mips/mips.h (LEGITIMATE_CONSTANT_P): Remove orphaned comment.
* config/mips/mips.c (mips_reloc_offset_ok_p): New function.
(mips_classify_constant): Use it.
(mips_splittable_symbol_p): Add an offset argument.
(mips_classify_address): Adjust call accordingly.
(mips_legitimize_symbol): Handle sdata references with LO_SUM rather
than a relocation unspec.  Update call to mips_splittable_symbol_p.
Generalize the code that copes with symbols + invalid offsets.
(print_operand): Allow '%R' to be applied to small data addresses.
(mips_reloc_string): Remove RELOC_GPREL16.
(mips_sdata_pointer): Renamed from mips16_gp_pseudo_reg.  Return $gp
for TARGET_EXPLICIT_RELOCS.  Return null if we can't use gp-relative
relocation operators.
* config/mips/mips.md (RELOC_GPREL16): Remove.  Shuffle other reloc
constants accordingly.

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

20 years ago * toplev.c (flag_evaluation_order): New global variable.
sayle [Sun, 28 Sep 2003 04:56:35 +0000 (04:56 +0000)]
* toplev.c (flag_evaluation_order): New global variable.
* flags.h (flag_evaluation_order): Prototype here.
* expr.c (expand_operands): If we need to preserve observable
evaluation order, protect exp1 from clobbering exp0's result.

* java/lang.c (java_init_options): Set flag_evaluation_order.
* java/expr.c (force_evaluation_order): Don't attempt to force
evaluation order of binary operations using save_expr.
* java/parse.y (java_complete_lhs): No longer need to call
force_evaluation_order when constructing binary operators.

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

20 years ago * c-decl.c (finish_function): Convert definition to ISO C90.
aj [Sun, 28 Sep 2003 04:37:41 +0000 (04:37 +0000)]
* c-decl.c (finish_function): Convert definition to ISO C90.
* ifcvt.c (mark_loop_exit_edges): Likewise.
* ra-rewrite.c (emit_colors): Likewise.

For cp:

* decl.c (cxx_builtin_type_decls): Convert to ISO C90 function
definition.
* init.c (push_base_cleanups): Likewise.
* decl2.c (finish_file): Likewise.
* mangle.c (init_mangle): Likewise.
(dump_substitution_candidates): Likewise.
* search.c: Likewise.

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

20 years ago * java/text/DateFormat.java (format): Throw IllegalArgumentException
bryce [Sun, 28 Sep 2003 04:23:29 +0000 (04:23 +0000)]
* java/text/DateFormat.java (format): Throw IllegalArgumentException
if j' is not a Number or Date instance.
* java/text/SimpleDateFormat.java (tokens): Make it an ArrayList
instead of Vector.

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

20 years ago * java/text/SimpleDateFormat (parse): Revert patch of 2003-09-25.
bryce [Sun, 28 Sep 2003 03:57:05 +0000 (03:57 +0000)]
* java/text/SimpleDateFormat (parse): Revert patch of 2003-09-25.
Don't call setTimeZone on calendar.

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

20 years agoDaily bump.
gccadmin [Sun, 28 Sep 2003 00:16:09 +0000 (00:16 +0000)]
Daily bump.

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

20 years ago * config.gcc (alpha*-dec-osf[45]*): Disable fixproto.
neroden [Sat, 27 Sep 2003 22:27:10 +0000 (22:27 +0000)]
* config.gcc (alpha*-dec-osf[45]*): Disable fixproto.

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

20 years ago * config.gcc (arm*-*-uclinux*): Disable fixproto.
neroden [Sat, 27 Sep 2003 21:43:18 +0000 (21:43 +0000)]
* config.gcc (arm*-*-uclinux*): Disable fixproto.

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

20 years ago * config.gcc (powerpc-*-eabispe*, powerpc-*-eabisimaltivec*,
neroden [Sat, 27 Sep 2003 21:40:40 +0000 (21:40 +0000)]
* config.gcc (powerpc-*-eabispe*, powerpc-*-eabisimaltivec*,
powerpc-*-eabialtivec*): Disable fixproto.

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

20 years ago * libjava.jacks/jacks.xfail: Updated for new passes.
tromey [Sat, 27 Sep 2003 20:22:03 +0000 (20:22 +0000)]
* libjava.jacks/jacks.xfail: Updated for new passes.

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

20 years ago2003-09-27 Alexandre Petit-Bianco <apbianco@redhat.com>
tromey [Sat, 27 Sep 2003 20:17:21 +0000 (20:17 +0000)]
2003-09-27  Alexandre Petit-Bianco  <apbianco@redhat.com>
    Bryce McKinlay  <bryce@mckinlay.net.nz>

PR java/1333:
* parse.y (not_accessible_field_error): New function.
(resolve_expression_name): Check field access permissions.
(resolve_qualified_expression_name): Use
not_accessible_field_error.
(resolve_qualified_expression_name): Likewise.

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

20 years ago PR optimization/12340
ebotcazou [Sat, 27 Sep 2003 17:18:25 +0000 (17:18 +0000)]
PR optimization/12340
* loop.h (struct induction): Document the new semantics
of the 'same' field for bivs.
* unroll.c (biv_total_increment): Don't count the same
biv increment several times.
(loop_iterations) [GENERAL_INDUCT]: Likewise.

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

20 years ago * name-lookup.h (get_global_value_if_present): New function.
gdr [Sat, 27 Sep 2003 16:44:05 +0000 (16:44 +0000)]
* name-lookup.h (get_global_value_if_present): New function.
(is_typename_at_global_scope): Likewise.
* except.c (do_begin_catch): Use get_global_value_if_present.
(do_end_catch): Likewise.
(do_allocate_exception): Likewise.
(do_free_exception): Likewise.
(build_throw): Likewise.
* parser.c (cp_parser_member_declaration): Likewise.
* rtti.c (throw_bad_cast): Likewise.
(throw_bad_typeid): Likewise.
* decl.c (check_tag_decl): Use is_typename_at_global_scope.
(grokdeclarator): Likewise.
* cp-tree.h (global_namespace): Move to name-lookup.h
* call.c (call_builtin_trap): Tidy.

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

20 years agoCorrect PR number.
lerdsuwa [Sat, 27 Sep 2003 16:40:29 +0000 (16:40 +0000)]
Correct PR number.

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

20 years ago PR c++/11413
lerdsuwa [Sat, 27 Sep 2003 16:34:28 +0000 (16:34 +0000)]
PR c++/11413
* parser.c (cp_parser_nested_name_specifier_opt): Issue correct
error message when parser->scope is global_namespace.

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

20 years ago * unroll.c(loop_interations)[GT]: Add missing break.
grahams [Sat, 27 Sep 2003 15:33:27 +0000 (15:33 +0000)]
  * unroll.c(loop_interations)[GT]: Add missing break.

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

20 years ago2003-09-27 Michael Koch <konqueror@gmx.de>
mkoch [Sat, 27 Sep 2003 13:09:19 +0000 (13:09 +0000)]
2003-09-27  Michael Koch  <konqueror@gmx.de>

* java/net/URL.java (getURLStreamHandler): Compile fixes.

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

20 years ago2003-09-27 Michael Koch <konqueror@gmx.de>
mkoch [Sat, 27 Sep 2003 12:38:05 +0000 (12:38 +0000)]
2003-09-27  Michael Koch  <konqueror@gmx.de>

* java/net/URL.java (getURLStreamHandler):
Check if we have to use cache before trying to retrieve handler from
cache. Rename facName to clsName to match classpath more. Reformated
some little pieces.

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

20 years agoCorrect previous ChangeLog entry.
kcook [Sat, 27 Sep 2003 04:53:13 +0000 (04:53 +0000)]
Correct previous ChangeLog entry.

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

20 years agoGNU CC -> GCC
kcook [Sat, 27 Sep 2003 04:48:30 +0000 (04:48 +0000)]
GNU CC -> GCC

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

20 years ago * testsuite/22_locale/time_put/put/char/2.cc (test_02): Allow either
uweigand [Sat, 27 Sep 2003 03:28:15 +0000 (03:28 +0000)]
* testsuite/22_locale/time_put/put/char/2.cc (test_02): Allow either
"Son" or "So" as abbreviated name for Sunday in de_DE locale.
* testsuite/22_locale/time_put/put/wchar_t/2.cc (test_02): Likewise.

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

20 years ago * cp-tree.h, name-lookup.h, decl.c, decl2.c: Remove reference to
gdr [Sat, 27 Sep 2003 01:55:13 +0000 (01:55 +0000)]
* cp-tree.h, name-lookup.h, decl.c, decl2.c: Remove reference to
macros  BINDING_SCOPE, BINDING_VALUE and BINDING_TYPE.

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

20 years agoDaily bump.
gccadmin [Sat, 27 Sep 2003 00:16:06 +0000 (00:16 +0000)]
Daily bump.

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

20 years ago * objc/objc-act.c (tm_p.h): Tweak order.
ljrittle [Fri, 26 Sep 2003 23:28:55 +0000 (23:28 +0000)]
* objc/objc-act.c (tm_p.h): Tweak order.
* objc/Make-lang.in (objc/objc-act.o): Add $(TM_P_H).

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

20 years ago* objc/objc-act.c (tm_p.h): Tweak order.
ljrittle [Fri, 26 Sep 2003 22:45:29 +0000 (22:45 +0000)]
* objc/objc-act.c (tm_p.h): Tweak order.

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

20 years ago * config.gcc (hppa*64*-*-linux* | parisc*64*-*-linux*):
neroden [Fri, 26 Sep 2003 22:13:33 +0000 (22:13 +0000)]
* config.gcc (hppa*64*-*-linux* | parisc*64*-*-linux*):
Include t-slibgcc-elf-ver and t-linux in tmake_file.

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

20 years ago2003-09-27 Michael Koch <konqueror@gmx.de>
mkoch [Fri, 26 Sep 2003 22:02:05 +0000 (22:02 +0000)]
2003-09-27  Michael Koch  <konqueror@gmx.de>

* gnu/java/nio/SelectionKeyImpl.java
(ch): Make package-private again. Jikes found this bug.
Jeff Sturm submitted PR12426 for this to bugzilla
to fix this bug in gcj.

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

20 years ago * config.gcc (hppa*64*-*-linux* | parisc*64-*-linux*):
neroden [Fri, 26 Sep 2003 21:07:56 +0000 (21:07 +0000)]
* config.gcc (hppa*64*-*-linux* | parisc*64-*-linux*):
Disable fixproto.

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

20 years ago * config.gcc (i960-*-coff*, m68k-*-aout*, sparclite-*-coff*):
neroden [Fri, 26 Sep 2003 21:01:02 +0000 (21:01 +0000)]
* config.gcc (i960-*-coff*, m68k-*-aout*, sparclite-*-coff*):
Disable fixproto.

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

20 years ago * config.gcc (i[34567]86-*-solaris2*, sparc64-*-solaris2*,
neroden [Fri, 26 Sep 2003 20:57:28 +0000 (20:57 +0000)]
* config.gcc (i[34567]86-*-solaris2*, sparc64-*-solaris2*,
sparcv9-*-solaris2*, sparc-*-solaris2*): Disable fixproto.

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

20 years ago * config/i386/unix.h: Remove (unused) DEFAULT_ASSEMBLER_DIALECT.
neroden [Fri, 26 Sep 2003 20:46:47 +0000 (20:46 +0000)]
* config/i386/unix.h: Remove (unused) DEFAULT_ASSEMBLER_DIALECT.

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

20 years ago * config/i386/i386.h (ix86_return_in_memory): Revert my last patch.
ljrittle [Fri, 26 Sep 2003 20:26:00 +0000 (20:26 +0000)]
* config/i386/i386.h (ix86_return_in_memory): Revert my last patch.
* objc/objc-act.c (tm_p.h): Include.

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

20 years ago2003-09-26 Brad Spencer <spencer@infointeractive.com>
bkoz [Fri, 26 Sep 2003 20:20:55 +0000 (20:20 +0000)]
2003-09-26  Brad Spencer  <spencer@infointeractive.com>

* testsuite/27_io/basic_filebuf/cons/wchar_t/10132-1.cc:
Explicitly qualify exceptions.
* testsuite/27_io/basic_istream/sentry/char/3983-fstream.cc: Same.
* testsuite/27_io/basic_istream/sentry/char/3983-sstream.cc: Same.
* testsuite/27_io/basic_ostream/sentry/char/3983-fstream.cc: Same.
* testsuite/27_io/basic_ostream/sentry/char/3983-sstream.cc: Same.

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

20 years ago2003-09-26 Michael Koch <konqueror@gmx.de>
mkoch [Fri, 26 Sep 2003 20:03:28 +0000 (20:03 +0000)]
2003-09-26  Michael Koch  <konqueror@gmx.de>

* java/rmi/server/RMIClassLoader.java:
Reformatted file, no functional code changes.

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

20 years ago2003-09-26 Sascha Brawer <brawer@dandelis.ch>
mkoch [Fri, 26 Sep 2003 19:59:56 +0000 (19:59 +0000)]
2003-09-26  Sascha Brawer  <brawer@dandelis.ch>

* java/awt/image/SinglePixelPackedSampleModel.java (createDataBuffer):
Save space for some pixels at the buffer end.  Added Javadoc.

2003-09-26  Tom Tromey  <tromey@redhat.com>

* java/io/ObjectOutputStream.java (writeFields): Fixed
indentation.
(putFields): Likewise.

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

20 years ago * dbxout.c (dbxout_typedefs): Output typedefs in forward order.
bothner [Fri, 26 Sep 2003 19:38:27 +0000 (19:38 +0000)]
* dbxout.c (dbxout_typedefs):  Output typedefs in forward order.
No longer any need to reverse by recursion.

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

20 years ago PR optimization/11741
sayle [Fri, 26 Sep 2003 18:23:33 +0000 (18:23 +0000)]
PR optimization/11741
* gcse.c (pre_insert_copy_insn): Tweak the logic for finding the
appropriate set to match that in hash_scan_insn.  Fall back to
the original copy method, if we can't validate changing insn.
(pre_delete): Only delete instructions that have a single_set,
instead of aborting when we encounter an PARALLEL insn with more
then one SET.

* gcc.dg/20030926-1.c: New test case.

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

20 years ago2003-09-26 Andreas Krebbel <krebbel1@de.ibm.com>
uweigand [Fri, 26 Sep 2003 16:41:58 +0000 (16:41 +0000)]
2003-09-26  Andreas Krebbel  <krebbel1@de.ibm.com>

* config/s390/s390.md ("builtin_setjmp_setup"): Insn deleted.
("builtin_longjmp"): Insn deleted.
("save_stack_nonlocal"): Save literal pool base pointer behind
backchain and stack pointer.
("restore_stack_nonlocal"): Restore literal pool base pointer.
* config/s390/s390.h (STACK_SAVEAREA_MODE): Double size of
the stack save area for the nonlocal goto case.

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

20 years ago2003-09-26 Michael Koch <konqueror@gmx.de>
mkoch [Fri, 26 Sep 2003 16:22:09 +0000 (16:22 +0000)]
2003-09-26  Michael Koch  <konqueror@gmx.de>

* java/nio/ByteBufferHelper.java:
Totally reworked with help from Eric Blake.

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

20 years ago PR bootstrap/12358
danglin [Fri, 26 Sep 2003 16:03:12 +0000 (16:03 +0000)]
PR bootstrap/12358
* pa.c (output_bvb): Fix typo.

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

20 years ago * decl.c (pop_binding_level, suspend_binding_level,
gdr [Fri, 26 Sep 2003 15:21:30 +0000 (15:21 +0000)]
    * decl.c (pop_binding_level, suspend_binding_level,
        find_class_binding_level): Merge into leave_scope.  Remove.
        (leave_scope):  New function.
        (poplevel): Update.
        (poplevel_class): Likewise.
        (pop_namespace): Likewise.

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

20 years ago * java/awt/geom/RoundRectangle2D.java (getPathIterator): Wrote.
tromey [Fri, 26 Sep 2003 15:14:21 +0000 (15:14 +0000)]
* java/awt/geom/RoundRectangle2D.java (getPathIterator): Wrote.
* java/awt/geom/PathIterator.java: Documentation fixes.

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

20 years ago * expmed.c (store_bit_field): Don't search for an integer mode
rsandifo [Fri, 26 Sep 2003 13:28:45 +0000 (13:28 +0000)]
* expmed.c (store_bit_field): Don't search for an integer mode
unless we need the result.

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

20 years ago * expr.c (emit_move_insn_1): If there is no move pattern for the
rsandifo [Fri, 26 Sep 2003 06:08:48 +0000 (06:08 +0000)]
* expr.c (emit_move_insn_1): If there is no move pattern for the
original mode, try using a pattern for the corresponding integer mode.

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

20 years ago * combine.c (if_then_else_cond): Tighten mode check.
rsandifo [Fri, 26 Sep 2003 06:05:48 +0000 (06:05 +0000)]
* combine.c (if_then_else_cond): Tighten mode check.

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

20 years ago * cppcharset.c, cpphash.h: Rename 'struct strbuf' to
neroden [Fri, 26 Sep 2003 05:52:43 +0000 (05:52 +0000)]
* cppcharset.c, cpphash.h: Rename 'struct strbuf' to
'struct _cpp_strbuf'.

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

20 years ago * config/i386/netbsd-elf.h, config/i386/netbsd64.h,
neroden [Fri, 26 Sep 2003 04:07:46 +0000 (04:07 +0000)]
* config/i386/netbsd-elf.h, config/i386/netbsd64.h,
config/i386/netware.h, config/i386/nto.h, config/i386/openbsd.h,
config/i386/pentium.md, config/i386/pmmintrin.h, config/i386/ppro.md,
config/i386/ptx4-i.h, config/i386/rtemself.h, config/i386/sco5.h,
config/i386/sol2.h, config/i386/svr3gas.h, config/i386/sysv3.h,
config/i386/sysv4-cpp.h, config/i386/sysv4.h, config/i386/sysv5.h,
config/i386/unix.h, config/i386/uwin.h, config/i386/vsta.h,
config/i386/xm-cygwin.h, config/i386/xm-djgpp.h,
config/i386/xm-mingw32.h, config/i386/xmmintrin.h: Replace
"GNU CC", "GNU compiler", and "GNU C-compiler" with "GCC".

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