summaryrefslogtreecommitdiff
path: root/gcc/fortran
Commit message (Expand)AuthorAgeFilesLines
* re PR fortran/30522 (Host-/use-associated VOLATILE variable: volatile scope, ...Tobias Burnus2007-02-204-13/+20
* re PR fortran/30783 ("character(*), value" produces SEGV at runtime)Tobias Burnus2007-02-202-3/+20
* re PR libfortran/30533 ([4.1 only] minval, maxval missing for kind=1 and kind=2)Thomas Koenig2007-02-192-26/+7
* re PR fortran/30681 ("obsolescent" vs. "obsolete")Jerry DeLisle2007-02-193-4/+10
* trans-array.c (gfc_build_constant_array_constructor): When the shape of the c...Roger Sayle2007-02-183-19/+79
* re PR fortran/30400 (ANY not accepted as mask in FORALL)Roger Sayle2007-02-182-9/+16
* re PR fortran/30793 (Segfault on calling a function returning a pointer)Tobias Burnus2007-02-162-1/+8
* tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore2007-02-159-313/+223
* re PR fortran/30779 ([4.1, 4.2 only] incomplete file triggers ICE)Jerry DeLisle2007-02-152-0/+9
* primary.c (match_logical_constant): Return MATCH_ERROR on invalid kind.Steven G. Kargl2007-02-152-1/+10
* Fix a potential buffer overflow.Steven G. Kargl2007-02-142-1/+6
* [multiple changes]Paul Thomas2007-02-122-1/+17
* invoke.texi (Overall Options): Document --help=.Nick Clifton2007-02-122-11/+15
* intrinsic.texi (HOSTNM): Fix typographical error in syntax.Daniel Franke2007-02-112-1/+39
* re PR fortran/30478 (FAIL: gfortran.dg/enum_2.f90 -O (internal compiler err...Tobias Schlüter2007-02-112-65/+120
* re PR fortran/30554 ([4.1 only] ICE in mio_pointer_ref at module.c:1945)Paul Thomas2007-02-113-2/+55
* Makefile.in (libgcc-support, [...]): Add emutls.c.Richard Henderson2007-02-106-8/+24
* re PR fortran/30512 ([4.1 only] MAXVAL() incorrect for zero-size int arrays, ...Tobias Burnus2007-02-092-2/+23
* re PR fortran/30720 ([4.1 only] runtime: check for empty array slices before ...Francois-Xavier Coudert2007-02-096-51/+33
* trans-stmt.c (gfc_trans_forall_1): Optimize the cases where the mask expressi...Roger Sayle2007-02-082-2/+26
* Add the PR number to my previous ChangeLog entries.Steven G. Kargl2007-02-061-1/+1
* re PR fortran/30611 ([4.1 only] Confusing error message for negative ncopies ...Francois-Xavier Coudert2007-02-042-1/+22
* invoke.texi: Update documentation.Steven G. Kargl2007-02-043-2/+14
* * trans-array.c: Fix a comment typo.Kazu Hirata2007-02-032-1/+5
* re PR fortran/30514 ([4.1 only] zero-sized array wrongly rejected: integer ::...Paul Thomas2007-02-033-8/+35
* re PR fortran/30683 ([4.2 only] internal compiler error: Segmentation fault)Steven G. Kargl2007-02-032-1/+6
* trans.c (gfc_build_array_ref): Use STRIP_TYPE_NOPS to eliminate NON_LVALUE_EX...Roger Sayle2007-02-022-0/+8
* re PR fortran/30284 ([4.1 only] ICE in gfc_add_modify with internal reads)Paul Thomas2007-02-024-12/+52
* trans-array.c (gfc_conv_expr_descriptor): We don't need to use a temporary ar...Roger Sayle2007-02-022-9/+39
* dependency.c (gfc_check_dependency): Implement dependency checking for array ...Roger Sayle2007-02-022-3/+20
* trans-stmt.c (compute_overall_iter_number): Document function arguments.Roger Sayle2007-02-022-28/+32
* re PR fortran/30520 (Conflics checking of VOLATILE attribute needs improvement)Tobias Burnus2007-01-314-5/+68
* * simplify.c, trans-array.c: Fix comment typos.Kazu Hirata2007-01-313-3/+7
* invoke.texi (Code Gen Options): Fix abbreviation typo.Ralf Wildenhues2007-01-303-4/+9
* re PR fortran/30432 ([4.1 only] gfortran.dg/c_by_val_1.f fails on ia64-*-*, p...Steve Ellcey2007-01-303-2/+11
* re PR fortran/30554 ([4.1 only] ICE in mio_pointer_ref at module.c:1945)Paul Thomas2007-01-292-3/+17
* re PR fortran/30389 ([4.1 only] ACHAR() intrinsic gives erroneous errors in c...Thomas Koenig2007-01-286-92/+64
* trans-stmt.c (forall_info): Replace the next_nest and outer fields that previ...Roger Sayle2007-01-272-17/+20
* re PR fortran/30407 ([4.1 only] Elemental functions in WHERE assignments wron...Paul Thomas2007-01-275-6/+104
* Add 'PR fortran/30278' to my previous commit.Steven G. Kargl2007-01-271-0/+1
* Steven G.Steven G. Kargl2007-01-263-2/+53
* lang-specs.h: Add support for .f03 and .F03 extensions.Tobias Burnus2007-01-264-2/+13
* re PR fortran/30437 (-Wno-all is rejected (even when fortran is not included))Manuel López-Ibáñez2007-01-253-17/+25
* [multiple changes]Jerry DeLisle2007-01-243-8/+19
* intrinsic.texi (ACHAR): Added cross-references.Brooks Moses2007-01-212-2/+19
* intrinsic.texi: Edited all "Syntax" examples to a consistent form.Brooks Moses2007-01-202-147/+145
* openmp.c, [...]: Next installment in the massive whitespace patch.Steven G. Kargl2007-01-2012-1714/+1623
* module.c (mio_array_ref): The dimen_type fields of an array ref are an enumer...Roger Sayle2007-01-202-2/+25
* dependency.c (gfc_full_array_ref_p): Check that ref->next is NULL, i.e.Roger Sayle2007-01-205-21/+116
* trans-intrinsic.c (gfc_conv_intrinsic_sign): New branchless implementation fo...Roger Sayle2007-01-202-14/+28