platform/upstream/gcc.git
19 years ago* cp-tree.h, name-lookup.h: Remove unused prototypes.
Kazu Hirata [Wed, 19 Jan 2005 21:16:56 +0000 (21:16 +0000)]
* cp-tree.h, name-lookup.h: Remove unused prototypes.

From-SVN: r93920

19 years agoasm-a.c: Move dg-require-effective-target to after dg-do.
Hans-Peter Nilsson [Wed, 19 Jan 2005 21:12:14 +0000 (21:12 +0000)]
asm-a.c: Move dg-require-effective-target to after dg-do.

* gcc.dg/asm-a.c: Move dg-require-effective-target to
after dg-do.

From-SVN: r93919

19 years agotree-ssa-ccp.c (maybe_fold_offset_to_component_ref): Always subtract the offset of...
Zdenek Dvorak [Wed, 19 Jan 2005 21:09:25 +0000 (22:09 +0100)]
tree-ssa-ccp.c (maybe_fold_offset_to_component_ref): Always subtract the offset of the selected field.

* tree-ssa-ccp.c (maybe_fold_offset_to_component_ref): Always subtract
the offset of the selected field.

From-SVN: r93918

19 years agotree-cfg.c (remove_forwarder_block): Fix the check to prevent a nonlocal label from...
Kazu Hirata [Wed, 19 Jan 2005 21:02:53 +0000 (21:02 +0000)]
tree-cfg.c (remove_forwarder_block): Fix the check to prevent a nonlocal label from appearing in the middle of a...

* tree-cfg.c (remove_forwarder_block): Fix the check to
prevent a nonlocal label from appearing in the middle of a
basic block.

From-SVN: r93917

