- 23 Jan, 2005 6 commits
-
-
From-SVN: r94105
Kazu Hirata committed -
* 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
Richard Sandiford committed -
PR middle-end/19378 * config/avr/avr.c (avr_hard_regno_mode_ok): Rewrite. From-SVN: r94102
Roger Sayle committed -
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
Thomas Koenig committed -
From-SVN: r94093
GCC Administrator committed -
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
David Edelsohn committed
-
- 22 Jan, 2005 28 commits
-
-
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
Richard Henderson committed -
From-SVN: r94086
Richard Henderson committed -
From-SVN: r94085
Richard Henderson committed -
* 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
Richard Henderson committed -
* 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
Richard Henderson committed -
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
Steven G. Kargl committed -
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
Paul Brook committed -
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
Mark Dettinger committed -
* 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
Ulrich Weigand committed -
* config/s390/s390.h (HARD_REGNO_NREGS): Fix computation for access registers. (CLASS_MAX_NREGS): Likewise. From-SVN: r94077
Ulrich Weigand committed -
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
Thomas Koenig committed -
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
Daniel Berlin committed -
From-SVN: r94074
Paul Brook committed -
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
Paul Brook committed -
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
Richard Sandiford committed -
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
Daniel Berlin committed -
From-SVN: r94068
Kazu Hirata committed -
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
Kazu Hirata committed -
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
Paul Brook committed -
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
Tobias Schlüter committed -
* 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
Kazu Hirata committed -
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
Bud Davis committed -
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
David Edelsohn committed -
2005-01-22 Ralf Corsepius <ralf.corsepius@rtems.org> * config/rs6000/rtems.h: Update copyright. From-SVN: r94057
Ralf Corsepius committed -
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
Ralf Corsepius committed -
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
Tobias Schlüter committed -
From-SVN: r94052
GCC Administrator committed -
PR c/18809 * c-typeck.c (convert_arguments): Check for error_mark_node. * gcc.dg/pr18809-1.c: New test. From-SVN: r94049
Volker Reichelt committed
-
- 21 Jan, 2005 6 commits
-
-
From-SVN: r94029
Ian Lance Taylor committed -
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
Ian Lance Taylor committed -
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
Ian Lance Taylor committed -
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
Roger Sayle committed -
From-SVN: r94019
Tom Tromey committed -
From-SVN: r94016
Kazu Hirata committed
-