OSDN Git Service

pf3gnuchains/gcc-fork.git
20 years ago[gcc/ChangeLog]
zlaski [Fri, 6 Feb 2004 23:54:30 +0000 (23:54 +0000)]
[gcc/ChangeLog]
2004-02-06  Ziemowit Laski  <zlaski@apple.com>

        * objc/objc-act.c (build_super_template) the 'class' field of
        'struct _objc_super' shall be named 'super_class' #ifdef OBJCPLUS.
        (get_super_receiver): Likewise.

[gcc/libobjc/ChangeLog]
2004-02-06  Ziemowit Laski  <zlaski@apple.com>

        * objc/objc-api.h (objc_super): The 'class' field shall
        be named 'super_class' #ifdef __cplusplus.

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

20 years ago2004-02-06 Paolo Carlini <pcarlini@suse.de>
paolo [Fri, 6 Feb 2004 23:02:45 +0000 (23:02 +0000)]
2004-02-06  Paolo Carlini  <pcarlini@suse.de>

* include/bits/basic_string.h: Fix comment.

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

20 years ago * reload1.c (check_eliminable_occurrences): Optimize the reset
kazu [Fri, 6 Feb 2004 22:10:22 +0000 (22:10 +0000)]
* reload1.c (check_eliminable_occurrences): Optimize the reset
of can_eliminate.
(eliminate_regs_in_insn): Likewise.

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

20 years ago2004-02-06 Paolo Carlini <pcarlini@suse.de>
paolo [Fri, 6 Feb 2004 21:32:48 +0000 (21:32 +0000)]
2004-02-06  Paolo Carlini  <pcarlini@suse.de>

* include/bits/stl_construct.h: Wrap overlong lines, reformat
according to the coding standards.
* include/bits/stl_pair.h: Likewise.
* include/bits/stl_raw_storage_iter.h: Likewise.
* include/bits/stl_stack.h: Likewise.
* include/bits/stl_uninitialized.h: Likewise.
* include/bits/stream_iterator.h: Likewise.
* include/bits/streambuf_iterator.h: Likewise.
* include/bits/type_traits.h: Likewise.

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

20 years ago * dwarf2out.c (struct gcc_debug_hooks): Call dwarf2out_begin_function
zlomek [Fri, 6 Feb 2004 20:17:00 +0000 (20:17 +0000)]
* dwarf2out.c (struct gcc_debug_hooks): Call dwarf2out_begin_function
at the beginning of function, call dwarf2out_var_location for
NOTE_INSN_VAR_LOCATION note.
(struct var_loc_node, struct var_loc_list_def, loclabel_num,
decl_loc_table): New.
(lookup_decl_loc): New function.
(add_var_loc_to_decl): New function.
(based_loc_descr): Added parameter can_use_fbreg, DW_OP_fbreg is used
only if can_use_fbreg.
(mem_loc_descriptor): Added parameter can_use_fbreg, pass it to other
functions.
(loc_descriptor): Likewise. Process VAR_LOCATION.
(concat_loc_descriptor): Call loc_descriptor with can_use_fbreg == true.
(loc_descriptor_from_tree): Call mem_loc_descriptor with
can_use_fbreg == true.
(add_location_or_const_value_attribute): Added parameter enum
dwarf_attribute attr, generate attribute ATTR.  Create the location list.
(add_bound_info): Call loc_descriptor with can_use_fbreg == true.
(gen_formal_parameter_die): Call add_location_or_const_value_attribute
with attr == DW_AT_location.
(gen_subprogram_die): Generate the location list for DW_AT_frame_base
if frame_base_decl is defined and has a location list.
(gen_variable_die): Call add_location_or_const_value_attribute with
attr == DW_AT_location.
(dwarf2out_var_location): New function.
(dwarf2out_begin_function): New function.
(dwarf2out_init): Create decl_loc_table.

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

20 years ago * loop.c (force_movables): Transitively increase the priorities of
uweigand [Fri, 6 Feb 2004 20:10:35 +0000 (20:10 +0000)]
* loop.c (force_movables): Transitively increase the priorities of
all insns forces by an insn, not just the first one.

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

20 years ago Josef Zlomek <zlomekj@suse.cz>
zlomek [Fri, 6 Feb 2004 20:03:45 +0000 (20:03 +0000)]
Josef Zlomek  <zlomekj@suse.cz>
* Makefile.in (var-tracking.o): New.
* common.opt (fvar-tracking): New.
* flags.h (flag_var_tracking): New.
* gengtype.c (adjust_field_rtx_def): NOTE_INSN_VAR_LOCATION was added.
* opts.c (common_handle_option): Add OPT_fvar_tracking.
* print-rtl.c (print_rtx): NOTE_INSN_VAR_LOCATION was added.
        * rtl.c (note_insn_name): Likewise.
        * rtl.def (VAR_LOCATION): New.
        * rtl.h (NOTE_VAR_LOCATION): New.
        (NOTE_VAR_LOCATION_DECL): New.
        (NOTE_VAR_LOCATION_LOC): New.
        (enum insn_note): NOTE_INSN_VAR_LOCATION was added.
        (variable_tracking_main): New exported function.
        * timevar.def (TV_VAR_TRACKING): New.
        * toplev.c (enum dump_file_index): Added DFI_vartrack.
        (dump_file): "vartrack" was added (-dV).
        (flag_var_tracking): New.
        (f_options): "var-tracking" was added.
(rest_of_handle_variable_tracking): New function.
        (rest_of_compilation): Run variable tracking.
(process_options): If user has not specified flag_var_tracking set it
according to optimize, debug_info_level and debug_hooks.
* tree.h (frame_base_decl): New.
        * var-tracking.c: New file.
* config/ia64/ia64.c (ia64_flag_var_tracking): New variable.
(ia64_override_options): Set flags to run variable tracking in machine
dependent reorg instead of toplev.c.
(ia64_reorg): Run variable tracking if wanted.
        * doc/invoke.texi: Mention variable tracking in -dV,
add and -fvar-tracking.
        * doc/passes.texi: Added variable tracking pass.

Daniel Berlin <dberlin@dberlin.org>
* debug.h (struct gcc_debug_hooks): Added var_location debug hook.
* dbxout.c (dbx_debug_hooks): Likewise.
(xcoff_debug): Likewise.
* debug.c (do_nothing_debug_hooks): Likewise.
* dwarf2out.c (dwarf2_debug_hooks): Likewise.
* dwarfout.c (dwarf_debug_hooks): Likewise.
* sdbout.c (sdb_debug_hooks): Likewise.
* vmsdbgout.c (vmsdbg_debug_hooks): Likewise.
* final.c (final_scan_insn): Call var_location debug hook for each
NOTE_INSN_VAR_LOCATION.

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

20 years ago * flow.c (update_life_info): Allocate reg_deaths when called from
hubicka [Fri, 6 Feb 2004 19:29:56 +0000 (19:29 +0000)]
* flow.c (update_life_info): Allocate reg_deaths when called from
scheudler.
(attempt_auto_inc):  Update life ranges accordingly.

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

20 years agoAdd commit message included with files.
ljrittle [Fri, 6 Feb 2004 19:20:30 +0000 (19:20 +0000)]
Add commit message included with files.

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