19 years agore PR rtl-optimization/19462 (generating return insns while current_function_epilogue...
Hans-Peter Nilsson [Wed, 19 Jan 2005 17:04:24 +0000 (17:04 +0000)]
re PR rtl-optimization/19462 (generating return insns while current_function_epilogue_delay_list nonempty)

PR rtl-optimization/19462
* gcc.dg/torture/pr19462-1.c: Remove token xfail marker.

From-SVN: r93905

19 years agoloop-1.c: Ignore declaration when counting function calls on ia64.
Steve Ellcey [Wed, 19 Jan 2005 16:51:34 +0000 (16:51 +0000)]
loop-1.c: Ignore declaration when counting function calls on ia64.

* gcc.dg/tree-ssa/loop-1.c:  Ignore declaration when
counting function calls on ia64.

From-SVN: r93904

19 years agore PR rtl-optimization/19462 (generating return insns while current_function_epilogue...
Hans-Peter Nilsson [Wed, 19 Jan 2005 16:39:20 +0000 (16:39 +0000)]
re PR rtl-optimization/19462 (generating return insns while current_function_epilogue_delay_list nonempty)

PR rtl-optimization/19462
* reorg.c (find_end_label): Create return insn only if
current_function_epilogue_delay_list is empty.

From-SVN: r93901

19 years agore PR c++/19375 (Access violation diagnostic given twice)
Kriang Lerdsuwanakij [Wed, 19 Jan 2005 14:30:21 +0000 (14:30 +0000)]
re PR c++/19375 (Access violation diagnostic given twice)

PR c++/19375
* semantics.c (finish_id_expression): Disable access checking for
already lookuped FIELD_DECL.

From-SVN: r93897

19 years agopasses.texi: Remove paragraph mentioning new-ra.
Paolo Bonzini [Wed, 19 Jan 2005 13:27:00 +0000 (13:27 +0000)]
passes.texi: Remove paragraph mentioning new-ra.

2005-01-19  Paolo Bonzini  <bonzini@gnu.org>

* doc/passes.texi: Remove paragraph mentioning new-ra.

From-SVN: r93896

19 years agore PR rtl-optimization/15139 (cc1 uses excessive amounts of memory compiling small...
Jakub Jelinek [Wed, 19 Jan 2005 09:31:16 +0000 (10:31 +0100)]
re PR rtl-optimization/15139 (cc1 uses excessive amounts of memory compiling small routine)

PR rtl-optimization/15139
* combine.c: Include params.h.
(count_rtxs): New function.
(record_value_for_reg): If replace_rtx would replace at least
2 occurrences of REG in VALUE and TEM is really large, replace REG with
(clobber (const_int 0)) instead of TEM.
* params.def (PARAM_MAX_LAST_VALUE_RTL): New.
* params.h (MAX_LAST_VALUE_RTL): New.
* Makefile.in (combine.o): Depend on $(PARAMS_H).
* doc/invoke.texi (--param max-last-value-rtl=N): Document.

* gcc.dg/20050111-2.c: New test.

From-SVN: r93892

19 years agore PR c/17297 (ICE with FP vector constructor containing qnan calculation)
Jakub Jelinek [Wed, 19 Jan 2005 09:27:23 +0000 (10:27 +0100)]
re PR c/17297 (ICE with FP vector constructor containing qnan calculation)

PR c/17297
* c-typeck.c (digest_init): Only call build_vector if all constructor
elements are *_CST nodes.
* gimplify.c (gimplify_init_constructor): Likewise.

* gcc.c-torture/compile/20050113-1.c: New testcase.

PR middle-end/19164
* c-typeck.c (digest_init): Only call build_vector if inside_init
is a CONSTRUCTOR.

* gcc.dg/20050113-1.c: New testcase.

From-SVN: r93891

19 years agovect-85.c: Add comment.
Dorit Naishlos [Wed, 19 Jan 2005 09:25:06 +0000 (09:25 +0000)]
vect-85.c: Add comment.

        * gcc.dg/vect/vect-85.c: Add comment.
        * gcc.dg/vect/vect-86.c: Add xfail for now.
        * gcc.dg/vect/vect-87.c: Add xfail for now.
        * gcc.dg/vect/vect-88.c: Add xfail for now.
        * gcc.dg/vect/vect.exp: Remove -fno-tree-pre.

From-SVN: r93888

19 years ago* gcc.dg/vect/vect-66.c: Slightly tweak 3rd loop.
Eric Botcazou [Wed, 19 Jan 2005 08:59:05 +0000 (09:59 +0100)]
* gcc.dg/vect/vect-66.c: Slightly tweak 3rd loop.

From-SVN: r93887

19 years agoDaily bump.
GCC Administrator [Wed, 19 Jan 2005 00:16:36 +0000 (00:16 +0000)]
Daily bump.

From-SVN: r93876

19 years ago* toplev.c (init_asm_output): Remove dead #ifdef.
Tobias Schlüter [Tue, 18 Jan 2005 23:54:43 +0000 (00:54 +0100)]
* toplev.c (init_asm_output): Remove dead #ifdef.

From-SVN: r93870

19 years agotree.c (count_functions, [...]): Remove.
Kazu Hirata [Tue, 18 Jan 2005 23:51:26 +0000 (23:51 +0000)]
tree.c (count_functions, [...]): Remove.

* tree.c (count_functions, bound_pmf_p, cp_is_overload_p,
cp_update_decl_after_saving, name_p): Remove.
* cp-tree.h: Remove the corresponding prototypes.

From-SVN: r93869

19 years ago* config/sh/linux.h (TARGET_C99_FUNCTIONS): Define.
Kaz Kojima [Tue, 18 Jan 2005 23:50:28 +0000 (23:50 +0000)]
* config/sh/linux.h (TARGET_C99_FUNCTIONS): Define.

From-SVN: r93868

19 years agodecl.c (vtable_decl_p, [...]): Remove.
Kazu Hirata [Tue, 18 Jan 2005 23:49:35 +0000 (23:49 +0000)]
decl.c (vtable_decl_p, [...]): Remove.

* decl.c (vtable_decl_p, vtype_decl_p, walk_globals_data,
walk_vtables_r, walk_vtables, walk_globals_r, walk_globals):
Remove.
* cp-tree.h: Remove the corresponding prototypes.

From-SVN: r93867

19 years agodecl.c (delete_block): Remove.
Kazu Hirata [Tue, 18 Jan 2005 23:46:24 +0000 (23:46 +0000)]
decl.c (delete_block): Remove.

* decl.c (delete_block): Remove.
* cp-tree.h: Remove the corresponding prototype.

From-SVN: r93866

19 years agocalls.c (expand_call): Check DECL_BUILT_IN_CLASS before accessing DECL_FUNCTION_CODE.
Eric Botcazou [Tue, 18 Jan 2005 23:06:59 +0000 (00:06 +0100)]
calls.c (expand_call): Check DECL_BUILT_IN_CLASS before accessing DECL_FUNCTION_CODE.

* calls.c (expand_call): Check DECL_BUILT_IN_CLASS before
accessing DECL_FUNCTION_CODE.
* dojump.c (do_jump): Likewise.
* gimplify.c (gimplify_call_expr): Likewise.
* predict.c (expr_expected_value): Likewise.
(strip_builtin_expect): Likewise.
* tree-inline.c (estimate_num_insns_1): Likewise.
* tree-ssa-loop-im.c (stmt_cost): Likewise
* fold-const.c (fold): Test for BUILT_IN_NORMAL.
(tree_expr_nonnegative_p): Likewise.

From-SVN: r93864

19 years agoRemove self as cpplib maintainer
Neil Booth [Tue, 18 Jan 2005 23:04:14 +0000 (23:04 +0000)]
Remove self as cpplib maintainer

From-SVN: r93862

19 years agosparc.c (load_pic_register): Emit the appropriate variant of the load_pcrel_sym pattern.
Eric Botcazou [Tue, 18 Jan 2005 22:54:47 +0000 (23:54 +0100)]
sparc.c (load_pic_register): Emit the appropriate variant of the load_pcrel_sym pattern.

* config/sparc/sparc.c (load_pic_register): Emit the appropriate
variant of the load_pcrel_sym pattern.
* config/sparc/sparc.md (P macro): Move to the top.
(load_pcrel_sym): Macroize using P.
(save_register_window): Likewise.

From-SVN: r93859

19 years agore PR ada/13470 (64bits Ada bootstrap failure:xnmake etc. crash generating nmake...
Jakub Jelinek [Tue, 18 Jan 2005 22:00:12 +0000 (23:00 +0100)]
re PR ada/13470 (64bits Ada bootstrap failure:xnmake etc. crash generating nmake.adb etc.)

PR ada/13470
* a-stunau.adb (Get_String): Don't return U.Reference, but Ret that is
set to the new string.

From-SVN: r93857

19 years agosystem-linux-ppc.ads: Set ZCX_By_Default and GCC_ZCX_Support to True.
Toon Moene [Tue, 18 Jan 2005 21:37:25 +0000 (22:37 +0100)]
system-linux-ppc.ads: Set ZCX_By_Default and GCC_ZCX_Support to True.

2005-01-18  Toon Moene  <toon@moene.indiv.nluug.nl>

* system-linux-ppc.ads: Set ZCX_By_Default and GCC_ZCX_Support
to True.

From-SVN: r93853

19 years ago* g++.dg/debug/typedef3.C: New test.
Eric Botcazou [Tue, 18 Jan 2005 21:33:21 +0000 (22:33 +0100)]
* g++.dg/debug/typedef3.C: New test.

From-SVN: r93852

19 years agors6000.md ("sunordered"): Disable for e500.
Aldy Hernandez [Tue, 18 Jan 2005 20:39:18 +0000 (20:39 +0000)]
rs6000.md ("sunordered"): Disable for e500.

* config/rs6000/rs6000.md ("sunordered"): Disable for e500.
("sordered"): Same.

From-SVN: r93849

19 years agoMakefile.in (LIBGNAT_TARGET_PAIRS, [...]): Specialize for alpha-linux.
Richard Henderson [Tue, 18 Jan 2005 20:01:39 +0000 (12:01 -0800)]
Makefile.in (LIBGNAT_TARGET_PAIRS, [...]): Specialize for alpha-linux.

        * Makefile.in (LIBGNAT_TARGET_PAIRS, TOOLS_TARGET_PAIRS, MISCLIB,
        THREADSLIB, GNATLIB_SHARED, PREFIX_OBJS, LIBRARY_VERSION): Specialize
        for alpha-linux.
        * s-osinte-linux-alpha.ads, a-intnam-linux-alpha.ads: New files.

From-SVN: r93847

19 years agocompile only
Andrew Pinski [Tue, 18 Jan 2005 17:53:23 +0000 (09:53 -0800)]
compile only

From-SVN: r93841

19 years agore PR c/19472 (compiler internal error: in var_ann, at tree-flow-inline.h:34)
Andrew Pinski [Tue, 18 Jan 2005 17:52:33 +0000 (17:52 +0000)]
re PR c/19472 (compiler internal error: in var_ann, at tree-flow-inline.h:34)

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

        PR c/19472
        * semantics.c (finish_asm_stmt): Strip nops off
        input memory operands.

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

        PR C/19472
        * c-typeck.c (build_asm_expr): Strip nops off
        input memory operands.

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

        PR C/19472
        * gcc.dg/asm-a.c: New test.

From-SVN: r93840

19 years agoaix43.h (CPLUSPLUS_CPP_SPEC): Delete _XOPEN_SOURCE, _XOPEN_SOURCE_EXTENDED, _LARGE_FI...
David Edelsohn [Tue, 18 Jan 2005 17:15:08 +0000 (17:15 +0000)]
aix43.h (CPLUSPLUS_CPP_SPEC): Delete _XOPEN_SOURCE, _XOPEN_SOURCE_EXTENDED, _LARGE_FILE_API.

        * config/rs6000/aix43.h (CPLUSPLUS_CPP_SPEC): Delete
        _XOPEN_SOURCE, _XOPEN_SOURCE_EXTENDED, _LARGE_FILE_API.
        * config/rs6000/aix51.h (CPLUSPLUS_CPP_SPEC): Same.
        * config/rs6000/aix52.h (CPLUSPLUS_CPP_SPEC): Same.

From-SVN: r93839

19 years agoos_defines.h (_XOPEN_SOURCE): Delete.
David Edelsohn [Tue, 18 Jan 2005 17:08:50 +0000 (17:08 +0000)]
os_defines.h (_XOPEN_SOURCE): Delete.

        * config/os/aix/os_defines.h (_XOPEN_SOURCE): Delete.
        (_XOPEN_SOURCE_EXTENDED): Delete.

From-SVN: r93837

19 years agotestsuite_performance.h (time_counter::start): Clear.
Benjamin Kosnik [Tue, 18 Jan 2005 16:44:51 +0000 (16:44 +0000)]
testsuite_performance.h (time_counter::start): Clear.

2005-01-18  Benjamin Kosnik  <bkoz@redhat.com>

* testsuite/testsuite_performance.h (time_counter::start):
Clear. Tweaks.
(clear_counters): Inline.
(start_counters): Inline.
(stop_counters): Inline.
* testsuite/performance/20_util/allocator/map_thread.cc: Return.
* testsuite/performance/20_util/allocator/insert.cc: Remove bogus
return, add return.
* testsuite/performance/20_util/allocator/map_thread.cc: Same.

From-SVN: r93834

19 years agore PR target/19379 (ICE during build of newlib's e_atan2.c when soft-float)
Joel Sherrill [Tue, 18 Jan 2005 14:13:09 +0000 (14:13 +0000)]
re PR target/19379 (ICE during build of newlib's e_atan2.c when soft-float)

2005-01-18  Joel Sherrill <joel.sherrill@oarcorp.com>

PR target/19379
* config/i386/i386.c (override_options): If the 80387 is disabled,
then do not return FP values using FP registers.

From-SVN: r93833

19 years ago* gcc.dg/sh-relax.c: Add prototype for abort.
Kaz Kojima [Tue, 18 Jan 2005 14:12:19 +0000 (14:12 +0000)]
* gcc.dg/sh-relax.c: Add prototype for abort.

From-SVN: r93832

19 years agoFix problematic entry.
Eric Botcazou [Tue, 18 Jan 2005 13:42:43 +0000 (13:42 +0000)]
Fix problematic entry.

From-SVN: r93831

19 years agoarith.c, [...]: Update copyright.
Kazu Hirata [Tue, 18 Jan 2005 12:11:56 +0000 (12:11 +0000)]
arith.c, [...]: Update copyright.

* arith.c, array.c, check.c, decl.c, expr.c, f95-lang.c,
gfortran.h, interface.c, intrinsic.c, io.c, iresolve.c,
match.c, matchexp.c, misc.c, module.c, options.c, parse.c,
scanner.c, simplify.c, symbol.c, trans-array.c, trans-expr.c,
trans-io.c, trans-stmt.c, trans.c: Update copyright.

From-SVN: r93830

19 years agodarwin.c, [...]: Update copyright.
Kazu Hirata [Tue, 18 Jan 2005 12:01:51 +0000 (12:01 +0000)]
darwin.c, [...]: Update copyright.

* config/darwin.c, config/darwin.h, config/freebsd-spec.h,
config/alpha/alpha.c, config/arm/vfp.md,
config/i386/emmintrin.h, config/i386/i386-modes.def,
config/i386/i386-protos.h, config/i386/i386.h,
config/i386/pmmintrin.h, config/i386/ppro.md,
config/i386/predicates.md, config/i386/xmmintrin.h,
config/i860/i860.c, config/ia64/ia64-modes.def,
config/ia64/ia64-protos.h, config/ia64/ia64.h,
config/ia64/ia64.md, config/ia64/itanium1.md,
config/ia64/itanium2.md, config/ia64/predicates.md,
config/iq2000/iq2000.h, config/mips/linux64.h,
config/rs6000/aix41.h, config/rs6000/aix43.h,
config/rs6000/aix52.h, config/rs6000/darwin-fallback.c,
config/rs6000/rs6000.c, config/rs6000/rs6000.h,
config/rs6000/spe.md, config/sh/sh.md, config/sparc/linux.h,
config/sparc/linux64.h, config/sparc/litecoff.h,
config/sparc/sp64-elf.h, config/sparc/sparc.c,
config/sparc/sparc.h, config/sparc/sparc.md,
config/sparc/sysv4-only.h: Update copyright.

From-SVN: r93829

19 years agoMake-lang.in, [...]: Update copyright.
Kazu Hirata [Tue, 18 Jan 2005 11:45:39 +0000 (11:45 +0000)]
Make-lang.in, [...]: Update copyright.

* Make-lang.in, call.c, cvt.c, init.c, rtti.c, tree.c,
typeck2.c: Update copyright.

From-SVN: r93828

19 years agobasic-block.h, [...]: Update copyright.
Kazu Hirata [Tue, 18 Jan 2005 11:36:31 +0000 (11:36 +0000)]
basic-block.h, [...]: Update copyright.

* basic-block.h, c-common.c, c-cppbuiltin.c, c-lang.c,
c-tree.h, cfgbuild.c, cgraph.c, cgraph.h, collect2.c,
combine.c, config.gcc, coverage.h, cse.c, cselib.c,
defaults.h, df.c, dwarf2asm.c, dwarf2out.c, explow.c, expr.c,
flow.c, fold-const.c, gcse.c, ggc-page.c, gimple-low.c,
gimplify.c, ifcvt.c, langhooks-def.h, lcm.c, optabs.h,
output.h, postreload-gcse.c, postreload.c, recog.c,
resource.c, rtl.def, rtlanal.c, sched-deps.c, sched-rgn.c,
targhooks.h, toplev.c, tree-data-ref.c, tree-eh.c,
tree-flow.h, tree-loop-linear.c, tree-mudflap.h, tree-nrv.c,
tree-optimize.c, tree-outof-ssa.c, tree-pass.h,
tree-scalar-evolution.c, tree-ssa-copy.c, tree-ssa-dce.c,
tree-ssa-dse.c, tree-ssa-loop-ivopts.c, tree-ssa-operands.c,
tree-ssa-pre.c, tree-ssa.c, tree-vectorizer.c, tree.def,
unwind-dw2-fde-darwin.c, var-tracking.c: Update copyright.

From-SVN: r93827

19 years agore PR target/19496 (ICE in gcc.c-torture/execute/ieee/fp-cmp-8.c for x86_64 and i686...
Richard Henderson [Tue, 18 Jan 2005 11:08:33 +0000 (03:08 -0800)]
re PR target/19496 (ICE in gcc.c-torture/execute/ieee/fp-cmp-8.c for x86_64 and i686 with -msse2 -mfpmath=sse)

        PR target/19496
        * config/i386/i386.c (ix86_expand_fp_movcc): Fail for LTGT and UNEQ.

From-SVN: r93826

19 years agoopenbsdelf.h: Typo.
Marc Espie [Tue, 18 Jan 2005 11:05:39 +0000 (11:05 +0000)]
openbsdelf.h: Typo.

2005-01-18  Marc Espie  <espie@openbsd.org>
* config/i386/openbsdelf.h: Typo.

From-SVN: r93825

19 years agoi386.c (ix86_expand_fp_movcc): Remove TARGET_IEEE_FP special case for sse.
Richard Henderson [Tue, 18 Jan 2005 09:44:13 +0000 (01:44 -0800)]
i386.c (ix86_expand_fp_movcc): Remove TARGET_IEEE_FP special case for sse.

        * config/i386/i386.c (ix86_expand_fp_movcc): Remove TARGET_IEEE_FP
        special case for sse.
        * config/i386/predicates.md (sse_comparison_operator): Likewise.

From-SVN: r93824

19 years agotree-inline.c (estimate_num_insns_1): Added cases for ALIGN_INDIRECT_REF, MISALIGNED_...
Dorit Naishlos [Tue, 18 Jan 2005 08:52:07 +0000 (08:52 +0000)]
tree-inline.c (estimate_num_insns_1): Added cases for ALIGN_INDIRECT_REF, MISALIGNED_INDIRECT_REF, and REALIGN_LOAD_EXPR.

        * tree-inline.c (estimate_num_insns_1): Added cases for
        ALIGN_INDIRECT_REF, MISALIGNED_INDIRECT_REF, and REALIGN_LOAD_EXPR.

From-SVN: r93823

19 years agore PR rtl-optimization/19296 (Range check on short miscompiled at -O)
Eric Botcazou [Tue, 18 Jan 2005 08:26:21 +0000 (09:26 +0100)]
re PR rtl-optimization/19296 (Range check on short miscompiled at -O)

PR rtl-optimization/19296
* combine.c (simplify_comparison): Rewrite the condition under
which a non-paradoxical SUBREG of a PLUS can be lifted when
compared against a constant.

From-SVN: r93818

19 years agoc-typeck.c: (convert_for_assignment): Check warn_pointer_sign.
Andi Kleen [Tue, 18 Jan 2005 06:45:30 +0000 (07:45 +0100)]
c-typeck.c: (convert_for_assignment): Check warn_pointer_sign.

2005-01-18  Andi Kleen <ak@muc.de>

* c-typeck.c: (convert_for_assignment): Check warn_pointer_sign.
* c.opt (-Wpointer-sign): Add.
* doc/invoke.texi: (-Wpointer-sign): Add.

From-SVN: r93816

19 years agoi386.c (override_options): Revert 2004-11-24 change.
Uros Bizjak [Tue, 18 Jan 2005 06:30:43 +0000 (07:30 +0100)]
i386.c (override_options): Revert 2004-11-24 change.

* config/i386/i386.c (override_options): Revert 2004-11-24 change.
* config/i386/i386.md (fmodsf3, dremsf3, *sinsf2, *cossf2, sincossf3,
*tansf3_1, tansf2, atan2sf3_1, atan2sf3, atansf2, asinsf2, acossf2,
logsf2, log10sf2, log2sf2, log1psf2, logbsf2, ilogbsf2, expsf2,
exp10sf2, exp2sf2, expm1sf2, rintsf2, floorsf2, ceilsf2, btruncsf2,
nearbyintsf2): Disable for TARGET_SSE_MATH.  Leave patterns enabled
for TARGET_MIX_SSE_I387.
(fmoddf3, dremdf3, *sindf2, *sinextendsfdf2, *cosdf2, *cosextendsfdf2,
sincosdf3, *sincosextendsfdf3, *tandf3_1, tandf2, atan2df3_1,
atan2df3, atandf2, asindf2, acosdf2, logdf2, log10df2, log2df2,
log1pdf2, logbdf2, expdf2, exp10df2, exp2df2, expm1df2, rintdf2,
floordf2, ceildf2, btruncdf2, nearbyintdf2): Disable for
(TARGET_SSE2 && TARGET_SSE_MATH).  Leave patterns enabled for
TARGET_MIX_SSE_I387.
(atan2sf3, atan2df3, atan2xf3): Remove register constraints
from expander.

From-SVN: r93815

19 years agore PR target/19424 (Error: suffix or operands invalid for `movlps')
Uros Bizjak [Tue, 18 Jan 2005 06:17:55 +0000 (07:17 +0100)]
re PR target/19424 (Error: suffix or operands invalid for `movlps')

PR target/19424
* config/i386/mmx.md (*movv2sf_internal_rex64, *movv2sf_internal):
Add movaps alternative for xmm reg->reg move.

From-SVN: r93814

19 years ago[multiple changes]
Andreas Jaeger [Tue, 18 Jan 2005 06:03:46 +0000 (07:03 +0100)]
[multiple changes]

2005-01-18  Andi Kleen <ak@muc.de>

* c-typeck.c: (convert_for_assignment): Check warn_pointer_sign.
* c.opt (-Wpointer-sign): Add.
* doc/invoke.texi: (-Wpointer-sign): Add.

2005-01-18  Michael Matz  <matz@suse.de>

* gcc.dg/Wno-pointer-sign.c: New test for -Wno-pointer-sign.

From-SVN: r93813

19 years agoOpps. Committed wrong version.
Jeff Law [Tue, 18 Jan 2005 04:38:59 +0000 (21:38 -0700)]
Opps.  Committed wrong version.

From-SVN: r93812

19 years agotree-ssa-dom.c (tree_ssa_dominator_optimize): Clear SSA_NAME_VALUE at the end of...
Jeff Law [Tue, 18 Jan 2005 04:36:40 +0000 (21:36 -0700)]
tree-ssa-dom.c (tree_ssa_dominator_optimize): Clear SSA_NAME_VALUE at the end of the main DOM loop rather than just before...

        * tree-ssa-dom.c (tree_ssa_dominator_optimize): Clear SSA_NAME_VALUE
        at the end of the main DOM loop rather than just before DOM exits.

From-SVN: r93811

19 years agore PR tree-optimization/19121 (ICE: in merge_alias_info, at tree-ssa-copy.c:236)
Diego Novillo [Tue, 18 Jan 2005 03:54:38 +0000 (03:54 +0000)]
re PR tree-optimization/19121 (ICE: in merge_alias_info, at tree-ssa-copy.c:236)

PR tree-optimization/19121
* tree-ssa-alias.c (compute_flow_sensitive_aliasing): When
adding aliases to a name tag, also add them to the pointer's
type tag.
* tree-ssa-copy.c (merge_alias_info): Do not merge flow
sensitive alias info at all.  Only check that the two pointers
have compatible pointed-to sets.
* tree-ssa.c (verify_name_tags): Verify that the alias set of
a pointer's type tag is a superset of the alias set of the
pointer's name tag.

testsuite/ChangeLog:

PR tree-optimization/19121
* gcc.c-torture/compile/pr19121.c: New test.

From-SVN: r93810

19 years agoFix ICE with long double after float HFA.
Jim Wilson [Tue, 18 Jan 2005 03:51:05 +0000 (19:51 -0800)]
Fix ICE with long double after float HFA.

PR target/19357
* config/ia64/ia64.md (movxf): Handle general register source.  Adjust
comment to document why.
* gcc.c-torture/compile/pr19357.c: New test.

From-SVN: r93809

19 years agosse.md (smaxv4sf3_finite, [...]): New.
Richard Henderson [Tue, 18 Jan 2005 03:44:16 +0000 (19:44 -0800)]
sse.md (smaxv4sf3_finite, [...]): New.

        * config/i386/sse.md (smaxv4sf3_finite, sse_vmsmaxv4sf3_finite,
        sminv4sf3_finite, sse_vmsminv4sf3_finite, smaxv2df3_finite,
        sse2_vmsmaxv2df3_finite, sminv2df3_finite,
        sse2_vmsminv2df3_finite): New.
        (smaxv4sf3, sse_vmsmaxv4sf3, sminv4sf3, sse_vmsminv4sf3, smaxv2df3,
        sse2_vmsmaxv2df3, sminv2df3, sse2_vmsminv2df3): Remove commutative.
        Force op1 into register.

From-SVN: r93808

19 years ago* reg_periodic, reg_search: Fix the uses of date command.
Kazu Hirata [Tue, 18 Jan 2005 02:04:51 +0000 (02:04 +0000)]
* reg_periodic, reg_search: Fix the uses of date command.

From-SVN: r93806

19 years agoinstall-sh, config.sub: Import from upstream.
Kelley Cook [Tue, 18 Jan 2005 01:20:48 +0000 (01:20 +0000)]
install-sh, config.sub: Import from upstream.

2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>

* install-sh, config.sub: Import from upstream.

From-SVN: r93805

19 years agoMessageFormat.java (scanString): Changed how quoting is handled.
Tom Tromey [Tue, 18 Jan 2005 00:56:25 +0000 (00:56 +0000)]
MessageFormat.java (scanString): Changed how quoting is handled.

* java/text/MessageFormat.java (scanString): Changed how quoting
is handled.
(scanFormatElement): Likewise.

From-SVN: r93804

19 years agoDaily bump.
GCC Administrator [Tue, 18 Jan 2005 00:16:59 +0000 (00:16 +0000)]
Daily bump.

From-SVN: r93801

19 years agore PR libgcj/18222 (libjava bootstrap failure on Tru64 UNIX: CPPFLAGS changed in...
Kelley Cook [Mon, 17 Jan 2005 23:50:27 +0000 (23:50 +0000)]
re PR libgcj/18222 (libjava bootstrap failure on Tru64 UNIX: CPPFLAGS changed in libltdl)

2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>

PR bootstrap/18222
* Makefile.def: Pass CPPFLAGS_FOR_TARGET.
* Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
* Makefile.in: Regenerate.

From-SVN: r93796

19 years agoMessageFormat.java (scanFormat): Chain thrown exception.
Mark Wielaard [Mon, 17 Jan 2005 23:50:23 +0000 (23:50 +0000)]
MessageFormat.java (scanFormat): Chain thrown exception.

2004-12-07  Mark Wielaard  <mark@klomp.org>

* java/text/MessageFormat.java (scanFormat): Chain thrown exception.

From-SVN: r93795

19 years agoUndo mistaken commit
R. Kelley Cook [Mon, 17 Jan 2005 23:36:44 +0000 (23:36 +0000)]
Undo mistaken commit

From-SVN: r93784

19 years agoMakefile.in (STAGEMOVESTUFF): Stage all the stamp files to prevent bubblestrap from...
Kelley Cook [Mon, 17 Jan 2005 23:33:08 +0000 (23:33 +0000)]
Makefile.in (STAGEMOVESTUFF): Stage all the stamp files to prevent bubblestrap from always rebuilding build...

2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>

* Makefile.in (STAGEMOVESTUFF): Stage all the stamp files to prevent
bubblestrap from always rebuilding build directory.

From-SVN: r93783

19 years agos390.md ("*clc"): Remove incorrect '='.
Ulrich Weigand [Mon, 17 Jan 2005 23:18:42 +0000 (23:18 +0000)]
s390.md ("*clc"): Remove incorrect '='.

* config/s390/s390.md ("*clc"): Remove incorrect '='.
("*cmpmem_short"): Likewise.

From-SVN: r93782

19 years agofix ChangeLogs
Steven Bosscher [Mon, 17 Jan 2005 22:04:46 +0000 (22:04 +0000)]
fix ChangeLogs

From-SVN: r93780

19 years agobasic-block.h: Document BB_* flags.
Steven Bosscher [Mon, 17 Jan 2005 22:02:28 +0000 (22:02 +0000)]
basic-block.h: Document BB_* flags.

        * basic-block.h: Document BB_* flags.
        * regrename.c (copyprop_hardreg_forward): Don't use BB_VISITED,
        use an sbitmap instead.
        * sched-rgn.c (compute_trg_info): Likewise.

From-SVN: r93779

19 years agoconfig.gcc (mips64*-*-linux*): Set the default abi to n32.
Richard Sandiford [Mon, 17 Jan 2005 21:09:14 +0000 (21:09 +0000)]
config.gcc (mips64*-*-linux*): Set the default abi to n32.

* config.gcc (mips64*-*-linux*): Set the default abi to n32.  Remove
redundant target_cpu_default and extra_parts lines.  Use the default
"from-abi" ISA.
* config/mips/linux64.h (DRIVER_DEFAULT_ABI_SELF_SPEC): Delete.
(SUBTARGET_EXTRA_SPECS): Delete.
(DRIVER_SELF_SPECS): Remove architecture lines.  Set the ABI directly.
(SUBTARGET_ASM_SPEC): Remove -mabi=n32 and -mabi=64 mappings.
* config/mips/t-linux64 (MULTILIB_DIRNAMES): Use "32" for -mabi=32
and "n32" for -mabi=n32.

From-SVN: r93777

19 years agoUpdate copyright year.
Ian Lance Taylor [Mon, 17 Jan 2005 20:48:00 +0000 (20:48 +0000)]
Update copyright year.

From-SVN: r93775

19 years agoverify-impl.c (get_short): Sign extend.
Tom Tromey [Mon, 17 Jan 2005 19:29:04 +0000 (19:29 +0000)]
verify-impl.c (get_short): Sign extend.

* verify-impl.c (get_short): Sign extend.
(get_int): Likewise.

From-SVN: r93772

19 years agore PR c/5675 (const variables wrongly considered part of constant expressions (gcc...
Ian Lance Taylor [Mon, 17 Jan 2005 18:55:56 +0000 (18:55 +0000)]
re PR c/5675 (const variables wrongly considered part of constant expressions (gcc.dg/c9[09]-const-expr-3.c))

PR c/5675
* gcc.dg/c90-const-expr-3.c: Remove xfails on tests which now
pass--those that refer just to the variable, possibly with a
cast.
* gcc.dg/c99-const-expr-3.c: Likewise.

From-SVN: r93770

19 years agore PR c/5675 (const variables wrongly considered part of constant expressions (gcc...
Ian Lance Taylor [Mon, 17 Jan 2005 18:54:18 +0000 (18:54 +0000)]
re PR c/5675 (const variables wrongly considered part of constant expressions (gcc.dg/c9[09]-const-expr-3.c))

PR c/5675
* c-typeck.c (build_c_cast): Revert patch of 2003-02-16: don't
fold constant variables into initial values.

From-SVN: r93769

19 years agotree-cfg.c (tree_forwarder_block_p): Speed up by walking through the statements backward.
Kazu Hirata [Mon, 17 Jan 2005 18:44:18 +0000 (18:44 +0000)]
tree-cfg.c (tree_forwarder_block_p): Speed up by walking through the statements backward.

* tree-cfg.c (tree_forwarder_block_p): Speed up by walking
through the statements backward.

From-SVN: r93768

19 years ago* tree-cfg.c (tree_can_merge_blocks_p): Reorder two checks.
Kazu Hirata [Mon, 17 Jan 2005 18:40:47 +0000 (18:40 +0000)]
* tree-cfg.c (tree_can_merge_blocks_p): Reorder two checks.

From-SVN: r93767

19 years agore PR middle-end/13127 (Inlining causes spurious "might be used uninitialized" warnings)
Ian Lance Taylor [Mon, 17 Jan 2005 17:17:02 +0000 (17:17 +0000)]
re PR middle-end/13127 (Inlining causes spurious "might be used uninitialized" warnings)

PR middle-end/13127
* gcc.dg/20040206-1.c: Remove xfail on bogus warning which is no
longer emitted.

From-SVN: r93766

19 years agore PR middle-end/13127 (Inlining causes spurious "might be used uninitialized" warnings)
Ian Lance Taylor [Mon, 17 Jan 2005 17:12:27 +0000 (17:12 +0000)]
re PR middle-end/13127 (Inlining causes spurious "might be used uninitialized" warnings)

PR middle-end/13127:
* tree-inline.c (expand_call_inline): Set TREE_NO_WARNING on
a variable set to the return value of the inlined function.

From-SVN: r93765

19 years agortlanal.c (rtx_cost): Assign cost of 0 to a SUBREG when modes are tieable.
Mark Dettinger [Mon, 17 Jan 2005 14:34:22 +0000 (14:34 +0000)]
rtlanal.c (rtx_cost): Assign cost of 0 to a SUBREG when modes are tieable.

2005-01-17  Mark Dettinger  <dettinge@de.ibm.com>

* rtlanal.c (rtx_cost): Assign cost of 0 to a SUBREG
when modes are tieable.

From-SVN: r93763

19 years agogthr-posix.h (__gthread_active_p): Use pthread_cancel instead of pthread_create to...
Ranjit Mathew [Mon, 17 Jan 2005 14:17:41 +0000 (14:17 +0000)]
gthr-posix.h (__gthread_active_p): Use pthread_cancel instead of pthread_create to find out if threads are enabled.

* gthr-posix.h (__gthread_active_p): Use pthread_cancel instead
of pthread_create to find out if threads are enabled.
* gthr-posix95.h (__gthread_active_p): Likewise.

From-SVN: r93762

19 years agore PR libstdc++/19433 (set, multiset, map, multimap misuse hint on insert)
Paolo Carlini [Mon, 17 Jan 2005 14:14:26 +0000 (14:14 +0000)]
re PR libstdc++/19433 (set, multiset, map, multimap misuse hint on insert)

2005-01-17  Paolo Carlini  <pcarlini@suse.de>

PR libstdc++/19433
* include/bits/stl_tree.h (_Rb_tree<>::insert_unique(iterator,
const _Val&), _Rb_tree<>::insert_equal(iterator, const _Val&)):
Obtain amortized constant complexity if t is inserted right after
p - not before p - as per Table 69.
* testsuite/performance/23_containers/set_insert_from_sorted.cc: New.

* testsuite/23_containers/multiset/insert/2.cc: New.
* testsuite/23_containers/set/insert/1.cc: Likewise.

* testsuite/performance/23_containers/set_create_from_sorted.cc:
Simplify.

* include/bits/stl_tree.h: Add a few missing std:: qualifications.

From-SVN: r93761

19 years agof95-lang.c (gfc_init_builtin_functions): Call targetm.init_builtins.
Ira Rosen [Mon, 17 Jan 2005 14:04:11 +0000 (14:04 +0000)]
f95-lang.c (gfc_init_builtin_functions): Call targetm.init_builtins.

2005-01-17  Ira Rosen  <irar@il.ibm.com>

        * fortran/f95-lang.c (gfc_init_builtin_functions): Call
        targetm.init_builtins.

From-SVN: r93760

19 years agocommon.opt (-fnew-ra): Remove.
Paolo Bonzini [Mon, 17 Jan 2005 09:38:01 +0000 (09:38 +0000)]
common.opt (-fnew-ra): Remove.

2005-01-17  Paolo Bonzini  <bonzini@gnu.org>

* common.opt (-fnew-ra): Remove.
* ra*.*: Remove.
* toplev.h (flag_new_regalloc): Remove.
* Makefile.in (ra*.*): Don't mention.
* passes.c (rest_of_handle_new_regalloc): Remove.
(rest_of_handle_combine, rest_of_compilation): Always consider
flag_new_regalloc as false.
* doc/invoke.texi: Don't document -fnew-ra.

From-SVN: r93759

19 years agobb-reorder.c (fix_edges_for_rarely_executed_code): Remove last parameter to reg_scan.
Paolo Bonzini [Mon, 17 Jan 2005 08:46:19 +0000 (08:46 +0000)]
bb-reorder.c (fix_edges_for_rarely_executed_code): Remove last parameter to reg_scan.

2005-01-15  Paolo Bonzini <bonzini@gnu.org>

* bb-reorder.c (fix_edges_for_rarely_executed_code): Remove
last parameter to reg_scan.
* loop.c (loop_optimize): Likewise.
* passes.c (rest_of_handle_tracer, rest_of_handle_if_conversion,
rest_of_handle_web, rest_of_handle_cfg, rest_of_handle_jump_bypass,
rest_of_handle_life, rest_of_handle_cse, rest_of_handle_cse2,
rest_of_handle_gcse, rest_of_handle_loop_optimize,
rest_of_handle_loop2, rest_of_handle_jump2): Likewise.
* regclass.c (reg_scan): Likewise, for the declaration.
* rtl.h (reg_scan): Likewise, for the prototype.

From-SVN: r93758

19 years agotree.c (hash_chainon): Remove.
Kazu Hirata [Mon, 17 Jan 2005 08:13:09 +0000 (08:13 +0000)]
tree.c (hash_chainon): Remove.

* tree.c (hash_chainon): Remove.
* cp-tree.h: Remove the corresponding prototypes.

From-SVN: r93757

19 years agopt.c (tinst_for_decl): Remove.
Kazu Hirata [Mon, 17 Jan 2005 08:11:20 +0000 (08:11 +0000)]
pt.c (tinst_for_decl): Remove.

* pt.c (tinst_for_decl): Remove.
* cp-tree.h: Remove the corresponding prototypes.

From-SVN: r93756

19 years agocvt.c (convert_lvalue): Remove.
Kazu Hirata [Mon, 17 Jan 2005 08:10:06 +0000 (08:10 +0000)]
cvt.c (convert_lvalue): Remove.

* cvt.c (convert_lvalue): Remove.
* cp-tree.h: Remove the corresponding prototype.

From-SVN: r93755

19 years agoclass.c (get_enclosing_class): Remove.
Kazu Hirata [Mon, 17 Jan 2005 08:08:12 +0000 (08:08 +0000)]
class.c (get_enclosing_class): Remove.

* class.c (get_enclosing_class): Remove.
* cp-tree.h: Remove the corresponding prototypes.

From-SVN: r93754

19 years agotree-ssa-dom.c (tree_ssa_dominator_optimize): Don't call mark_dfs_back_edges.
Kazu Hirata [Mon, 17 Jan 2005 06:44:05 +0000 (06:44 +0000)]
tree-ssa-dom.c (tree_ssa_dominator_optimize): Don't call mark_dfs_back_edges.

* tree-ssa-dom.c (tree_ssa_dominator_optimize): Don't call
mark_dfs_back_edges.

From-SVN: r93753

19 years agotree-ssa-pre.c (add_to_sets): s1 may be NULL.
Daniel Berlin [Mon, 17 Jan 2005 00:45:51 +0000 (00:45 +0000)]
tree-ssa-pre.c (add_to_sets): s1 may be NULL.

2005-01-16  Daniel Berlin  <dberlin@dberlin.org>

* tree-ssa-pre.c (add_to_sets): s1 may be NULL.
(compute_avail): Uses don't go in tmp_gen.

From-SVN: r93749

19 years agoDaily bump.
GCC Administrator [Mon, 17 Jan 2005 00:16:17 +0000 (00:16 +0000)]
Daily bump.

From-SVN: r93747

19 years agoMAINTAINERS: Update my email address.
Jason Thorpe [Sun, 16 Jan 2005 23:40:35 +0000 (23:40 +0000)]
MAINTAINERS: Update my email address.

2005-01-16  Jason Thorpe  <thorpej@netbsd.org>

        * MAINTAINERS: Update my email address.

From-SVN: r93741

19 years agoggc-page.c (ggc_alloc_stat): Use __builtin_ctzl instead of a loop to look for a free...
Steven Bosscher [Sun, 16 Jan 2005 21:09:24 +0000 (21:09 +0000)]
ggc-page.c (ggc_alloc_stat): Use __builtin_ctzl instead of a loop to look for a free slot in a page entry.

* ggc-page.c (ggc_alloc_stat): Use __builtin_ctzl instead of a
loop to look for a free slot in a page entry.

From-SVN: r93738

19 years agore PR libfortran/18778 (ENDFILE is not functionnal)
Bud Davis [Sun, 16 Jan 2005 20:44:01 +0000 (20:44 +0000)]
re PR libfortran/18778 (ENDFILE is not functionnal)

2005-01-16  Bud Davis  <bdavis9659@comcast.net>

        PR fortran/18778
        * gfortran.dg/endfile_2.f90: New test.

        * io/transfer.c (us_read): no bytes available is not a
        runtime error.

From-SVN: r93737

19 years agorope: Qualify calls to std::copy() by sequence_buffer.
Jonathan Wakely [Sun, 16 Jan 2005 19:16:27 +0000 (19:16 +0000)]
rope: Qualify calls to std::copy() by sequence_buffer.

2005-01-16  Jonathan Wakely  <redi@gcc.gnu.org>

* include/ext/rope: Qualify calls to std::copy() by sequence_buffer.
* testsuite/ext/rope/4.cc: Add.

From-SVN: r93736

19 years agoUpdate copyright dates.
Paul Brook [Sun, 16 Jan 2005 17:53:26 +0000 (17:53 +0000)]
Update copyright dates.

From-SVN: r93735

19 years agore PR fortran/19182 (Error messages seem to be printed slower)
Tobias Schlüter [Sun, 16 Jan 2005 17:44:17 +0000 (17:44 +0000)]
re PR fortran/19182 (Error messages seem to be printed slower)

2005-01-16  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>

PR fortran/19182
* error.c (error_char): Line-buffer errors / warnings.

From-SVN: r93734

19 years ago* trans-intrinsic.c, trans-types.c: Update copyright years.
Tobias Schlüter [Sun, 16 Jan 2005 16:48:16 +0000 (17:48 +0100)]
* trans-intrinsic.c, trans-types.c: Update copyright years.

From-SVN: r93732

19 years agotrans-intrinsic.c (gfc_conv_intrinsic_index, [...]): Remove 'gfc'-prefix from local...
Tobias Schlüter [Sun, 16 Jan 2005 16:45:57 +0000 (17:45 +0100)]
trans-intrinsic.c (gfc_conv_intrinsic_index, [...]): Remove 'gfc'-prefix from local variable...

* trans-intrinsic.c (gfc_conv_intrinsic_index,
gfc_conv_intrinsic_scan, gfc_conv_intrinsic_verify): Remove
'gfc'-prefix from local variable, remove dead code, use correct
type when inserting argument.

From-SVN: r93731

19 years agotrans-intrinsic.c (build_fixbound_expr, [...]): Use 'build_int_cst' instead of conver...
Tobias Schlüter [Sun, 16 Jan 2005 16:16:00 +0000 (17:16 +0100)]
trans-intrinsic.c (build_fixbound_expr, [...]): Use 'build_int_cst' instead of converting 'integer_zero_node' or...

* trans-intrinsic.c (build_fixbound_expr,
gfc_conv_intrinsic_bound, gfc_conv_intrinsic_anyall,
gfc_conv_intrinsic_count, gfc_conv_intrinsic_btest,
gfc_conv_intrinsic_singlebitop): Use 'build_int_cst' instead
of converting 'integer_zero_node' or 'integer_one_node'
respectively.
(gfc_conv_intrinsic_ishftc): Same, but store in local variable to
evade re-building.
(gfc_conv_intrinsic_strcmp, gfc_conv_intrinsic_rrspacing,
gfc_conv_intrinsic_trim, gfc_conv_intrinsic_iargc): Use
'build_int_cst' instead of converting 'integer_zero_node' or
'integer_one_node' respectively.

From-SVN: r93730

19 years agotrans-types.c (gfc_get_character_type_len): : Use gfc_charlen_type_node as basic...
Tobias Schlüter [Sun, 16 Jan 2005 16:05:46 +0000 (17:05 +0100)]
trans-types.c (gfc_get_character_type_len): : Use gfc_charlen_type_node as basic type for the range field.

* trans-types.c (gfc_get_character_type_len): : Use
gfc_charlen_type_node as basic type for the range field.

From-SVN: r93729

19 years agotrans-intrinsic.c (gfc_conv_intrinsic_ishft): Fix signed / unsigned issue.
Tobias Schlüter [Sun, 16 Jan 2005 15:38:03 +0000 (16:38 +0100)]
trans-intrinsic.c (gfc_conv_intrinsic_ishft): Fix signed / unsigned issue.

* trans-intrinsic.c (gfc_conv_intrinsic_ishft): Fix signed /
unsigned issue.  Use build_int_cst instead of converting
integer_zero_node.  Remove unnecessary conversion.

From-SVN: r93727

19 years agore PR target/16304 (bootstrap failure on AIX 4.3.3: cannot build strstream in libstdc++)
John David Anglin [Sun, 16 Jan 2005 15:28:18 +0000 (15:28 +0000)]
re PR target/16304 (bootstrap failure on AIX 4.3.3: cannot build strstream in libstdc++)

PR target/16304
* defaults.h (TARGET_DEFERRED_OUTPUT_DEFS): Provide default.
* toplev.c (compile_file): Call process_pending_assemble_output_defs
just before targetm.asm_out.file_end.
* tree.h (process_pending_assemble_output_defs): Declare.
* varasm.c (assemble_output_def, process_pending_assemble_output_defs):
New functions.
(assemble_alias): Defer generation of assembly code for defines when
TARGET_DEFERRED_OUTPUT_DEFS is true.
* config/rs6000/aix41.h (TARGET_DEFERRED_OUTPUT_DEFS): Define.
* config/rs6000/aix43.h (TARGET_DEFERRED_OUTPUT_DEFS): Define.
* doc/tm.texi (TARGET_DEFERRED_OUTPUT_DEFS): document.

From-SVN: r93726

19 years agore PR fortran/19168 (Mismatched KINDs in SELECT CASE constucts is not handled correctly)
Steven G. Kargl [Sun, 16 Jan 2005 12:51:04 +0000 (12:51 +0000)]
re PR fortran/19168 (Mismatched KINDs in SELECT CASE constucts is not handled correctly)

2005-01-16  Steven G. Kargl  <kargls@comcast.net>

PR 19168
* resolve.c (check_case_overlap): Typo in comment.
(validate_case_label_expr):  Fix up kinds of case values
(resolve_select): Properly handle kind mismatches.
testsuite/
* gfortran.dg/select_5.f90: New test.

From-SVN: r93725

19 years agore PR fortran/17675 ([Regression w.r.t. g77] Alignment constraints not honored in...
Paul Brook [Sun, 16 Jan 2005 12:05:53 +0000 (12:05 +0000)]
re PR fortran/17675 ([Regression w.r.t. g77] Alignment constraints not honored in EQUIVALENCE)

2004-01-16  Paul Brook  <paul@codesourcery.com>

PR fortran/17675
* trans-common.c (translate_common): Remove duplicate function call.
(finish_equivalences): Preserve alignment when biasing offsets.
testsuite/
* gfortran.dg/common_4.f90: New test.

From-SVN: r93724