]> gcc.gnu.org Git - gcc.git/log
gcc.git
19 years agocfghooks.c (lv_flush_pending_stmts, [...]): New.
Mostafa Hagog [Sun, 3 Apr 2005 08:44:33 +0000 (08:44 +0000)]
cfghooks.c (lv_flush_pending_stmts, [...]): New.

2005-03-30 Mostafa Hagog <mustafa@il.ibm.com>

        * cfghooks.c (lv_flush_pending_stmts,
        cfg_hook_duplicate_loop_to_header_edge, extract_cond_bb_edges,
        lv_adjust_loop_header_phi, lv_add_condition_to_bb): New.
        * cfghooks.h (cfg_hook_duplicate_loop_to_header_edge,
        lv_add_condition_to_bb,
        lv_adjust_loop_header_phi, extract_cond_bb_edges,
        flush_pending_stmts): New in cfg_hooks structure.
        (cfg_hook_duplicate_loop_to_header_edge, lv_flush_pending_stmts,
        extract_cond_bb_edges, lv_adjust_loop_header_phi,
        lv_add_condition_to_bb): New declarations.
        * cfgloop.h (duplicate_loop_to_header_edge): Change return type to
        bool.
        (loop_version): Declare.
        * cfgloopmanip.c (cfghooks.h): Include.
        (duplicate_loop_to_header_edge): Change return type to bool.
        (loop_version, lv_adjust_loop_entry_edge): Move here.
        * cfgrtl.c (cfgloop.h): Include.
        (rtl_verify_flow_info_1): Fix.
        (rtl_lv_add_condition_to_bb, rtl_extract_cond_bb_edges): New.
        (rtl_cfg_hooks, cfg_layout_rtl_cfg_hook): Add hooks to
        initialization.
        * tree-cfg.c (tree_lv_adjust_loop_header_phi,
        tree_lv_add_condition_to_bb): New.
        (tree_cfg_hooks): Add new hooks to initialization.
        * tree-ssa-loop-manip.c (lv_adjust_loop_header_phi,
        lv_adjust_loop_entry_edge, tree_ssa_loop_version): Remove.

From-SVN: r97481

19 years agore PR libgcj/20727 (double free or corruption)
Anthony Green [Sun, 3 Apr 2005 08:08:59 +0000 (08:08 +0000)]
re PR libgcj/20727 (double free or corruption)

2005-04-02  Anthony Green  <green@redhat.com>

        PR libgcj/20727
        * java/nio/DirectByteBufferImpl.java: Fix buffer ownership bug.

From-SVN: r97479

19 years agore PR libfortran/20068 (Backspace problems)
Dale Ranta [Sun, 3 Apr 2005 08:07:43 +0000 (08:07 +0000)]
re PR libfortran/20068 (Backspace problems)

PR libfortran/20068
PR libfortran/20125
PR libfortran/20156
PR libfortran/20471

* io/backspace.c (unformatted_backspace): Fix error in arithmetic.
(st_backspace): When in WRITING mode, we flush and falling back
into READING mode. In all cases, correctly position the stream.

* gfortran.dg/backspace.f: New test.

Co-Authored-By: Francois-Xavier Coudert <coudert@clipper.ens.fr>
From-SVN: r97478

19 years agostormy16-protos.h: Remove the prototypes for xstormy16_ineqsi_operator...
Kazu Hirata [Sun, 3 Apr 2005 06:32:13 +0000 (06:32 +0000)]
stormy16-protos.h: Remove the prototypes for xstormy16_ineqsi_operator...

* config/stormy16/stormy16-protos.h: Remove the prototypes for
xstormy16_ineqsi_operator, equality_operator,
inequality_operator, shift_operator,
xstormy16_below100_operand, xstormy16_below100_or_register,
xstormy16_splittable_below100_or_register,
xstormy16_onebit_set_operand, xstormy16_onebit_clr_operand.
* config/stormy16/stormy16.c (xstormy16_ineqsi_operator,
equality_operator, inequality_operator,
xstormy16_below100_operand, xstormy16_below100_or_register,
xstormy16_splittable_below100_or_register,
xstormy16_onebit_set_operand, xstormy16_onebit_clr_operand,
nonimmediate_nonstack_operand, shift_operator): Move to
predicates.md.
* config/stormy16/stormy16.h (PREDICATE_CODES): Remove.
* config/stormy16/stormy16.md: Include predicates.md.
* config/stormy16/predicates.md: New.

From-SVN: r97476

19 years agostormy16.h (PREDICATE_CODES): Add SUBREG to xstormy16_below100_or_register...
Kazu Hirata [Sun, 3 Apr 2005 05:37:21 +0000 (05:37 +0000)]
stormy16.h (PREDICATE_CODES): Add SUBREG to xstormy16_below100_or_register...

* config/stormy16/stormy16.h (PREDICATE_CODES): Add SUBREG to
xstormy16_below100_or_register,
xstormy16_splittable_below100_or_register, and
nonimmediate_nonstack_operand.

From-SVN: r97475

19 years agoDocument ALLOCATED, ANINT, ANY, ASIN; Fix typos.
Steven G. Kargl [Sun, 3 Apr 2005 01:20:56 +0000 (01:20 +0000)]
Document ALLOCATED, ANINT, ANY, ASIN; Fix typos.

From-SVN: r97473

19 years agoiq2000.c (uns_arith_operand, [...]): Move to predicates.md.
Kazu Hirata [Sun, 3 Apr 2005 00:38:00 +0000 (00:38 +0000)]
iq2000.c (uns_arith_operand, [...]): Move to predicates.md.

* config/iq2000/iq2000.c (uns_arith_operand, arith_operand,
small_int, large_int, reg_or_0_operand, simple_memory_operand,
equality_op, cmp_op, pc_or_label_operand, call_insn_operand,
move_operand, power_of_2_operand): Move to predicates.md.
* config/iq2000/iq2000.h (SPECIAL_MODE_PREDICATES,
PREDICATE_CODE): Remove.
* config/iq2000/iq2000.md: Include predicates.md.
* config/iq2000/predicates.md: New.

From-SVN: r97472

19 years agoDaily bump.
GCC Administrator [Sun, 3 Apr 2005 00:16:56 +0000 (00:16 +0000)]
Daily bump.

[[Split portion of a mixed commit.]]

From-SVN: r97470.2

19 years agoBasicAttributes.java (equals): Compare to any Attributes and attribute order doesn...
Mark Wielaard [Sat, 2 Apr 2005 21:03:33 +0000 (21:03 +0000)]
BasicAttributes.java (equals): Compare to any Attributes and attribute order doesn't matter.

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

* javax/naming/directory/BasicAttributes.java (equals): Compare to any
Attributes and attribute order doesn't matter.
(BasicAttributesEnumeration.where): Initialize to zero.
(BasicAttributesEnumeration.nextElement): Update and compare where
appropriately (zero based).

From-SVN: r97461

19 years ago* config/m68hc11/m68hc11.h (target_flags, MASK_SHORT)
Richard Sandiford [Sat, 2 Apr 2005 20:44:38 +0000 (20:44 +0000)]
* config/m68hc11/m68hc11.h (target_flags, MASK_SHORT)
(MASK_AUTO_INC_DEC, MASK_M6811, MASK_M6812, MASK_M68S12)
(MASK_NO_DIRECT_MODE, MASK_MIN_MAX, MASK_LONG_CALLS)
(TARGET_SHORT, TARGET_M6811, TARGET_M6812, TARGET_M68S12)
(TARGET_AUTO_INC_DEC, TARGET_MIN_MAX, TARGET_NO_DIRECT_MODE)
(TARGET_LONG_CALLS, TARGET_SWITCHES, TARGET_OPTIONS)
(SUBTARGET_SWITCHES, SUBTARGET_OPTIONS, m68hc11_regparm_string)
(m68hc11_reg_alloc_order, m68hc11_soft_reg_count)
(TARGET_M68HC11): Delete.
(TARGET_DEFAULT): Change the default setting from MASK_M6811 to 0.
* config/m68hc11/m68hc12.h (TARGET_M68HC12): Delete.
* config/m68hc11/m68hc11.c (m68hc11_regparm_string)
(m68hc11_reg_alloc_order, m68hc11_soft_reg_count)
(nb_soft_regs): Delete.
(TARGET_DEFAULT_TARGET_FLAGS): Override default with TARGET_DEFAULT.
(m68hc11_override_options): Remove the code that caters for MASK_M6811
and MASK_M6812 being set simultaneously.  Change the code that sets
the default m68hc11_soft_reg_count to use integers instead of strings.
(m68hc11_conditional_register_usage, hard_regno_mode_ok): Use
m68hc11_soft_reg_count (which now has an int type) as the number
of soft registers.
* config/m68hc11/m68hc11.opt: New file.

From-SVN: r97458

19 years agobcmp.c: Fix warnings and implement using memcmp.
Kaveh R. Ghazi [Sat, 2 Apr 2005 20:28:00 +0000 (20:28 +0000)]
bcmp.c: Fix warnings and implement using memcmp.

* bcmp.c: Fix warnings and implement using memcmp.
* bcopy.c: Fix warnings.
* bzero.c: Fix warnings and implement using memset.

From-SVN: r97457

19 years agoconfigure.ac (ac_libiberty_warn_cflags): Add -Wwrite-strings -Wstrict-prototypes.
Kaveh R. Ghazi [Sat, 2 Apr 2005 19:57:12 +0000 (19:57 +0000)]
configure.ac (ac_libiberty_warn_cflags): Add -Wwrite-strings -Wstrict-prototypes.

