OSDN Git Service

pf3gnuchains/gcc-fork.git
20 years ago * include/gc.h (GC_CreateThread): Declare with WINAPI
dannysmith [Thu, 31 Jul 2003 04:52:36 +0000 (04:52 +0000)]
* include/gc.h (GC_CreateThread): Declare with WINAPI
attribute.
* win32_threads.c (GC_CreateThread): Make definitions consistent
with declaration.  Cast &thread_table[i].handle to PHANDLE
in call to DuplicateHandle
(thread_start): Declare as static.

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

20 years ago * builtins.def: Alphabetize.
sayle [Thu, 31 Jul 2003 03:16:24 +0000 (03:16 +0000)]
* builtins.def: Alphabetize.

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

20 years ago * doc/c-tree.texi: Normalize spellings of "lowercase" and
kraai [Thu, 31 Jul 2003 01:32:24 +0000 (01:32 +0000)]
* doc/c-tree.texi: Normalize spellings of "lowercase" and
"uppercase".
* doc/cpp.texi: Likewise.
* doc/md.texi: Likewise.
* doc/rtl.texi: Likewise.
* doc/tm.texi: Likewise.

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

20 years ago * objc/Make-lang.in (objc.stage1, objc.stage2, objc.stage3)
kraai [Thu, 31 Jul 2003 00:57:25 +0000 (00:57 +0000)]
* objc/Make-lang.in (objc.stage1, objc.stage2, objc.stage3)
(objc.stage4, objc.stageprofile, objc.stagefeedback): Remove moves
of cc1obj.

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

20 years ago2003-07-30 Chris Demetriou <cgd@broadcom.com>
cgd [Thu, 31 Jul 2003 00:46:45 +0000 (00:46 +0000)]
2003-07-30  Chris Demetriou  <cgd@broadcom.com>

        * config/mips/mips.h (SIZE_TYPE, PTRDIFF_TYPE): Undef these
        macros before defining them.

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

20 years agoDaily bump.
gccadmin [Thu, 31 Jul 2003 00:16:08 +0000 (00:16 +0000)]
Daily bump.

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

20 years ago * decl2.c (maybe_make_one_only): Use mark_referenced.
hubicka [Wed, 30 Jul 2003 23:47:59 +0000 (23:47 +0000)]
* decl2.c (maybe_make_one_only): Use mark_referenced.
* method.c (use_thunk): Likewsie.

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

20 years ago * config/s390/s390.md (UNSPEC_ROUND, UNSPEC_SETHIGH,
uweigand [Wed, 30 Jul 2003 23:21:24 +0000 (23:21 +0000)]
* config/s390/s390.md (UNSPEC_ROUND, UNSPEC_SETHIGH,
UNSPECV_BLOCKAGE): New constants.
("*sethighqisi", "*sethighhisi", "*sethiqidi_64", "*sethiqidi_31",
"*extractqi", "*extracthi", "*extendqidi2" splitter, "*extendqisi2"
splitter, "fix_truncdfdi2_ieee", "fix_truncdfsi2_ieee",
"fix_truncsfdi2", "fix_truncsfsi2", "blockage"): Use them.

(all insns and expanders): Write output control string as brace block
where appropriate.  Remove \-escapes for doublequote characters.

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

20 years ago * gcse.c (insert_store): Fix typo in previous patch.
hubicka [Wed, 30 Jul 2003 23:05:43 +0000 (23:05 +0000)]
* gcse.c (insert_store): Fix typo in previous patch.

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

20 years ago2003-07-29 Andrew Pinski <pinskia@physics.uc.edu>
pinskia [Wed, 30 Jul 2003 22:48:45 +0000 (22:48 +0000)]
2003-07-29  Andrew Pinski <pinskia@physics.uc.edu>

        PR target/11565
        * gcc.dg/i386-387-1.c (dg-options): Add -march=i386.
        * gcc.dg/i386-387-5.c (dg-options): Likewise.

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

20 years ago * cppfiles.c (stack_file, open_file_failed): Use path for deps.
neil [Wed, 30 Jul 2003 22:30:40 +0000 (22:30 +0000)]
* cppfiles.c (stack_file, open_file_failed): Use path for deps.

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

20 years ago * loop.c (check_dbra_loop): Allow LTU in the loop condition.
rth [Wed, 30 Jul 2003 20:28:45 +0000 (20:28 +0000)]
    * loop.c (check_dbra_loop): Allow LTU in the loop condition.

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

20 years ago * combine.c (distribute_notes): Cancel REG_VALUE_PROFILE notes.
rakdver [Wed, 30 Jul 2003 19:23:34 +0000 (19:23 +0000)]
* combine.c (distribute_notes): Cancel REG_VALUE_PROFILE notes.
* gcov-io.h (GCOV_FIRST_VALUE_COUNTER, GCOV_LAST_VALUE_COUNTER,
GCOV_N_VALUE_COUNTERS): New.
* profile.c (compute_value_histograms): New static function.
(branch_prob): Read back the value histograms.
* rtl.c (reg_note_name): Add name for REG_VALUE_PROFILE note.
* rtl.h (enum reg_note): Add REG_VALUE_PROFILE note.
* value-prof.c: Add comment on reading the profile.
* value-prof.h (COUNTER_FOR_HIST_TYPE, HIST_TYPE_FOR_COUNTER): New.
* doc/invoke.texi (-fprofile-values): Document behavior with
-fbranch-probabilities.

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

20 years ago2003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
andreast [Wed, 30 Jul 2003 17:42:28 +0000 (17:42 +0000)]
2003-07-30  Andreas Tobler  <a.tobler@schweiz.ch>

        * dyn_load.c: Define __private_extern__ to match Apple's system
        header.

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

20 years ago * longlong.h (PowerPC umul_ppmm): Do not test __vxworks__.
dje [Wed, 30 Jul 2003 17:40:17 +0000 (17:40 +0000)]
    * longlong.h (PowerPC umul_ppmm): Do not test __vxworks__.

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

20 years ago * config/s390/s390.h (EH_RETURN_HANDLER_RTX): Compute offset
uweigand [Wed, 30 Jul 2003 17:38:14 +0000 (17:38 +0000)]
* config/s390/s390.h (EH_RETURN_HANDLER_RTX): Compute offset
symbolically.

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

20 years ago * gcse.c (insert_store): Ignore fake edges.
hubicka [Wed, 30 Jul 2003 17:27:17 +0000 (17:27 +0000)]
* gcse.c (insert_store): Ignore fake edges.

* c-common.c (flag_vtable_gc): Kill.
* c-common.g (flag_vtable_gc): Kill.
* c-opts (c_common_handle_option): Kill.
* c.opt (fvtable-gc): Kill.
* final.c (final_scan_insn): Do not call assemble_vtable_entry.
* output.h (assemble_vtable_entry, assemble_vtable_inherit): Kill.
* varasm.c (assemble_vtable_entry, assemble_vtable_inherit): Kill.

* invoke.texi (-ftable-gc): Kill documentation.

PR C/10320
* tree-inline.c (inlinable_function_p): Don't set DECL_UNINLINABLE
just because function body is missing.

* i386.c (pic_symbolic_operand): Properly detect RIP relative unspecs.

* class.c (build_vtable_entry_ref): Kill.
(build_vtbl_ref_1): Do not call build_vtable_entry_ref.
(build_vfn_ref): Do not call build_vtable_entry_ref.
* cp-lang.c (LANG_HOOKS_PREPARE_ASSEMBLE_VARIABLE): Kill.
* cp-tree.h (prepare_assemble_variable): Kill.
* cp-decl.c (prepare_assemble_variable): Kill.

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

20 years ago2003-07-30 Phil Edwards <pme@gcc.gnu.org>
pme [Wed, 30 Jul 2003 17:21:05 +0000 (17:21 +0000)]
2003-07-30  Phil Edwards  <pme@gcc.gnu.org>

* include/bits/c++config:  Partial reversion (comment placement) of
previous patch.

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

20 years ago2003-07-30 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Wed, 30 Jul 2003 16:51:51 +0000 (16:51 +0000)]
2003-07-30  Benjamin Kosnik  <bkoz@redhat.com>

