1. 23 Aug, 2005 18 commits
  2. 22 Aug, 2005 18 commits
  3. 21 Aug, 2005 4 commits
    • re PR libgcj/23507 (gij testsuite failures) · 38fa6e73
      	PR libgcj/23507
      	* stacktrace.cc (_Jv_StackTrace::UnwindTraceFn): Fix typo in newLength
      	assignment.  Cast operands of compare to function pointer type.
      
      From-SVN: r103325
      John David Anglin committed
    • * HACKING: Updated for hacking classpath in libgcj. · aa5190e9
      From-SVN: r103324
      Tom Tromey committed
    • * array.c: Bump GFC_MAX_AC_EXPAND from 100 to 65535. · beb6ae88
      From-SVN: r103323
      Steven G. Kargl committed
    • gfortran.h (gfc_option_t): Remove source field. · e0bcf78c
      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
      Tobias Schlüter committed