* configure.ac (ac_libiberty_warn_cflags): Add -Wwrite-strings
-Wstrict-prototypes.
* configure, config.in: Regenerate.

* bsearch.c, index.c, rindex.c, strstr.c, strtol.c, waitpid.c: Fix
warnings and reconcile interfaces with relevant standards.

From-SVN: r97456

19 years agom68hc11-protos.h: Add a prototype for m68hcc_auto_inc_p.
Kazu Hirata [Sat, 2 Apr 2005 19:31:23 +0000 (19:31 +0000)]
m68hc11-protos.h: Add a prototype for m68hcc_auto_inc_p.

* config/m68hc11/m68hc11-protos.h: Add a prototype for
m68hcc_auto_inc_p.
Remove the prototypes for tst_operand, cmp_operand,
stack_register_operand, d_register_operand,
hard_addr_reg_operand, splitable_operand,
m68hc11_logical_operator, m68hc11_arith_operator,
m68hc11_non_shift_operator, m68hc11_shift_operator,
m68hc11_unary_operator, m68hc11_eq_compare_operator,
non_push_operand, hard_reg_operand, and
reg_or_some_mem_operand.
* config/m68hc11/m68hc11.c (m68hcc_auto_inc_p): Make it
extern.
(tst_operand, cmp_operand, non_push_operand,
splitable_operand, reg_or_some_mem_operand,
stack_register_operand, d_register_operand,
hard_addr_reg_operand, hard_reg_operand,
m68hc11_eq_compare_operator, m68hc11_logical_operator,
m68hc11_arith_operator, m68hc11_non_shift_operator,
m68hc11_shift_operator, m68hc11_unary_operator): Move to
predicates.md.
* config/m68hc11/m68hc11.h (PREDICATE_CODES): Remove.
* config/m68hc11/m68hc11.md: Include predicates.md.
* config/m68hc11/predicates.md: New.

From-SVN: r97455

19 years agofr30.h (PREDICATE_CODES): Remove fp_displacement_operand, sp_displacement_operand.
Kazu Hirata [Sat, 2 Apr 2005 17:41:35 +0000 (17:41 +0000)]
fr30.h (PREDICATE_CODES): Remove fp_displacement_operand, sp_displacement_operand.

* config/fr30/fr30.h (PREDICATE_CODES): Remove
fp_displacement_operand, sp_displacement_operand.

From-SVN: r97453

19 years ago* cp-demangle.c: Update copyright.
Ian Lance Taylor [Sat, 2 Apr 2005 17:17:02 +0000 (17:17 +0000)]
* cp-demangle.c: Update copyright.

From-SVN: r97452

19 years agore PR debug/19345 (Segmentation fault with VLA and inlining and dwarf2)
Alexandre Oliva [Sat, 2 Apr 2005 17:08:07 +0000 (17:08 +0000)]
re PR debug/19345 (Segmentation fault with VLA and inlining and dwarf2)

gcc/ChangeLog:
PR debug/19345
* dwarf2out.c (add_abstract_origin_attribute): Revert accidental
change checked in along with 2005-03-03's patch for debug/20253.
* tree-inline.c (remap_type): Remap TYPE_STUB_DECL.
(remap_decl): Insert type decl in map earlier.
gcc/testsuite/ChangeLog:
* gcc.dg/pr19345.c: New test.

From-SVN: r97449

19 years agore PR tree-optimization/20640 (ICE on NULL PHI_ARG_DEF)
Alexandre Oliva [Sat, 2 Apr 2005 17:02:15 +0000 (17:02 +0000)]
re PR tree-optimization/20640 (ICE on NULL PHI_ARG_DEF)

gcc/ChangeLog:
PR tree-optimization/20640
* tree-ssa-dce.c (remove_dead_stmt): Don't redirect edge to
post-dominator if it has phi nodes.
(eliminate_unnecessary_stmts): Remove dead phis in all blocks
before dead statements.
gcc/testsuite/ChangeLog:
PR tree-optimization/20640
* gcc.dg/torture/tree-loop-1.c: New.

From-SVN: r97446