* include/bits/c++config (_GLIBCXX_FULLY_COMPLIANT_HEADERS): Remove.
(_GLIBCXX_NO_TEMPLATE_EXPORT): To _GLIBCXX_EXPORT_TEMPLATE.
(_GLIBCXX_AT_AT): Remove.
(__USE_MALLOC): Remove.
* include/std/std_fstream.h: Modify.
* include/bits/basic_ios.h: Same.
* include/bits/valarray_array.h: Same.
* include/c_std/std_cmath.h: Same.
* include/c_std/cmath.tcc: Same.
* include/std/std_vector.h: Same.
* include/std/std_string.h: Same.
* include/std/std_stack.h: Same.
* include/std/std_queue.h: Same.
* include/std/std_list.h: Same.
* include/std/std_deque.h: Same.
* include/std/std_streambuf.h: Same.
* include/std/std_sstream.h: Same.
* include/std/std_ostream.h: Same.
* include/std/std_istream.h: Same.
* include/bits/valarray_array.tcc: Same, format.

* include/c/std_cctype.h: Fix include guards.
* include/c/std_cerrno.h: Same.
* include/c/std_cfloat.h: Same.
* include/c/std_climits.h: Same.
* include/c/std_clocale.h: Same.
* include/c/std_cmath.h: Same.
* include/c/std_csetjmp.h: Same.
* include/c/std_csignal.h: Same.
* include/c/std_cstdarg.h: Same.
* include/c/std_cstddef.h: Same.
* include/c/std_cstdio.h: Same.
* include/c/std_cstdlib.h: Same.
* include/c/std_cstring.h: Same.
* include/c/std_ctime.h: Same.
* include/c/std_cwchar.h: Same.
* include/c/std_cwctype.h: Same.
* include/c_std/cmath.tcc: Same.
* include/c_std/std_cmath.h: Same.

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

20 years ago2003-07-30 Gawain Bolton <gp.bolton@computer.org>
bkoz [Wed, 30 Jul 2003 15:01:58 +0000 (15:01 +0000)]
2003-07-30  Gawain Bolton  <gp.bolton@computer.org>

PR libstdc++/11504.
* include/bits/stl_tree.h: Replace C-style casts with C++-style
casts.  Changes to avoid casting away constness.  Eliminate
_Rb_tree_base_iterator class.  Change _Rb_tree_iterator to use
initialization lists.  Move out implementation of __black_count()
to...
        * src/stl_tree.cc: ...here and rename _Rb_tree_black_count().
        Rename_Rb_tree_base_iterator::_M_increment() to
        _Rb_tree_increment and _Rb_tree_base_iterator::_M_decrement() to
        _Rb_tree_decrement.
        * config/linker-map.gnu: Add and change symbols here.

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

20 years ago2003-07-08 Andrew Haley <aph@redhat.com>
aph [Wed, 30 Jul 2003 14:50:02 +0000 (14:50 +0000)]
2003-07-08  Andrew Haley  <aph@redhat.com>

        * include/i386-signal.h (RESTORE): New.
        (INIT_SEGV): Set restorer.
        (INIT_FPE): Likewise.

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

20 years ago2003-07-30 Jonathan Wakely <redi@gcc.gnu.org>
redi [Wed, 30 Jul 2003 14:43:35 +0000 (14:43 +0000)]
2003-07-30  Jonathan Wakely  <redi@gcc.gnu.org>

* docs/html/22_locale/howto.html: Use locale::classic() instead
of locale("C").

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

20 years ago2003-07-30 Ranjit Mathew <rmathew@hotmail.com>
aj [Wed, 30 Jul 2003 07:34:45 +0000 (07:34 +0000)]
2003-07-30  Ranjit Mathew  <rmathew@hotmail.com>

* unwind-sjlj.c: Fix typo in file description.

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

20 years ago2003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
andreast [Wed, 30 Jul 2003 07:32:39 +0000 (07:32 +0000)]
2003-07-30  Andreas Tobler  <a.tobler@schweiz.ch>

        * configure.in: Enable libgcj for darwin.
        * configure: Rebuild.

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

20 years ago * calls.c (load_register_parameters): When shifting reg sized values
amodra [Wed, 30 Jul 2003 07:30:16 +0000 (07:30 +0000)]
* calls.c (load_register_parameters): When shifting reg sized values
to the msb, move the value to a reg first.

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

20 years ago * cppfiles.c (stack_file): Leave filename as "" rather than "<stdin>".
geoffk [Wed, 30 Jul 2003 06:43:33 +0000 (06:43 +0000)]
* cppfiles.c (stack_file): Leave filename as "" rather than "<stdin>".
* line-map.h (linemap_add): Update comments.
* line-map.c (linemap_add): Update comments, interpret zero-length
filename as "<stdin>".

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

20 years ago2003-07-28 Andreas Tobler <a.tobler@schweiz.ch>
andreast [Wed, 30 Jul 2003 04:04:24 +0000 (04:04 +0000)]
2003-07-28  Andreas Tobler  <a.tobler@schweiz.ch>

        * src/sparc/ffi.c: Handle all floating point registers.
        * src/sparc/v9.S: Likewise. Fixes second part of PR target/11410.

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

20 years ago * mkinstalldirs: Import autoconf 2.57 / automake 1.7 version.
neroden [Wed, 30 Jul 2003 01:37:07 +0000 (01:37 +0000)]
* mkinstalldirs: Import autoconf 2.57 / automake 1.7 version.

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

20 years agoDaily bump.
gccadmin [Wed, 30 Jul 2003 00:16:06 +0000 (00:16 +0000)]
Daily bump.

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

20 years ago * c-decl.c (last_function_parm_vars, current_function_parm_vars):
zack [Tue, 29 Jul 2003 23:58:08 +0000 (23:58 +0000)]
* c-decl.c (last_function_parm_vars, current_function_parm_vars):
New static variables.
(struct c_scope): Add parms and warned_forward_parm_decls
fields; remove parm_order.
(storedecls, storetags): Delete.
(poplevel): Also clear bindings on the parms chain.
(pushdecl): Handle forward declarations of parameters, and
chain PARM_DECLs on the parms list, not the names list.
(lookup_name_current_level): Check for PARM_DECLs on the parms
list too.
(push_parm_decl): Don't update parm_order.
(clear_parm_order): Rename mark_forward_parm_decls.  Issue the
warning, only once per parameter list, and set TREE_ASM_WRITTEN
on the decls here.  Then move the forward decls to the names list.
(grokparms): Set last_function_parm_vars.
(get_parm_info): Don't use gettags or getdecls.  No need to
extract non-parms from the parms list, or reorganize the parms
list.  Feed nonparms back in the TREE_TYPE of the list node
returned.  Issue only one error per parameter list for "void"
appearing more than once in said parameter list.  Collapse
parmlist_tags_warning into this function to avoid double scan
of tags list.
(start_function): Set current_function_parm_vars.
(store_parm_decls_newstyle): Bypass pushdecl, manipulate scope
directly.  Get non-parms from current_function_parm_vars; no
need to extract them from the parms chain.  Properly bind tags
in the new scope.
(store_parm_decls_oldstyle): No need to extract non-parameters
from the parms chain, nor to store them back afterward.  Move
declaration to top of function, restructure code reordering
DECL_ARGUMENTS.
(store_parm_decls): No need to save and restore warn_shadow.
* c-parse.in: Don't call parmlist_tags_warning nor
clear_parm_order.  Call mark_forward_parm_decls when forward
parm decls are encountered.
* c-tree.h: Prototype mark_forward_parm_decls; not
clear_parm_order or parmlist_tags_warning.

