gcc/gcc/fortran
Jerry DeLisle 0267ffdccb re PR fortran/30779 ([4.1, 4.2 only] incomplete file triggers ICE)
2007-02-14  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

	PR fortran/30779
	* scanner.c (gfc_next_char_literal): Add check for end of file after
	call to advance_line.

From-SVN: r121982
2007-02-15 06:48:09 +00:00
..
ChangeLog re PR fortran/30779 ([4.1, 4.2 only] incomplete file triggers ICE) 2007-02-15 06:48:09 +00:00
ChangeLog-2002 * Split the ChangeLog into years. 2006-01-01 17:04:47 +00:00
ChangeLog-2003 * Split the ChangeLog into years. 2006-01-01 17:04:47 +00:00
ChangeLog-2004 * Split the ChangeLog into years. 2006-01-01 17:04:47 +00:00
ChangeLog-2005 * Split the ChangeLog into years. 2006-01-01 17:04:47 +00:00
ChangeLog-2006 Rotate ChangeLog. 2007-01-01 19:22:09 +00:00
Make-lang.in Make-lang.in (fortran/options.o): Add $(PARAMS_H) dependency. 2006-12-14 14:39:44 -05:00
arith.c re PR fortran/30389 ([4.1 only] ACHAR() intrinsic gives erroneous errors in constant-folding.) 2007-01-28 10:44:47 +00:00
arith.h re PR fortran/30389 ([4.1 only] ACHAR() intrinsic gives erroneous errors in constant-folding.) 2007-01-28 10:44:47 +00:00
array.c re PR fortran/30514 ([4.1 only] zero-sized array wrongly rejected: integer :: i(1:-1)) 2007-02-03 13:38:42 +00:00
bbt.c [multiple changes] 2007-01-07 00:28:29 +00:00
check.c [multiple changes] 2007-01-07 00:28:29 +00:00
config-lang.in configure.ac (strict1_warn): Rename to strict_warn. 2007-01-11 10:49:30 +00:00
convert.c decl.c, [...]: Update Copyright dates. 2007-01-07 19:39:52 +00:00
data.c decl.c, [...]: Update Copyright dates. 2007-01-07 19:39:52 +00:00
decl.c re PR fortran/30478 (FAIL: gfortran.dg/enum_2.f90 -O (internal compiler error)) 2007-02-11 23:35:56 +01:00
dependency.c dependency.c (gfc_check_dependency): Implement dependency checking for array constructors. 2007-02-02 03:58:58 +00:00
dependency.h re PR fortran/30207 (ICE in gfc_dep_resolver with where (a < 0) a(:) = 1) 2006-12-17 18:28:07 +00:00
dump-parse-tree.c decl.c, [...]: Update Copyright dates. 2007-01-07 19:39:52 +00:00
error.c decl.c, [...]: Update Copyright dates. 2007-01-07 19:39:52 +00:00
expr.c decl.c, [...]: Update Copyright dates. 2007-01-07 19:39:52 +00:00
f95-lang.c Makefile.in (libgcc-support, [...]): Add emutls.c. 2007-02-10 19:19:10 +00:00
gfortran.h re PR fortran/30389 ([4.1 only] ACHAR() intrinsic gives erroneous errors in constant-folding.) 2007-01-28 10:44:47 +00:00
gfortran.texi lang-specs.h: Add support for .f03 and .F03 extensions. 2007-01-26 09:35:19 +01:00
gfortranspec.c interface.c, [...]: Update Copyright years. 2007-01-08 19:02:08 +00:00
interface.c re PR fortran/30520 (Conflics checking of VOLATILE attribute needs improvement) 2007-01-31 10:18:33 +01:00
intrinsic.c interface.c, [...]: Update Copyright years. 2007-01-08 19:02:08 +00:00
intrinsic.h [multiple changes] 2006-10-08 16:21:55 +00:00
intrinsic.texi intrinsic.texi (HOSTNM): Fix typographical error in syntax. 2007-02-11 18:08:01 -05:00
invoke.texi invoke.texi: Update documentation. 2007-02-04 21:19:49 +00:00
io.c Steven G. 2007-01-26 23:36:11 +00:00
ioparm.def re PR libfortran/30014 (INQUIRE (iolength = xx) limited to kind=4) 2006-12-28 01:39:15 +00:00
iresolve.c re PR libfortran/30415 (MINLOC, MAXLOC missing for integer kinds 1 and 2) 2007-01-11 20:32:42 +00:00
iso-fortran-env.def module.c (gfc_use_module): Uncomment the ISO_FORTRAN_ENV code. 2006-11-19 21:18:26 +00:00
lang-specs.h lang-specs.h: Add support for .f03 and .F03 extensions. 2007-01-26 09:35:19 +01:00
lang.opt invoke.texi (Overall Options): Document --help=. 2007-02-12 16:25:14 +00:00
match.c [multiple changes] 2007-01-24 01:56:55 +00:00
match.h re PR fortran/23232 ([4.1 only] DATA implied DO variables) 2007-01-05 14:45:20 +00:00
matchexp.c openmp.c, [...]: Next installment in the massive whitespace patch. 2007-01-20 22:01:41 +00:00
mathbuiltins.def re PR fortran/21915 ([4.0 only] Would like atanh etc. as intrinsics) 2005-06-24 23:12:32 +00:00
misc.c Fix a potential buffer overflow. 2007-02-14 20:02:39 +00:00
module.c [multiple changes] 2007-02-12 23:39:51 +00:00
openmp.c Makefile.in (libgcc-support, [...]): Add emutls.c. 2007-02-10 19:19:10 +00:00
options.c invoke.texi: Update documentation. 2007-02-04 21:19:49 +00:00
parse.c openmp.c, [...]: Next installment in the massive whitespace patch. 2007-01-20 22:01:41 +00:00
parse.h re PR fortran/25162 (Issue with OpenMP COPYIN and gfortran) 2006-02-14 17:38:03 +01:00
primary.c primary.c (match_logical_constant): Return MATCH_ERROR on invalid kind. 2007-02-15 00:58:01 +00:00
resolve.c re PR fortran/30514 ([4.1 only] zero-sized array wrongly rejected: integer :: i(1:-1)) 2007-02-03 13:38:42 +00:00
scanner.c re PR fortran/30779 ([4.1, 4.2 only] incomplete file triggers ICE) 2007-02-15 06:48:09 +00:00
simplify.c * simplify.c, trans-array.c: Fix comment typos. 2007-01-31 03:35:59 +00:00
st.c openmp.c, [...]: Next installment in the massive whitespace patch. 2007-01-20 22:01:41 +00:00
symbol.c re PR fortran/30520 (Conflics checking of VOLATILE attribute needs improvement) 2007-01-31 10:18:33 +01:00
trans-array.c re PR fortran/30720 ([4.1 only] runtime: check for empty array slices before allocating a negative amount of memory) 2007-02-09 20:31:18 +00:00
trans-array.h re PR fortran/30720 ([4.1 only] runtime: check for empty array slices before allocating a negative amount of memory) 2007-02-09 20:31:18 +00:00
trans-common.c Makefile.in (libgcc-support, [...]): Add emutls.c. 2007-02-10 19:19:10 +00:00
trans-const.c re PR fortran/19310 ([4.1 Only] unnecessary error for overflowing results) 2006-06-18 06:36:45 +00:00
trans-const.h trans.c (gfc_msg_bounds, [...]): Add strings for common runtime error messages. 2006-06-03 17:28:33 +00:00
trans-decl.c Makefile.in (libgcc-support, [...]): Add emutls.c. 2007-02-10 19:19:10 +00:00
trans-expr.c re PR fortran/30720 ([4.1 only] runtime: check for empty array slices before allocating a negative amount of memory) 2007-02-09 20:31:18 +00:00
trans-intrinsic.c re PR fortran/30512 ([4.1 only] MAXVAL() incorrect for zero-size int arrays, and for -HUGE-1 maximum values.) 2007-02-09 22:56:06 +01:00
trans-io.c re PR fortran/30284 ([4.1 only] ICE in gfc_add_modify with internal reads) 2007-02-02 12:35:57 +00:00
trans-openmp.c Merge gimple-tuples-branch into mainline. 2006-12-05 17:26:05 +00:00
trans-stmt.c re PR fortran/30720 ([4.1 only] runtime: check for empty array slices before allocating a negative amount of memory) 2007-02-09 20:31:18 +00:00
trans-stmt.h [multiple changes] 2006-10-19 04:51:14 +00:00
trans-types.c re PR fortran/30432 ([4.1 only] gfortran.dg/c_by_val_1.f fails on ia64-*-*, problem with %VAL) 2007-01-30 17:49:24 +00:00
trans-types.h * trans-types.h (gfc_array_range_type): Add missing GTY decl for this. 2005-07-29 00:02:38 +00:00
trans.c trans.c (gfc_build_array_ref): Use STRIP_TYPE_NOPS to eliminate NON_LVALUE_EXPR nodes and useless type conversions. 2007-02-02 21:16:23 +00:00
trans.h re PR fortran/30284 ([4.1 only] ICE in gfc_add_modify with internal reads) 2007-02-02 12:35:57 +00:00
types.def Makefile.in (libgcc-support, [...]): Add emutls.c. 2007-02-10 19:19:10 +00:00