gcc/gcc/fortran
Jakub Jelinek 7efeea5e7c [multiple changes]
2007-02-21  Bernhard Fischer  <aldot@gcc.gnu.org>

	* parse.c (next_free): Gooble spaces after OpenMP sentinel.

2007-02-21  Jakub Jelinek  <jakub@redhat.com>

	* gfortran.dg/gomp/omp_parse1.f90: New test.
	* gfortran.dg/gomp/omp_parse2.f: New test.

From-SVN: r122190
2007-02-21 09:36:18 +01:00
..
ChangeLog [multiple changes] 2007-02-21 09:36:18 +01:00
ChangeLog-2002
ChangeLog-2003
ChangeLog-2004
ChangeLog-2005
ChangeLog-2006
Make-lang.in
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
check.c
config-lang.in
convert.c
data.c
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
dump-parse-tree.c
error.c
expr.c
f95-lang.c Makefile.in (libgcc-support, [...]): Add emutls.c. 2007-02-10 19:19:10 +00:00
gfortran.h re PR fortran/30522 (Host-/use-associated VOLATILE variable: volatile scope, redundent attributes) 2007-02-20 10:22:28 +01: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 re PR fortran/30520 (Conflics checking of VOLATILE attribute needs improvement) 2007-01-31 10:18:33 +01:00
intrinsic.c
intrinsic.h
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
iresolve.c re PR libfortran/30533 ([4.1 only] minval, maxval missing for kind=1 and kind=2) 2007-02-19 20:49:10 +00:00
iso-fortran-env.def
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 re PR fortran/30869 ([4.1 only] Rejects pointer to integer as loop variable) 2007-02-20 21:50:20 +00:00
match.h
matchexp.c
mathbuiltins.def
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 re PR fortran/30681 ("obsolescent" vs. "obsolete") 2007-02-19 06:48:07 +00:00
parse.c [multiple changes] 2007-02-21 09:36:18 +01:00
parse.h
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/30783 ("character(*), value" produces SEGV at runtime) 2007-02-20 10:16:58 +01: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
symbol.c re PR fortran/30522 (Host-/use-associated VOLATILE variable: volatile scope, redundent attributes) 2007-02-20 10:22:28 +01:00
trans-array.c trans-array.c (gfc_build_constant_array_constructor): When the shape of the constructor is known... 2007-02-18 20:05:00 +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
trans-const.h
trans-decl.c re PR fortran/30522 (Host-/use-associated VOLATILE variable: volatile scope, redundent attributes) 2007-02-20 10:22:28 +01:00
trans-expr.c tree.h (enum tree_code_class): Add tcc_vl_exp. 2007-02-15 18:50:49 -05:00
trans-intrinsic.c trans-array.c (gfc_build_constant_array_constructor): When the shape of the constructor is known... 2007-02-18 20:05:00 +00:00
trans-io.c tree.h (enum tree_code_class): Add tcc_vl_exp. 2007-02-15 18:50:49 -05:00
trans-openmp.c tree.h (enum tree_code_class): Add tcc_vl_exp. 2007-02-15 18:50:49 -05:00
trans-stmt.c tree.h (enum tree_code_class): Add tcc_vl_exp. 2007-02-15 18:50:49 -05:00
trans-stmt.h
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.c tree.h (enum tree_code_class): Add tcc_vl_exp. 2007-02-15 18:50:49 -05: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