testsuite:
* gcc.dg/struct-in-proto-1.c: New test.

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

20 years ago2003-07-29 Geoffrey Keating <geoffk@apple.com>
geoffk [Tue, 29 Jul 2003 23:36:53 +0000 (23:36 +0000)]
2003-07-29  Geoffrey Keating  <geoffk@apple.com>

* c-common.c (allow_pch): Remove.
* c-common.h (allow_pch): Remove.
(c_common_no_more_pch): Declare.
* c-lex.c (c_lex): Call c_common_no_more_pch when appropriate.
* c-pch.c: Include hosthooks.h.
(c_common_valid_pch): Don't check allow_pch.
(c_common_read_pch): Clear valid_pch to prevent reading PCH files.
(c_common_no_more_pch): New.
* ggc-common.c: Include hosthooks.h.
(gt_pch_save): Call gt_pch_get_address.
(gt_pch_restore): Call gt_pch_use_address.
* hooks.c (hook_voidp_size_t_null): New.
(hook_bool_voidp_size_t_false): New.
* hooks.h (hook_voidp_size_t_null): New.
(hook_bool_voidp_size_t_false): New.
* hosthooks-def.h (HOST_HOOKS_GT_PCH_GET_ADDRESS): New.
(HOST_HOOKS_GT_PCH_USE_ADDRESS): New.
(HOST_HOOKS_INITIALIZER): Add HOST_HOOKS_GT_PCH_GET_ADDRESS,
HOST_HOOKS_GT_PCH_USE_ADDRESS.
* hosthooks.h (struct host_hooks): Add gt_pch_get_address,
gt_pch_use_address.
* doc/hostconfig.texi (Host Common): Document
HOST_HOOKS_GT_PCH_GET_ADDRESS, HOST_HOOKS_GT_PCH_USE_ADDRESS.
* Makefile.in (c-pch.o): Depend on hosthooks.h.
(ggc-common.o): Likewise.

* config/rs6000/host-darwin.c (HOST_HOOKS_GT_PCH_GET_ADDRESS): Define.
(HOST_HOOKS_GT_PCH_USE_ADDRESS): Define.
(pch_address_space): New.
(darwin_rs6000_gt_pch_get_address): New.
(darwin_rs6000_gt_pch_use_address): New.

Index: cp/ChangeLog
2003-07-29  Geoffrey Keating  <geoffk@apple.com>

* parser.c (cp_lexer_new_main): Use c_common_no_more_pch instead
of setting valid_pch by hand.

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

20 years ago * Makefile.in (LIBCPP_DEPS): Add HASHTAB_H.
neil [Tue, 29 Jul 2003 22:26:13 +0000 (22:26 +0000)]
* Makefile.in (LIBCPP_DEPS): Add HASHTAB_H.
* cppfiles.c: Completely rewritten.
* c-incpath.c (free_path, remove_duplicates, heads, tails, add_path):
struct cpp_path is now struct cpp_dir.
(remove_duplicates): Don't simplify path names.
* c-opts.c (c_common_parse_file): cpp_read_next_file renamed
cpp_stack_file.
* cpphash.h: Include hashtab.h.
(_cpp_file): Declare.
(struct cpp_buffer): struct include_file is now struct _cpp_file,
and struct cpp_path is now struct cpp_dir.  Rename members.
(struct cpp_reader): Similarly.  New members once_only_files,
file_hash, file_hash_entries, quote_ignores_source_dir,
no_search_path, saw_pragma_once.  Remove all_include_files and
max_include_len.  Make some members bool.
(_cpp_mark_only_only): Renamed from _cpp_never_reread.
(_cpp_stack_file): Renamed from _cpp_read_file.
(_cpp_stack_include): Renamed from _cpp_execute_include.
(_cpp_init_files): Renamed from _cpp_init_includes.
(_cpp_cleanup_files): Renamed from _cpp_cleanup_includes.
* cppinit.c (cpp_create_reader): Initialize no_search_path.  Update.
(cpp_read_next_file): Rename and move to cppfiles.c.
(cpp_read_main_file): Update.
* cpplib.c (run_directive): Update for renamed members.
(do_include_common, _cpp_pop_buffer): Update.
(do_import): Undeprecate #import.
(do_pragma_once): Undeprecate.  Use _cpp_mark_file_once_only.
* cpplib.h: Remove file_name_map_list.
(cpp_options): Remove map_list.
(cpp_dir): Rename from cpp_path.  New datatype for name_map.
(cpp_set_include_chains, cpp_stack_file, cpp_included): Update.
testsuite:
* gcc.dg/cpp/include2.c: Only expect one message.

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

20 years ago * decl.c (finish_enum): Initialize underlying_type.
ro [Tue, 29 Jul 2003 22:15:28 +0000 (22:15 +0000)]
* decl.c (finish_enum): Initialize underlying_type.

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

20 years ago2003-07-29 Phil Edwards <pme@gcc.gnu.org>
pme [Tue, 29 Jul 2003 19:49:51 +0000 (19:49 +0000)]
2003-07-29  Phil Edwards  <pme@gcc.gnu.org>

* Makefile.in:  Make stamp-objdir safe for parallel builds.

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

20 years ago2003-07-29 Thomas Fitzsimmons <fitzsim@redhat.com>
fitzsim [Tue, 29 Jul 2003 19:42:37 +0000 (19:42 +0000)]
2003-07-29  Thomas Fitzsimmons  <fitzsim@redhat.com>

* gnu/java/awt/peer/gtk/GtkButtonPeer.java: Call getName rather
than getXLFD.
* gnu/java/awt/peer/gtk/GtkTextFieldPeer.java: Likewise.
* gnu/java/awt/peer/gtk/GtkTextAreaPeer.java: Likewise.
* jni/gtk-peer/gnu_java_awt_peer_gtk_GtkButtonPeer.c
(gtkSetFont): Scale size parameter by PANGO_SCALE.
* jni/gtk-peer/gnu_java_awt_peer_gtk_GtkTextFieldPeer.c:
Likewise.
* jni/gtk-peer/gnu_java_awt_peer_gtk_GtkTextAreaPeer.c:
Likewise.

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

20 years ago2003-07-29 Phil Edwards <pme@gcc.gnu.org>
pme [Tue, 29 Jul 2003 19:17:46 +0000 (19:17 +0000)]
2003-07-29  Phil Edwards  <pme@gcc.gnu.org>

* config-ml.in:  Use ac_configure_args directly instead of
ml_arguments.  Only set ml_norecursion if --no[-]recursion is
actually seen.

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

