aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/expr.c
AgeCommit message (Expand)AuthorFilesLines
2007-12-18re PR fortran/34495 (accepts invalid initialization expressions withTRANSFER)Daniel Franke1-1/+18
2007-12-14re PR fortran/34398 (BOZ literals: Range checks)Tobias Burnus1-0/+17
2007-12-09re PR fortran/32129 (ICE: Procedure call with array-section-actual to scalar ...Paul Thomas1-2/+17
2007-12-08re PR fortran/34342 (BOZ extensions not diagnosed as such with -std=f95)Tobias Burnus1-0/+24
2007-11-27re PR fortran/29389 (Statement functions are not recognized as pure when they...Paul Thomas1-9/+49
2007-11-16re PR fortran/33957 (gfortran rejects valid initialization expression)Francois-Xavier Coudert1-5/+1
2007-10-29[multiple changes]Paul Thomas1-30/+68
2007-10-17re PR fortran/33760 (Bind(C): Using C_PTR as structure constructor gives an ICE)Christopher D. Rickett1-1/+4
2007-10-12re PR fortran/33664 (crash on invalid program)Paul Thomas1-0/+12
2007-10-10re PR fortran/33636 (Rejects valid use of vector subscript in derived type pa...Francois-Xavier Coudert1-1/+1
2007-10-07re PR fortran/20851 (dummy argument may not appear in specification expressio...Tobias Schlüter1-4/+17
2007-09-27arith.c (reduce_binary_aa): Fix capitalization.Tobias Schlüter1-10/+8
2007-09-16re PR fortran/29396 (segfault with character pointer association)Paul Thomas1-0/+32
2007-09-13re PR fortran/33343 (ICE (segfault) on invalid code with wrongly shaped argum...Tobias Burnus1-3/+3
2007-09-02dump-parse-tree.c (show_char_const): New function.Tobias Schlüter1-4/+8
2007-08-18re PR fortran/32881 (PURE attribute escapes from contained procedure)Paul Thomas1-1/+2
2007-08-14re PR fortran/32594 (substring simplification leads to ICE)Francois-Xavier Coudert1-5/+15
2007-08-01arith.c: Change copyright header to refer to version 3 of the GNU General Pub...Nick Clifton1-4/+3
2007-08-01re PR fortran/32945 (ICE with initialization expressions)Daniel Franke1-0/+4
2007-07-24re PR fortran/32867 (ICE on nested initialization expressions)Daniel Franke1-1/+1
2007-07-23re PR fortran/25104 ([F2003] Non-initialization expr. as case-selector)Daniel Franke1-6/+17
2007-07-22re PR fortran/29962 (Initialization expressions)Daniel Franke1-73/+246
2007-07-08re PR fortran/17711 (Wrong operator name in error message)Daniel Franke1-7/+21
2007-07-02[multiple changes]Christopher D. Rickett1-3/+16
2007-06-22re PR fortran/32360 (GFORTRAN WON'T COMPILE 'DATA PTR1 /NULL ()/' WHEN PTR1 H...Jerry DeLisle1-6/+12
2007-06-07decl.c: Miscellaneous whitespace fixes.Steven G. Kargl1-20/+18
2007-05-28gfortran.h (gfc_expr): Remove from_H, add "representation" struct.Brooks Moses1-16/+22
2007-05-04re PR fortran/31803 (ICE for character pointer => target(range))Tobias Burnus1-0/+1
2007-04-14re PR fortran/29507 ([4.2 only] INDEX in an array initialization causes ICE)Paul Thomas1-0/+133
2007-04-12arith.c (gfc_arith_uplus): Rename to ...Tobias Schlüter1-1/+5
2007-04-07re PR fortran/30872 (Bogus "size of variable is too large")Paul Thomas1-0/+12
2007-03-16[multiple changes]Tobias Burnus1-1/+7
2007-03-08re PR fortran/31011 ([4.2 and 4.1 only] Incorrect error: parameter array sect...Paul Thomas1-2/+1
2007-01-07decl.c, [...]: Update Copyright dates.Steven G. Kargl1-183/+158
2007-01-05re PR fortran/23232 ([4.1 only] DATA implied DO variables)Paul Thomas1-1/+5
2007-01-05re PR fortran/29624 (Fortran 2003: Support intent for pointers)Tobias Burnus1-4/+40
2006-12-10re PR fortran/23994 (PROTECTED attribute (F2003) is not implemented)Tobias Burnus1-0/+7
2006-12-09re PR other/29975 ([meta-bugs] ICEs with CP2K)Paul Thomas1-1/+2
2006-12-04re PR fortran/29962 (Initialization expressions)Tobias Burnus1-3/+5
2006-12-04re PR fortran/29916 ([4.1 only] Dimension of a function result as host associ...Paul Thomas1-2/+3
2006-11-15data.c: Remove trailing periods from error messages.Brooks Moses1-1/+1
2006-11-15re PR fortran/28974 (Extremely slow compilation of enumerated DATA statements.)Bud Davis1-2/+3
2006-11-06re PR fortran/29630 ("Unclassifiable statement" with vector subscripts in ini...Erik Edelmann1-61/+110
2006-11-04re PR fortran/29713 (ICE in gfc_set_constant_character_len decl.c:762)Francois-Xavier Coudert1-1/+1
2006-10-31re PR fortran/29067 (gfc_resolve_expr(): Bad expression type)Francois-Xavier Coudert1-1/+1
2006-10-24re PR fortran/29393 (Vector subscript rejected)Erik Edelmann1-0/+2
2006-10-08[multiple changes]Paul Thomas1-1/+8
2006-09-10re PR fortran/28923 (Bad triplet interpretation in initialization)Paul Thomas1-12/+3
2006-08-20re PR fortran/28601 (ICE on reexport of renamed type)Paul Thomas1-5/+9
2006-06-20re PR fortran/25049 (TRANSPOSE not allowed in initialisation expression)Paul Thomas1-27/+309