19 years agore PR middle-end/20491 (internal compiler error: in subreg_regno_offset, at rtlanal...
Alexandre Oliva [Sat, 2 Apr 2005 16:56:27 +0000 (16:56 +0000)]
re PR middle-end/20491 (internal compiler error: in subreg_regno_offset, at rtlanal.c:3042)

PR middle-end/20491
* final.c (alter_subreg): Don't call subreg_regno for a non-REG.

From-SVN: r97444

19 years agore PR rtl-optimization/20290 (Miscompilation on ppc/arm with -Os)
Alexandre Oliva [Sat, 2 Apr 2005 16:53:44 +0000 (16:53 +0000)]
re PR rtl-optimization/20290 (Miscompilation on ppc/arm with -Os)

gcc/ChangeLog:
PR rtl-optimization/20290
* loop.c (for_each_insn_in_loop): Don't assume the loop body runs
in every iteration if the entry point is the exit test.
gcc/testsuite/ChangeLog:
PR rtl-optimization/20290
* gcc.c-torture/execute/loop-ivopts-2.c: New.

From-SVN: r97441

19 years ago* config/cris/cris.md (attribute "length"): Define.
Hans-Peter Nilsson [Sat, 2 Apr 2005 16:34:41 +0000 (16:34 +0000)]
* config/cris/cris.md (attribute "length"): Define.

From-SVN: r97440

19 years agotuple_iterate.h (tuple_element): Use new macro _GLIBCXX_T_NUM_ARGS_PLUS_1 because...
Douglas Gregor [Sat, 2 Apr 2005 12:56:18 +0000 (12:56 +0000)]
tuple_iterate.h (tuple_element): Use new macro _GLIBCXX_T_NUM_ARGS_PLUS_1 because _T is a macro on Darwin.

2005-04-02  Douglas Gregor  <doug.gregor@gmail.com>

* include/tr1/tuple_iterate.h (tuple_element): Use new macro
_GLIBCXX_T_NUM_ARGS_PLUS_1 because _T is a macro on Darwin.
* include/tr1/repeat.h (_GLIBCXX_T_NUM_ARGS_PLUS_1): Define for
each iteration.
* scripts/gen_includers.h: Define _GLIBCXX_T_NUM_ARGS_PLUS_1 for
each iteration.

From-SVN: r97438

19 years agopredicates.md (indexed_or_indirect_operand): New.
Geoffrey Keating [Sat, 2 Apr 2005 10:46:03 +0000 (10:46 +0000)]
predicates.md (indexed_or_indirect_operand): New.

* config/rs6000/predicates.md (indexed_or_indirect_operand): New.
(word_offset_memref_operand): New.
* config/rs6000/rs6000-protos.h (word_offset_memref_operand): Delete.
(indexed_or_indirect_operand): Delete.
* config/rs6000/rs6000.c (word_offset_memref_operand): Delete.
(indexed_or_indirect_operand): Delete.

From-SVN: r97437

19 years ago* config/rs6000/t-darwin8: Comment out ppc64 multilib.
Geoffrey Keating [Sat, 2 Apr 2005 10:15:27 +0000 (10:15 +0000)]
* config/rs6000/t-darwin8: Comment out ppc64 multilib.

From-SVN: r97436

19 years agore PR target/20650 (float.c fails to build with weird error message)
Geoffrey Keating [Sat, 2 Apr 2005 09:58:36 +0000 (09:58 +0000)]
re PR target/20650 (float.c fails to build with weird error message)

PR 20650
* config/rs6000/rs6000.md (fix_truncdfsi2): Make destination
a register.

From-SVN: r97435

19 years agot-darwin (TARGET_LIBGCC2_CFLAGS): Add -pipe.
Geoffrey Keating [Sat, 2 Apr 2005 09:48:31 +0000 (09:48 +0000)]
t-darwin (TARGET_LIBGCC2_CFLAGS): Add -pipe.

* config/rs6000/t-darwin (TARGET_LIBGCC2_CFLAGS): Add -pipe.
* config/t-darwin (TARGET_LIBGCC2_CFLAGS): Likewise.

From-SVN: r97434

19 years ago* gcc/config/vax/vax.md: Spellcheck, fix whitespace.
Jan-Benedict Glaw [Sat, 2 Apr 2005 02:29:49 +0000 (02:29 +0000)]
* gcc/config/vax/vax.md: Spellcheck, fix whitespace.

From-SVN: r97430

19 years agore PR libgcj/20090 (gij should be implemented in Java)
Thomas Fitzsimmons [Sat, 2 Apr 2005 02:26:51 +0000 (02:26 +0000)]
re PR libgcj/20090 (gij should be implemented in Java)

2005-04-01  Thomas Fitzsimmons  <fitzsim@redhat.com>

* gcj.texi (Invoking gij): Add descriptions of new -X options.
Mention recognized-and-ignored compatibility options.
(Memory allocation): Add descriptions of JvMalloc, JvRealloc and
JvFree.
(About CNI): Add Memory allocation section.

2005-04-01  Thomas Fitzsimmons  <fitzsim@redhat.com>

PR libgcj/20090, PR libgcj/20526
* gij.cc (nonstandard_opts_help): New function.
(add_option): New function.
(main): Support java options.  Set java.class.path.  Don't set
_Jv_Jar_Class_Path.
* prims.cc (parse_x_arg): New function.
(parse_init_args): Call parse_x_arg for -X and _ options, when
ignoreUnrecognized is true.
(new _Jv_RunMain): New vm_args variant.
(old _Jv_RunMain): Call new vm_args _Jv_RunMain.
(_Jv_Jar_Class_Path): Remove variable.
* include/java-props.h: Likewise.
* include/cni.h (JvRealloc): New function.
* include/jvm.h (_Jv_RunMain): Declare vm_args variant.
* java/lang/natRuntime.cc (insertSystemProperties): Remove
_Jv_Jar_Class_Path logic.  Use JV_VERSION and JV_API_VERSION
macros.
* configure.ac (JV_VERSION): Define.
(JV_API_VERSION): Likewise.
* configure: Regenerate.
* include/config.h.in: Regenerate.

From-SVN: r97429

19 years agofunctional (_Maybe_wrap_member_pointer): Wrap up member pointers in _Mem_fn but let...
Douglas Gregor [Sat, 2 Apr 2005 02:02:29 +0000 (02:02 +0000)]
functional (_Maybe_wrap_member_pointer): Wrap up member pointers in _Mem_fn but let other function objects pass through...

2005-04-01  Douglas Gregor  <doug.gregor@gmail.com>

* include/tr1/functional (_Maybe_wrap_member_pointer): Wrap up
member pointers in _Mem_fn but let other function objects pass
through unchanged.
* include/tr1/functional_iterator (bind): Reduce number of bind()
overloads to two to eliminate ambiguities. Use
_Maybe_wrap_member_pointer to handle member pointers gracefully.

From-SVN: r97428

19 years agonatDouble.cc (parseDouble): Handle NaN, Infinity and -Infinity as parameters.
Mark Anderson [Sat, 2 Apr 2005 01:18:45 +0000 (01:18 +0000)]
natDouble.cc (parseDouble): Handle NaN, Infinity and -Infinity as parameters.

2005-04-01 Mark Anderson <mark@panonet.net>

* java/lang/natDouble.cc (parseDouble): Handle NaN, Infinity and
-Infinity as parameters.

From-SVN: r97424

19 years agoDaily bump.
GCC Administrator [Sat, 2 Apr 2005 00:16:38 +0000 (00:16 +0000)]
Daily bump.

[[Split portion of a mixed commit.]]

From-SVN: r97422.2

19 years agoMakefile.am (noinst_PROGRAMS): Remove.
Mark Mitchell [Fri, 1 Apr 2005 20:20:22 +0000 (20:20 +0000)]
Makefile.am (noinst_PROGRAMS): Remove.

* testsuite/Makefile.am (noinst_PROGRAMS): Remove.
(site.exp): Write out the path to the baseline file.
(check-abi): Use DejaGNU.
(check-abi-verbose): Remove.
* testsuite/Makefile.in: Regenerated.
* testsuite/abi_check.cc (main): Check the return value from
compare_symbols.
* testsuite/testsuite_abi.cc (compare_symbols): Return a value.
* testsuite/testsuite_abi.h (compare_symbols): Adjust prototype.
* testsuite/libstdc++-abi/abi.exp: New file.

From-SVN: r97417

19 years ago2005-04-01 Michael Koch <konqueror@gmx.de>
Michael Koch [Fri, 1 Apr 2005 20:04:21 +0000 (20:04 +0000)]
2005-04-01  Michael Koch  <konqueror@gmx.de>

* java/io/PipedInputStream.java
(read): Make sure a positive byte value is returned. Revised javadoc.
Thanks to Olafur Bragason for reporting these bugs.

From-SVN: r97416

19 years agonatVMClassLoader.cc (getSystemClassLoaderInternal): Updated for name change.
Tom Tromey [Fri, 1 Apr 2005 19:19:13 +0000 (19:19 +0000)]
natVMClassLoader.cc (getSystemClassLoaderInternal): Updated for name change.

* java/lang/natVMClassLoader.cc (getSystemClassLoaderInternal):
Updated for name change.
(nativeFindClass): New method.
(loadClass): Use nativeFindClass.
* java/lang/natClassLoader.cc (_Jv_FindClass): Use single-argument
form of loadClass.
* java/lang/VMClassLoader.java (tried_libraries, lib_control,
LIB_FULL, LIB_CACHE, LIB_NEVER): New fields from old
VMClassLoader.
(initialize): New method.
(nativeFindClass): Declare.
* gnu/gcj/runtime/natVMClassLoader.cc: Removed.
* gnu/gcj/runtime/VMClassLoader.java: Removed.
* gnu/gcj/runtime/ExtensionClassLoader.java: Renamed from
VMClassLoader.java.
(definePackageForNative): Removed.
(tried_libraries, LIB_CACHE, LIB_FULL, LIB_NEVER, lib_control):
Moved to VMClassLoader.java.
* prims.cc (_Jv_CreateJavaVM): Updated for renaming.
* Makefile.am (gnu/gcj/runtime/ExtensionClassLoader.h): Renamed.
(ordinary_java_source_files): Added ExtensionClassLoader.java,
removed VMClassLoader.java.
(nat_source_files): Removed natVMClassLoader.cc.

From-SVN: r97414

19 years agoMakefile.in: Rebuilt.
Tom Tromey [Fri, 1 Apr 2005 17:54:27 +0000 (17:54 +0000)]
Makefile.in: Rebuilt.

* Makefile.in: Rebuilt.
* Makefile.am (db_pathtail): Use $(gcc_version), not
@gcc_version@.

From-SVN: r97412

19 years ago2005-04-01 Jeroen Frijters <jeroen@frijters.net>
Jeroen Frijters [Fri, 1 Apr 2005 17:39:13 +0000 (17:39 +0000)]
2005-04-01  Jeroen Frijters  <jeroen@frijters.net>

* java/util/Timer.java
(run): Stop the queue if a task throws an exception.

From-SVN: r97411

19 years agodecl.c (java_init_decl_processing): Fix types of _Jv_MonitorEnter...
Tom Tromey [Fri, 1 Apr 2005 17:18:39 +0000 (17:18 +0000)]
decl.c (java_init_decl_processing): Fix types of _Jv_MonitorEnter...

* decl.c (java_init_decl_processing): Fix types of
_Jv_MonitorEnter, _Jv_MonitorExit, _Jv_AllocObject,
_Jv_AllocObjectNoFinalizer, _Jv_Throw, _Jv_NewPrimArray,
_Jv_JNI_PopSystemFrame, _Jv_divI, _Jv_remI, _Jv_divJ, _Jv_remJ.

From-SVN: r97409

19 years agogcc.c: Don't include <sys/resource.h> or declare getrusage.
Ian Lance Taylor [Fri, 1 Apr 2005 16:44:31 +0000 (16:44 +0000)]
gcc.c: Don't include <sys/resource.h> or declare getrusage.

* gcc.c: Don't include <sys/resource.h> or declare getrusage.
(rus, prus): Remove static variables.
(execute): Use pex_run/pex_get_status rather than pexecute/pwait.
(process_command): Permit report_times and use_pipes together.

From-SVN: r97406

19 years agoc-decl.c (validate_proto_after_old_defn): Look at TYPE_MAIN_VARIANT of argument types.
Joseph Myers [Fri, 1 Apr 2005 16:16:38 +0000 (17:16 +0100)]
c-decl.c (validate_proto_after_old_defn): Look at TYPE_MAIN_VARIANT of argument types.

* c-decl.c (validate_proto_after_old_defn): Look at
TYPE_MAIN_VARIANT of argument types.

testsuite:
* gcc.dg/old-style-then-proto-1.c: New test.

From-SVN: r97403

19 years agoarm.c (thumb_call_via_label): Include space for SP.
Paul Brook [Fri, 1 Apr 2005 15:59:09 +0000 (15:59 +0000)]
arm.c (thumb_call_via_label): Include space for SP.

2005-04-01  Paul Brook  <paul@codesourcery.com>

* config/arm/arm.c (thumb_call_via_label): Include space for SP.
(arm_output_function_epilogue): Allow call_via_SP.
(thumb_call_via_reg, arm_file_end): Ditto.
* config/arm/arm.h (struct machine_function): Include space for SP.
(thumb_call_via_label): Update declaration.

From-SVN: r97402

19 years agoarm.c (thumb_call_via_label): Include space for SP.
Paul Brook [Fri, 1 Apr 2005 15:58:41 +0000 (15:58 +0000)]
arm.c (thumb_call_via_label): Include space for SP.

2005-04-01  Paul Brook  <paul@codesourcery.com>

* config/arm/arm.c (thumb_call_via_label): Include space for SP.
(arm_output_function_epilogue): Allow call_via_SP.
(thumb_call_via_reg, arm_file_end): Ditto.
* config/arm/arm.h (struct machine_function): Include space for SP.
(thumb_call_via_label): Update declaration.

[[Split portion of a mixed commit.]]

From-SVN: r97400.2

19 years agofinal.c (final_scan_insn): Revert part of 2005-03-30 patch...
Ian Lance Taylor [Fri, 1 Apr 2005 15:27:58 +0000 (15:27 +0000)]
final.c (final_scan_insn): Revert part of 2005-03-30 patch...

* final.c (final_scan_insn): Revert part of 2005-03-30 patch: when
doing a peephole optimization, once again put any notes in the
proper position.

From-SVN: r97399

19 years agobackspace.f90: Check after backspace and read was incorrect.
Francois-Xavier Coudert [Fri, 1 Apr 2005 15:27:05 +0000 (17:27 +0200)]
backspace.f90: Check after backspace and read was incorrect.

        * gfortran.fortran-torture/execute/backspace.f90: Check
        after backspace and read was incorrect.

From-SVN: r97397

19 years agore PR treelang/20604 (treelang does not get passed -fPIC by default on *-darwin)
Andrew Pinski [Fri, 1 Apr 2005 15:01:30 +0000 (15:01 +0000)]
re PR treelang/20604 (treelang does not get passed -fPIC by default on *-darwin)

2005-04-01  Andrew Pinski  <pinskia@physics.uc.edu>

        PR treelang/20604
        * lang-spec.c: Simplify @treelang to what the other
        languages do.

From-SVN: r97396

19 years ago* bb-reorder.c, fold-const.c, varasm.c: Fix comment typos.
Kazu Hirata [Fri, 1 Apr 2005 14:36:37 +0000 (14:36 +0000)]
* bb-reorder.c, fold-const.c, varasm.c: Fix comment typos.

From-SVN: r97395

19 years agolocal-alloc.c (update_equiv_regs): Use gcc_assert, gcc_unreachable.
Nathan Sidwell [Fri, 1 Apr 2005 14:17:36 +0000 (14:17 +0000)]
local-alloc.c (update_equiv_regs): Use gcc_assert, gcc_unreachable.

* local-alloc.c (update_equiv_regs): Use gcc_assert, gcc_unreachable.
(block_alloc, find_free_reg): Likewise.
* loop-doloop.c (doloop_modify): Likewise.
* loop-invariant.c (record_use): Likewise.
* loop-iv.c (get_biv_step_1, get_biv_step, iv_analyze,
get_iv_value, canon_condition, eliminate_implied_condition,
eliminate_implied_condition, simplify_using_initial_values,
shorten_into_mode, canonicalize_iv_subregs,
iv_number_of_iterations): Likewise.
* loop-unroll.c (expand_var_during_unrolling): Likewise.
* loop-unswitch.c (compare_and_jump_seq, unswitch_single_loop,
unswitch_loop): Likewise.
* loop.c (INSN_LUID, loop_optimize, rtx_equal_for_loop_p,
move_movables, replace_call_address, find_and_verify_loops,
rtx_equal_for_prefetch_p, fold_rtx_mult_add, loop_iterations,
record_giv, final_giv_value, general_induction_var,
simplify_giv_expr, extension_within_bounds_p, try_copy_prop,
loop_giv_dump): Likewise.

From-SVN: r97394

19 years agotreelang.texi: Fix typos.
Kazu Hirata [Fri, 1 Apr 2005 14:13:20 +0000 (14:13 +0000)]
treelang.texi: Fix typos.

* treelang/treelang.texi: Fix typos.
* treelang/treetree.c: Fix comment typos.

From-SVN: r97393

19 years agogcov-io.h (GCOV_CHECK, [...]): Remove.
Nathan Sidwell [Fri, 1 Apr 2005 14:08:01 +0000 (14:08 +0000)]
gcov-io.h (GCOV_CHECK, [...]): Remove.

* gcov-io.h (GCOV_CHECK, GCOV_CHECK_READING,
GCOV_CHECK_WRITING): Remove.
(gcov_position, gcov_rewrite): Use gcc_assert.
* gcov-io.c (gcov_open, gcov_write_words, gcov_write_length,
gcov_read_words, gcov_sync, gcov_seek): Use gcc_assert.
* libgcov.c (__gcov_merge_single, __gcov_merge_delta): Use
gcc_assert.

From-SVN: r97392

19 years ago* tree-inline.c: Fix a typo.
Kazu Hirata [Fri, 1 Apr 2005 14:03:36 +0000 (14:03 +0000)]
* tree-inline.c: Fix a typo.

From-SVN: r97391

19 years agoconfigure.ac (enable-checking): Explicitly set all variables for collective switch...
Nathan Sidwell [Fri, 1 Apr 2005 13:58:20 +0000 (13:58 +0000)]
configure.ac (enable-checking): Explicitly set all variables for collective switch values.

* configure.ac (enable-checking): Explicitly set all variables for
collective switch values.  Alphabetize variables. Rename
ac_checking_valgrind to ac_valgrind_checking.  Allow 'none' as
synonym for 'no'.
* doc/install.texi (enable-checking): Update documentation.
* configure: Rebuilt.

From-SVN: r97390

19 years agotree-inline.c (copy_body_r): Use CONSTANT_CLASS_P where possible.
Kazu Hirata [Fri, 1 Apr 2005 13:55:11 +0000 (13:55 +0000)]
tree-inline.c (copy_body_r): Use CONSTANT_CLASS_P where possible.

* tree-inline.c (copy_body_r): Use CONSTANT_CLASS_P where
possible.

From-SVN: r97389

19 years agostrcat.c: Check the result buffer past the terminating NUL using memcmp.
Kaveh R. Ghazi [Fri, 1 Apr 2005 13:48:19 +0000 (13:48 +0000)]
strcat.c: Check the result buffer past the terminating NUL using memcmp.

* gcc.c-torture/execute/builtins/strcat.c: Check the result
buffer past the terminating NUL using memcmp.
* gcc.c-torture/execute/builtins/strncat.c: Likewise.
* gcc.c-torture/execute/builtins/strncpy.c: Likewise.

From-SVN: r97388

19 years agostrncmp-2.c: Also test x86_64.
Kaveh R. Ghazi [Fri, 1 Apr 2005 13:45:36 +0000 (13:45 +0000)]
strncmp-2.c: Also test x86_64.

* gcc.c-torture/execute/builtins/strncmp-2.c: Also test x86_64.
Fix unused/uninitialized variable warnings.

From-SVN: r97387

19 years agostrncat.c: Fix uninitialized var.
Kaveh R. Ghazi [Fri, 1 Apr 2005 13:33:11 +0000 (13:33 +0000)]
strncat.c: Fix uninitialized var.

* gcc.c-torture/execute/builtins/lib/strncat.c: Fix uninitialized var.
* gcc.c-torture/execute/builtins/lib/strpbrk.c: Fix discarded const.
* gcc.c-torture/execute/builtins/strlen-3.c: Fix uninitialized var.
* gcc.c-torture/execute/builtins/strncmp.c: Delete unused var.

From-SVN: r97386

19 years agoabs-1-lib.c, [...]: Add missing prototypes.
Kaveh R. Ghazi [Fri, 1 Apr 2005 13:31:28 +0000 (13:31 +0000)]
abs-1-lib.c, [...]: Add missing prototypes.

* gcc.c-torture/execute/builtins/abs-1-lib.c,
gcc.c-torture/execute/builtins/fputs-lib.c,
gcc.c-torture/execute/builtins/lib/fprintf.c,
gcc.c-torture/execute/builtins/lib/main.c,
gcc.c-torture/execute/builtins/lib/memcmp.c,
gcc.c-torture/execute/builtins/lib/memmove.c,
gcc.c-torture/execute/builtins/lib/mempcpy.c,
gcc.c-torture/execute/builtins/lib/memset.c,
gcc.c-torture/execute/builtins/lib/printf.c,
gcc.c-torture/execute/builtins/lib/sprintf.c,
gcc.c-torture/execute/builtins/lib/stpcpy.c,
gcc.c-torture/execute/builtins/lib/strchr.c,
gcc.c-torture/execute/builtins/lib/strcmp.c,
gcc.c-torture/execute/builtins/lib/strcpy.c,
gcc.c-torture/execute/builtins/lib/strcspn.c,
gcc.c-torture/execute/builtins/lib/strlen.c,
gcc.c-torture/execute/builtins/lib/strncat.c,
gcc.c-torture/execute/builtins/lib/strncmp.c,
gcc.c-torture/execute/builtins/lib/strncpy.c,
gcc.c-torture/execute/builtins/lib/strrchr.c,
gcc.c-torture/execute/builtins/lib/strspn.c,
gcc.c-torture/execute/builtins/lib/strstr.c,
gcc.c-torture/execute/builtins/memops-asm-lib.c,
gcc.c-torture/execute/builtins/strlen-2.c,
gcc.c-torture/execute/builtins/strstr-asm-lib.c: Add missing
prototypes.

From-SVN: r97385

19 years agoAdd missing entry from yesterday:
Joern Rennecke [Fri, 1 Apr 2005 11:38:50 +0000 (12:38 +0100)]
Add missing entry from yesterday:

2005-03-31  J"orn Rennecke <joern.rennecke@st.com>

Fix fallout from PR middle-end/15700:
* gcc.c-torture/compile/20011119-1.c: Take
__USER_LABEL_PREFIX__ into account.
* gcc.c-torture/compile/20011119-2.c: Likewise.

From-SVN: r97383

19 years agoarm.c (adjacent_mem_locations): Reject volatile memory refs.
Richard Earnshaw [Fri, 1 Apr 2005 11:02:26 +0000 (11:02 +0000)]
arm.c (adjacent_mem_locations): Reject volatile memory refs.

* arm.c (adjacent_mem_locations): Reject volatile memory refs.
Also reject cases where this pattern will cause load delay stalls
unless optimizing for size and it will produce a shorter sequence.
* arm.md (arith_adjacent_mem): Make better use of ldm addressing
variants to avoid pre-adjusting the base when possible.

From-SVN: r97381

19 years agoarm.md (minmax_arithsi): Reject all eliminable registers, not just the frame and...
Richard Earnshaw [Fri, 1 Apr 2005 10:44:59 +0000 (10:44 +0000)]
arm.md (minmax_arithsi): Reject all eliminable registers, not just the frame and argument pointers.

* arm.md (minmax_arithsi): Reject all eliminable registers, not just
the frame and argument pointers.
(strqi_preinc, strqi_predec, loadqi_preinc, loadqi_predec): Likewise.
(loadqisi_preinc, loadqisi_predec, strsi_preinc): Likewise.
(strsi_predec, loadsi_preinc, loadsi_predec): Likewise.
(strqi_shiftpreinc, strqi_shiftpredec, loadqi_shiftpreinc): Likewise.
(loadqi_shiftpredec, strsi_shiftpreinc, strsi_shiftpredec): Likewise.
(loadsi_shiftpreinc, loadsi_shiftpredec): Likewise.

From-SVN: r97380

19 years agocall.c (add_template_candidates_real): Remove length parameter from fn_type_unificati...
Nathan Sidwell [Fri, 1 Apr 2005 08:29:50 +0000 (08:29 +0000)]
call.c (add_template_candidates_real): Remove length parameter from fn_type_unification call.

* call.c (add_template_candidates_real): Remove length parameter
from fn_type_unification call.
* class.c (resolve_address_of_overloaded_function): Likewise
* cp-tree.h (fn_type_unification): Remove length parameter.
* pt.c (get_bindings_overload): Remove.
(get_bindings_real): Rename to ...
(get_bindings): ... here.  Remove length and strict
parameters. Change return type flag to boolean.  Remove original
forwarding function.
(determine_specialization): Adjust get_bindings call.
(fn_type_unification): Remove length parameter.  Adjust.
(type_unification_real): Remove length parameter.  Adjust.
(resolve_overloaded_unification): Adjust get_bindings call.
(try_one_overload): Simplify confusing cascaded if control flow.
(unify): Remove length paramter from type_unification_real call.
(most_specialized_instantiation): Adjust get_bindings calls.
(most_specialized): Likewise.

From-SVN: r97379

19 years agoselectany1.C: New file.
Danny Smith [Fri, 1 Apr 2005 08:20:24 +0000 (08:20 +0000)]
selectany1.C: New file.

* g++.dg/ext/selectany1.C: New file. Test for linkonce sections.
* g++.dg/ext/selectany2.C: New file. Test for errors with invalid
selectany usage.

From-SVN: r97378

19 years agocygming.h (SUBTARGET_ATTRIBUTE_TABLE): Define, with entry for selectany attribute.
Danny Smith [Fri, 1 Apr 2005 08:13:50 +0000 (08:13 +0000)]
cygming.h (SUBTARGET_ATTRIBUTE_TABLE): Define, with entry for selectany attribute.

* config/i386/cygming.h (SUBTARGET_ATTRIBUTE_TABLE): Define,
with entry for selectany attribute.
* config/i386/i386-protos.h (ix86_handle_selectany_attribute):
Declare.
* config/i386/winnt.c (ix86_handle_selectany_attribute): Define.
(i386_pe_asm_named_section): Handle sections generated by
selectany attribute.
* doc/extend.texi (selectany): Document attribute.

From-SVN: r97377

19 years agoi386.c (ix86_decompose_address): Look inside SUBREGs to fix addresses involving EBP...
Paolo Bonzini [Fri, 1 Apr 2005 07:58:44 +0000 (07:58 +0000)]
i386.c (ix86_decompose_address): Look inside SUBREGs to fix addresses involving EBP and ESP.

2005-04-01  Paolo Bonzini  <bonzini@gnu.org>
    Jan Hubicka  <jh@suse.cz>

* config/i386/i386.c (ix86_decompose_address): Look inside SUBREGs
to fix addresses involving EBP and ESP.
(aligned_operand, legitimate_address_p, ix86_address_cost): Be prepared
for SUBREGed registers.
(legitimate_address_p): Accept SUBREGed registers.

Co-Authored-By: Jan Hubicka <jh@suse.cz>
From-SVN: r97376

19 years agore PR debug/19406 (ICE: in force_decl_die, at dwarf2out.c:12442)
Jakub Jelinek [Fri, 1 Apr 2005 07:47:27 +0000 (09:47 +0200)]
re PR debug/19406 (ICE: in force_decl_die, at dwarf2out.c:12442)

PR c++/19406
* dwarf2out.c (gen_type_die_for_member): Handle FIELD_DECL.
(dwarf2out_imported_module_or_decl): Use gen_type_die_for_member
for FIELD_DECLs.

* g++.dg/debug/using1.C: New test.

From-SVN: r97373

19 years ago* MAINTAINERS: Remove 'loop unrolling' maintainer.
Zdenek Dvorak [Fri, 1 Apr 2005 07:39:09 +0000 (09:39 +0200)]
* MAINTAINERS: Remove 'loop unrolling' maintainer.

From-SVN: r97372

19 years agore PR middle-end/20524 (Alias failures on ARM, CRIS, MMIX)
Hans-Peter Nilsson [Fri, 1 Apr 2005 07:06:37 +0000 (07:06 +0000)]
re PR middle-end/20524 (Alias failures on ARM, CRIS, MMIX)

PR middle-end/20524
* gcc.dg/alias-7.c: Prefix asm-declared name with
__USER_LABEL_PREFIX__.

From-SVN: r97370

19 years agoadaint.c, [...]: Fix comment typos.
Kazu Hirata [Fri, 1 Apr 2005 05:28:01 +0000 (05:28 +0000)]
adaint.c, [...]: Fix comment typos.

* adaint.c, cal.c, decl.c, gigi.h, gmem.c, init.c, link.c,
raise.c, tracebak.c, trans.c, utils2.c, utils.c: Fix comment
typos.

From-SVN: r97369

19 years ago* doc/contrib.texi, doc/invoke.texi, doc/tm.texi: Fix typos.
Kazu Hirata [Fri, 1 Apr 2005 04:28:33 +0000 (04:28 +0000)]
* doc/contrib.texi, doc/invoke.texi, doc/tm.texi: Fix typos.

From-SVN: r97367

19 years agodecl.c, [...]: Fix comment typos.
Kazu Hirata [Fri, 1 Apr 2005 04:16:52 +0000 (04:16 +0000)]
decl.c, [...]: Fix comment typos.

* decl.c, f95-lang.c, interface.c, module.c, trans-stmt.c,
trans.h: Fix comment typos.

From-SVN: r97364

19 years agoHandle static const initializers that contain arithmetic.
James E Wilson [Fri, 1 Apr 2005 03:58:40 +0000 (03:58 +0000)]
Handle static const initializers that contain arithmetic.

PR c++/20505
* dwarf2out.c (rtl_for_decl_init): New function.
(rtl_for_decl_location): Extracted from here.
(tree_add_const_value_attribute): Call rtl_for_decl_init and
add_const_value_attribute.  Delete initializer_constant_valid_p call.

From-SVN: r97363

19 years agocgraphunit.c, [...]: Fix comment typos.
Kazu Hirata [Fri, 1 Apr 2005 03:42:55 +0000 (03:42 +0000)]
cgraphunit.c, [...]: Fix comment typos.

* cgraphunit.c, dbxout.c, flow.c, gcse.c, gimplify.c,
lambda-code.c, loop.c, machmode.def, mips-tfile.c,
modulo-sched.c, passes.c, postreload-gcse.c, tree-eh.c,
tree-ssa-ccp.c, varasm.c, config/frv/frv.c, config/frv/frv.h,
config/frv/frv.md, config/i386/i386.c, config/i386/i386.h,
config/i386/i386.md, config/rs6000/predicates.md,
config/rs6000/rs6000.c, config/s390/fixdfdi.h,
config/s390/s390.c, config/stormy16/stormy16.c,
config/stormy16/stormy16.md, config/vax/vax.md: Fix comment
typos.

From-SVN: r97362

19 years ago[multiple changes]
Doug Gregor [Fri, 1 Apr 2005 03:35:59 +0000 (03:35 +0000)]
[multiple changes]

2005-03-31  Chris Jefferson  <chris@bubblescope.net>

        * include/tr1/tuple: Support iteration via tuple_iterate.h.
        * include/tr1/tuple_iterate.h: Iteration file for tuple.

2005-03-31  Douglas Gregor  <doug.gregor@gmail.com>

        * include/Makefile.am (tr1_headers): Add bind and mu repetition
        headers and reference_wrapper<> forwarding header.
        * include/Makefile.in: Regenerate.
        * include/tr1/bind_iterate.h: Implementation of function call
        operators for the function object returned from tr1::bind().
        * include/tr1/bind_repeat.h: Bind-specific repetition header,
        akin to include/tr1/repeat.h.
        * include/tr1/functional (_Mem_fn): Bug fix: declare result
member
        template for use with result_of.
        (is_bind_expression): New.
        (is_placeholder): New.
        (_Placeholder): New. Placeholder type for bind.
        (_Mu): New. Implementation detail of bind.
        (_Bind, _Bind_result): New. Function objects returned by bind.
        (_GLIBCXX_JOIN): New. Required to create bind placeholders.
        * include/tr1/functional_iterate.h (_Bind, _Bind_result, bind):
        New. Implementation of tr1::bind.
        * include/tr1/mu_iterate.h (_Mu): result template and operator()
        for the _Mu helper to bind.
        * include/tr1/ref_fwd.h (reference_wrapper): Forward declaration
        used by tuple header.
        (ref): Ditto.
        (cref): Ditto.
        * include/tr1/repeat.h: Add bind-specific repetition macros.
        * include/tr1/tuple: Use reference_wrapper forwarding header for
        initial definitions, then include <tr1/functional> at the end, to
        make the circular dependencies work.
        (tie): Support zero-argument tie() function.
        * testsuite/tr1/3_function_objects/bind/all_bound.cc: New test of
        bind() functionality with parameters bound.
        * testsuite/tr1/3_function_objects/bind/nested.cc: New test of
        nested bind() expressions.
        * testsuite/tr1/3_function_objects/bind/placeholders.cc: New test
        of bind() placeholders.
        * testsuite/tr1/3_function_objects/bind/ref.cc: New test of bind()
        with arguments bound via reference_wrapper<>.
        * scripts/gen_includers.pl: Generate the repetitive part of
include/tr1/repeat.h.
* scripts/gen_bind_includers.pl: Generate the repetitive part of
include/tr1/bind_repeat.h.

From-SVN: r97361

19 years agore PR c++/18644 (-Wsynth warning in <complex>)
Gabriel Dos Reis [Fri, 1 Apr 2005 00:28:00 +0000 (00:28 +0000)]
re PR c++/18644 (-Wsynth warning in <complex>)

        PR c++/18644
        * g++.old-deja/g++.jason/warning9.C (struct A, main): Adjust

From-SVN: r97360

19 years agoDaily bump.
GCC Administrator [Fri, 1 Apr 2005 00:16:18 +0000 (00:16 +0000)]
Daily bump.

[[Split portion of a mixed commit.]]

From-SVN: r97358.2

19 years agore PR c/17855 (modification of function struct return not diagnosed)
Joseph Myers [Thu, 31 Mar 2005 23:34:44 +0000 (00:34 +0100)]
re PR c/17855 (modification of function struct return not diagnosed)

PR c/17855
* gimplify.c (gimplify_expr): Create a temporary for lvalue
COND_EXPR and CALL_EXPR.

testsuite:
* gcc.c-torture/compile/struct-non-lval-1.c,
gcc.c-torture/compile/struct-non-lval-2.c,
gcc.c-torture/compile/struct-non-lval-3.c: New tests.

From-SVN: r97352

19 years agore PR target/20632 (GCC should avoid generating F- and B-unit NOPs)
Vladimir Makarov [Thu, 31 Mar 2005 23:26:33 +0000 (23:26 +0000)]
re PR target/20632 (GCC should avoid generating F- and B-unit NOPs)

2005-03-31  Vladimir Makarov  <vmakarov@redhat.com>

PR target/20632
* genautomata.c (first_cycle_unit_presence): Check all alternative
states for unit presence.

* doc/md.texi: Remove remark about impossibility to query unit
presence in non nondeterministic automaton state.

* config/ia64/ia64.c (get_template): Change order of unit querying.

From-SVN: r97351

19 years agotree-ssa-dom.c (cprop_into_successor_phis): Remove an obsolete comment.
Kazu Hirata [Thu, 31 Mar 2005 20:49:36 +0000 (20:49 +0000)]
tree-ssa-dom.c (cprop_into_successor_phis): Remove an obsolete comment.

* tree-ssa-dom.c (cprop_into_successor_phis): Remove an
obsolete comment.

From-SVN: r97349

19 years agocfgloopanal.c (mark_loop_exit_edges): Clean EDGE_LOOP_EXIT flag for edges outside...
Zdenek Dvorak [Thu, 31 Mar 2005 20:34:24 +0000 (22:34 +0200)]
cfgloopanal.c (mark_loop_exit_edges): Clean EDGE_LOOP_EXIT flag for edges outside any loops.

* cfgloopanal.c (mark_loop_exit_edges): Clean EDGE_LOOP_EXIT
flag for edges outside any loops.

From-SVN: r97348

19 years agoCommitting ChangeLog that goes with hot/cold partitioning fix I checked in...
Caroline Tice [Thu, 31 Mar 2005 19:38:44 +0000 (11:38 -0800)]
Committing ChangeLog that goes with hot/cold partitioning fix I checked in...

Committing ChangeLog that goes with hot/cold partitioning fix I checked
in earlier today (I forgot to check in the ChangeLog at the time and only
just noticed).

From-SVN: r97347

19 years agotls.exp: Remove temporary file.
Janis Johnson [Thu, 31 Mar 2005 18:38:28 +0000 (18:38 +0000)]
tls.exp: Remove temporary file.

* gcc.dg/tls/tls.exp: Remove temporary file.
* g++.dg/tls/tls.exp: Ditto.
* lib/file-format.exp: Ditto.
* g++.dg/special/ecos.exp: Ditto.

From-SVN: r97344

19 years agoprofopt.exp: Treat prof_ext as a list.
Janis Johnson [Thu, 31 Mar 2005 18:36:30 +0000 (18:36 +0000)]
profopt.exp: Treat prof_ext as a list.

* lib/profopt.exp: Treat prof_ext as a list.
* gcc.misc-tests/bprob.exp: Ditto.
* g++.dg/bprob/bprob.exp: Ditto.

From-SVN: r97343

19 years agonothrow1.C: Use cleanup-tree-dump.
Janis Johnson [Thu, 31 Mar 2005 18:34:19 +0000 (18:34 +0000)]
nothrow1.C: Use cleanup-tree-dump.

* g++.dg/opt/nothrow1.C: Use cleanup-tree-dump.
g++.dg/tree-ssa/empty-1.C, g++.dg/tree-ssa/nothrow-1.C,
g++.dg/tree-ssa/pointer-reference-alias.C,
g++.dg/tree-ssa/pr15791-3.C, g++.dg/tree-ssa/pr15791-4.C,
g++.dg/tree-ssa/pr15791-5.C, g++.dg/tree-ssa/ssa-cast-1.C
g++.dg/tree-ssa/ssa-sra-1.C, g++.dg/tree-ssa/ssa-sra-2.C: Ditto
g++.dg/vect/pr19951.cc: Ditto.
* gcc.dg/builtins-43.c, gcc.dg/builtins-44.c, gcc.dg/builtins-45.c,
gcc.dg/builtins-47.c: Ditto.
* gcc.dg/pr15784-1.c, gcc.dg/pr15784-2.c, gcc.dg/pr15784-3.c,
gcc.dg/pr20115-1.c: Ditto.
* gcc.dg/tree-ssa/20030530-2.c,
gcc.dg/tree-ssa/20030611-1.c, gcc.dg/tree-ssa/20030703-1.c,
gcc.dg/tree-ssa/20030703-2.c, gcc.dg/tree-ssa/20030708-1.c,
gcc.dg/tree-ssa/20030709-1.c, gcc.dg/tree-ssa/20030709-2.c,
gcc.dg/tree-ssa/20030709-3.c, gcc.dg/tree-ssa/20030710-1.c,
gcc.dg/tree-ssa/20030711-1.c, gcc.dg/tree-ssa/20030711-2.c,
gcc.dg/tree-ssa/20030711-3.c, gcc.dg/tree-ssa/20030714-1.c,
gcc.dg/tree-ssa/20030714-2.c, gcc.dg/tree-ssa/20030728-1.c,
gcc.dg/tree-ssa/20030729-1.c, gcc.dg/tree-ssa/20030730-1.c,
gcc.dg/tree-ssa/20030730-2.c, gcc.dg/tree-ssa/20030731-1.c,
gcc.dg/tree-ssa/20030731-2.c, gcc.dg/tree-ssa/20030807-1.c,
gcc.dg/tree-ssa/20030807-10.c, gcc.dg/tree-ssa/20030807-11.c,
gcc.dg/tree-ssa/20030807-2.c, gcc.dg/tree-ssa/20030807-3.c,
gcc.dg/tree-ssa/20030807-5.c, gcc.dg/tree-ssa/20030807-6.c,
gcc.dg/tree-ssa/20030807-7.c, gcc.dg/tree-ssa/20030807-8.c,
gcc.dg/tree-ssa/20030807-9.c, gcc.dg/tree-ssa/20030808-1.c,
gcc.dg/tree-ssa/20030814-1.c, gcc.dg/tree-ssa/20030814-2.c,
gcc.dg/tree-ssa/20030814-3.c, gcc.dg/tree-ssa/20030814-4.c,
gcc.dg/tree-ssa/20030814-5.c, gcc.dg/tree-ssa/20030814-6.c,
gcc.dg/tree-ssa/20030814-7.c, gcc.dg/tree-ssa/20030815-1.c,
gcc.dg/tree-ssa/20030824-1.c,
gcc.dg/tree-ssa/20030824-2.c, gcc.dg/tree-ssa/20030825-1.c,
gcc.dg/tree-ssa/20030907-1.c, gcc.dg/tree-ssa/20030917-1.c,
gcc.dg/tree-ssa/20030917-3.c, gcc.dg/tree-ssa/20030922-1.c,
gcc.dg/tree-ssa/20030922-2.c, gcc.dg/tree-ssa/20031015-1.c,
gcc.dg/tree-ssa/20031021-1.c, gcc.dg/tree-ssa/20031022-1.c,
gcc.dg/tree-ssa/20031106-1.c, gcc.dg/tree-ssa/20031106-2.c,
gcc.dg/tree-ssa/20031106-3.c, gcc.dg/tree-ssa/20031106-4.c,
gcc.dg/tree-ssa/20031106-5.c, gcc.dg/tree-ssa/20031106-6.c,
gcc.dg/tree-ssa/20031216-1.c, gcc.dg/tree-ssa/20040204-1.c,
gcc.dg/tree-ssa/20040210-1.c, gcc.dg/tree-ssa/20040211-1.c,
gcc.dg/tree-ssa/20040216-1.c, gcc.dg/tree-ssa/20040305-1.c,
gcc.dg/tree-ssa/20040430-1.c, gcc.dg/tree-ssa/20040513-1.c,
gcc.dg/tree-ssa/20040513-2.c, gcc.dg/tree-ssa/20040514-1.c,
gcc.dg/tree-ssa/20040514-2.c, gcc.dg/tree-ssa/20040517-1.c,
gcc.dg/tree-ssa/20040518-1.c, gcc.dg/tree-ssa/20040518-2.c,
gcc.dg/tree-ssa/20040615-1.c, gcc.dg/tree-ssa/20040624-1.c,
gcc.dg/tree-ssa/20040703-1.c, gcc.dg/tree-ssa/20040721-1.c,
gcc.dg/tree-ssa/20040729-1.c, gcc.dg/tree-ssa/20040911-1.c,
gcc.dg/tree-ssa/20041002-1.c, gcc.dg/tree-ssa/20041122-1.c,
gcc.dg/tree-ssa/20050128-1.c, gcc.dg/tree-ssa/20050215-1.c,
gcc.dg/tree-ssa/asm-1.c, gcc.dg/tree-ssa/asm-2.c,
gcc.dg/tree-ssa/asm-3.c, gcc.dg/tree-ssa/cfgcleanup-1.c,
gcc.dg/tree-ssa/complex-1.c, gcc.dg/tree-ssa/complex-2.c,
gcc.dg/tree-ssa/copy-headers.c, gcc.dg/tree-ssa/ifc-20040816-1.c,
gcc.dg/tree-ssa/ifc-20040816-2.c, gcc.dg/tree-ssa/inline_asm-1.c,
gcc.dg/tree-ssa/inline_asm-2.c, gcc.dg/tree-ssa/loop-1.c,
gcc.dg/tree-ssa/loop-2.c, gcc.dg/tree-ssa/loop-3.c,
gcc.dg/tree-ssa/loop-4.c, gcc.dg/tree-ssa/loop-5.c,
gcc.dg/tree-ssa/loop-6.c, gcc.dg/tree-ssa/loop-7.c,
gcc.dg/tree-ssa/ltrans-1.c, gcc.dg/tree-ssa/ltrans-2.c,
gcc.dg/tree-ssa/ltrans-3.c, gcc.dg/tree-ssa/ltrans-4.c,
gcc.dg/tree-ssa/ltrans-5.c, gcc.dg/tree-ssa/pr15349.c,
gcc.dg/tree-ssa/pr15791-3.c, gcc.dg/tree-ssa/pr15791-4.c,
gcc.dg/tree-ssa/pr15791-5.c, gcc.dg/tree-ssa/pr16721.c,
gcc.dg/tree-ssa/pr19633.c, gcc.dg/tree-ssa/sra-1.c,
gcc.dg/tree-ssa/sra-2.c, gcc.dg/tree-ssa/sra-3.c,
gcc.dg/tree-ssa/ssa-ccp-1.c, gcc.dg/tree-ssa/ssa-ccp-10.c,
gcc.dg/tree-ssa/ssa-ccp-11.c, gcc.dg/tree-ssa/ssa-ccp-2.c,
gcc.dg/tree-ssa/ssa-ccp-3.c, gcc.dg/tree-ssa/ssa-ccp-7.c,
gcc.dg/tree-ssa/ssa-ccp-9.c, gcc.dg/tree-ssa/ssa-dce-1.c,
gcc.dg/tree-ssa/ssa-dce-2.c, gcc.dg/tree-ssa/ssa-dce-3.c,
gcc.dg/tree-ssa/ssa-dom-ccp-1.c, gcc.dg/tree-ssa/ssa-dom-cse-1.c,
gcc.dg/tree-ssa/ssa-dom-thread-1.c, gcc.dg/tree-ssa/ssa-pre-1.c,
gcc.dg/tree-ssa/ssa-pre-2.c, gcc.dg/tree-ssa/ssa-pre-3.c,
gcc.dg/tree-ssa/ssa-pre-4.c, gcc.dg/tree-ssa/ssa-pre-5.c,
gcc.dg/tree-ssa/ssa-pre-6.c, gcc.dg/tree-ssa/ssa-sink-1.c,
gcc.dg/tree-ssa/ssa-sink-2.c, gcc.dg/tree-ssa/ssa-sink-3.c,
gcc.dg/tree-ssa/ssa-sink-4.c, gcc.dg/tree-ssa/tailcall-1.c,
gcc.dg/tree-ssa/tailcall-2.c, gcc.dg/tree-ssa/tailrecursion-1.c,
gcc.dg/tree-ssa/tailrecursion-2.c, gcc.dg/tree-ssa/tailrecursion-3.c,
gcc.dg/tree-ssa/tailrecursion-4.c, gcc.dg/tree-ssa/tailrecursion-5.c,
gcc.dg/tree-ssa/useless-1.c: Ditto.
gcc.dg/vect/pr16105.c, gcc.dg/vect/pr18308.c, gcc.dg/vect/pr18400.c,
gcc.dg/vect/pr18425.c, gcc.dg/vect/pr18536.c, gcc.dg/vect/vect-1.c,
gcc.dg/vect/vect-10.c, gcc.dg/vect/vect-11.c, gcc.dg/vect/vect-12.c,
gcc.dg/vect/vect-13.c, gcc.dg/vect/vect-14.c, gcc.dg/vect/vect-15.c,
gcc.dg/vect/vect-16.c, gcc.dg/vect/vect-17.c, gcc.dg/vect/vect-18.c,
gcc.dg/vect/vect-19.c, gcc.dg/vect/vect-2.c, gcc.dg/vect/vect-20.c,
gcc.dg/vect/vect-21.c, gcc.dg/vect/vect-22.c, gcc.dg/vect/vect-23.c,
gcc.dg/vect/vect-24.c, gcc.dg/vect/vect-25.c, gcc.dg/vect/vect-26.c,
gcc.dg/vect/vect-27.c, gcc.dg/vect/vect-28.c, gcc.dg/vect/vect-29.c,
gcc.dg/vect/vect-3.c, gcc.dg/vect/vect-30.c, gcc.dg/vect/vect-31.c,
gcc.dg/vect/vect-32.c, gcc.dg/vect/vect-33.c, gcc.dg/vect/vect-34.c,
gcc.dg/vect/vect-35.c, gcc.dg/vect/vect-36.c, gcc.dg/vect/vect-37.c,
gcc.dg/vect/vect-38.c, gcc.dg/vect/vect-4.c, gcc.dg/vect/vect-40.c,
gcc.dg/vect/vect-41.c, gcc.dg/vect/vect-42.c, gcc.dg/vect/vect-43.c,
gcc.dg/vect/vect-44.c, gcc.dg/vect/vect-45.c, gcc.dg/vect/vect-46.c,
gcc.dg/vect/vect-47.c, gcc.dg/vect/vect-48.c, gcc.dg/vect/vect-49.c,
gcc.dg/vect/vect-5.c, gcc.dg/vect/vect-50.c, gcc.dg/vect/vect-51.c,
gcc.dg/vect/vect-52.c, gcc.dg/vect/vect-53.c, gcc.dg/vect/vect-54.c,
gcc.dg/vect/vect-55.c, gcc.dg/vect/vect-56.c, gcc.dg/vect/vect-57.c,
gcc.dg/vect/vect-58.c, gcc.dg/vect/vect-59.c, gcc.dg/vect/vect-6.c,
gcc.dg/vect/vect-60.c, gcc.dg/vect/vect-61.c, gcc.dg/vect/vect-62.c,
gcc.dg/vect/vect-63.c, gcc.dg/vect/vect-64.c, gcc.dg/vect/vect-65.c,
gcc.dg/vect/vect-66.c, gcc.dg/vect/vect-67.c, gcc.dg/vect/vect-68.c,
gcc.dg/vect/vect-69.c, gcc.dg/vect/vect-7.c, gcc.dg/vect/vect-70.c,
gcc.dg/vect/vect-71.c, gcc.dg/vect/vect-72.c, gcc.dg/vect/vect-73.c,
gcc.dg/vect/vect-74.c, gcc.dg/vect/vect-75.c, gcc.dg/vect/vect-76.c,
gcc.dg/vect/vect-77.c, gcc.dg/vect/vect-78.c, gcc.dg/vect/vect-79.c,
gcc.dg/vect/vect-8.c, gcc.dg/vect/vect-80.c, gcc.dg/vect/vect-82.c,
gcc.dg/vect/vect-82_64.c, gcc.dg/vect/vect-83.c,
gcc.dg/vect/vect-83_64.c, gcc.dg/vect/vect-85.c,
gcc.dg/vect/vect-86.c, gcc.dg/vect/vect-87.c, gcc.dg/vect/vect-88.c,
gcc.dg/vect/vect-89.c, gcc.dg/vect/vect-9.c, gcc.dg/vect/vect-96.c,
gcc.dg/vect/vect-97.c, gcc.dg/vect/vect-98.c, gcc.dg/vect/vect-all.c,
gcc.dg/vect/vect-none.c: Ditto.
* treelang/compile/extrafunc.tree, treelang/compile/extravar.tree,
treelang/compile/unsigned.tree: Ditto.

From-SVN: r97342

19 years agoaltivec-16.c: Use cleanup-saved-temps.
Janis Johnson [Thu, 31 Mar 2005 18:21:38 +0000 (18:21 +0000)]
altivec-16.c: Use cleanup-saved-temps.

* gcc.dg/altivec-16.c: Use cleanup-saved-temps.
* gcc.dg/cpp/direct2s.c: Ditto.
* gcc.dg/cpp/paste4.c: Ditto.
* gcc.dg/cpp/separate-1.c: Ditto.
* gcc.dg/pch/save-temps-1.c: Ditto.
* g++.dg/ext/altivec-10.C: Ditto.
* g++.dg/pch/pch.C: Ditto.

From-SVN: r97341

19 years ago* g++.dg/other/static11.C: Use cleanup-rtl-dump.
Janis Johnson [Thu, 31 Mar 2005 18:18:58 +0000 (18:18 +0000)]
* g++.dg/other/static11.C: Use cleanup-rtl-dump.

From-SVN: r97340

19 years agorepo1.C: Use cleanup-repo-files.
Janis Johnson [Thu, 31 Mar 2005 18:16:55 +0000 (18:16 +0000)]
repo1.C: Use cleanup-repo-files.

* g++.dg/parse/repo1.C: Use cleanup-repo-files.
* g++.dg/template/repo1.C: Ditto.
* g++.dg/template/repo2.C: Ditto.
* g++.dg/template/repo3.C: Ditto.
* g++.old-deja/g++.pt/instantiate4.C: Ditto.
* g++.old-deja/g++.pt/instantiate6.C: Ditto.
* g++.old-deja/g++.pt/repo1.C: Ditto.
* g++.old-deja/g++.pt/repo2.C: Ditto.
* g++.old-deja/g++.pt/repo3.C: Ditto.
* g++.old-deja/g++.pt/repo4.C: Ditto.

From-SVN: r97339

19 years ago20020201-1.c: Use cleanup-coverage_files.
Janis Johnson [Thu, 31 Mar 2005 18:14:11 +0000 (18:14 +0000)]
20020201-1.c: Use cleanup-coverage_files.

* gcc.dg/20020201-1.c: Use cleanup-coverage_files.
* gcc.dg/20030107-1.c: Ditto.
* gcc.dg/20030702-1.c: Ditto.
* gcc.dg/profile-generate-1.c: Ditto.
* g++.dg/other/profile1.C: Ditto.
* g++.old-deja/g++.robertl/eb83.C: Ditto.

From-SVN: r97338

19 years agosourcebuild.texi (Test Directives): Describe cleanup-* procs.
Janis Johnson [Thu, 31 Mar 2005 18:11:14 +0000 (18:11 +0000)]
sourcebuild.texi (Test Directives): Describe cleanup-* procs.

gcc:
* doc/sourcebuild.texi (Test Directives): Describe cleanup-* procs.
gcc/testsuite:
* lib/gcc-dg.exp (remove-build-file): New.
(cleanup-coverage-files, cleanup-repo-files, cleanup-rtl-dump,
cleanup-tree-dump, cleanup-saved-temps): New.

From-SVN: r97337

19 years agoPR c++/19203, implement DR 214
Nathan Sidwell [Thu, 31 Mar 2005 17:36:17 +0000 (17:36 +0000)]
PR c++/19203, implement DR 214

cp:
PR c++/19203, implement DR 214
* call.c (joust): Use more_specialized_fn.
* cp-tree.h (DEDUCE_ORDER): Remove.
(more_specialized): Replace with ...
(more_specialized_fn): ... this.
* pt.c (maybe_adjust_types_for_deduction): Remove DEDUCE_ORDER
case.
(type_unification_real): Remove DEDUCE_ORDER case.
(more_specialized): Replace with ...
(more_specialized_fn): ... this.  Implement DR 214.
(most_specialized_instantiation): Use get_bindings_real directly.
testsuite:
PR c++/19203, DR 214
* g++.dg/parse/ambig3.C: Not ambiguous.
* g++.dg/template/spec20.C: New.
* g++.dg/template/spec21.C: New.

From-SVN: r97336

19 years agotree-ssa-alias.c: Follow spelling conventions.
Kazu Hirata [Thu, 31 Mar 2005 17:13:31 +0000 (17:13 +0000)]
tree-ssa-alias.c: Follow spelling conventions.

* tree-ssa-alias.c: Follow spelling conventions.
* doc/tree-ssa.texi: Fix a typo.

From-SVN: r97334

19 years agore PR target/20045 (gcc.dg/ia64-fptr-1.c fails on ia64-hpux)
Steve Ellcey [Thu, 31 Mar 2005 16:53:18 +0000 (16:53 +0000)]
re PR target/20045 (gcc.dg/ia64-fptr-1.c fails on ia64-hpux)

PR target/20045
* gcc.dg/ia64-fptr-1.c: Run only on linux.

From-SVN: r97333

19 years agopostreload-gcse.c: Include target.h.
J"orn Rennecke [Thu, 31 Mar 2005 16:38:25 +0000 (16:38 +0000)]
postreload-gcse.c: Include target.h.

* postreload-gcse.c: Include target.h.
(gcse_after_reload_main): Return early if we cannot modify jumps.
* Makefile.in (postreload-gcse.o): Depend on $(TARGET_H).

From-SVN: r97332

19 years agogettimeofday.c: Add "Supplemental" to @deftypefn.
Joseph Myers [Thu, 31 Mar 2005 16:14:58 +0000 (17:14 +0100)]
gettimeofday.c: Add "Supplemental" to @deftypefn.

* gettimeofday.c: Add "Supplemental" to @deftypefn.
* functions.texi: Regenerate.

From-SVN: r97331

19 years agotree-ssa-loop-im.c (stmt_cost): Add RDIV_EXPR to list of expensive operations.
David Edelsohn [Thu, 31 Mar 2005 16:01:53 +0000 (16:01 +0000)]
tree-ssa-loop-im.c (stmt_cost): Add RDIV_EXPR to list of expensive operations.

* tree-ssa-loop-im.c (stmt_cost): Add RDIV_EXPR to list of
expensive operations.

From-SVN: r97330

19 years agore PR libfortran/20660 (INQUIRE incorrectly reports the existence of UNITS)
Francois-Xavier Coudert [Thu, 31 Mar 2005 15:30:06 +0000 (17:30 +0200)]
re PR libfortran/20660 (INQUIRE incorrectly reports the existence of UNITS)

    PR libfortran/20660
    * io/inquire.c (inquire_via_unit): Non-opened units should still be
    reported by an INQUIRE statement as existing.
    * io/transfer.c (data_transfer_init): Never accept negative units.

    PR libfortran/20660
    * gfortran.dg/negative_unit.f: New test.

From-SVN: r97326

19 years agoJTextComponent.java (viewToModel): New method.
Thomas Fitzsimmons [Thu, 31 Mar 2005 15:29:47 +0000 (15:29 +0000)]
JTextComponent.java (viewToModel): New method.

2005-03-31  Thomas Fitzsimmons  <fitzsim@redhat.com>

* javax/swing/text/JTextComponent.java (viewToModel): New method.

From-SVN: r97325

19 years agoFix problems with hot/cold partitioning optimization.
Caroline Tice [Thu, 31 Mar 2005 14:59:59 +0000 (06:59 -0800)]
Fix problems with hot/cold partitioning optimization.

From-SVN: r97322

19 years agocollect2.c (lderrout): New variable.
Ian Lance Taylor [Thu, 31 Mar 2005 14:53:17 +0000 (14:53 +0000)]
collect2.c (lderrout): New variable.

* collect2.c (lderrout): New variable.
(collect_exit): Dump ldout to stdout.  Dump and unlink lderrout,
if it is set, to stderr.
(handler): Unlink lderrout if it is set.
(dump_file): Add "to" parameter.  Change all callers.
(main): Initialize lderrout.
(collect_execute): Add errname parameter.  Change all callers.
Rename redir parameter to outname.  Never pass
PEX_STDERR_TO_STDOUT to pex_run.
* collect2.h (collect_execute, dump_file): Update declarations.
* tlink.c (tlink_execute): Add errname parameter.  Change all
callers.
(do_tlink): Check lderrout as well as ldout.

From-SVN: r97321

19 years agodwarf2out.c (dwarf2out_frame_finish): Honor DWARF2_FRAME_INFO defined and non-zero.
Olivier Hainque [Thu, 31 Mar 2005 14:33:51 +0000 (14:33 +0000)]
dwarf2out.c (dwarf2out_frame_finish): Honor DWARF2_FRAME_INFO defined and non-zero.

        * dwarf2out.c (dwarf2out_frame_finish): Honor DWARF2_FRAME_INFO
        defined and non-zero.

From-SVN: r97319

19 years agore PR c++/18644 (-Wsynth warning in <complex>)
Gabriel Dos Reis [Thu, 31 Mar 2005 14:21:14 +0000 (14:21 +0000)]
re PR c++/18644 (-Wsynth warning in <complex>)

doc/
        PR c++/18644
        * doc/invoke.texi (-Wsynth): Don't document, as it now is void
of
        semantics.

cp/
        PR c++/18644
        * call.c (build_new_op): Remove check for -Wsynth.

From-SVN: r97318

19 years agoFix fallout from PR middle-end/15700:
Joern Rennecke [Thu, 31 Mar 2005 13:02:36 +0000 (14:02 +0100)]
Fix fallout from PR middle-end/15700:

* gcc.c-torture/compile/20011119-1.c: Take
__USER_LABEL_PREFIX__ into account.
* gcc.c-torture/compile/20011119-2.c: Likewise.

From-SVN: r97317

19 years agore PR target/20611 (duplicate label for inlined function referencing TLS)
Alan Modra [Thu, 31 Mar 2005 11:34:16 +0000 (21:04 +0930)]
re PR target/20611 (duplicate label for inlined function referencing TLS)

PR target/20611
missed from last commit.

From-SVN: r97314

19 years agore PR target/20611 (duplicate label for inlined function referencing TLS)
Alan Modra [Thu, 31 Mar 2005 11:33:05 +0000 (21:03 +0930)]
re PR target/20611 (duplicate label for inlined function referencing TLS)

PR target/20611
* config/rs6000/rs6000.md (load_toc_v4_PIC_1b): Remove inline
label operand.  Remove (use (unspec..)).  Don't emit a label on
the offset word.
* config/rs6000/rs6000.c (rs6000_legitimize_tls_address): Don't
generate inline label for load_toc_v4_PIC_1b.
(rs6000_emit_load_toc_table): Likewise.

From-SVN: r97313

This page took 0.106755 seconds and 5 git commands to generate.