20 years ago2003-07-29 Phil Edwards <pme@gcc.gnu.org>
pme [Tue, 29 Jul 2003 19:00:15 +0000 (19:00 +0000)]
2003-07-29  Phil Edwards  <pme@gcc.gnu.org>

* Makefile.in (stmp-docobjdir):  New target; ensure $docobjdir exists.
(info):  Depend on stmp-docobjdir.

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

20 years ago * configure: Regenerate.
ro [Tue, 29 Jul 2003 18:32:11 +0000 (18:32 +0000)]
* configure: Regenerate.

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

20 years ago PR C++/11131
hubicka [Tue, 29 Jul 2003 17:42:34 +0000 (17:42 +0000)]
PR C++/11131
* tree-inline.c (expand_call_inline): Always call inlinable_function_p
in !unit-at-a-time mode.

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

20 years ago * defineclass.cc (handleField): Throw exception if field name is
tromey [Tue, 29 Jul 2003 17:12:54 +0000 (17:12 +0000)]
* defineclass.cc (handleField): Throw exception if field name is
duplicated.
(handleMethod): Throw exception for duplicate method.

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

20 years ago * gnu/gcj/convert/natIconv.cc (write): Handle case where
tromey [Tue, 29 Jul 2003 16:38:48 +0000 (16:38 +0000)]
* gnu/gcj/convert/natIconv.cc (write): Handle case where
output buffer is too small.

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

20 years agocp:
nathan [Tue, 29 Jul 2003 11:16:50 +0000 (11:16 +0000)]
cp:
PR c++/9447
* decl.c (add_binding): Add bval local variable.
(push_class_level_binding): Likewise. Allow a USING_DECL to be
pushed.
* decl2.c (do_class_using_decl):  The type of a using decl is
unknown.
* parser.c (cp_parser_postfix_expression): Refactor unqualified-id
function call lookup code.
* pt.c (tsubst): A USING_DECL will have unknown type.
(tsubst_copy_and_build): Allow a using decl.
(type_dependent_expression_p): A USING_DECL will make it
dependent.
* semantics.c (finish_member_declaration): Push a dependent using
declaration.
testsuite:
PR c++/9447
* g++.dg/template/using1.C: New test.
* g++.dg/template/using2.C: New test.
* g++.dg/template/using3.C: New test.
* g++.dg/template/using4.C: New test.

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

20 years ago * crontab: Update invocation of gcc_release according to the
gerald [Tue, 29 Jul 2003 10:32:50 +0000 (10:32 +0000)]
* crontab: Update invocation of gcc_release according to the
previous changes there.  Add automatic 3.4 snapshots from mainline.

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

20 years ago* gcc.c-torture/execute/string-opt-9.c: strcmp returns int.
aoliva [Tue, 29 Jul 2003 06:25:53 +0000 (06:25 +0000)]
* gcc.c-torture/execute/string-opt-9.c: strcmp returns int.
* gcc.c-torture/execute/string-opt-10.c: Likewise.

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

20 years ago * c-decl.c (c_expand_body_1): Use C_DECL_FILE_SCOPE to detect
geoffk [Tue, 29 Jul 2003 04:14:48 +0000 (04:14 +0000)]
* c-decl.c (c_expand_body_1): Use C_DECL_FILE_SCOPE to detect
main function.

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

20 years ago * os_dep.c: Remove redundancy introduced in last merge.
ljrittle [Tue, 29 Jul 2003 02:38:49 +0000 (02:38 +0000)]
* os_dep.c: Remove redundancy introduced in last merge.

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

20 years ago PR c++/11530
mmitchel [Tue, 29 Jul 2003 01:57:47 +0000 (01:57 +0000)]
PR c++/11530
* parser.c (cp_parser_postfix_expression): Do not call mark_used.
* semantics.c (finish_id_expression): Call mark_used for all
declarations.

PR c++/11530
* g++.dg/opt/call1.C: New test.

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

20 years ago PR c++/11667
mmitchel [Tue, 29 Jul 2003 01:14:24 +0000 (01:14 +0000)]
PR c++/11667
* c-common.c (shorten_compare): Take into account differences
between C and C++ representation for enumeration types.
* tree.h (set_min_and_max_values_for_integral_type): Declare.
* stor-layout.c (set_min_and_max_values_for_integral_type): New
function, broken out from ...
(fixup_signed_type): ... here and ...
(fixup_unsigned_type): ... here.

PR c++/11667
* call.c (standard_conversion): Allow all integral->enumeral
conversions, after marking them as bad.
* decl.c (finish_enum): Make sure that all enumerators are
properly converted to the underlying type.
(build_enumerator): Set DECL_CONTEXT for namespace-scope
enumeration types.
* pt.c (tsubst_copy): Adjust handling of CONST_DECLs accordingly.
(tsubst_enum): Tidy.

* Make-lang.in (typeck.o): Depend on convert.h.
(class.o): Likewise.
(rtti.o): Likewise.
* call.c: Include convert.h.
(convert_arg_to_ellipsis): Use convert_to_real.
* class.c: Include convert.h.
(build_base_path): Use convert_to_integer.
* rtti.c: Include convert.h.
(build_headof): Use convert_to_integer.
* typeck.c: Include convert.h.
(decay_conversion): Use convert_to_integer.
(build_unary_op): Use build_nop.
(get_delta_difference): Use convert_to_integer.
(build_ptrmemfunc): Avoid unncessary conversions.

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

20 years agoDaily bump.
gccadmin [Tue, 29 Jul 2003 00:16:36 +0000 (00:16 +0000)]
Daily bump.

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

20 years ago * c-decl.c: Update commentary, adjust blank lines throughout.
zack [Mon, 28 Jul 2003 22:19:46 +0000 (22:19 +0000)]
* c-decl.c: Update commentary, adjust blank lines throughout.
(struct c_scope): Fix indentation.  Reorder members so
outer-context pointers come first, booleans last.
(duplicate_decls, define_label): Use a 'locus' variable for
diagnostic locations in a few more places.
(warn_if_shadowing): Un-split a conditional that fits on one line.
(c_init_decl_processing): No need to clear current_scope and
current_function_scope.
(start_decl): Merge if/else if statements with same action.
(push_parm_decl): Rename old_immediate_size_expand to use
save_foo convention; save/restore around entire function.
(grokdeclarator): Remove unnecessary braces.

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

20 years ago * decl2.c (mark_member_pointers): Verify that member pointer points to
hubicka [Mon, 28 Jul 2003 21:59:30 +0000 (21:59 +0000)]
* decl2.c (mark_member_pointers): Verify that member pointer points to
the function.

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

20 years ago * gcc.dg/Wdeclaration-after-statement-1.c,
hp [Mon, 28 Jul 2003 20:15:44 +0000 (20:15 +0000)]
* gcc.dg/Wdeclaration-after-statement-1.c,
gcc.dg/Wdeclaration-after-statement-2.c: New tests.

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

20 years ago * c-parse.in (lineno_stmt_decl_or_labels_ending_decl): Also warn
hp [Mon, 28 Jul 2003 20:03:25 +0000 (20:03 +0000)]
* c-parse.in (lineno_stmt_decl_or_labels_ending_decl): Also warn
when warn_declaration_after_statement.  Call pedwarn_c90, not
pedwarn.  Correct message: it's "ISO C90", not "ISO C89".
* c-common.c (warn_declaration_after_statement): Define.
* c-common.h (warn_declaration_after_statement): Declare.
* c.opt (Wdeclaration-after-statement): New.
* c-errors.c (pedwarn_c90): New function.
* c-opts.c (c_common_handle_option) <case
OPT_Wdeclaration_after_statement>: New.
* c-tree.h (pedwarn_c90): Declare.
* doc/invoke.texi (Option Summary): Document
-Wdeclaration-after-statement.
(Warning Options): Ditto.

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

