aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
AgeCommit message (Expand)AuthorFilesLines
2007-10-08re PR fortran/33689 ([Regression 4.3] Array with constant bound rejected as a...Tobias Schlüter2-28/+25
2007-10-07re PR libfortran/33683 (calculating lgamma instead of gamma)Thomas Koenig2-1/+7
2007-10-07re PR fortran/20851 (dummy argument may not appear in specification expressio...Tobias Schlüter3-16/+37
2007-10-06re PR fortran/33609 (ICE on arithmetic overflow)Jerry DeLisle2-0/+9
2007-10-06* simplify.c (gfc_simplify_size): Fix typo.Tobias Schlüter2-1/+5
2007-10-06re PR fortran/25076 (FORALL triplet subscript must not reference any index-name)Tobias Schlüter2-143/+161
2007-10-05gfortran.h (gfc_get_data_variable, [...]): Move to decl.c.Francois-Xavier Coudert11-41/+90
2007-10-04re PR fortran/33539 (Too much noise for zero-length character strings)Thomas Koenig1-1/+1
2007-10-04re PR fortran/33529 (Non-litteral CHARACTER kind values matching is wrong)Francois-Xavier Coudert2-46/+87
2007-10-04re PR fortran/33502 (gfortran with .F suffix and -g3 option chokes on preproc...Francois-Xavier Coudert4-2/+88
2007-10-04Mention PR fortran/33646 in revision 129000.H.J. Lu1-0/+1
2007-10-04re PR fortran/33626 (Parentheses get wrong kind during matching)Tobias Schlüter2-8/+9
2007-10-04re PR fortran/33542 (gfortran does not detect ambigious specific names if the...Paul Thomas2-2/+6
2007-10-03re PR fortran/26682 (gfortran fails with -fwhole-program optimization)Francois-Xavier Coudert2-0/+12
2007-10-03Fix date on ChangeLog entry.Tobias Schlüter1-1/+1
2007-10-03re PR fortran/33198 (Derived type in common: Default initializer not rejected)Tobias Schlüter2-82/+105
2007-10-03re PR fortran/26682 (gfortran fails with -fwhole-program optimization)Francois-Xavier Coudert2-0/+10
2007-10-02re PR fortran/33542 (gfortran does not detect ambigious specific names if the...Paul Thomas2-1/+8
2007-10-02re PR fortran/33566 (fortran : wrong rank of derived type parameters array co...Paul Thomas2-7/+12
2007-10-02re PR fortran/33554 (Seg.fault: Default initialization of derived type uses u...Paul Thomas2-21/+52
2007-10-02re PR fortran/33550 (ICE (segfault) when USEing ambiguous symbols)Paul Thomas2-1/+10
2007-10-02re PR fortran/31154 (IMPORT fails for "<imported symbol> FUNCTION (...)" kin...Paul Thomas5-18/+159
2007-09-28module.c (mio_expr): Avoid -Wcast-qual warning.Kaveh R. Ghazi2-2/+6
2007-09-27arith.c (reduce_binary_aa): Fix capitalization.Tobias Schlüter6-20/+31
2007-09-27re PR fortran/33568 (ICE with ANINT (with KIND and an array))Paul Thomas2-9/+17
2007-09-26re PR libfortran/30780 (FPE in CPU_TIME (and possibly others) with -ffpe-trap...Francois-Xavier Coudert2-3/+13
2007-09-24re PR fortran/33269 (Diagnose missing "(" in "PRINT ('a'),")Tobias Schlüter2-2/+13
2007-09-24re PR fortran/33538 (bootstrap break in fortran on *-apple-darwin r128671)Francois-Xavier Coudert4-68/+7
2007-09-22re PR fortran/33528 (Wrong locations emitted with mapped locations and includ...Francois-Xavier Coudert2-1/+15
2007-09-22re PR fortran/33522 (Incorrect warning messages about uninitialized variables)Francois-Xavier Coudert2-0/+13
2007-09-22re PR fortran/33337 (ICE in gfc_finish_var_decl, at fortran/trans-decl.c:510)Paul Thomas4-9/+25
2007-09-22re PR fortran/33502 (gfortran with .F suffix and -g3 option chokes on preproc...Francois-Xavier Coudert4-2/+84
2007-09-22re PR fortran/33445 (Diagnose "!$OMP&" as an error in free format unless it i...Tobias Burnus2-9/+22
2007-09-21trans-expr.c (gfc_trans_pointer_assignment): Convert array descriptor for sub...Paul Thomas2-5/+14
2007-09-21re PR fortran/33455 (MERGE intrinsic: Check for same string lengths)Tobias Burnus1-0/+40
2007-09-21re PR fortran/33037 (TRANSFER should warn on mismatched sizes)Tobias Burnus2-1/+12
2007-09-21re PR fortran/20441 (-finit-local-zero is missing from gfortran)Asher Langton6-16/+363
2007-09-20re PR fortran/33221 (Cannot declare variables of TYPE without components)Francois-Xavier Coudert7-8/+33
2007-09-20re PR fortran/33288 (ICE (segfault) in mpfr_cmp2 when evaluating array initia...Francois-Xavier Coudert2-4/+25
2007-09-20io.c (resolve_tag_format): New function using code split out and simplified f...Tobias Schlüter2-108/+99
2007-09-20re PR fortran/33497 (Bind(C): C_LOC rejects interoperable arguments)Christopher D. Rickett2-20/+65
2007-09-20re PR fortran/33325 (Document intrinsic Fortran modules)Tobias Burnus3-1/+157
2007-09-18re PR fortran/31119 (-fbounds-check: Check for presence of optional arguments...Francois-Xavier Coudert2-2/+22
2007-09-18re PR fortran/33231 (Reject for -std=f* calls to elementar functions where ar...Tobias Burnus2-0/+22
2007-09-17re PR fortran/33106 (Access of components of public entities of private types...Tobias Burnus2-0/+22
2007-09-17resolve.c (resolve_fl_procedure): Allow private dummies for Fortran 2003.Tobias Burnus2-15/+25
2007-09-17trans-types.c (gfc_get_desc_dim_type): Do not to try emit debug info.Francois-Xavier Coudert2-0/+17
2007-09-16re PR fortran/29396 (segfault with character pointer association)Paul Thomas10-77/+331
2007-09-13iresolve.c (resolve_mask_arg): If a mask is an array expression, convert it t...Thomas Koenig2-9/+28
2007-09-13re PR fortran/33343 (ICE (segfault) on invalid code with wrongly shaped argum...Tobias Burnus3-8/+12