20 years ago PR debug/11816
uweigand [Fri, 6 Feb 2004 18:37:25 +0000 (18:37 +0000)]
PR debug/11816
* dwarf2out.c (gen_decl_die): Handle anonymous struct members.

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

20 years ago * cfganal.c (flow_call_edges_add): Never split a libcall block.
uweigand [Fri, 6 Feb 2004 18:31:33 +0000 (18:31 +0000)]
* cfganal.c (flow_call_edges_add): Never split a libcall block.

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

20 years ago * dwarf2out.c (output_loc_list): Don't use deltas if we have
zlomek [Fri, 6 Feb 2004 18:25:16 +0000 (18:25 +0000)]
* dwarf2out.c (output_loc_list): Don't use deltas if we have
a separate line info table in use.
Use the correct size for terminators.
(output_die): Use offset, not delta.

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

20 years ago2004-02-06 H.J. Lu <hongjiu.lu@intel.com>
hjl [Fri, 6 Feb 2004 17:51:42 +0000 (17:51 +0000)]
2004-02-06  H.J. Lu  <hongjiu.lu@intel.com>

* doc/invoke.texi: Remove the pni option from -mfpmath=.

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

20 years ago PR c++/14028
giovannibajo [Fri, 6 Feb 2004 17:27:18 +0000 (17:27 +0000)]
PR c++/14028
* g++.dg/parse/angle-bracket2.C: New test.

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

20 years ago PR c++/14028
giovannibajo [Fri, 6 Feb 2004 17:24:31 +0000 (17:24 +0000)]
PR c++/14028
* parser.c (cp_parser_enclosed_template_argument_list): Emit straight
error when terminator can not be found.

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

20 years ago2004-02-06 Michael Koch <konqueror@gmx.de>
mkoch [Fri, 6 Feb 2004 14:05:37 +0000 (14:05 +0000)]
2004-02-06  Michael Koch  <konqueror@gmx.de>

* java/io/ObjectInputStream.java
(currentClassLoader): Reverted to old version of this method.

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

20 years ago * recog.c (split_all_insns): Do not update reg info.
hubicka [Fri, 6 Feb 2004 13:57:15 +0000 (13:57 +0000)]
* recog.c (split_all_insns): Do not update reg info.
* regrename.c (regrename_optimize): Likewise.
* toplev.c (rest_of_handle_reorder_blocks): Likewise.
* flow.c (struct propagate_block_info): Add insn_num field.
(reg_deaths): New array.
(life_analysis): Free reg_deaths info.
(allocate_reg_life_data): Allocate reg_deaths array.
(propagate_one_insn): Use new array.
(init_propagate_block): Initialize it.
(free_propagate_block_info): Finish compuation of
REG_LIVE_LENGTH
(attempt_auto_inc): Sanity check that REG_INFO is not
computed at same time.
(mark_used_regs): Update new array.

* reg-stack.c (subst_stack_regs): Unshare clobbers before
substitution.

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

20 years ago2004-02-06 Jeroen Frijters <jeroen@frijters.net>
mkoch [Fri, 6 Feb 2004 13:27:36 +0000 (13:27 +0000)]
2004-02-06  Jeroen Frijters  <jeroen@frijters.net>

* java/io/ObjectInputStream.java: Made all calls
to dumpElement[ln] conditional on dump flag. (readObject): Changed to
use cached info from ObjectStreamClass. (readClassDescriptor):
Cache more information in ObjectStreamClass. (processResolution,
readFields): Use cached info from ObjectStreamClass.
(newObject): Throw exception instead of returning null for failure.
(getField, getMethod, callReadMethod, setBooleanField, setByteField,
setCharField, setDoubleField, setFloatField, setIntField,
setLongField, setShortField, setObjectField, readObjectParams):
Removed. (dumpElement, dumpElementln): Removed dump flag condition
check.
* java/io/ObjectStreamField.java (hasReadMethod): Removed.
(setClass): Added call to cacheMethods() (findMethod): New method.
(cacheMethods): New method. (ObjectStreamClass): Added call to
cacheMethods(). (setFields): Cache fields. (getClassUID): Use
AccessController.doPrivileged to invoke setAccessible.
(readObjectMethod, readResolveMethod, realClassIsSerializable,
realClassIsExternalizable, fieldMapping, firstNonSerializableParent):
New fields.
* java/io/ObjectStreamField.java (ObjectStreamField): New constructor.
(ObjectStreamField): Removed FIXME workaround. (getTypeString,
isPrimitive): Made safe for cases where type == null.
(setBooleanField, setByteField, setCharField, setShortField,
setIntField, setLongField, setFloatField, setDoubleField,
setObjectField): New methods.

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

20 years ago * config/s390/s390.md (*extendsiqi2_short_displ): Change to
kazu [Fri, 6 Feb 2004 13:25:46 +0000 (13:25 +0000)]
* config/s390/s390.md (*extendsiqi2_short_displ): Change to
*extendqisi2_short_displ.

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

20 years ago2004-02-06 Paolo Carlini <pcarlini@suse.de>
paolo [Fri, 6 Feb 2004 11:45:23 +0000 (11:45 +0000)]
2004-02-06  Paolo Carlini  <pcarlini@suse.de>

* testsuite/27_io/basic_filebuf/open/char/9507.cc:
Adjust timings.

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

20 years ago * misc.c (default_pass_by_ref): Update INIT_CUMULATIVE_ARGS call.
amodra [Fri, 6 Feb 2004 11:01:20 +0000 (11:01 +0000)]
* misc.c (default_pass_by_ref): Update INIT_CUMULATIVE_ARGS call.

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

20 years ago * scripts/check_performance (CXX): Add -DNOTHREAD.
ljrittle [Fri, 6 Feb 2004 08:12:38 +0000 (08:12 +0000)]
* scripts/check_performance (CXX): Add -DNOTHREAD.
* testsuite/performance/20_util/allocator/insert.cc: Integrate
threaded tests from insert_insert.cc.  Tweak iterations,
remove special cases.
* testsuite/performance/20_util/allocator/insert_insert.cc:
Make all tests single-threaded. Tweak iterations.
* testsuite/performance/20_util/allocator/map_thread.cc:
Tweak iterations.
* testsuite/performance/20_util/allocator/producer_consumer.cc:
Likewise.

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

20 years agooops, missed a file in the last commit
amodra [Fri, 6 Feb 2004 06:22:26 +0000 (06:22 +0000)]
oops, missed a file in the last commit

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