20 years ago * i386.md (memory attribute) Avoid accessing uninitialized memory
hubicka [Mon, 28 Jul 2003 18:13:57 +0000 (18:13 +0000)]
* i386.md (memory attribute) Avoid accessing uninitialized memory
for ishift1 type instructions.

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

20 years ago2003-07-28 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Mon, 28 Jul 2003 17:12:16 +0000 (17:12 +0000)]
2003-07-28  Benjamin Kosnik  <bkoz@redhat.com>

* testsuite/testsuite_hooks.h: Remove list include.
(func_callback): Define as unique type, not std::list.
Change DEBUG_ASSERT to _GLIBCXX_ASSERT.
* testsuite/libstdc++-v3.dg/dg.exp: Same.
* testsuite/lib/libstdc++-v3-dg.exp (libstdc++-v3-init): Same.
* testsuite/23_containers/bitset_ctor.cc:
* testsuite/17_intro/header_ciso646.cc: Remove DEBUG_ASSERT.
* testsuite/18_support/numeric_limits.cc: Same.
* testsuite/21_strings/basic_string/append/char/1.cc: Same.
* testsuite/21_strings/basic_string/append/wchar_t/1.cc: Same.
* testsuite/21_strings/basic_string/compare/char/1.cc: Same.
* testsuite/21_strings/basic_string/compare/wchar_t/1.cc: Same.
* testsuite/21_strings/basic_string/element_access/char/1.cc: Same.
* testsuite/21_strings/basic_string/element_access/char/2.cc: Same.
* testsuite/21_strings/basic_string/element_access/char/3.cc: Same.
* testsuite/21_strings/basic_string/element_access/wchar_t/1.cc: Same.
* testsuite/21_strings/basic_string/element_access/wchar_t/2.cc: Same.
* testsuite/21_strings/basic_string/element_access/wchar_t/3.cc: Same.
* testsuite/21_strings/basic_string/find/char/1.cc: Same.
* testsuite/21_strings/basic_string/find/char/2.cc: Same.
* testsuite/21_strings/basic_string/find/char/3.cc: Same.
* testsuite/21_strings/basic_string/find/wchar_t/1.cc: Same.
* testsuite/21_strings/basic_string/find/wchar_t/2.cc: Same.
* testsuite/21_strings/basic_string/find/wchar_t/3.cc: Same.
* testsuite/21_strings/basic_string/insert/char/1.cc: Same.
* testsuite/21_strings/basic_string/insert/char/2.cc: Same.
* testsuite/21_strings/basic_string/insert/wchar_t/1.cc: Same.
* testsuite/21_strings/basic_string/insert/wchar_t/2.cc: Same.
* testsuite/21_strings/basic_string/inserters_extractors/char/1.cc:
* testsuite/21_strings/basic_string/inserters_extractors/char/4.cc:
* testsuite/21_strings/basic_string/inserters_extractors/char/5.cc:
* testsuite/21_strings/basic_string/inserters_extractors/char/6.cc:
* testsuite/21_strings/basic_string/inserters_extractors/char/7.cc:
* testsuite/21_strings/basic_string/inserters_extractors/wchar_t/1.cc:
* testsuite/21_strings/basic_string/inserters_extractors/wchar_t/4.cc:
* testsuite/21_strings/basic_string/inserters_extractors/wchar_t/5.cc:
* testsuite/21_strings/basic_string/inserters_extractors/wchar_t/6.cc:
* testsuite/21_strings/basic_string/inserters_extractors/wchar_t/7.cc:
* testsuite/21_strings/basic_string/operators/char/1.cc: Same.
* testsuite/21_strings/basic_string/operators/char/2.cc: Same.
* testsuite/21_strings/basic_string/operators/wchar_t/1.cc: Same.
* testsuite/21_strings/basic_string/operators/wchar_t/2.cc: Same.
* testsuite/21_strings/basic_string/replace/char/1.cc: Same.
* testsuite/21_strings/basic_string/replace/wchar_t/1.cc: Same.
* testsuite/21_strings/basic_string/rfind/char/1.cc: Same.
* testsuite/21_strings/basic_string/rfind/char/2.cc: Same.
* testsuite/21_strings/basic_string/rfind/char/3.cc: Same.
* testsuite/21_strings/basic_string/rfind/wchar_t/1.cc: Same.
* testsuite/21_strings/basic_string/rfind/wchar_t/2.cc: Same.
* testsuite/21_strings/basic_string/rfind/wchar_t/3.cc: Same.
* testsuite/21_strings/basic_string/substr/char/1.cc: Same.
* testsuite/21_strings/basic_string/substr/wchar_t/1.cc: Same.
* testsuite/23_containers/bitset_ctor.cc: Same.
* testsuite/23_containers/bitset_shift.cc: Same.
* testsuite/23_containers/vector_ctor.cc: Same.
* testsuite/23_containers/vector_element_access.cc: Same.
* testsuite/24_iterators/istreambuf_iterator.cc: Same.
* testsuite/24_iterators/iterator.cc: Same.
* testsuite/24_iterators/ostreambuf_iterator.cc: Same.
* testsuite/25_algorithms/lower_bound.cc: Same.
* testsuite/26_numerics/complex_inserters_extractors.cc: Same.
* testsuite/27_io/basic_istream/extractors_arithmetic/char/01.cc: Same.
* testsuite/27_io/basic_istream/extractors_arithmetic/char/02.cc: Same.
* testsuite/27_io/basic_istream/extractors_arithmetic/char/03.cc: Same.
* testsuite/27_io/basic_istream/extractors_arithmetic/char/06.cc: Same.
* testsuite/27_io/basic_istream/extractors_arithmetic/char/07.cc: Same.
* testsuite/27_io/basic_istream/extractors_arithmetic/char/08.cc: Same.
* testsuite/27_io/basic_istream/extractors_arithmetic/char/09.cc: Same.
* testsuite/27_io/basic_istream/extractors_arithmetic/char/10.cc: Same.
* testsuite/27_io/basic_ostream/inserters_arithmetic/char/1.cc: Same.
* testsuite/27_io/basic_ostream/inserters_arithmetic/wchar_t/1.cc:
        Same.

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

20 years ago * java/lang/natString.cc (init(gnu.gcj.runtime.StringBuffer)):
tromey [Mon, 28 Jul 2003 16:12:00 +0000 (16:12 +0000)]
* java/lang/natString.cc (init(gnu.gcj.runtime.StringBuffer)):
New method.
Include gnu/gcj/runtime/StringBuffer.h.
* java/lang/String.java (init(gnu.gcj.runtime.StringBuffer)): New
native method.
(String(gnu.gcj.runtime.StringBuffer)): Use it.

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

20 years ago * configure.in (--enable-checking): Add fold category.
jakub [Mon, 28 Jul 2003 15:42:24 +0000 (15:42 +0000)]
* configure.in (--enable-checking): Add fold category.
(ENABLE_FOLD_CHECKING): Define if requested.
* configure: Rebuilt.
* config.in: Rebuilt.
* doc/install.texi: Document it.
* fold-const.c: Include md5.h.
[ENABLE_FOLD_CHECKING] (fold): Define to fold_1.
[ENABLE_FOLD_CHECKING] (fold, fold_checksum_tree, fold_check_failed,
print_fold_checksum): New functions.

