aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
AgeCommit message (Expand)AuthorFilesLines
2005-09-09* match.h (gfc_match_equiv_variable): Declare.Richard Sandiford2-0/+5
2005-09-09re PR fortran/19239 ([4.0 only] gfortran ICE on vector subscript expressions)Richard Sandiford7-247/+244
2005-09-09re PR fortran/21104 (Segmentation fault on correct code)Richard Sandiford5-93/+187
2005-09-09re PR fortran/12840 ([4.0 only] Unable to find scalarization loop specifier)Richard Sandiford6-135/+340
2005-09-09re PR fortran/18878 ([4.0 only] erronous error message on vaild USE statement)Paul Thomas7-89/+409
2005-09-08re PR fortran/23765 (segfault with syntactically wrong common declaration)Tobias Schlüter2-6/+6
2005-09-08gfortran.texi: Add section about implemented F2003 features.Janne Blomqvist2-3/+38
2005-09-08re PR fortran/15326 ([4.0 only] ICE with assumed length character strings)Richard Sandiford3-107/+576
2005-09-08re PR fortran/19928 (Reference of constant derived type component causes fail...Richard Sandiford3-9/+48
2005-09-08re PR fortran/23373 ([4.0 only] Functions returning pointers with pointer arg...Richard Sandiford2-6/+31
2005-09-07re PR fortran/20848 (PARAMETER and SAVE attribute conflict)Thomas Koenig2-0/+6
2005-09-07re PR fortran/19269 (transpose(reshape(...)) of character array segfaults.)Richard Sandiford2-1/+7
2005-09-04re PR fortran/23661 ('print fmt' is unclassifiable statement in gfortran)Tobias Schlüter2-22/+35
2005-08-31re PR fortran/20592 (-fno-automatic (g77 option) is missing from gfortran.)Francois-Xavier Coudert6-3/+33
2005-08-27[multiple changes]Tobias Schlüter3-3/+12
2005-08-25re PR fortran/20363 (interface body has incorrect scope)Erik Edelmann2-12/+25
2005-08-24re PR fortran/17758 (gfortran_abort and some others should be marked as noret...Thomas Koenig4-1/+34
2005-08-22* decl.c: Typo in comment.Steven G. Kargl2-1/+5
2005-08-21* array.c: Bump GFC_MAX_AC_EXPAND from 100 to 65535.Steven G. Kargl2-1/+5
2005-08-21gfortran.h (gfc_option_t): Remove source field.Tobias Schlüter8-114/+186
2005-08-19Fix changeLog typoTobias Schlüter1-1/+1
2005-08-19re PR fortran/23065 (MAXPATHLEN usage in fortran/{scanner,module}.c)Steven G. Kargl4-24/+30
2005-08-16re PR target/23376 (ICE on GCC 4.x with -O1 -funroll-loops -fvariable-expansi...Steven Bosscher1-1/+1
2005-08-16[multiple changes]Feng Wang2-0/+6
2005-08-14parse.c (match): Enclosed macro in do...while(0) and braces.Tobias Schlüter2-9/+16
2005-08-14re PR fortran/21432 (gfortran does not support printing of namelists)Paul Thomas2-0/+14
2005-08-14re PR fortran/21432 (gfortran does not support printing of namelists)Paul Thomas2-0/+29
2005-08-14trans-stmt.c (gfc_trans_arithmetic_if): Optimized in case of equal labels.Canqun Yang2-10/+36
2005-08-11re PR libfortran/20006 ($ format extension doesn't work)Francois-Xavier Coudert5-3/+51
2005-08-10re PR libfortran/22143 (missing kinds 1 and 2 for eoshift and cshift)Thomas Koenig4-15/+92
2005-08-09check.c (gfc_check_ttynam_sub, [...]): Add check functions for new intrinsics...François-Xavier Coudert7-0/+100
2005-08-09scanner.c (preprocessor_line): Don't write beyond the end of flag buffer.Jakub Jelinek2-1/+6
2005-08-07[multiple changes]Janne Blomqvist12-17/+82
2005-08-06* primary.c (match_hollerith_constant): Fix typo.Francois-Xavier Coudert2-1/+5
2005-08-06decl.c, [...]: Fix comment/doc typos.Kazu Hirata13-15/+22
2005-08-06re PR fortran/18833 (ICE 'missing spec' on integer/char equivalence)Jakub Jelinek3-19/+118
2005-08-05trans-expr.c (gfc_build_builtin_function_decls): Mark stop_numeric and stop_s...Thomas Koenig2-0/+10
2005-08-04trans-expr.c (gfc_conv_expr, [...]): Update comments.Paul Brook3-11/+22
2005-08-02re PR fortran/22491 (character array parameters do not reduce)David Edelsohn2-2/+32
2005-08-01re PR libfortran/23178 (Undefined symbol: __gfortran_flush_i8)François-Xavier Coudert1-2/+2
2005-08-01intrinsic.texi: Add documentation for exponent...Jerry DeLisle2-10/+132
2005-07-31trans-decl.c (gfc_build_builtin_function_decls): Give the internal malloc fun...Steven Bosscher2-0/+11
2005-07-31trans-stmt.c (gfc_trans_goto): Jump to the known label instead of the assigne...Steven Bosscher2-4/+11
2005-07-29* trans-types.h (gfc_array_range_type): Add missing GTY decl for this.Steven Bosscher3-1/+8
2005-07-27f95-lang.c (language_function): Remove named_labels...Andrew Pinski2-8/+8
2005-07-27re PR fortran/22503 (Suggest to use .EQV. when comparing logicals with .EQ.)Volker Reichelt2-3/+14
2005-07-25re PR fortran/20063 (n*'xxxx' disables padding)Jakub Jelinek2-5/+16
2005-07-22tree-ssa-structalias.c (merge_graph_nodes): Fix uninitialised warnings.Manfred Hollstein3-0/+8
2005-07-20Make CONSTRUCTOR use VEC to store initializers.Giovanni Bajo5-40/+39
2005-07-19re PR fortran/16940 (Failure to perform host association correctly)Paul Thomas2-0/+32