Skip to content
Snippets Groups Projects
  1. Aug 23, 2005
  2. Aug 22, 2005
  3. Aug 21, 2005
    • John David Anglin's avatar
      re PR libgcj/23507 (gij testsuite failures) · 38fa6e73
      John David Anglin authored
      	PR libgcj/23507
      	* stacktrace.cc (_Jv_StackTrace::UnwindTraceFn): Fix typo in newLength
      	assignment.  Cast operands of compare to function pointer type.
      
      From-SVN: r103325
      38fa6e73
    • Tom Tromey's avatar
      * HACKING: Updated for hacking classpath in libgcj. · aa5190e9
      Tom Tromey authored
      From-SVN: r103324
      aa5190e9
    • Steven G. Kargl's avatar
      * array.c: Bump GFC_MAX_AC_EXPAND from 100 to 65535. · beb6ae88
      Steven G. Kargl authored
      From-SVN: r103323
      beb6ae88
    • Tobias Schlüter's avatar
      gfortran.h (gfc_option_t): Remove source field. · e0bcf78c
      Tobias Schlüter authored
      fortran/
      	* gfortran.h (gfc_option_t): Remove source field.  Add
      	flag_d_lines field.
      	(gfc_new_file): Remove arguments in prototype.
      	(gfc_source_file): Make 'const char *'.
      	* f95-lang.c (gfc_init): Use gfc_source_file instead of
      	gfc_option.source.  Call gfc_new_file without arguments.
      	* invoke.texi: Document new options '-fd-lines-as-code' and
      	'-fd-lines-as-comment'.
      	* lang.opt: Add new options.  Alphabetize.
      	* options.c (gfc_init_options): Initialize gfc_source_file instead
      	of gfc_option.source.  Initialize gfc_option.flag_d_lines.
      	(form_from_filename): Move here from scanner.c.  Make
      	'filename' argument 'const'.
      	(gfc_post_options): Set gfc_source_file.  Determine source form.
      	Warn if 'd-lines*' are used in free form.
      	* scanner.c (gfc_source_file): Constify.
      	(skip_fixed_comments): Deal with d-lines.
      	(get_file): Constify argument 'name'.
      	(load_file): Constify argument 'filename'.
      	(form_from_filename): Moved to options.c.
      	(gfc_new_file): Remove arguments.  Don't initialize
      	gfc_source_file, don't determine source form.
      	* trans-const.c (gfc_init_constants): Use gfc_source_file instead
      	of gfc_option.source.
      
      testsuite/
      	* d_lines_1.f, d_lines_2.f, d_lines_3.f, d_lines_4.f,
      	d_lines_5.f: New.
      
      From-SVN: r103322
      e0bcf78c
    • Jakub Jelinek's avatar
      simplify-rtx.c (simplify_immed_subreg): Only clear up to elem_bitsize bits, not max_bitsize. · 1125164c
      Jakub Jelinek authored
      	* simplify-rtx.c (simplify_immed_subreg) <case CONST_DOUBLE>: Only clear
      	up to elem_bitsize bits, not max_bitsize.
      
      	* gcc.target/i386/sse-4.c: New test.
      
      From-SVN: r103318
      1125164c
    • Sebastian Pop's avatar
      re PR tree-optimization/23433 (ICE: tree check: expected real_cst, have... · 3c0c8f9d
      Sebastian Pop authored
      re PR tree-optimization/23433 (ICE: tree check: expected real_cst, have integer_cst in const_binop, at fold-const.c:1512)
      
      	PR tree-optimization/23433
              * tree-chrec.c (chrec_apply): Translate INTEGER_CST to a
              REAL_CST when the type is SCALAR_FLOAT_TYPE_P.
      
      From-SVN: r103317
      3c0c8f9d
    • Sebastian Pop's avatar
      * testsuite/gcc.dg/tree-ssa/pr23391.c: Should be compiled with -O2. · 00c59348
      Sebastian Pop authored
      From-SVN: r103316
      00c59348
    • Sebastian Pop's avatar
      re PR tree-optimization/23434 (ICE: Segmentation fault compiling gsl1.5 at -O2) · a1596edc
      Sebastian Pop authored
      	PR tree-optimization/23434
              * tree-ssa-loop-niter.c (proved_non_wrapping_p): Give up when
              the iteration bound is not an INTEGER_CST.
      
      From-SVN: r103315
      a1596edc
    • Dorit Nuzman's avatar
      tree-vect-transform.c (get_initial_def_for_reduction): Set need_epilog_adjust... · 429268fc
      Dorit Nuzman authored
      tree-vect-transform.c (get_initial_def_for_reduction): Set need_epilog_adjust back to false for MIN/MAX case.
      
              * tree-vect-transform.c (get_initial_def_for_reduction): Set
              need_epilog_adjust back to false for MIN/MAX case. Set *scalar_def to
              NULL if need_epilog_adjust is false.
              (vect_create_epilog_for_reduction): Variable adjust_in_epilog removed.
              Case 3 always peels first itration, not just for PLUS case, and no need
              to use scalar_initial_def here. Create an epilog adjustment only if
              scalar_initial_def is not NULL.
      
              (vectorizable_reduction): Remove assert.
      
      From-SVN: r103314
      429268fc
    • GCC Administrator's avatar
      Daily bump. · b0b0f2b8
      GCC Administrator authored
      [[Split portion of a mixed commit.]]
      
      From-SVN: r103311.2
      b0b0f2b8
  4. Aug 20, 2005
Loading