* fold-const.c (fold): Never modify argument passed to fold, instead
change a copy and return it.
* convert.c (convert_to_integer): Likewise.
testsuite/
* gcc.c-torture/compile/20030725-1.c: New test.

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

20 years ago2003-07-28 Aldy Hernandez <aldyh@redhat.com>
aldyh [Mon, 28 Jul 2003 15:00:50 +0000 (15:00 +0000)]
2003-07-28  Aldy Hernandez  <aldyh@redhat.com>

* gcc.dg/20030505.c: Only run for SPE.
Remove definition of opaque type.

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

20 years ago2003-07-25 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Mon, 28 Jul 2003 14:46:35 +0000 (14:46 +0000)]
2003-07-25  Benjamin Kosnik  <bkoz@redhat.com>

* include/bits/char_traits.h: Update copyright, tweak.
* testsuite/ext/pod_char_traits.cc: Explicitly qualify namespace
std types.

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

20 years ago * cp-tree.h (begin_compound_stmt): No scope arg is a bool.
nathan [Mon, 28 Jul 2003 11:06:31 +0000 (11:06 +0000)]
* cp-tree.h (begin_compound_stmt): No scope arg is a bool.
(finish_compound_stmt): Remove no scope arg.
* decl.c (register_dtor_fn): Adjust begin_compound_stmt and
end_compound_stmt calls.
(expand_static_init, begin_destructor_body, begin_function_body,
finish_function_body): Likewise.
* decl2.c (start_objects, finish_objects,
start_static_storage_duration_function,
finish_static_storage_duration_function): Likewise.
* init.c (begin_init_stmts, finish_init_stmts,
construct_virtual_base, build_vec_init): Likewise.
* method.c (do_build_assign_ref, synthesize_method): Likewise.
* parser.c (cp_parser_compound_statement,
cp_parser_implicitly_scoped_statement,
cp_parser_already_scoped_statement): Likewise.
* pt.c (tsubst_expr): Likewise.
* semantics.c (begin_compound_stmt): No scope arg is a bool.
(finish_compound_stmt): Remove no scope arg.

* error.c (dump_expr) <COMPOUND_EXPR case>: A compound expr is
always dyadic.

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

20 years agotreelang:
aj [Mon, 28 Jul 2003 04:39:29 +0000 (04:39 +0000)]
treelang:
* treetree.c: Convert remaining K&R prototypes to ISO C90.
* tree1.c: Likewise.
* parse.y: Likewise.
* tree-convert.c: Likewise.

java:

* jvspec.c: Convert to ISO C90 prototypes.

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

20 years ago Import GC 6.3alpha1.
jsturm [Mon, 28 Jul 2003 04:18:23 +0000 (04:18 +0000)]
Import GC 6.3alpha1.
* BCC_MAKEFILE: Merge with GC 6.3alpha1 release.
* ChangeLog: Likewise.
* Makefile.am: Likewise.
* Makefile.direct: Likewise.
* Makefile.dj: Likewise.
* allchblk.c: Likewise.
* alloc.c: Likewise.
* backgraph.c: Likewise.
* configure.host: Likewise.
* configure.in: Likewise.
* dbg_mlc.c: Likewise.
* dyn_load.c: Likewise.
* finalize.c: Likewise.
* gc_cpp.cc: Likewise.
* gc_dlopen.c: Likewise.
* gcj_mlc.c: Likewise.
* if_mach.c: Likewise.
* mach_dep.c: Likewise.
* malloc.c: Likewise.
* mallocx.c: Likewise.
* mark.c: Likewise.
* mark_rts.c: Likewise.
* misc.c: Likewise.
* os_dep.c: Likewise.
* ptr_chck.c: Likewise.
* reclaim.c: Likewise.
* solaris_pthreads.c: Likewise.
* solaris_threads.c: Likewise.
* sparc_mach_dep.S: Likewise.
* threadlibs.c: Likewise.
* typd_mlc.c: Likewise.
* version.h: Likewise.
* win32_threads.c: Likewise.
* Mac_files/MacOS_Test_config.h: Likewise.
* Mac_files/MacOS_config.h: Likewise.
* cord/cordbscs.c: Likewise.
* cord/cordprnt.c: Likewise.
* cord/de_win.c: Likewise.
* doc/README: Likewise.
* doc/README.MacOSX: Likewise.
* doc/README.changes: Likewise.
* doc/README.environment: Likewise.
* doc/README.ews4800: Likewise.
* doc/README.linux: Likewise.
* doc/README.macros: Likewise.
* doc/README.win32: Likewise.
* doc/debugging.html: Likewise.
* doc/gcdescr.html: Likewise.
* doc/tree.html: Likewise.
* include/Makefile.in: Likewise.
* include/gc.h: Likewise.
* include/gc_cpp.h: Likewise.
* include/gc_local_alloc.h: Likewise.
* include/gc_mark.h: Likewise.
* include/gc_pthread_redirects.h: Likewise.
* include/gc_typed.h: Likewise.
* include/new_gc_alloc.h: Likewise.
* include/private/dbg_mlc.h: Likewise.
* include/private/gc_hdrs.h: Likewise.
* include/private/gc_locks.h: Likewise.
* include/private/gc_pmark.h: Likewise.
* include/private/gc_priv.h: Likewise.
* include/private/gcconfig.h: Likewise.
* include/private/solaris_threads.h: Likewise.
* include/private/specific.h: Likewise.
* tests/test.c: Likewise.
* tests/test_cpp.cc: Likewise.

* configure: Rebuild.
* Makefile.in: Rebuild.

* mips_sgi_mach_dep.s: Add.

* alpha_mach_dep.s: Remove.
* irix_threads.c: Remove.
* linux_threads.c: Remove.
* mips_sgi_mach_dep.S: Remove.
* missing: Remove.
* powerpc_macosx_mach_dep.s: Remove.
* doc/Makefile.am: Remove.
* doc/Makefile.in: Remove.

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

20 years ago2003-07-28 Phil Edwards <pme@gcc.gnu.org>
pme [Mon, 28 Jul 2003 04:13:58 +0000 (04:13 +0000)]
2003-07-28  Phil Edwards  <pme@gcc.gnu.org>

* docs/doxygen/user.cfg.in, docs/html/abi.txt, docs/html/debug.html,
docs/html/test.html, docs/html/17_intro/headers_cc.txt,
docs/html/17_intro/howto.html, docs/html/ext/howto.html:  Change
GLIBCPP to GLIBCXX (and explain as needed).

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

20 years ago2003-07-28 Phil Edwards <pme@gcc.gnu.org>
pme [Mon, 28 Jul 2003 04:09:59 +0000 (04:09 +0000)]
2003-07-28  Phil Edwards  <pme@gcc.gnu.org>

* README:  Update.

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

20 years ago2003-07-28 Phil Edwards <pme@gcc.gnu.org>
pme [Mon, 28 Jul 2003 04:05:30 +0000 (04:05 +0000)]
2003-07-28  Phil Edwards  <pme@gcc.gnu.org>

* testsuite/22_locale/messages/members/char/1.cc,
testsuite/22_locale/messages/members/char/2.cc,
testsuite/22_locale/messages/members/char/3.cc,
testsuite/22_locale/messages_byname/1.cc:  Update comment regarding
the origin of LOCALEDIR.
* testsuite/lib/libstdc++-v3.exp:  New file.

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

