platform/upstream/gcc.git
19 years agore PR fortran/19294 (intrinsic_transpose.f90 runtime crash)
James A. Morrison [Sun, 23 Jan 2005 17:01:00 +0000 (17:01 +0000)]
re PR fortran/19294 (intrinsic_transpose.f90 runtime crash)

2005-01-23  James A. Morrison  <phython@gcc.gnu.org>
Paul Brook  <paul@codesourcery.com>

PR fortran/19294
* iresolve.c (gfc_resolve_transpose): Resolve to transpose_c4 or
transpose_c8 for complex types.
libgfortran/
* Makefile.am: Add transpose_c4.c and transpose_c8.c.
* intrinsics/cshift0.c: Use separate optimized loops for complex types.
* m4/transpose.m4: Include type letter in function name.
* Makefile.in: Regenerate.
* generated/transpose_*.c: Regenerate.

Co-Authored-By: Paul Brook <paul@codesourcery.com>
From-SVN: r94116

19 years agocombine.c (simplify_logical): Only simplify logical expressions of the form ior(and...
Roger Sayle [Sun, 23 Jan 2005 15:43:56 +0000 (15:43 +0000)]
combine.c (simplify_logical): Only simplify logical expressions of the form ior(and(x,y),z) by the inverse...

* combine.c (simplify_logical): Only simplify logical expressions
of the form ior(and(x,y),z) by the inverse distributive law if the
result is cheaper than the original.

Co-Authored-By: Eric Botcazou <ebotcazou@libertysurf.fr>
From-SVN: r94114

19 years ago* typeck.c: Fix a comment typo.
Kazu Hirata [Sun, 23 Jan 2005 15:22:18 +0000 (15:22 +0000)]
* typeck.c: Fix a comment typo.

From-SVN: r94113

19 years agoalias.c, [...]: Fix comment typos.
Kazu Hirata [Sun, 23 Jan 2005 15:05:49 +0000 (15:05 +0000)]
alias.c, [...]: Fix comment typos.

* alias.c, c-common.h, c-incpath.c, c-incpath.h, expr.c,
fold-const.c, gimplify.c, params.h, tree-data-ref.c,
tree-if-conv.c, tree-nested.c, tree-outof-ssa.c,
tree-ssa-dom.c, tree-vectorizer.c, tree.def, config/darwin.c,
config/freebsd-spec.h, config/arm/arm.h,
config/h8300/h8300.md, config/i386/i386.md,
config/i386/predicates.md, config/i386/sse.md,
config/ia64/ia64.c, config/ip2k/ip2k.c, config/s390/s390.c,
config/vax/vax.md: Fix comment typos.  Follow spelling
conventions.

From-SVN: r94112

19 years agodata.c, [...]: Fix comment typos.
Kazu Hirata [Sun, 23 Jan 2005 14:36:26 +0000 (14:36 +0000)]
data.c, [...]: Fix comment typos.

* data.c, dependency.c, f95-lang.c, io.c, trans-array.c,
trans-decl.c, trans-expr.c, trans-intrinsic.c, trans-io.c,
trans-stmt.c, trans-types.c, trans.h: Fix comment typos.
Follow spelling conventions.

From-SVN: r94111

19 years agore PR libfortran/19313 (inquire(pad=) not implemented)
Bud Davis [Sun, 23 Jan 2005 14:19:54 +0000 (14:19 +0000)]
re PR libfortran/19313 (inquire(pad=) not implemented)

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

        PR fortran/19313
        * trans-io.c (gfc_trans_inquire): Added code to support
        pad.

        PR fortran/19313
        * gfortan.dg/inquire_6.f90: New test.

From-SVN: r94110

19 years agogengtype.c (walk_type): Produce `not equal to' compares for loop tests, instead of...
Steven Bosscher [Sun, 23 Jan 2005 11:49:24 +0000 (11:49 +0000)]
gengtype.c (walk_type): Produce `not equal to' compares for loop tests, instead of `less than'.

* gengtype.c (walk_type): Produce `not equal to' compares for loop
tests, instead of `less than'.

From-SVN: r94109

19 years ago* MAINTAINERS (Write After Approval): Add Michael Matz.
Kazu Hirata [Sun, 23 Jan 2005 11:22:25 +0000 (11:22 +0000)]
* MAINTAINERS (Write After Approval): Add Michael Matz.

From-SVN: r94108

19 years agotype_traits (aligned_storage): Use __aligned__ instead of aligned.
Paolo Carlini [Sun, 23 Jan 2005 11:10:37 +0000 (11:10 +0000)]
type_traits (aligned_storage): Use __aligned__ instead of aligned.

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

* include/tr1/type_traits (aligned_storage): Use __aligned__ instead
of aligned.

From-SVN: r94107

19 years agore PR libstdc++/19343 (New warnings in libstdc++-v3 since 2004-01-05)
Paolo Carlini [Sun, 23 Jan 2005 10:45:01 +0000 (10:45 +0000)]
re PR libstdc++/19343 (New warnings in libstdc++-v3 since 2004-01-05)

2005-01-23  Paolo Carlini  <pcarlini@suse.de>
    Andreas Jaeger  <aj@suse.de>

PR libstdc++/19343
* include/bits/functexcept.h: Mark the helpers as 'noreturn'.

Co-Authored-By: Andreas Jaeger <aj@suse.de>
From-SVN: r94106

19 years ago* MAINTAINERS: Remove obsolete entries.
Kazu Hirata [Sun, 23 Jan 2005 10:42:38 +0000 (10:42 +0000)]
* MAINTAINERS: Remove obsolete entries.

From-SVN: r94105

19 years agofunction.c (assign_parm_setup_block): When creating a new stack slot for a parameter...
Richard Sandiford [Sun, 23 Jan 2005 08:27:47 +0000 (08:27 +0000)]
function.c (assign_parm_setup_block): When creating a new stack slot for a parameter...

* function.c (assign_parm_setup_block): When creating a new stack slot
for a parameter, get its alignment from the parameter's DECL_ALIGN
rather than the type's TYPE_ALIGN.  Make sure that the parameter
is at least word aligned.

From-SVN: r94104

19 years agore PR target/19378 (ICE during bootstrap compiling __fixdfdi)
Roger Sayle [Sun, 23 Jan 2005 04:51:28 +0000 (04:51 +0000)]
re PR target/19378 (ICE during bootstrap compiling __fixdfdi)

PR middle-end/19378
* config/avr/avr.c (avr_hard_regno_mode_ok): Rewrite.

From-SVN: r94102

19 years agore PR libfortran/19451 (Read after a write with a read only file)
Thomas Koenig [Sun, 23 Jan 2005 02:18:33 +0000 (02:18 +0000)]
re PR libfortran/19451 (Read after a write with a read only file)

2005-01-22  Thomas Koenig  <Thomas.Koenig@online.de>

PR libfortran/19451
* io/transfer.c (finalize_transfer):  Don't do anything if
there is an error condition.
* open_readonly_1.f90:  New test.

From-SVN: r94101

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

From-SVN: r94093

19 years agore PR libfortran/19052 (unit 0 not preconnected to standard error)
David Edelsohn [Sun, 23 Jan 2005 00:14:31 +0000 (00:14 +0000)]
re PR libfortran/19052 (unit 0 not preconnected to standard error)

        PR libgfortran/19052
        * libgfortran.h (options_t): Add stderr_unit.
        * io/io.h (error_stream): Declare.
        * io/open.c (new_unit): Do not terminate abnormally if opening
        file preconnected to stdin, stdout, or stderr.
        * io/unit.c (init_units): Initialize stderr_unit.
        * io/unix.c (error_stream): New function.
        * runtime/environ.c (GFORTRAN_STDERR_UNIT): New environment variable.

From-SVN: r94090

19 years agore PR target/19506 (PovRay produces wrong pictures with -mfpmath=sse -ffast-math.)
Richard Henderson [Sat, 22 Jan 2005 23:07:53 +0000 (15:07 -0800)]
re PR target/19506 (PovRay produces wrong pictures with -mfpmath=sse -ffast-math.)

        PR target/19506
        * config/i386/i386.md (movsfcc_1_sse_max): Use nonimmediate_operand
        in both compare operands.
        (movdfcc_1_sse_max): Likewise.
        (movsfcc_1_sse): Likewise.  Add earlyclobber for scratch.
        (movdfcc_1_sse): Likewise.
        * config/i386/i386.c (ix86_split_sse_movcc): Emit copies into the
        scratch register as needed.

From-SVN: r94087

19 years ago* config/i386/i386.md (smaxsf3): Fix mnemonic typo.
Richard Henderson [Sat, 22 Jan 2005 22:59:33 +0000 (14:59 -0800)]
* config/i386/i386.md (smaxsf3): Fix mnemonic typo.

From-SVN: r94086

19 years ago* config/i386/i386.c (ix86_prepare_fp_compare_args): Fix is_sse test.
Richard Henderson [Sat, 22 Jan 2005 22:56:11 +0000 (14:56 -0800)]
* config/i386/i386.c (ix86_prepare_fp_compare_args): Fix is_sse test.

From-SVN: r94085

19 years agogenopinit.c (optabs): Use smin/smax for floating point too.
Richard Henderson [Sat, 22 Jan 2005 22:54:07 +0000 (14:54 -0800)]
genopinit.c (optabs): Use smin/smax for floating point too.

        * genopinit.c (optabs): Use smin/smax for floating point too.
        * doc/md.texi: Update to match.  Clarify that floating point
        results are undefined for +0/-0 and NaN.
        * doc/rtl.texi: Likewise.
        * rtl.def (SMIN, SMAX): Likewise
        * tree.def (MIN_EXPR, MAX_EXPR): Likewise.

        * config/alpha/alpha.md (smaxdf3, smindf3, smaxsf3, sminsf3): Add
        leading 's' to the name.
        * config/ia64/ia64.md (smaxsf3, sminsf3, smaxdf3, smindf3,
        smaxxf3, sminxf3): Likewise.
        * config/rs6000/rs6000.md (smaxdf3, smindf3, smaxsf3, sminsf3):
        Likewise.

From-SVN: r94084

19 years agogenopinit.c (optabs): Use smin/smax for floating point too.
Richard Henderson [Sat, 22 Jan 2005 22:49:06 +0000 (14:49 -0800)]
genopinit.c (optabs): Use smin/smax for floating point too.

        * genopinit.c (optabs): Use smin/smax for floating point too.
        * doc/md.texi: Update to match.  Clarify that floating point
        results are undefined for +0/-0 and NaN.
        * doc/rtl.texi: Likewise.
        * rtl.def (SMIN, SMAX): Likewise
        * tree.def (MIN_EXPR, MAX_EXPR): Likewise.

        * config/alpha/alpha.md (smaxdf3, smindf3, smaxsf3, sminsf3): Add
        leading 's' to the name.
        * config/ia64/ia64.md (smaxsf3, sminsf3, smaxdf3, smindf3,
        smaxxf3, sminxf3): Likewise.
        * config/rs6000/rs6000.md (smaxdf3, smindf3, smaxsf3, sminsf3):
        Likewise.

From-SVN: r94083

19 years agointrinsic.c (make_alias): Add standard argument.
Steven G. Kargl [Sat, 22 Jan 2005 22:32:06 +0000 (22:32 +0000)]
intrinsic.c (make_alias): Add standard argument.

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

* intrinsic.c (make_alias):  Add standard argument.
(add_functions): Update make_alias calls.

From-SVN: r94082

19 years agoarm.md: Use "Uy" constraint for wcgr load/stores.
Paul Brook [Sat, 22 Jan 2005 22:23:39 +0000 (22:23 +0000)]
arm.md: Use "Uy" constraint for wcgr load/stores.

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

* config/arm/arm.md: Use "Uy" constraint for wcgr load/stores.

[[Split portion of a mixed commit.]]

From-SVN: r94080.2

19 years agos390.c (struct processor_costs): New fields dlgr, dlr, dr, dsgfr, dsgr.
Mark Dettinger [Sat, 22 Jan 2005 21:57:56 +0000 (21:57 +0000)]
s390.c (struct processor_costs): New fields dlgr, dlr, dr, dsgfr, dsgr.

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

* config/s390/s390.c (struct processor_costs): New fields
dlgr, dlr, dr, dsgfr, dsgr.
(z900_cost, z990_cost): Values for new fields.
(s390_rtx_costs): New cases MEM und COMPARE in switch
statement. Modified handling of SIGN_EXTEND, ZERO_EXTEND,
DIV, MOD, UDIV, UMOD.

From-SVN: r94079

19 years agos390.md ("doloop_si64"): Reload input value directly into the register being decremented.
Ulrich Weigand [Sat, 22 Jan 2005 21:50:56 +0000 (21:50 +0000)]
s390.md ("doloop_si64"): Reload input value directly into the register being decremented.

* config/s390/s390.md ("doloop_si64"): Reload input value directly
into the register being decremented.
("doloop_si31", "doloop_di"): Likewise.
("*doloop_si_long"): Adapt pattern.

From-SVN: r94078

19 years agos390.h (HARD_REGNO_NREGS): Fix computation for access registers.
Ulrich Weigand [Sat, 22 Jan 2005 21:48:01 +0000 (21:48 +0000)]
s390.h (HARD_REGNO_NREGS): Fix computation for access registers.

* config/s390/s390.h (HARD_REGNO_NREGS): Fix computation for
access registers.
(CLASS_MAX_NREGS): Likewise.

From-SVN: r94077

19 years agore PR libfortran/18982 (open(status="new") does not generate an error if the file...
Thomas Koenig [Sat, 22 Jan 2005 19:49:18 +0000 (19:49 +0000)]
re PR libfortran/18982 (open(status="new") does not generate an error if the file exists)

2005-01-22  Thomas Koenig  <Thomas.Koenig@online.de>

PR libfortran/18982
* io/unix.c (regular_file):  No need to change flags->action
if an error occurs.  Document this.
No need to call stat() for STATUS_OLD, open() will
fail anyway.
For ACTION_UNSPECIFIED, try open for read-write, then for
read-only if open fails with EACCES, then for write-only
if that fails with EACCES again.
* io/unix.c (open_external): Document changed behavior of
regular_file.
testsuite/
* gfortran.dg/open_new.f90: New file.

From-SVN: r94076

19 years agotree-ssa.texi (Statement Operands): Add example for new must-def macro.
Daniel Berlin [Sat, 22 Jan 2005 19:23:57 +0000 (19:23 +0000)]
tree-ssa.texi (Statement Operands): Add example for new must-def macro.

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

* doc/tree-ssa.texi (Statement Operands): Add example for new
must-def macro. Note deprecation of old operands interface.

From-SVN: r94075

19 years ago* trans-expr.c (gfc_conv_function_call): Remove bogus TODO.
Paul Brook [Sat, 22 Jan 2005 19:20:01 +0000 (19:20 +0000)]
* trans-expr.c (gfc_conv_function_call): Remove bogus TODO.

From-SVN: r94074

19 years agogfortran.h (gfc_check_access): Add prototype.
Paul Brook [Sat, 22 Jan 2005 18:23:43 +0000 (18:23 +0000)]
gfortran.h (gfc_check_access): Add prototype.

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

* gfortran.h (gfc_check_access): Add prototype.
* match.c (gfc_match_namelist): Remove TODO.
* module.c (check_access): Rename ...
(gfc_check_access): ... to this.  Boolify.  Update callers.
* resolve.c (resolve_symbol): Check for private objects in public
namelists.
testsuite/
* namelist_1.f90: New test.

From-SVN: r94073

19 years agore PR tree-optimization/19484 (function pointer propagation fails for noreturn functions)
Richard Sandiford [Sat, 22 Jan 2005 17:52:44 +0000 (17:52 +0000)]
re PR tree-optimization/19484 (function pointer propagation fails for noreturn functions)

PR tree-optimization/19484
* tree-cfg.c (remove_fallthru_edge): New function.
(cleanup_control_flow): Remove fallthru edges from calls that are
now known not to return.

From-SVN: r94070

19 years agore PR tree-optimization/19038 (tree-ssa causing loops to have more than one BB)
Daniel Berlin [Sat, 22 Jan 2005 16:48:23 +0000 (16:48 +0000)]
re PR tree-optimization/19038 (tree-ssa causing loops to have more than one BB)

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

Fix PR tree-optimization/19038
* tree-ssa-dom.c (cprop_operand): Don't replace loop invaeriant
copies with loop variant ones.

From-SVN: r94069

19 years ago* java-except.h, java-tree.h: Remove unused prototypes.
Kazu Hirata [Sat, 22 Jan 2005 16:45:08 +0000 (16:45 +0000)]
* java-except.h, java-tree.h: Remove unused prototypes.

From-SVN: r94068

19 years agotree-cfg.c (remove_forwarder_block_with_phi): Look at the first label to see if it...
Kazu Hirata [Sat, 22 Jan 2005 16:13:40 +0000 (16:13 +0000)]
tree-cfg.c (remove_forwarder_block_with_phi): Look at the first label to see if it is a nonlocal label.

* tree-cfg.c (remove_forwarder_block_with_phi): Look at the
first label to see if it is a nonlocal label.

From-SVN: r94067

19 years agoprimary.c (gfc_match_rvalue): Only apply implicit type if variable does not have...
Paul Brook [Sat, 22 Jan 2005 15:24:09 +0000 (15:24 +0000)]
primary.c (gfc_match_rvalue): Only apply implicit type if variable does not have an explicit type.

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

* primary.c (gfc_match_rvalue): Only apply implicit type if variable
does not have an explicit type.
(gfc_match_variable): Resolve implicit derived types in all cases.
Resolve contained function types from their own namespace, not the
parent.
* resolve.c (resolve_contained_fntype): Remove duplicate sym->result
checking.  Resolve from the contained namespace, not the parent.
testsuite/
* gfortran.dg/implicit_2.f90: New test.

From-SVN: r94066

19 years agore PR fortran/19194 (Missing RECL parameter in OPEN statement)
Tobias Schlüter [Sat, 22 Jan 2005 14:37:39 +0000 (15:37 +0100)]
re PR fortran/19194 (Missing RECL parameter in OPEN statement)

gcc/fortran/
PR fortran/19194
* trans-io.c (ADD_STRING): Use gfc_charlen_type_node for string
length parameters.
(gfc_build_io_library_fndecls): 'rec' and 'recl_in' are not
pointer fields.

libgfortran/
PR fortran/19194
* io/io.h (st_parameter): Use 'GFC_INTEGER_4' instead of 'int',
use CHARACTER macro for definition of string valued paramters.

Also fix years in recent ChangeLog entries.

From-SVN: r94065

19 years agocfganal.c, [...]: Update copyright.
Kazu Hirata [Sat, 22 Jan 2005 12:53:25 +0000 (12:53 +0000)]
cfganal.c, [...]: Update copyright.

* cfganal.c, real.h, reorg.c, timevar.def, tree-ssa-ccp.c,
config/alpha/alpha-protos.h, config/alpha/alpha.h,
config/alpha/alpha.md, config/alpha/predicates.md,
config/sparc/freebsd.h, config/sparc/netbsd-elf.h,
config/sparc/sol2.h: Update copyright.

From-SVN: r94064

19 years agore PR libfortran/19314 (inquire(position=) segfaults at runtime)
Bud Davis [Sat, 22 Jan 2005 03:51:12 +0000 (03:51 +0000)]
re PR libfortran/19314 (inquire(position=) segfaults at runtime)

2004-01-22  Bud Davis  <bdavis9659@comcast.net>

        PR fortran/19314
        * io/inquire.c(inquire_via_unit): implement POSITION=.
        * io/transfer.c(next_record): update position for
        INQUIRE.
        * io/rewind.c(st_rewind): update position for
        INQUIRE.

        * gfortran.dg/inquire_5.f90: New test.

From-SVN: r94060

19 years agore PR target/19491 (va_start incorrect, Number of floating point and integer register...
David Edelsohn [Sat, 22 Jan 2005 03:09:23 +0000 (03:09 +0000)]
re PR target/19491 (va_start incorrect, Number of floating point and integer registers counted incorrectly)

2005-01-20  David Edelsohn  <edelsohn@gnu.org>
            Andrew Pinski  <pinskia@physics.uc.edu>

        PR target/19491
        * config/rs6000/rs6000.c (rs6000_va_start): Saturate n_gpr at
        maximum number of GPRs.  Saturate n_fpr at maximum number of FPRs.

Co-Authored-By: Andrew Pinski <pinskia@physics.uc.edu>
From-SVN: r94059

19 years agortems.h: Update copyright.
Ralf Corsepius [Sat, 22 Jan 2005 02:57:47 +0000 (03:57 +0100)]
rtems.h: Update copyright.

2005-01-22  Ralf Corsepius  <ralf.corsepius@rtems.org>

* config/rs6000/rtems.h: Update copyright.

From-SVN: r94057

19 years agore PR target/19548 (RTEMS CPP specs not merged from 3.2/3.2 branches)
Ralf Corsepius [Sat, 22 Jan 2005 02:26:12 +0000 (03:26 +0100)]
re PR target/19548 (RTEMS CPP specs not merged from 3.2/3.2 branches)

2005-01-22  Ralf Corsepius  <ralf.corsepius@rtems.org>

PR target/19548
* config/rs6000/rtems.h: Resurrect cpp_os_rtems_spec from gcc < 3.4.
(CPP_OS_RTEMS_SPEC): New (From gcc-3.3's config/rs6000/sys4.h).
(SUBSUBTARGET_EXTRA_SPECS): Use CPP_OS_RTEMS_SPEC.

From-SVN: r94056

19 years agore PR middle-end/19543 ([4.1 only] fortran LOGICAL*8 not consistently distinguished...
Tobias Schlüter [Sat, 22 Jan 2005 00:29:33 +0000 (01:29 +0100)]
re PR middle-end/19543 ([4.1 only] fortran LOGICAL*8 not consistently distinguished from 32 bit integers)

PR fortran/19543
* trans-const.c (gfc_conv_constant_to_tree): Give logical
constants the correct type.

From-SVN: r94054

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

From-SVN: r94052

19 years agore PR c/18809 (ICE after a couple of errors with a simple invalid C code)
Volker Reichelt [Sat, 22 Jan 2005 00:12:27 +0000 (00:12 +0000)]
re PR c/18809 (ICE after a couple of errors with a simple invalid C code)

PR c/18809
* c-typeck.c (convert_arguments): Check for error_mark_node.

* gcc.dg/pr18809-1.c: New test.

From-SVN: r94049

19 years ago* gcc.dg/20050121-1.c: New test.
Ian Lance Taylor [Fri, 21 Jan 2005 19:23:06 +0000 (19:23 +0000)]
* gcc.dg/20050121-1.c: New test.

From-SVN: r94029

19 years agore PR tree-optimization/13000 ([unit-at-a-time] Using -O2 cannot detect missing retur...
Ian Lance Taylor [Fri, 21 Jan 2005 19:05:52 +0000 (19:05 +0000)]
re PR tree-optimization/13000 ([unit-at-a-time] Using -O2 cannot detect missing return statement in a function)

PR tree-optimization/13000
* gcc.dg/20040206-1.c: Change warning to point where function is
being inlined.

From-SVN: r94025

19 years agore PR tree-optimization/13000 ([unit-at-a-time] Using -O2 cannot detect missing retur...
Ian Lance Taylor [Fri, 21 Jan 2005 19:05:23 +0000 (19:05 +0000)]
re PR tree-optimization/13000 ([unit-at-a-time] Using -O2 cannot detect missing return statement in a function)

PR tree-optimization/13000
* tree-inline.c: Include "tree-flow.h".
(expand_call_inline): If warn_return_type, warn if non-void inline
function falls through.
* tree-cfg.c (execute_warn_function_return): Don't warn about
control reaching end if TREE_NO_WARNING is set.  Set
TREE_NO_WARNING.
* gimple-low.c (block_may_fallthru): Don't assume that SWITCH_EXPR
has been lowered.
* gimplify.c (shortcut_cond_expr): Don't emit a jump over the else
branch if we don't need one.
* c-typeck.c: Include "tree-flow.h"
(c_finish_bc_stmt): Don't add a goto if the current statement
list doesn't fall through to the current point.

From-SVN: r94024

19 years agore PR rtl-optimization/576 (gcc performs invalid optimization with float operations...
Roger Sayle [Fri, 21 Jan 2005 17:54:26 +0000 (17:54 +0000)]
re PR rtl-optimization/576 (gcc performs invalid optimization with float operations when different rounding mode.)

PR rtl-optimization/576
* real.c (real_arithmetic): Change return type from void to bool
to return an indication that the result may be inexact.
* real.h (real_arithmeric): Update prototype.
* fold-const.c (const_binop):  Don't constant fold floating
point expressions when the user specifies -frounding-math and
the result may depend upon the run-time rounding mode.
(fold_convert_const_real_from_real): Clean-up.
(fold_initializer): Ignore flag_rounding_math for initializers.
* simplify-rtx.c (simplify_binary_operation): Likewise, don't
constant fold FP operations with flag_rounding_math if the
result may depend upon the run-time rounding mode.

From-SVN: r94020

19 years ago* c-cppbuiltin.c (define__GNUC__): Correct assertion.
Tom Tromey [Fri, 21 Jan 2005 16:57:02 +0000 (16:57 +0000)]
* c-cppbuiltin.c (define__GNUC__): Correct assertion.

From-SVN: r94019

19 years ago* tree-cfg.c: Fix comment typos.
Kazu Hirata [Fri, 21 Jan 2005 13:05:02 +0000 (13:05 +0000)]
* tree-cfg.c: Fix comment typos.

From-SVN: r94016

19 years agopasses.c (rest_of_handle_flow2): Close / open the flow2 dump file around the call...
J"orn Rennecke [Fri, 21 Jan 2005 12:41:44 +0000 (12:41 +0000)]
passes.c (rest_of_handle_flow2): Close / open the flow2 dump file around the call to...

* passes.c (rest_of_handle_flow2): Close / open the flow2 dump file
around the call to rest_of_handle_branch_target_load_optimize.

From-SVN: r94015

19 years agoFix a typo.
Eric Botcazou [Fri, 21 Jan 2005 10:25:28 +0000 (10:25 +0000)]
Fix a typo.

From-SVN: r94012

19 years agoconfig.gcc (sparc-*-netbsdelf*): Include dbxelf.h
Eric Botcazou [Fri, 21 Jan 2005 10:15:56 +0000 (11:15 +0100)]
config.gcc (sparc-*-netbsdelf*): Include dbxelf.h

* config.gcc (sparc-*-netbsdelf*): Include dbxelf.h
(sparc64-*-openbsd*): Likewise.
(sparclite-*-elf*): Include tm-dwarf2.h.
(sparc86x-*-elf*): Likewise.
(sparc64-*-elf*): Likewise.
* config/sparc/linux64.h (DWARF2_DEBUGGING_INFO): Delete.
(DBX_DEBUGGING_INFO): Likewise.
* config/sparc/liteelf.h (DWARF2_DEBUGGING_INFO): Likewise.
(PREFERRED_DEBUGGING_TYPE): Likewise.
* config/sparc/netbsd-elf.h (PREFERRED_DEBUGGING_TYPE): Likewise.
* config/sparc/sp64-elf.h (DBX_DEBUGGING_INFO): Likewise.
(PREFERRED_DEBUGGING_TYPE): Likewise.
* config/sparc/sp86x-elf.h (DWARF2_DEBUGGING_INFO 1): Likewise.
(PREFERRED_DEBUGGING_TYPE): Likewise.
* config/sparc/sparc.h (DBX_DEBUGGING_INFO): Likewise.

From-SVN: r94011

19 years agore PR java/18091 (Valgrind errors building libjava)
Andrew Pinski [Fri, 21 Jan 2005 02:38:23 +0000 (18:38 -0800)]
re PR java/18091 (Valgrind errors building libjava)

2005-01-20  Andrew Pinski  <pinskia@gcc.gnu.org>

PR java/18091:
* jcf-write.c (perform_relocations): Don't call memcpy if source
and destination are the same.

From-SVN: r94007

19 years agore PR c++/19208 (Spurious error about variably modified type)
Giovanni Bajo [Fri, 21 Jan 2005 02:27:16 +0000 (02:27 +0000)]
re PR c++/19208 (Spurious error about variably modified type)

PR c++/19208
* pt.c (fold_decl_constant_value): Always call fold_non_dependent_expr
at least once.
(tsubst): Use fold_decl_constant_value in place of a bare call to
integral_constant_value.

PR c++/19208
* g++.dg/template/array11.C: New test.

From-SVN: r94006

19 years agore PR target/18701 (mmix-knuth-mmixware gcc.c-torture/execute failures: 20010224...
Hans-Peter Nilsson [Fri, 21 Jan 2005 02:14:25 +0000 (02:14 +0000)]
re PR target/18701 (mmix-knuth-mmixware gcc.c-torture/execute failures: 20010224-1.c, 20020216-1.c, 20040218-1.c, 20040709-2.c)

PR target/18701
* combine.c (combine_simplify_rtx): Revert change of 2004-12-31.

From-SVN: r94005

19 years ago* doc/rtl.texi: Document value extension requirements for CONST_INT.
Paul Brook [Fri, 21 Jan 2005 01:54:44 +0000 (01:54 +0000)]
* doc/rtl.texi: Document value extension requirements for CONST_INT.

From-SVN: r94004

19 years ago9507.cc: Allow lseek on fifo to succeed.
Loren J. Rittle [Fri, 21 Jan 2005 01:37:10 +0000 (01:37 +0000)]
9507.cc: Allow lseek on fifo to succeed.

* testsuite/27_io/basic_filebuf/open/char/9507.cc: Allow
lseek on fifo to succeed.  Thus, check for consistent report.

From-SVN: r94003

19 years agore PR libstdc++/19510 ([3.3 only] Uninitialized pointers in iterators)
Volker Reichelt [Fri, 21 Jan 2005 01:23:28 +0000 (01:23 +0000)]
re PR libstdc++/19510 ([3.3 only] Uninitialized pointers in iterators)

PR libstdc++/19510
* include/bits/stl_list.h (_List_iterator): Initialize _M_node
in constructor.
(_List_const_iterator): Likewise.
* include/bits/stl_tree.h (_Rb_tree_iterator): Likewise.
(_Rb_tree_const_iterator): Likewise.

* testsuite/23_containers/map/operators/1_neg.cc: Adjust line numbers.
* testsuite/23_containers/set/operators/1_neg.cc: Likewise.

From-SVN: r94002

19 years agoDaily bump.
GCC Administrator [Fri, 21 Jan 2005 00:19:27 +0000 (00:19 +0000)]
Daily bump.

From-SVN: r94000

19 years ago* tree-cfg.c (tree_verify_flow_info): Fix a typo.
Kazu Hirata [Thu, 20 Jan 2005 23:42:38 +0000 (23:42 +0000)]
* tree-cfg.c (tree_verify_flow_info): Fix a typo.

From-SVN: r93995

19 years agodata_char_1.f90: Fix typo, add dg-do directive.
Tobias Schlüter [Thu, 20 Jan 2005 22:48:56 +0000 (23:48 +0100)]
data_char_1.f90: Fix typo, add dg-do directive.

* gfortran.dg/data_char_1.f90: Fix typo, add dg-do directive.
* gfortran.dg/direct_io_1.f90: Add dg-do directive.
* gfortran.dg/entry_1.f90: Fix typo, add dg-do directive.
* gfortran.dg/getenv_1.f90: Add dg-do directive.
* gfortran.dg/pr16597.f90, gfortran.dg/pr17143.f90,
gfortran.dg/pr17164.f90: Add missing dg-do directives.

From-SVN: r93994

19 years agotree-cfg.c (tree_verify_flow_info): Check that a nonlocal label is first in a sequenc...
Kazu Hirata [Thu, 20 Jan 2005 22:39:41 +0000 (22:39 +0000)]
tree-cfg.c (tree_verify_flow_info): Check that a nonlocal label is first in a sequence of labels.

* tree-cfg.c (tree_verify_flow_info): Check that a nonlocal
label is first in a sequence of labels.

From-SVN: r93993

19 years agosourcebuild.texi (Test Directives): New.
Janis Johnson [Thu, 20 Jan 2005 22:15:25 +0000 (22:15 +0000)]
sourcebuild.texi (Test Directives): New.

2005-01-20  Janis Johnson  <janis187@us.ibm.com>
    Giovanni Bajo  <giovannibajo@gcc.gnu.org>

* doc/sourcebuild.texi (Test Directives): New.

Co-Authored-By: Giovanni Bajo <giovannibajo@gcc.gnu.org>
From-SVN: r93989

19 years agoreal.c (real_floor): Don't leave the result uninitialized when mode is VOIDMode...
Roger Sayle [Thu, 20 Jan 2005 21:53:31 +0000 (21:53 +0000)]
real.c (real_floor): Don't leave the result uninitialized when mode is VOIDMode...

* real.c (real_floor): Don't leave the result uninitialized when
mode is VOIDMode, but return the unrounded intermediate value.
(real_ceil): Likewise.

From-SVN: r93988

19 years agoFix changelog date.
Paul Brook [Thu, 20 Jan 2005 21:46:15 +0000 (21:46 +0000)]
Fix changelog date.

[[Split portion of a mixed commit.]]

From-SVN: r93987.2

19 years ago* config/arm/arm.md (insv): Use gen_int_mode.
Paul Brook [Thu, 20 Jan 2005 21:27:27 +0000 (21:27 +0000)]
* config/arm/arm.md (insv): Use gen_int_mode.

From-SVN: r93986

19 years agofreebsd.h (ASM_OUTPUT_INTERNAL_LABELREF): Delete.
Eric Botcazou [Thu, 20 Jan 2005 20:39:42 +0000 (21:39 +0100)]
freebsd.h (ASM_OUTPUT_INTERNAL_LABELREF): Delete.

* config/sparc/freebsd.h (ASM_OUTPUT_INTERNAL_LABELREF): Delete.
* config/sparc/linux.h (ASM_OUTPUT_INTERNAL_LABELREF): Likewise.
* config/sparc/linux64.h (ASM_OUTPUT_INTERNAL_LABELREF): Likewise.
* config/sparc/netbsd-elf.h (ASM_OUTPUT_INTERNAL_LABELREF): Likewise.
* config/sparc/sol2.h (ASM_OUTPUT_INTERNAL_LABELREF): Likewise.

From-SVN: r93984

19 years agoMakefile.am (check-compile): New.
Benjamin Kosnik [Thu, 20 Jan 2005 20:28:41 +0000 (20:28 +0000)]
Makefile.am (check-compile): New.

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

* testsuite/Makefile.am (check-compile): New.
* testsuite/Makefile.in: Regenerate.
* scripts/check_compile_time: New.
* scripts/check_performance: Tweaks.

From-SVN: r93980

19 years agore PR debug/19124 (gcc generates incorrect dwarf2 debug info)
Daniel Berlin [Thu, 20 Jan 2005 20:09:22 +0000 (20:09 +0000)]
re PR debug/19124 (gcc generates incorrect dwarf2 debug info)

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

Fix PR debug/19124
* dwarf2out.c (concat_loc_descriptor): We don't know we can use
fbreg, so we have to assume we can't.
(loc_descriptor_from_tree_1): Ditto.
(containing_function_has_frame_base): New function.
(add_location_or_const_value_attribute): Use it.
Also try to generate a frame_base from a single element location
list.

From-SVN: r93979

19 years agore PR tree-optimization/15349 ([tree-ssa] Merge two phi nodes.)
Kazu Hirata [Thu, 20 Jan 2005 19:20:39 +0000 (19:20 +0000)]
re PR tree-optimization/15349 ([tree-ssa] Merge two phi nodes.)

PR tree-optimization/15349
* timevar.def (TV_TREE_MERGE_PHI): New.
* tree-cfg.c (tree_forwarder_block_p): Add a new argument
PHI_WANTED.
(remove_forwarder_block, cleanup_forwarder_blocks): Adjust the
calls to tree_forwarder_block_p.
(remove_forwarder_block_with_phi, merge_phi_nodes,
gate_merge_phi, pass_merge_phi): New.
* tree-optimize.c (init_tree_optimization_passes): Add
pass_merge_phi.
* tree-pass.h: Add an extern for pass_merge_phi;

PR tree-optimization/15349
* testsuite/gcc.dg/tree-ssa/pr15349.c: New.

From-SVN: r93977

19 years ago* docs/html/17_intro/BADNAMES: Add list for Darwin.
Loren J. Rittle [Thu, 20 Jan 2005 19:10:03 +0000 (19:10 +0000)]
* docs/html/17_intro/BADNAMES: Add list for Darwin.

From-SVN: r93976

19 years ago* docs/html/17_intro/BADNAMES: Add list for FreeBSD.
Loren J. Rittle [Thu, 20 Jan 2005 19:06:40 +0000 (19:06 +0000)]
* docs/html/17_intro/BADNAMES: Add list for FreeBSD.

From-SVN: r93975

19 years agore PR target/19418 (_mm_cast*, icc8.1 new intrinsics)
Richard Henderson [Thu, 20 Jan 2005 19:06:28 +0000 (11:06 -0800)]
re PR target/19418 (_mm_cast*, icc8.1 new intrinsics)

        PR target/19418
        * config/i386/emmintrin.h (_mm_castpd_ps, _mm_castpd_si128): New.
        (_mm_castps_pd, _mm_castps_si128): New.
        (_mm_castsi128_ps, _mm_castsi128_pd): New.

From-SVN: r93974

19 years agoMark PR.
Richard Henderson [Thu, 20 Jan 2005 18:45:47 +0000 (10:45 -0800)]
Mark PR.

From-SVN: r93973

19 years agore PR target/19530 (MMX load intrinsic produces SSE superfluous instructions (movlps))
Richard Henderson [Thu, 20 Jan 2005 18:34:12 +0000 (10:34 -0800)]
re PR target/19530 (MMX load intrinsic produces SSE superfluous instructions (movlps))

        PR target/19530
        * config/i386/mmintrin.h (_mm_cvtsi32_si64): Use
        __builtin_ia32_vec_init_v2si.
        (_mm_cvtsi64_si32): Use __builtin_ia32_vec_ext_v2si.
        * config/i386/i386.c (IX86_BUILTIN_VEC_EXT_V2SI): New.
        (ix86_init_mmx_sse_builtins): Create it.
        (ix86_expand_builtin): Expand it.
        (ix86_expand_vector_set): Handle V2SFmode and V2SImode.
        * config/i386/mmx.md (vec_extractv2sf_0, vec_extractv2sf_1): New.
        (vec_extractv2si_0, vec_extractv2si_1): New.

From-SVN: r93972

19 years agoMakefile.in (alpha-linux, [...]): Use a-intnam-linux.ads and system-linux-alpha.ads.
Richard Henderson [Thu, 20 Jan 2005 18:27:10 +0000 (10:27 -0800)]
Makefile.in (alpha-linux, [...]): Use a-intnam-linux.ads and system-linux-alpha.ads.

        * Makefile.in (alpha-linux, LIBGNAT_TARGET_PAIRS): Use
        a-intnam-linux.ads and system-linux-alpha.ads.
        * a-intnam-linux-alpha.ads: Remove file.
        * s-osinte-linux-alpha.ads (SIGUNUSED, SIGSTKFLT, SIGLOST): New.
        * system-linux-alpha.ads: New file.

From-SVN: r93971

19 years agoi386.c (ix86_expand_push): New.
Richard Henderson [Thu, 20 Jan 2005 18:20:46 +0000 (10:20 -0800)]
i386.c (ix86_expand_push): New.

        * config/i386/i386.c (ix86_expand_push): New.
        * config/i386/mmx.md (push<MMXMODE>1): New.
        * config/i386/sse.md (push<SSEMODE>1): New.
        * config/i386/i386-protos.h: Update.

From-SVN: r93970

19 years ago* gcc.dg/tree-ssa/loop-1.c: Fix target names on xfail.
Steve Ellcey [Thu, 20 Jan 2005 16:29:33 +0000 (16:29 +0000)]
* gcc.dg/tree-ssa/loop-1.c:  Fix target names on xfail.

From-SVN: r93964

19 years agoparams.def, [...]: Update copyright.
Kazu Hirata [Thu, 20 Jan 2005 12:45:13 +0000 (12:45 +0000)]
params.def, [...]: Update copyright.

* params.def, params.h, predict.c, tree-ssa-loop-im.c: Update
copyright.

From-SVN: r93961

19 years agortl.def (CONST_VECTOR): Use RTX_CONST_OBJ.
Richard Henderson [Thu, 20 Jan 2005 11:03:23 +0000 (03:03 -0800)]
rtl.def (CONST_VECTOR): Use RTX_CONST_OBJ.

        * rtl.def (CONST_VECTOR): Use RTX_CONST_OBJ.
        * rtl.h (CONSTANT_P): Don't special case CONST_VECTOR.

From-SVN: r93958

19 years agore PR target/19350 (Compilation with -O1 -ftree-vectorize gives unrecognizable insn...
Richard Henderson [Thu, 20 Jan 2005 10:15:13 +0000 (02:15 -0800)]
re PR target/19350 (Compilation with -O1 -ftree-vectorize gives unrecognizable insn on x86.)

        PR target/19350
        * config/i386/i386.c (ix86_expand_vector_move_misalign): Convert
        to V4SFmode in SSE1 fallback load path.

From-SVN: r93957

19 years agoi386.c (ix86_expand_vector_init_one_var): Fix typo in QImode expansion to ix86_expand...
Richard Henderson [Thu, 20 Jan 2005 08:57:20 +0000 (00:57 -0800)]
i386.c (ix86_expand_vector_init_one_var): Fix typo in QImode expansion to ix86_expand_vector_set.

        * config/i386/i386.c (ix86_expand_vector_init_one_var): Fix typo
        in QImode expansion to ix86_expand_vector_set.
        (ix86_expand_vector_init_general): Fix typo in V8HImode recursive call.

From-SVN: r93952

19 years agotypeck.c (more_qualified_p): Remove.
Kazu Hirata [Thu, 20 Jan 2005 07:12:50 +0000 (07:12 +0000)]
typeck.c (more_qualified_p): Remove.

* typeck.c (more_qualified_p): Remove.
* cp-tree.h: Remove the corresponding prototype.

From-SVN: r93949

19 years agore PR target/19511 (ICE in in reload_cse_simplify_operands, at postreload.c:391)
Richard Henderson [Thu, 20 Jan 2005 06:47:28 +0000 (22:47 -0800)]
re PR target/19511 (ICE in in reload_cse_simplify_operands, at postreload.c:391)

        PR target/19511
        * config/i386/i386.c (ix86_preferred_reload_class): Return a proper
        subclass of the input class.
        (ix86_secondary_memory_needed): Always true for cross-MMX classes.
        Always true for cross-SSE1 classes.  Rationalize conditionals.
        * config/i386/i386.h (SSE_CLASS_P, MMX_CLASS_P): Use straight equality.
        * config/i386/i386.md (movsi_1): Add MMX/SSE zeros.  Fix alternatives
        for SSE1.  Don't check TARGET_INTER_UNIT_MOVES.
        (movdi_2): Add MMX/SSE zeros.
        (movdi_1_rex64): Likewise.  Don't check TARGET_INTER_UNIT_MOVES.
        (movsf_1): Don't check TARGET_INTER_UNIT_MOVES.
        (zero_extendsidi2_32, zero_extendsidi2_rex64): Likewise.
        (movsi_1_nointernunit, movdi_1_rex64_nointerunit): Remove.
        (movsf_1_nointerunit, zero_extendsidi2_32_1): Remove.
        (zero_extendsidi2_rex64_1): Remove.
        (MOV0 peephole): Check GENERAL_REG_P.

From-SVN: r93948

19 years agore PR target/19427 (gcc.c-torture/execute/simd-1.c compilation fails for i686 with...
Richard Henderson [Thu, 20 Jan 2005 06:35:37 +0000 (22:35 -0800)]
re PR target/19427 (gcc.c-torture/execute/simd-1.c compilation fails for i686 with -msse)

        PR target/19427
        * config/i386/i386.c (ix86_expand_vector_set): Fix third and fourth
        shufps elements.
        (ix86_expand_vector_extract): Likewise.

From-SVN: r93946

19 years agore PR middle-end/19304 (wrong code for spec test from emit_move_change_mode)
Richard Henderson [Thu, 20 Jan 2005 04:18:08 +0000 (20:18 -0800)]
re PR middle-end/19304 (wrong code for spec test from emit_move_change_mode)

        PR middle-end/19304
        * expr.c (emit_move_change_mode): New argument force; use
        simplify_gen_subreg if true.
        (emit_move_via_alt_mode): Merge into ...
        (emit_move_via_integer): ... here.
        (emit_move_ccmode): Use emit_move_change_mode directly.

From-SVN: r93944

19 years agore PR target/19518 ([alpha] unrecognizable insn (set (reg:V4HI) (const_vector:V4HI...
Richard Henderson [Thu, 20 Jan 2005 03:59:00 +0000 (19:59 -0800)]
re PR target/19518 ([alpha] unrecognizable insn (set (reg:V4HI) (const_vector:V4HI)) with builtins)

        PR target/19518
        * config/alpha/alpha.c (alpha_rtx_costs): Handle HIGH.
        (alpha_preferred_reload_class): Handle CONST_VECTOR.
        (alpha_emit_set_const_1): Add no_output parameter; don't emit
        rtl if true.
        (alpha_emit_set_const): Likewise.  Make static.
        (alpha_emit_set_long_const): Make static.
        (alpha_extract_integer): Split out from alpha_expand_mov.
        (alpha_split_const_mov): Likewise.
        (alpha_expand_mov): Use them.  Handle CONST_VECTOR.
        (alpha_legitimate_constant_p): New.
        * config/alpha/alpha-protos.h: Update.
        * config/alpha/alpha.h (REGISTER_MOVE_COST): Correct fp<->gp cost.
        (LEGITIMATE_CONSTANT_P): Re-implement with a function.
        * config/alpha/alpha.md (movsi): Add n alternative.
        (movsi_nt_vms, movdi_er_nofix, movdi_er_fix, movdi_fix): Likewise.
        (mov<VEC>_fix, mov<VEC>_nofix): Add i alternative.
        (splitters for all of the above): Use alpha_split_const_mov.
        * config/alpha/predicates.md (non_add_const_operand): New.
        (non_zero_const_operand): New.
        (input_operand): Use alpha_legitimate_constant_p after reload.

From-SVN: r93943

19 years agoloop-1.c: Fix missing "-" in dg-final scan-assembler-times directive name.
Hans-Peter Nilsson [Thu, 20 Jan 2005 03:38:20 +0000 (03:38 +0000)]
loop-1.c: Fix missing "-" in dg-final scan-assembler-times directive name.

* gcc.dg/tree-ssa/loop-1.c: Fix missing "-" in dg-final
scan-assembler-times directive name.

From-SVN: r93942

19 years agore PR libstdc++/19535 (Wrong return types for __pair_get<1>)
Paolo Carlini [Thu, 20 Jan 2005 02:13:49 +0000 (02:13 +0000)]
re PR libstdc++/19535 (Wrong return types for __pair_get<1>)

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

PR libstdc++/19535
* include/tr1/utility (struct __pair_get<1>::__get, __const_get):
Fix typo in the return type.
* testsuite/tr1/6_containers/utility/19535.cc: New.

From-SVN: r93940

19 years agotypeck.c (comptypes): Handle return code from objc_comptypes correctly.
Matt Austern [Thu, 20 Jan 2005 01:43:21 +0000 (01:43 +0000)]
typeck.c (comptypes): Handle return code from objc_comptypes correctly.

* typeck.c (comptypes): Handle return code from objc_comptypes
correctly.

From-SVN: r93934

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

From-SVN: r93930

19 years agoVMCompiler.java (compileClass): Ignore UnknownError.
Tom Tromey [Wed, 19 Jan 2005 23:56:27 +0000 (23:56 +0000)]
VMCompiler.java (compileClass): Ignore UnknownError.

* java/lang/VMCompiler.java (compileClass): Ignore UnknownError.
* gnu/gcj/runtime/natSharedLibLoader.cc (finalize): Only dlclose
if 'handler' is valid.

From-SVN: r93927

19 years agore PR tree-optimization/19038 (tree-ssa causing loops to have more than one BB)
Zdenek Dvorak [Wed, 19 Jan 2005 22:50:04 +0000 (23:50 +0100)]
re PR tree-optimization/19038 (tree-ssa causing loops to have more than one BB)

PR tree-optimization/19038
* tree-ssa-loop-ivopts.c (allow_ip_end_pos_p): New function.
(add_candidate): Add ivs with increment in latch only if
allow_ip_end_pos_p is true.
(determine_iv_cost): Use empty_block_p.

From-SVN: r93925

19 years agoarray_allocator.h (array_allocator<>::allocate): Avoid __used.
Loren J. Rittle [Wed, 19 Jan 2005 21:59:55 +0000 (21:59 +0000)]
array_allocator.h (array_allocator<>::allocate): Avoid __used.

* include/ext/array_allocator.h (array_allocator<>::allocate):
Avoid __used.  Use __array_used instead.

From-SVN: r93923

19 years agocfganal.c (compute_dominance_frontiers_1): Replace with new algorithm
Daniel Berlin [Wed, 19 Jan 2005 21:28:22 +0000 (21:28 +0000)]
cfganal.c (compute_dominance_frontiers_1): Replace with new algorithm

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

* cfganal.c (compute_dominance_frontiers_1): Replace with new algorithm
(compute_dominance_frontiers): Ditto.

From-SVN: r93922

19 years agore PR target/19529 (sh-rtems multilibs broken)
Ralf Corsepius [Wed, 19 Jan 2005 21:25:35 +0000 (22:25 +0100)]
re PR target/19529 (sh-rtems multilibs broken)

2005-01-19  Ralf Corsepius  <ralf.corsepius@rtems.org>

PR target/19529
* config/sh/t-rtems: New.
* config.gcc (sh-*-rtems*): Reflect having added config/sh/t-rtems.

From-SVN: r93921

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