20 years ago * doc/tm.texi (INIT_CUMULATIVE_ARGS): Update doco.
amodra [Fri, 6 Feb 2004 06:18:36 +0000 (06:18 +0000)]
* doc/tm.texi (INIT_CUMULATIVE_ARGS): Update doco.
* calls.c (expand_call): Pass n_named_args to INIT_CUMULATIVE_ARGS.
(emit_library_call_value_1): Likewise pass nargs.
* expr.c (block_move_libcall_safe_for_call_parm): Pass 3 here.
* function.c (assign_parms): Pass -1 to INIT_CUMULATIVE_ARGS.
* config/rs6000/rs6000.c (init_cumulative_args): Use n_named_args
parameter instead of scanning TYPE_ARGS_TYPES to count args.
* config/rs6000/rs6000-protos.h (init_cumulative_args): Update
prototype.
* config/rs6000/rs6000.h (INIT_CUMULATIVE_ARGS): Pass extra arg.
(INIT_CUMULATIVE_INCOMING_ARGS): Set extra arg to 1000.
(INIT_CUMULATIVE_LIBCALL_ARGS): Set extra arg to 0.
* config/sh/sh.c (sh_output_mi_thunk): Pass 1 as n_named_args to
INIT_CUMULATIVE_ARGS.
* config/alpha/alpha.h (INIT_CUMULATIVE_ARGS): Update.
* config/alpha/unicosmk.h, config/alpha/vms.h, config/arc/arc.h,
config/arm/arm.h, config/avr/avr.h, config/c4x/c4x.h,
config/cris/cris.h, config/fr30/fr30.h, config/frv/frv.h,
config/h8300/h8300.h, config/i386/i386.h, config/i860/i860.h,
config/ia64/ia64.h, config/ip2k/ip2k.h, config/iq2000/iq2000.h,
config/iq2000/iq2000.c, config/m32r/m32r.h, config/m68hc11/m68hc11.h,
config/m68k/m68k.h, config/mcore/mcore.h, config/mips/mips.h,
config/mmix/mmix.h, config/mn10300/mn10300.h, config/ns32k/ns32k.h,
config/pa/pa.h, config/pdp11/pdp11.h config/s390/s390.h,
config/sh/sh.h, config/sparc/sparc.h, config/stormy16/stormy16.h,
config/v850/v850.h, config/vax/vax.h, config/xtensa/xtensa.h: Likewise.

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

20 years ago * genemit.c (gen_exp) [CONST_INT]: Use const_int_rtx whenever
kazu [Fri, 6 Feb 2004 05:59:15 +0000 (05:59 +0000)]
* genemit.c (gen_exp) [CONST_INT]: Use const_int_rtx whenever
possible.

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

20 years ago * reload1.c (eliminate_regs_in_insn): If a set has a REG_EQUAL
kazu [Fri, 6 Feb 2004 05:58:11 +0000 (05:58 +0000)]
* reload1.c (eliminate_regs_in_insn): If a set has a REG_EQUAL
note containing (plus (reg) (const_int)), where reg is an
eliminable reg, then perform the register elimination without
depending on eliminate_regs().

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

20 years ago * config/arc/arc.c (arc_return_in_memory): Check the return
kazu [Fri, 6 Feb 2004 05:55:07 +0000 (05:55 +0000)]
* config/arc/arc.c (arc_return_in_memory): Check the return
value of int_size_in_bytes against -1.  Don't check
TREE_ADDRESSABLE.
* config/avr/avr.c (avr_return_in_memory): Check the return
value of int_size_in_bytes against -1.
* config/ip2k/ip2k.c (ip2k_return_in_memory): Likewise.
* config/m68hc11/m68hc11.c (m68hc11_return_in_memory):
Likewise.
* config/mcore/mcore.c (mcore_return_in_memory): Likewise.
* config/stormy16/stormy16.c (xstormy16_return_in_memory):
Likewise.

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

20 years ago * config/frv/frv-protos.h: Remove the prototype for
kazu [Fri, 6 Feb 2004 05:52:02 +0000 (05:52 +0000)]
* config/frv/frv-protos.h: Remove the prototype for
frv_setup_incoming_varargs.
* config/frv/frv.c (TARGET_SETUP_INCOMING_VARARGS): New.
(frv_setup_incoming_varargs): Make it static.
* config/frv/frv.h (SETUP_INCOMING_VARARGS): Remove.

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

20 years ago * config/fr30/fr30-protos.h: Remove the prototype for
kazu [Fri, 6 Feb 2004 05:48:34 +0000 (05:48 +0000)]
* config/fr30/fr30-protos.h: Remove the prototype for
fr30_setup_incoming_varargs.
Update the prototypes for fr30_num_arg_regs and
fr30_function_arg_partial_nregs.
* config/fr30/fr30.c (TARGET_STRUCT_VALUE_RTX): New.
(TARGET_SETUP_INCOMING_VARARGS): Likewise.
(fr30_setup_incoming_varargs): Make it static.
Add argument second_time.  Don't do anything when second_time
is nonzero.
(fr30_num_arg_regs): Change the type of the first argument to
enum machine_mode.
(fr30_function_arg_partial_nregs): Change the type of the
second argument to enum machine_mode.
* config/fr30/fr30.h (STRUCT_VALUE): Remove.
(SETUP_INCOMING_VARARGS): Remove.

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

20 years ago * config/arc/arc-protos.h: Remove the prototype for
kazu [Fri, 6 Feb 2004 05:41:12 +0000 (05:41 +0000)]
* config/arc/arc-protos.h: Remove the prototype for
arc_setup_incoming_varargs.
* config/arc/arc.c (TARGET_ASM_EXTERNAL_LIBCALL): New.
(TARGET_SETUP_INCOMING_VARARGS): Likewise.
(arc_setup_incoming_varargs): Make it static.
(arc_external_libcall): Likewise.
* config/arc/arc.h (SETUP_INCOMING_VARARGS): Remove.
Remove the commented-out definition of
ASM_OUTPUT_EXTERNAL_LIBCALL.

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

20 years ago * config/sh/t-linux (SHLIB_INSTALL): Prepend $$(DESTDIR)
kkojima [Fri, 6 Feb 2004 05:02:46 +0000 (05:02 +0000)]
* config/sh/t-linux (SHLIB_INSTALL): Prepend $$(DESTDIR)
to $$(slibdir) in the installation commands.

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

20 years ago * reload.c (refers_to_regno_for_reload_p): Index hard_regno_nregs
dje [Fri, 6 Feb 2004 04:28:46 +0000 (04:28 +0000)]
    * reload.c (refers_to_regno_for_reload_p): Index hard_regno_nregs
        with inner_regno, not regno.
        * rtlanal.c (refers_to_regno_p): Same.

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

20 years ago * config.gcc: Remove i370 support.
kazu [Fri, 6 Feb 2004 02:12:44 +0000 (02:12 +0000)]
* config.gcc: Remove i370 support.

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

20 years ago * gcc.pot: Regenerate.
jsm28 [Fri, 6 Feb 2004 01:39:08 +0000 (01:39 +0000)]
* gcc.pot: Regenerate.

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

20 years ago2004-02-05 Kelley Cook <kcook@gcc.gnu.org>
kcook [Fri, 6 Feb 2004 01:14:32 +0000 (01:14 +0000)]
2004-02-05  Kelley Cook  <kcook@gcc.gnu.org>

* doc/install.texi:  Update automake and autoconf version
requirements.  Note where to find gcj automake version.

2004-02-05  Kelley Cook  <kcook@gcc.gnu.org>

* Makefile.in (generate-manpages): Move dependencies to ...
(man): here.
* doc/makefile.texi: Document new targets.
* doc/sourcebuild.texi (Make-lang.in): Document new langhooks.

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