20 years agoThis commit was generated by cvs2svn to compensate for changes in r69874,
jsturm [Mon, 28 Jul 2003 03:46:21 +0000 (03:46 +0000)]
This commit was generated by cvs2svn to compensate for changes in r69874,
which included commits to RCS files with non-trunk default branches.

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

20 years agoInitial revision
jsturm [Mon, 28 Jul 2003 03:46:07 +0000 (03:46 +0000)]
Initial revision

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

20 years ago * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
neroden [Mon, 28 Jul 2003 03:25:51 +0000 (03:25 +0000)]
* Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
creating target and build subdirs to build all parent dirs as needed.
* Makefile.in: Rebuild.
* configure.in: Don't build dirs explicitly here.
* configure: Rebuild.

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

20 years ago * fixinc/fixinc.svr4: Remove dead code. Remove now-unnecessary
neroden [Mon, 28 Jul 2003 02:15:25 +0000 (02:15 +0000)]
* fixinc/fixinc.svr4: Remove dead code.  Remove now-unnecessary
cleanup of junk after #else and #endif directives.  Collapse repeated
clauses into for statment.

* fixinc/fixincl.sh: GNU C -> GCC.  Add usage comment.

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

20 years agoDaily bump.
gccadmin [Mon, 28 Jul 2003 00:16:06 +0000 (00:16 +0000)]
Daily bump.

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

20 years ago * c-decl.c (struct c_scope): Remove keep_if_subblocks field.
zack [Mon, 28 Jul 2003 00:12:32 +0000 (00:12 +0000)]
* c-decl.c (struct c_scope): Remove keep_if_subblocks field.
(keep_next_if_subblocks): Rename next_is_function_body.
(pushlevel): Adjust commentary.  Always set ->keep on the
outermost level of a function.  Don't set ->keep_if_subblocks.
(poplevel): Adjust commentary.  Don't look at ->keep_if_subblocks.
(store_parm_decls): Adjust to match.
(finish_function): Adjust to match.
Call poplevel with all three arguments zero.

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

20 years agoFix USE_LDTL configury.
green [Sun, 27 Jul 2003 23:52:57 +0000 (23:52 +0000)]
Fix USE_LDTL configury.

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

20 years ago * c-decl.c (store_parm_decls_newstyle, store_parm_decls_oldstyle):
zack [Sun, 27 Jul 2003 20:07:04 +0000 (20:07 +0000)]
* c-decl.c (store_parm_decls_newstyle, store_parm_decls_oldstyle):
New functions split out of store_parm_decls.
Avoid unnecessary work. Use local variables consistently.
(store_parm_decls): Likewise.

(finish_function): No need to set functionbody flag on call to
poplevel.
(struct language_function): Remove scope field.
(c_push_function_context, c_pop_function_context): No need to
save and restore current_scope.

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

20 years ago2003-07-27 Thomas Fitzsimmons <fitzsim@redhat.com>
fitzsim [Sun, 27 Jul 2003 20:01:00 +0000 (20:01 +0000)]
2003-07-27  Thomas Fitzsimmons  <fitzsim@redhat.com>

* jni/gtk-peer/gnu_java_awt_peer_gtk_GtkEmbeddedWindowPeer.c:
Create vbox and layout for GtkPlug.

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

20 years ago2003-07-27 Michael Koch <konqueror@gmx.de>
mkoch [Sun, 27 Jul 2003 19:38:00 +0000 (19:38 +0000)]
2003-07-27  Michael Koch  <konqueror@gmx.de>

* java/awt/Window.java
(Window): Removed now unused constructor. It became oboslete with the
new embedded window patch.

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

20 years ago2003-07-27 Thomas Fitzsimmons <fitzsim@redhat.com.h>
mkoch [Sun, 27 Jul 2003 19:04:42 +0000 (19:04 +0000)]
2003-07-27  Thomas Fitzsimmons <fitzsim@redhat.com.h>
    Michael Koch  <konqueror@gmx.de>

* gnu/java/awt/EmbeddedWindow.java
(EmbeddedWindow): Extends Frame instead of Window.
(window_id): New member variable to store the native window handle.
(create): Removed.
(EmbeddedWindow): New constructor.
(addNotify): New method.
(getHandler): Likewise.
(setWindowPeer): New native method.
* gnu/java/awt/EmbeddedWindowSupport.java
(EmbeddedWindowSupport): Fixed documentation.
(createEmbeddedWindow): Return EmbeddedWindowPeer instead of
WindowPeer, give it an EmbeddedWindow instance instead of the raw
window data.
* gnu/java/awt/natEmbeddedWindow.cc
(create): Removed.
(setWindowPeer): New method.
* gnu/java/awt/peer/EmbeddedWindowPeer.java,
gnu/java/awt/peer/gtk/GtkEmbeddedWindowPeer.java,
jni/gtk-peer/gnu_java_awt_peer_gtk_GtkEmbeddedWindowPeer.c:
New files
* gnu/java/awt/peer/gtk/GtkToolkit.java
(GtkToolkit): Implements EmbeddedWindowSupport.
(createEmbeddedWindow): New method.
* java/awt/Window.java
(Window): Removed.
* Makefile.am
(java_source_files): Added EmbeddedWindowPeer.java.
(gtk_awt_peer_sources): Added GtkEmbeddedWindowPeer.java.
(gtk_c_source_files): Added gnu_java_awt_peer_gtk_GtkEmbeddedWindowPeer.c.
* Makefile.in: Regenerated.

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

20 years ago * call.c (standard_conversion): Tweak handling of
mmitchel [Sun, 27 Jul 2003 18:25:57 +0000 (18:25 +0000)]
* call.c (standard_conversion): Tweak handling of
pointer-to-member types.
* pt.c (tsubst): Correctly qualify pointers-to-data member types.
* typeck.c (comp_ptr_ttypes_real): Check qualifiers on
pointer-to-data member types.

* g++.dg/template/ptrmem6.C: New test.

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

20 years ago * doc/extend.texi (Deprecated Features): Implicit typename is
nathan [Sun, 27 Jul 2003 16:57:18 +0000 (16:57 +0000)]
* doc/extend.texi (Deprecated Features): Implicit typename is
gone. Default args on types is going.

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

20 years ago * parser.c (cp_parser_type_parameter): Reformat.
nathan [Sun, 27 Jul 2003 16:51:14 +0000 (16:51 +0000)]
* parser.c (cp_parser_type_parameter): Reformat.
(cp_parser_parameter_declaration): Deprecate default args where
not allowed.

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

20 years ago2003-07-26 Ranjit Mathew <rmathew@hotmail.com>
tromey [Sun, 27 Jul 2003 04:13:03 +0000 (04:13 +0000)]
2003-07-26  Ranjit Mathew  <rmathew@hotmail.com>

* java/lang/Win32Process.java (ConcreteProcess): Surround
a command line element with quotes if it contains an
embedded space or tab.
* java/lang/natWin32Process.cc (startProcess): Do not
surround command line elements with quotes here.

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

20 years ago2003-07-26 Ranjit Mathew <rmathew@hotmail.com>
tromey [Sun, 27 Jul 2003 04:11:55 +0000 (04:11 +0000)]
2003-07-26  Ranjit Mathew  <rmathew@hotmail.com>

* configure.host: Use -fcheck-references and
-fuse-divide-subroutine for MinGW until we fix
win32_exception_handler( ) in win32.cc w.r.t. Win32
Structured Exception Handling (SEH).

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

20 years ago * varasm.c (output_constant_def_contents): Use
geoffk [Sun, 27 Jul 2003 01:48:11 +0000 (01:48 +0000)]
* varasm.c (output_constant_def_contents): Use
ASM_DECLARE_CONSTANT_NAME if defined.
* doc/tm.texi (Label Output): Document ASM_DECLARE_CONSTANT_NAME.
* config/darwin.h (ASM_DECLARE_OBJECT_NAME): Ensure zero-sized
objects get at least one byte to prevent assembler problems.
(ASM_DECLARE_CONSTANT_NAME): New.

Index: testsuite/ChangeLog
* gcc.c-torture/compile/zero-strct-2.c: New test.

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

20 years agoDaily bump.
gccadmin [Sun, 27 Jul 2003 00:16:07 +0000 (00:16 +0000)]
Daily bump.

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

20 years ago2003-07-26 Ranjit Mathew <rmathew@hotmail.com>
tromey [Sat, 26 Jul 2003 23:17:06 +0000 (23:17 +0000)]
2003-07-26  Ranjit Mathew  <rmathew@hotmail.com>

* win32.cc (_Jv_platform_initProperties): Use generic names
like "x86" for the "os.arch" property to be consistent with
what Sun's JDK produces. Use the wProcessorArchitecture
member of the Win32 SYSTEM_INFO structure, filled in a call
to GetSystemInfo( ), instead of dwProcessorType.

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

20 years ago2003-07-26 Mohan Embar <gnustuff@thisiscool.com>
tromey [Sat, 26 Jul 2003 22:56:15 +0000 (22:56 +0000)]
2003-07-26  Mohan Embar  <gnustuff@thisiscool.com>
    Ranjit Mathew  <rmathew@hotmail.com>

* Makefile.am: Use cross-compiling gcjh from the path for
a crossed-native build.
* Makefile.in: Rebuilt.
* configure.in: Include libltdl in non-newlib builds.
Moved determination of gcj used to build libraries to
its own section. Fixed cross-compilation issues for
non-newlib builds.
* configure: Rebuilt.

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

20 years ago * cfns.h: Rebuilt.
nathan [Sat, 26 Jul 2003 19:31:30 +0000 (19:31 +0000)]
* cfns.h: Rebuilt.

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

20 years agochangelog
nathan [Sat, 26 Jul 2003 19:12:56 +0000 (19:12 +0000)]
changelog

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

20 years ago * cp-tree.h (begin_init_stmts, finish_init_stmts): Remove.
nathan [Sat, 26 Jul 2003 19:10:26 +0000 (19:10 +0000)]
* cp-tree.h (begin_init_stmts, finish_init_stmts): Remove.
(begin_global_stmt_expr, finish_global_stmt_expr): Remove.
* init.c (begin_init_stmts): Make static. Return is_global
value. Always call begin_stmt_expr.
(finish_init_stmts): Make static. Add is_global parm. Always
building a stmt tree.
(build_aggr_init): Adjust begin_init_stmts, finish_init_stmts calls.
(build_vec_init): Likewise. Always building a stmt tree.
(expand_default_init): Always building a stmt tree.
(get_temp_regvar): Likewise.
* semantics.c (begin_global_stmt_expr,
finish_global_stmt_expr): Remove.

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

20 years ago * Makefile.in (ifcvt.o): Depend on target.h
amylaar [Sat, 26 Jul 2003 18:38:42 +0000 (18:38 +0000)]
* Makefile.in (ifcvt.o): Depend on target.h
* ifcvt.c (target.h): Include.
(if_convert): Don't call mark_loop_exit_edges if we can't
modify jumps.

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

20 years ago * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
pbrook [Sat, 26 Jul 2003 16:53:54 +0000 (16:53 +0000)]
* MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.

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

20 years ago * doc/install.texi (Testing): Adjust required versions of DejaGnu.
gerald [Sat, 26 Jul 2003 16:04:10 +0000 (16:04 +0000)]
* doc/install.texi (Testing): Adjust required versions of DejaGnu.

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

20 years ago PR inline-asm/11676
rth [Sat, 26 Jul 2003 15:53:14 +0000 (15:53 +0000)]
    PR inline-asm/11676
        * cse.c (count_reg_usage): Handle asm_operands properly.

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

20 years agodocument default arg deprecations
nathan [Sat, 26 Jul 2003 14:09:35 +0000 (14:09 +0000)]
document default arg deprecations

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

20 years ago * builtins.def (DEF_FALLBACK_BUILTIN): Delete.
sayle [Sat, 26 Jul 2003 13:27:20 +0000 (13:27 +0000)]
* builtins.def (DEF_FALLBACK_BUILTIN): Delete.
(DEF_EXT_FALLBACK_BUILTIN): Delete.
(BUILT_IN_BZERO, BUILT_IN_BCOPY, BUILT_IN_BCMP): Declare using
the regular DEF_EXT_LIB_BUILTIN macro.
(BUILT_IN_FPUTC, BUILT_IN_FPUTS, BUILT_IN_FWRITE): Declare using
the regular DEF_LIB_BUILTIN macro.
(BUILT_IN_PUTCHAR_UNLOCKED, BUILT_IN_PUTS_UNLOCKED,
BUILT_IN_FPUTC_UNLOCKED, BUILT_IN_FPUTS_UNLOCKED,
BUILT_IN_FWRITE_UNLOCKED): Declare using the regular
DEF_EXT_LIB_BUILTIN macro.

* c-decl.c (duplicate_decls): Remove code to handle builtin
functions prototyped without an argument list.

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

20 years ago * config/i386/winnt.c: Revert 2003-07-08 change.
dannysmith [Sat, 26 Jul 2003 11:43:15 +0000 (11:43 +0000)]
* config/i386/winnt.c: Revert 2003-07-08 change.
(i386_pe_section_type_flags): Remove error_with_decl here too.

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

20 years ago * config/arm/pe.c (arm_mark_dllimport): Don't use xxx_with_decl.
gdr [Sat, 26 Jul 2003 11:27:40 +0000 (11:27 +0000)]
* config/arm/pe.c (arm_mark_dllimport): Don't use xxx_with_decl.
* config/mcore/mcore.c (mcore_mark_dllimport): Likewise.
* config/v850/v850.c (v850_handle_data_area_attribute): Likewise.
(v850_handle_data_area_attribute): Likewise.

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

20 years ago * Makefile.in (libbackend.o): Remove options_.h.
geoffk [Sat, 26 Jul 2003 07:37:55 +0000 (07:37 +0000)]
* Makefile.in (libbackend.o): Remove options_.h.
(mostlyclean): Likewise.

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

20 years ago * config/rs6000/rs6000.c (rs6000_output_function_epilogue): Don't
geoffk [Sat, 26 Jul 2003 07:34:21 +0000 (07:34 +0000)]
* config/rs6000/rs6000.c (rs6000_output_function_epilogue): Don't
insert a label at the end of an function under Mach-O.

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

20 years ago * c-decl.c (c_static_assembler_name): Remove TREE_STATIC test.
geoffk [Sat, 26 Jul 2003 07:16:48 +0000 (07:16 +0000)]
* c-decl.c (c_static_assembler_name): Remove TREE_STATIC test.

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

20 years ago * java/io/natFileDescriptorPosix.cc (write): Try again on EINTR.
tromey [Sat, 26 Jul 2003 00:40:50 +0000 (00:40 +0000)]
* java/io/natFileDescriptorPosix.cc (write): Try again on EINTR.
(write): Likewise.
(read): Likewise.
(read): Likewise.

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