20 years ago2004-02-05 Kelley Cook <kcook@gcc.gnu.org>
kcook [Fri, 6 Feb 2004 01:02:31 +0000 (01:02 +0000)]
2004-02-05  Kelley Cook  <kcook@gcc.gnu.org>

PR/13485
Makefile.in (srcextra):  Add a level of indirection to ...
(gcc.srcextra): ... here.
(po-generated): Delete.
(po/$(PACKAGE).pot: Use srcextra instead of po-generated.  Depend on
options.c.
(start.encap): Remove superfluous lang.srcextra dependency.
objc/Make-lang.in (po-generated):  Delete.

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

20 years ago2004-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
dj [Fri, 6 Feb 2004 00:54:14 +0000 (00:54 +0000)]
2004-01-14  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
* acinclude.m4: Quote names of macros to be defined by AC_DEFUN
throughout.
* aclocal.m4: Regenerate.
* configure: Regenerate.

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

20 years ago * scripts/check_performance: Support PCH.
ljrittle [Fri, 6 Feb 2004 00:51:34 +0000 (00:51 +0000)]
* scripts/check_performance: Support PCH.

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

20 years agoDaily bump.
gccadmin [Fri, 6 Feb 2004 00:16:14 +0000 (00:16 +0000)]
Daily bump.

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

20 years ago * config/ia64/ia64.c (REG_GP): Remove.
kazu [Thu, 5 Feb 2004 23:53:42 +0000 (23:53 +0000)]
* config/ia64/ia64.c (REG_GP): Remove.

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

20 years ago2004-02-05 Thomas Fitzsimmons <fitzsim@redhat.com>
fitzsim [Thu, 5 Feb 2004 23:21:40 +0000 (23:21 +0000)]
2004-02-05  Thomas Fitzsimmons  <fitzsim@redhat.com>

* java/awt/Component.java (getFont): Return a default font
instead of null.

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

20 years agoIndex: libf2c/ChangeLog
geoffk [Thu, 5 Feb 2004 23:19:54 +0000 (23:19 +0000)]
Index: libf2c/ChangeLog
Thu Feb  5 15:08:08 2004  Geoffrey Keating  <geoffk@apple.com>

PR 12179
* aclocal.m4 (GLIBCPP_EXPORT_INSTALL_INFO): Use 'gcc', not 'gcc-lib'.
Add comment about poorly-named variables.
* Makefile.in (libsubdir): Use 'gcc', not 'gcc-lib'.
* configure: Regenerate.

Index: libstdc++-v3/ChangeLog
2004-02-05  Geoffrey Keating  <geoffk@apple.com>

PR 12179
* .cvsignore: New.
* acinclude.m4 (GLIBCXX_EXPORT_INSTALL_INFO): Use 'gcc', not
'gcc-lib'.  Add comment about poorly-named variables.
* aclocal.m4: Regenerate.
* configure: Regenerate.

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

20 years ago * configure.in: Don't pass --with-stabs on IRIX 5 either.
ro [Thu, 5 Feb 2004 23:12:17 +0000 (23:12 +0000)]
* configure.in: Don't pass --with-stabs on IRIX 5 either.
* configure: Regenerate.

gcc:
* config/mips/iris5gas.h (PREFERRED_DEBUGGING_TYPE): Define.

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

20 years ago * dwarf2out.c (force_type_die): Look up input type itself
dpatel [Thu, 5 Feb 2004 23:02:54 +0000 (23:02 +0000)]
   * dwarf2out.c (force_type_die): Look up input type itself
       instead of root_type() of type.

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

20 years ago2004-02-04 Andreas Krebbel <krebbel1@de.ibm.com>
uweigand [Thu, 5 Feb 2004 22:48:53 +0000 (22:48 +0000)]
2004-02-04  Andreas Krebbel  <krebbel1@de.ibm.com>

* config/s390/s390.md ("*tmqidi_ext"): New insn.
("*extendqidi2_short_displ", "*extendsiqi2_short_displ"): Old
pre-reload splitters are transformed to post-reload
define_insn_and_split patterns.
("*tmqisi_ext"): Renamed old "*tmqi_ext".

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

20 years ago ada/
kazu [Thu, 5 Feb 2004 22:07:33 +0000 (22:07 +0000)]
ada/
* ada/utils.c (create_param_decl): Replace PROMOTE_PROTOTYPES
with targetm.calls.promote_prototypes.

gcc/
* config/cris/cris.h: Replace PROMOTE_PROTOTYPES with
TARGET_PROMOTE_PROTOTYPES.

cp/
* call.c (type_passed_as): Replace PROMOTE_PROTOTYPES with
targetm.calls.promote_prototypes.

java/
* Make-lang.in (java/decl.o, java/expr.o, java/parse.o):
Depend on target.h.
* decl.c: Include target.h.
(start_java_method): Replace PROMOTE_PROTOTYPES with
targetm.calls.promote_prototypes.
* expr.c: Include target.h.
(pop_arguments): Replace PROMOTE_PROTOTYPES with
targetm.calls.promote_prototypes.
* parse.y: Include target.h.
(start_complete_expand_method): Replace PROMOTE_PROTOTYPES
with targetm.calls.promote_prototypes.

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

20 years ago PR middle-end/13750
ro [Thu, 5 Feb 2004 21:56:38 +0000 (21:56 +0000)]
PR middle-end/13750
Revert:
2004-01-15  Geoffrey Keating  <geoffk@apple.com>
PR pch/13361
* c-typeck.c (constructor_asmspec): Delete.
(struct initializer_stack): Delete field 'asmspec'.
(start_init): Delete saving of asmspec.
(finish_init): Don't update constructor_asmspec.
* dwarf2out.c (rtl_for_decl_location): Duplicate string from tree.
* stmt.c (expand_asm): Duplicate strings from tree.
(expand_asm_operands): Likewise.
* tree.c (tree_size): Update computation of size of STRING_CST.
(make_node): Don't make STRING_CST nodes.
(build_string): Allocate string with tree node.
* tree.def (STRING_CST): Update comment.
* tree.h (TREE_STRING_POINTER): Adjust for change to STRING_CST.
(tree_string): Place contents of string in tree node.
* config/sh/sh.c (sh_handle_sp_switch_attribute): Duplicate string
from tree.

cp:
PR middle-end/13750
Revert:
2004-01-15  Geoffrey Keating  <geoffk@apple.com>
PR pch/13361
* cp/lex.c (handle_pragma_interface): Duplicate string from tree.
(handle_pragma_implementation): Likewise.

testsuite:
PR middle-end/13750
Revert:
2004-01-15  Geoffrey Keating  <geoffk@apple.com>
PR pch/13361
* testsuite/g++.dg/pch/wchar-1.C: New.
* testsuite/g++.dg/pch/wchar-1.Hs: New.

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

20 years ago * diagnostic.h (DEFINE_DIAGNOSTIC_KIND): Change parameter M to
jsm28 [Thu, 5 Feb 2004 20:44:49 +0000 (20:44 +0000)]
* diagnostic.h (DEFINE_DIAGNOSTIC_KIND): Change parameter M to
msgid.

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

20 years ago2004-02-05 Paolo Carlini <pcarlini@suse.de>
paolo [Thu, 5 Feb 2004 20:13:37 +0000 (20:13 +0000)]
2004-02-05  Paolo Carlini  <pcarlini@suse.de>

* include/bits/locale_facets.tcc (money_get::do_get(string_type&)):
Thousands-sep are always optional; thousands-sep are not allowed
after the decimal_point.
* testsuite/22_locale/money_get/get/char/12.cc: New.
* testsuite/22_locale/money_get/get/char/13.cc: New.
* testsuite/22_locale/money_get/get/wchar_t/12.cc: New.
* testsuite/22_locale/money_get/get/wchar_t/13.cc: New.

* testsuite/22_locale/money_get/get/char/1.cc: Clean-up.
* testsuite/22_locale/money_get/get/char/2.cc: Likewise.
* testsuite/22_locale/money_get/get/char/3.cc: Likewise.
* testsuite/22_locale/money_get/get/char/4.cc: Likewise.
* testsuite/22_locale/money_get/get/wchar_t/1.cc: Likewise.
* testsuite/22_locale/money_get/get/wchar_t/2.cc: Likewise.
* testsuite/22_locale/money_get/get/wchar_t/3.cc: Likewise.
* testsuite/22_locale/money_get/get/wchar_t/4.cc: Likewise.

* testsuite/22_locale/money_get/get/char/9.cc: Fix citation from
the standard.
* testsuite/22_locale/money_get/get/wchar_t/9.cc: Likewise.

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

20 years agoFix typo and clarify comment.
kenner [Thu, 5 Feb 2004 20:12:36 +0000 (20:12 +0000)]
Fix typo and clarify comment.

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

20 years ago * config/os/irix/irix6.5/os_defines.h (_GLIBCXX_FIONREAD_TAKES_OFF_T):
rsandifo [Thu, 5 Feb 2004 20:11:32 +0000 (20:11 +0000)]
* config/os/irix/irix6.5/os_defines.h (_GLIBCXX_FIONREAD_TAKES_OFF_T):
Define.
* config/io/basic_file_stdio.cc (__basic_file<char>::showmanyc): Use
it to decide whether FIONREAD should take an off_t or int argument.

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

20 years ago PR c++/13714
mmitchel [Thu, 5 Feb 2004 19:45:47 +0000 (19:45 +0000)]
PR c++/13714
* typeck.c (lookup_destructor): Tweak error message.

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

20 years ago2004-02-05 Thomas Fitzsimmons <fitzsim@redhat.com>
fitzsim [Thu, 5 Feb 2004 19:45:02 +0000 (19:45 +0000)]
2004-02-05  Thomas Fitzsimmons  <fitzsim@redhat.com>

* java/awt/Scrollbar.java (next_scrollbar_number): New field.
(Scrollbar (int, int, int, int, int)): Make default page
increment 10.
(setValues): Only call peer.setValues if one of the values has
changed.
(generateName): New method.
(getUniqueLong): New method.
* jni/gtk-peer/gnu_java_awt_peer_gtk_GtkScrollBarPeer.c
(range_scrollbar): Remove structure.
(post_adjustment_event): Remove function.
(post_change_event): Accept jobject argument.
(create): Cast jints to gdoubles.  Round scrollbar values to the
nearest integer.  Clamp min, max and value settings.
(connectJObject): Connect hook to widget->window.
(connectSignals): Remove range_scrollbar structure variables.
Remove "move-slider" connection.  Pass global peer reference to
"value-changed" callback.
(setLineIncrement): Cast jint value to gdouble.
(setPageIncrement): Likewise.
(setValues): Likewise.  Clamp min, max and value settings.

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

20 years ago * tree.c (cp_cannot_inline_tree_fn): Allow inlining of comdat
hubicka [Thu, 5 Feb 2004 19:01:20 +0000 (19:01 +0000)]
* tree.c (cp_cannot_inline_tree_fn):  Allow inlining of comdat
functions.

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

20 years ago2004-02-05 Michael Koch <konqueror@gmx.de>
mkoch [Thu, 5 Feb 2004 18:48:54 +0000 (18:48 +0000)]
2004-02-05  Michael Koch  <konqueror@gmx.de>

* javax/swing/AbstractCellEditor.java
(getCellEditorValue): Removed.
* javax/swing/Box.java: Reformated.
(serialVersionUID): New field.
* javax/swing/ButtonGroup.java:
Removed some weird whitespace.
* javax/swing/CellEditor.java: Reformated.
* javax/swing/CellRendererPane.java
(serialVersionUID): New field.
(AccessibleCellRendererPaneserialVersionUID): New field.
* javax/swing/DefaultListModel.java
(serialVersionUID): New field.
* javax/swing/JEditorPane.java
(serialVersionUID): New field.
(setPage): Throws IOException.
(addHyperlinkListener): Implemented.
(removeHyperlinkListener): Implemented.
(getHyperlinkListener): New method.
* javax/swing/JFileChooser.java
(serialVersionUID): New field.
(AccessibleJFileChooser.serialVersionUID): New field.
(addActionListener): Implemented.
(removeActionListener): Implemented.
(getActionListeners): New method.
* javax/swing/JFormattedTextField.java
(serialVersionUID): New field.
(AbstractFormatter.serialVersionUID): New field.
(clone): Throws CloneNotSupportedException
(setEditValid): Add missing argument.
(stringToValue): Throws ParseExcpetion.
(valueToString): Throws ParseException.
(commitEdit): Throws ParseException.
* javax/swing/JLabel.java
(serialVersionUID): New field.
* javax/swing/JList.java
(serialVersionUID): New field.
(addListSelectionListener): Reformated.
(removeListSelectionListener): Reformated.
(getListSelectionListeners): New method.
* javax/swing/colorchooser/AbstractColorChooserPanel.java:
Reformated.
(serialVersionUID): New field.
* javax/swing/table/AbstractTableModel.java
(getValueAt): Removed.
(getColumnCount): Removed.
(getRowCount): Removed.

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

20 years ago2004-02-05 Michael Koch <konqueror@gmx.de>
mkoch [Thu, 5 Feb 2004 18:27:44 +0000 (18:27 +0000)]
2004-02-05  Michael Koch  <konqueror@gmx.de>

* java/awt/datatransfer/DataFlavor.java
(imageFlavor): Javadoc added.
(javaJVMLocalObjectType): Fixed.

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

20 years ago2004-02-05 Michael Koch <konqueror@gmx.de>
mkoch [Thu, 5 Feb 2004 18:20:46 +0000 (18:20 +0000)]
2004-02-05  Michael Koch  <konqueror@gmx.de>

* java/lang/Thread.java
(Thread): Reordered.
(setContextClassLoader): Fixed javadoc comment.
(setPriority): Reordered.
(yield): Reordered.
(initialize_native): Reordered.
(gen_name): Reordered.

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

20 years ago2004-02-05 Dorit Naishlos <dorit@il.ibm.com>
dje [Thu, 5 Feb 2004 18:07:39 +0000 (18:07 +0000)]
2004-02-05  Dorit Naishlos  <dorit@il.ibm.com>

        * config/rs6000/altivec.md (*movv4si_internal): At least one
        operand must be altivec_register_operand.
        (*movv8hi_internal1): Likewise.
        (*movv16qi_internal1): Likewise.
        (*movv4sf_internal1): Likewise.

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

20 years ago * configure.ac (gcc_cv_as_powerpc_mfcrf): Correct test for mfcr.
dje [Thu, 5 Feb 2004 17:09:05 +0000 (17:09 +0000)]
    * configure.ac (gcc_cv_as_powerpc_mfcrf): Correct test for mfcr.
        * configure: Regenerate.

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

20 years ago PR c++/14008
giovannibajo [Thu, 5 Feb 2004 16:50:57 +0000 (16:50 +0000)]
PR c++/14008
* g++.dg/parse/error15.C: New test.
* g++.dg/parse/crash11.C: Update dg-error mark.

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

20 years ago PR c++/14008
giovannibajo [Thu, 5 Feb 2004 16:48:54 +0000 (16:48 +0000)]
PR c++/14008
* parser.c (cp_parser_diagnose_invalid_typename): Removed parsing
code, only emits the diagnostic now. Added lookup of the identifier
and support for qualified ids.
(cp_parser_parse_and_diagnose_invalid_type_name): New function.
Parse an (invalid) type name as id-expression within a declarator.
(cp_parser_simple_declaration): Use it.
(cp_parser_member_declaration): Likewise.
(cp_parser_make_typename_type): New function. Handle errors through
cp_parser_diagnose_invalid_typename.
(cp_parser_elaborated_type_specifier): Use it.

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

20 years ago2004-02-05 Michael Koch <konqueror@gmx.de>
mkoch [Thu, 5 Feb 2004 16:34:30 +0000 (16:34 +0000)]
2004-02-05  Michael Koch  <konqueror@gmx.de>

* java/lang/Thread.java: Reordered fields, reformated much code,
no functional changes, some variables renamed, javadoc comments
merged.

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

20 years ago2004-02-05 Michael Koch <konqueror@gmx.de>
mkoch [Thu, 5 Feb 2004 16:04:28 +0000 (16:04 +0000)]
2004-02-05  Michael Koch  <konqueror@gmx.de>

* java/util/zip/Deflater.java,
java/util/zip/DeflaterOutputStream.java,
java/util/zip/GZIPInputStream.java:
Reformated and javadoc comments merged from classpath.

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

20 years ago2004-02-05 Michael Koch <konqueror@gmx.de>
mkoch [Thu, 5 Feb 2004 15:57:01 +0000 (15:57 +0000)]
2004-02-05  Michael Koch  <konqueror@gmx.de>

* gnu/java/nio/NIOServerSocket.java
(impl): Unused, removed.
* gnu/java/nio/SocketChannelImpl.java
(finnishConnect): Don't throw NoConnectionPendingException if not
connected or no connection pending.

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

20 years ago2004-02-05 Paolo Carlini <pcarlini@suse.de>
paolo [Thu, 5 Feb 2004 15:39:16 +0000 (15:39 +0000)]
2004-02-05  Paolo Carlini  <pcarlini@suse.de>

* include/bits/stl_function.h: Minor formatting changes.

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

20 years ago2004-02-05 Jonathan Wakely <redi@gcc.gnu.org>
redi [Thu, 5 Feb 2004 15:19:31 +0000 (15:19 +0000)]
2004-02-05  Jonathan Wakely  <redi@gcc.gnu.org>

* doc/install.texi: Update description of --gxx-include-dir to
give correct default value.

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

20 years ago * config/h8300/h8300.h (REG_OK_FOR_BASE_NONSTRICT_P): Replace
kazu [Thu, 5 Feb 2004 14:26:16 +0000 (14:26 +0000)]
* config/h8300/h8300.h (REG_OK_FOR_BASE_NONSTRICT_P): Replace
8 with MAC_REG.

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

20 years ago * config/pa/pa.c (emit_hpdiv_const): Replace gen_rtx with
kazu [Thu, 5 Feb 2004 14:21:54 +0000 (14:21 +0000)]
* config/pa/pa.c (emit_hpdiv_const): Replace gen_rtx with
gen_rtx_PARALLEL.

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

20 years ago * emit-rtl.c: Update the comment about the file.
kazu [Thu, 5 Feb 2004 14:15:35 +0000 (14:15 +0000)]
* emit-rtl.c: Update the comment about the file.

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

20 years ago * sourcebuild.texi (Test Idioms): Update testcase naming
jsm28 [Thu, 5 Feb 2004 11:21:33 +0000 (11:21 +0000)]
* sourcebuild.texi (Test Idioms): Update testcase naming
conventions.

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

20 years agoRevert previous change to config/abi/*/baseline_symbols.txt.
zack [Thu, 5 Feb 2004 07:25:58 +0000 (07:25 +0000)]
Revert previous change to config/abi/*/baseline_symbols.txt.

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

20 years ago Partially revert/redo 2003-10-01 change; fix -fworking-directory.
bothner [Thu, 5 Feb 2004 06:52:26 +0000 (06:52 +0000)]
Partially revert/redo 2003-10-01 change; fix -fworking-directory.
* c-ppoutput.c (pp_dir_change):  New function.
* c-common.h (pp_dir_change):  New declaration.
* cpplib.h (struct cpp_options):  Remove working_directory field.
* cppinit.c (cpp_find_main_file, cpp_push_main_file):  Merge back to
(cpp_read_main_file):  as before 10-01.  Call _cpp_stack_file.
Don't handle -fworking_directory here, but in c_common_post_options.
(read_original_directory): Don't back up when done.
Don't clear no-longer used working_directory flag.
* cpplib.h:  Update declarations to match.
* c-lex.c (cb_dir_change):  Move to c-opts.c.
(init_c_lex):  Don't set dir_change callback here, since we want
to set it even if flag_preprocess_only.
* c-opts.c (cb_dir_change):  Function moved from c-lex.c.
(c_common_post_options):  Set dir_change callback.
Call pp_dir_change if approporiate.
(finish_options):  Don't call cpp_find_main_file here. Hence remove
unneeded parameter and result. Do LC_RENAME for <built-in>.
(c_common_post_options):  Call cpp_read_main_file here instead.
(c_common_init):  Update accordingly.
(push_command_line_include):  Don't cpp_push_main_file.
Do LC_RENAME rather than LC_LEASE to get back to main file.
Compared to pre-10-01 version, inline cpp_rename_to_main_file.
(c_common_parse_file):  Call cpp_read_main_file for subsequent main
files, but call finish_options for all files.
* c-opts.c (sanitize_cpp_opts):  Don't set cpp_opts->working_directory.
* fix-header.c (read_scan_file):  Call cpp_read_main_file instead of
cpp_find_main_file + cpp_push_main_file.
* c-lex.c (fe_file_change):  Don't set main_input_filename here.
* opts.c (handle_options):  Only set main_input_filename first time.

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

20 years ago * config/arm/arm.h (REG_CLASS_NAMES): Add missing comma.
ian [Thu, 5 Feb 2004 06:11:05 +0000 (06:11 +0000)]
* config/arm/arm.h (REG_CLASS_NAMES): Add missing comma.

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

20 years ago2004-02-04 Benjamin Kosnik <bkoz@redhat.com>
zack [Thu, 5 Feb 2004 05:24:18 +0000 (05:24 +0000)]
2004-02-04  Benjamin Kosnik  <bkoz@redhat.com>
    Zack Weinberg  <zack@codesourcery.com>

* config/io/basic_file_stdio.cc (__gnu_internal::fopen_mode):
New function.
(__basic_file<char>::sys_open, __basic_file<char>::open): Use it.
(__basic_file<char>::_M_open_mode): Delete.
* config/io/basic_file_stdio.cc: Delete declaration of _M_open_mode.

* testsuite/27_io/basic_filebuf/close/char/9964.cc
* testsuite/27_io/basic_filebuf/open/char/9507.cc:
Correct flags to filebuf::open calls.

* config/abi/alpha-freebsd5/baseline_symbols.txt
* config/abi/alpha-linux-gnu/baseline_symbols.txt
* config/abi/hppa-linux-gnu/baseline_symbols.txt
* config/abi/i386-freebsd4/baseline_symbols.txt
* config/abi/i386-freebsd5/baseline_symbols.txt
* config/abi/i486-linux-gnu/baseline_symbols.txt
* config/abi/ia64-linux-gnu/baseline_symbols.txt
* config/abi/mips-linux-gnu/baseline_symbols.txt
* config/abi/sparc-freebsd5/baseline_symbols.txt
* config/abi/sparc-linux-gnu/baseline_symbols.txt
* config/abi/x86_64-linux-gnu/baseline_symbols.txt:
Remove entry for __basic_file<char>::_M_open_mode.

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

20 years ago PR c++/13932
mmitchel [Thu, 5 Feb 2004 05:22:21 +0000 (05:22 +0000)]
PR c++/13932
* call.c (convert_like_real): Use "converting" rather than
"argument" as the descriptive keyword to
dubious_conversion_warnings.
* typeck.c (convert_for_assignment): Do not call
dubious_conversion_warnings.

PR c++/13932
* g++.dg/warn/conv2.C: New test.

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

20 years ago * lib/file-format.exp (gcc_target_object_format): Use
mmitchel [Thu, 5 Feb 2004 05:09:38 +0000 (05:09 +0000)]
* lib/file-format.exp (gcc_target_object_format): Use
${tool}_target_compile, not gcc_target_compile.
* lib/target-supports.exp (check_alias_available): Likewise.
(check_gc_sections_available): Likewise.
* g++.dg/ext/attrib10.C: Use dg-require-alias.
* g++.old-deja/g++.ext/attrib5.C: Use dg-require-weak and
dg-require-alias.

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

20 years ago * testsuite/performance/20_util/allocator/insert.cc (main): Tweak.
ljrittle [Thu, 5 Feb 2004 03:52:41 +0000 (03:52 +0000)]
* testsuite/performance/20_util/allocator/insert.cc (main): Tweak.

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

20 years ago PR c++/13086
giovannibajo [Thu, 5 Feb 2004 02:49:31 +0000 (02:49 +0000)]
PR c++/13086
* g++.dg/warn/incomplete1.C: Remove xfail.

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

20 years ago PR c++/13086
giovannibajo [Thu, 5 Feb 2004 02:48:31 +0000 (02:48 +0000)]
PR c++/13086
* init.c (build_delete): Emit a more informative error message in
case of an incomplete type, and on the correct source line.

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

20 years ago PR c++/9941
mmitchel [Thu, 5 Feb 2004 01:58:10 +0000 (01:58 +0000)]
PR c++/9941
* rtti.c (tinfo_base_init): Use import_export_tinfo to decide the
linkage for the typeinfo name string.

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

20 years ago2004-02-04 Felix Yen <fwy@alumni.brown.edu>
bkoz [Thu, 5 Feb 2004 01:33:07 +0000 (01:33 +0000)]
2004-02-04  Felix Yen  <fwy@alumni.brown.edu>

* testsuite/performance/20_util/producer_consumer.cc: New.
* testsuite/performance/20_util/allocator/insert_insert.cc: Two loops.

2004-02-04  Benjamin Kosnik  <bkoz@redhat.com>

* testsuite/performance/20_util/allocator.cc: Move to..
* testsuite/performance/20_util/allocator/insert.cc: ...here.
* testsuite/performance/20_util/allocator_thread.cc: Move to...
* testsuite/performance/20_util/allocator/insert_insert.cc: ...here.
* testsuite/performance/20_util/allocator_map_thread.cc: Move to...
* testsuite/performance/20_util/allocator/map_thread.cc: ...here.

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

20 years agoDaily bump.
gccadmin [Thu, 5 Feb 2004 00:16:15 +0000 (00:16 +0000)]
Daily bump.

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

20 years ago Partial merge from upstream:
geoffk [Wed, 4 Feb 2004 23:58:48 +0000 (23:58 +0000)]
Partial merge from upstream:
* ltmain.in: When setting IFS to '~', be careful about user
arguments that contain '~'.

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

20 years ago * reload.c (find_equiv_reg): When checking for register overlap,
geoffk [Wed, 4 Feb 2004 23:58:11 +0000 (23:58 +0000)]
* reload.c (find_equiv_reg): When checking for register overlap,
don't index hard_regno_nregs with a pseudo-reg.

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

20 years ago * config/s390/s390.c (s390_trampoline_template): Remove gen_rtx().
uweigand [Wed, 4 Feb 2004 23:46:29 +0000 (23:46 +0000)]
* config/s390/s390.c (s390_trampoline_template): Remove gen_rtx().

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

20 years ago * reload.c (refers_to_regno_for_reload_p): Test regno, not inner_regno,
dje [Wed, 4 Feb 2004 22:35:46 +0000 (22:35 +0000)]
* reload.c (refers_to_regno_for_reload_p): Test regno, not inner_regno,
against FIRST_PSEUDO_REGISTER.

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

20 years ago2004-02-02 Graydon Hoare <graydon@redhat.com>
graydon [Wed, 4 Feb 2004 20:43:32 +0000 (20:43 +0000)]
2004-02-02  Graydon Hoare  <graydon@redhat.com>

* javax/swing/SwingUtilities.java: Many new functions.
* java/awt/Container.java (LightweightDispatcher): Reimplement.
* javax/swing/basic/BasicGraphicsUtils.java
(getPreferredButtonSize): Start layout from top-left corner.

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

20 years ago * Makefile.in: Move target, host overrides after per-language
ro [Wed, 4 Feb 2004 20:39:15 +0000 (20:39 +0000)]
* Makefile.in: Move target, host overrides after per-language
fragments.

* config/mips/t-iris5-as (FORCE_DEBUG_ADAFLAGS): Clear.
(GNATLIBCFLAGS): Remove -g.

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

20 years ago * config/alpha/alpha.c, config/arc/arc.c, config/avr/avr.c,
kazu [Wed, 4 Feb 2004 20:27:12 +0000 (20:27 +0000)]
* config/alpha/alpha.c, config/arc/arc.c, config/avr/avr.c,
config/i386/i386.c, config/i386/i386.h, config/i386/i386.md,
config/ia64/ia64.c, config/ia64/unwind-ia64.c,
config/m32r/m32r.c, config/ns32k/ns32k.c, config/pa/pa.c,
config/pdp11/pdp11.c, config/rs6000/rs6000.c,
config/sparc/sparc.c, config/vax/vax.c: Revert the
replacements of "FALLTHRU" with "Fall through" done in the
previous patch.

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

20 years ago * config/darwin.c, config/darwin.h, config/freebsd-spec.h,
kazu [Wed, 4 Feb 2004 20:01:05 +0000 (20:01 +0000)]
* config/darwin.c, config/darwin.h, config/freebsd-spec.h,
config/arm/arm.c, config/arm/arm.md,
config/cris/cris-protos.h, config/fr30/fr30.c,
config/fr30/fr30.h, config/h8300/h8300.c, config/i386/i386.h,
config/i860/i860.c, config/i860/i860.h, config/ia64/ia64-c.c,
config/ia64/ia64.c, config/ia64/ia64.h, config/ip2k/ip2k.h,
config/ip2k/ip2k.md, config/ip2k/libgcc.S,
config/m32r/linux.h, config/m32r/m32r.c, config/m32r/m32r.h,
config/m68k/m68k.c, config/m68k/netbsd-elf.h,
config/mips/mips.c, config/mmix/mmix.c, config/mmix/mmix.md,
config/ns32k/netbsd.h, config/ns32k/ns32k.c,
config/ns32k/ns32k.h, config/pdp11/pdp11.h,
config/rs6000/darwin-ldouble.c, config/s390/s390.h,
config/s390/s390.md, config/sparc/netbsd-elf.h,
config/sparc/openbsd.h, config/sparc/sparc.c,
config/xtensa/lib2funcs.S: Fix comment formatting.

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

20 years ago * config/alpha/alpha.c, config/arc/arc.c,
kazu [Wed, 4 Feb 2004 19:46:25 +0000 (19:46 +0000)]
* config/alpha/alpha.c, config/arc/arc.c,
config/arm/arm-cores.def, config/arm/arm.c, config/arm/arm.h,
config/arm/arm1026ejs.md, config/arm/arm1136jfs.md,
config/arm/arm926ejs.md, config/arm/vfp.md, config/avr/avr.c,
config/c4x/c4x.c, config/cris/cris.c, config/frv/frv.md,
config/i386/i386.c, config/i386/i386.h, config/i386/i386.md,
config/ia64/ia64.c, config/ia64/unwind-ia64.c,
config/iq2000/iq2000.c, config/m32r/m32r.c,
config/mips/mips.c, config/mmix/mmix.c, config/mmix/mmix.h,
config/ns32k/ns32k.c, config/pa/pa.c, config/pdp11/pdp11.c,
config/rs6000/darwin-ldouble.c, config/rs6000/rs6000.c,
config/rs6000/rs6000.h, config/sparc/sparc.c,
config/vax/vax.c: Fix comment typos.  Follow spelling
conventions.

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

20 years ago gcc/
kazu [Wed, 4 Feb 2004 19:15:30 +0000 (19:15 +0000)]
gcc/
* alloc-pool.h, c-convert.c, c-lang.c, c-tree.h,
caller-save.c, df.h, genconfig.c, global.c, lcm.c,
ra-rewrite.c, ra.c, regclass.c, regs.h, resource.c,
sched-rgn.c, config/arm/aof.h, config/arm/cirrus.md,
config/arm/fpa.md, config/arm/iwmmxt.md,
config/arm/netbsd-elf.h, config/arm/netbsd.h,
config/m68hc11/m68hc11.md, config/mips/iris5.h,
config/mn10300/mn10300.md, config/rs6000/altivec.md,
config/sparc/netbsd-elf.h: Update copyright.

cp/
* error.c, search.c: Update copyright.

java/
* typeck.c: Update copyright.

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

20 years ago * config/sparc/sparc.c (function_arg_pass_by_reference): Return 1
ebotcazou [Wed, 4 Feb 2004 19:02:16 +0000 (19:02 +0000)]
* config/sparc/sparc.c (function_arg_pass_by_reference): Return 1
for all modes whose size is greater than 8 bytes if ARCH32.
(sparc_va_arg): Handle all modes whose size is greater than 8 bytes
by reference if ARCH32.

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

20 years ago * java/awt/geom/AffineTransform.java:
rodimina [Wed, 4 Feb 2004 18:43:54 +0000 (18:43 +0000)]
* java/awt/geom/AffineTransform.java:
Corrected comments on the field definitions for
m11 and m10.
(shear): Fixed few errors that caused shear
transformation to be performed incorrectly.
(createInverse): Fixed to return correct
inverse of the given matrix.

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

20 years ago PR c++/13969
mmitchel [Wed, 4 Feb 2004 18:35:18 +0000 (18:35 +0000)]
PR c++/13969
* g++.dg/template/static6.C: New test.

PR c++/13969
* cp-tree.h (fold_non_dependent_expr): New function.
* parser.c (cp_parser_fold_non_dependent_expr): Remove.
(cp_parser_template_argument): Use fold_non_dependent_expr.
(cp_parser_direct_declarator): Likewise.
* pt.c (fold_non_dependent_expr): New function.
(convert_nontype_argument): Use it.
(tsubst_qualified_id): Simplify.
(tsubst_copy_and_build): Likewise.

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

20 years ago2004-02-04 Jonathan Wakely <redi@gcc.gnu.org>
redi [Wed, 4 Feb 2004 17:45:18 +0000 (17:45 +0000)]
2004-02-04  Jonathan Wakely  <redi@gcc.gnu.org>

* docs/html/faq/index.html: Recommend using LD_LIBRARY_PATH.
* docs/html/faq/index.txt: Regenerate.

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

20 years ago * cgraphunit.c (cgraph_postorder): Fix typo in comment.
aldyh [Wed, 4 Feb 2004 17:38:22 +0000 (17:38 +0000)]
    * cgraphunit.c (cgraph_postorder): Fix typo in comment.

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

20 years ago2004-02-04 Dhruv Matani <dhruvbird@gmx.net>
bkoz [Wed, 4 Feb 2004 17:37:10 +0000 (17:37 +0000)]
2004-02-04  Dhruv Matani  <dhruvbird@gmx.net>

* include/ext/debug_allocator.h: _M_extra now stands for the
number of extra objects instead of the number of extra bytes.
(debug_allocator::allocate): Adjust.
(debug_allocator::deallocate): Adjust.

* include/ext/pool_allocator.h: Fix typo.

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

20 years ago * config/s390/s390.md ("*la_64" + peepholes, "reload_indi"): Move
uweigand [Wed, 4 Feb 2004 15:55:33 +0000 (15:55 +0000)]
* config/s390/s390.md ("*la_64" + peepholes, "reload_indi"): Move
to before adddi3 insn patterns.
("*la_31" + peepholes, "*la_31_and", "*la_31_and_cc", "force_la_31",
"reload_insi"): Move to before addsi3 insn patterns.

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

20 years ago * gcc.dg/arm-mmx-1.c: Don't look for ldmfd if -mthumb.
ian [Wed, 4 Feb 2004 13:43:43 +0000 (13:43 +0000)]
* gcc.dg/arm-mmx-1.c: Don't look for ldmfd if -mthumb.

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