aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/expr.c
AgeCommit message (Expand)AuthorFilesLines
2015-12-18re PR fortran/68196 (ICE on function result with procedure pointer component)Paul Thomas1-1/+1
2015-12-12re PR fortran/45859 ([Coarray, F2008, IR] Rejects valid actuals to coarray du...Tobias Burnus1-3/+3
2015-12-02check.c (gfc_check_event_query): New function.Tobias Burnus1-0/+13
2015-11-17re PR fortran/65751 (Bogus &L in error message)Dominique d'Humieres1-5/+4
2015-11-16re PR fortran/58027 ("Arithmetic overflow converting ..." in PARAMETER trigge...Steven G. Kargl1-5/+22
2015-09-28[multiple changes]Paul Thomas1-0/+9
2015-09-10re PR fortran/67526 (ICE on missing end parenthesis in substring construct)Steven G. Kargl1-7/+11
2015-08-07re PR fortran/64104 ([F2003][IEEE] Allow IEEE functions in specification expr...Francois-Xavier Coudert1-6/+31
2015-07-09flags.h: Don't include flag-types.h or options.h.Andrew MacLeod1-1/+1
2015-06-06re PR fortran/47359 (Recursive functions of intrinsic names generates invalid...Thomas Koenig1-49/+0
2015-05-23re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez1-7/+7
2015-05-18re PR fortran/66045 (ICE on incorrect code with null)Steven G. Kargl1-4/+7
2015-05-16re PR fortran/66113 (Variable n cannot appear in the expression with nested b...Thomas Koenig1-3/+13
2015-05-05Fix indentation issues seen by -Wmisleading-indentationDavid Malcolm1-2/+2
2015-04-23PF fortran/60322Andre Vehreschild1-3/+4
2015-02-06re PR fortran/63205 ([OOP] Wrongly rejects type = class (for identical decla...Paul Thomas1-0/+34
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2015-01-02re PR fortran/57562 ([OOP] ICE due to extended derived type with PARAMETER at...Janus Weil1-4/+15
2014-12-29re PR fortran/60357 ([F08] structure constructor with unspecified values for ...Janus Weil1-1/+1
2014-12-16re PR fortran/54687 (Use gcc option machinery for gfortran)Tobias Burnus1-3/+2
2014-12-13error.c (gfc_error): Add variant which takes a va_list.Tobias Burnus1-7/+8
2014-12-11re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez1-45/+45
2014-12-03re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez1-10/+16
2014-11-30gfortran.h (gfc_option_t): Remove warn_aliasing,Tobias Burnus1-3/+3
2014-11-25gfortran.h (gfc_option_t): Remove flags moved as Var to .opt.Tobias Burnus1-8/+9
2014-09-20trans-expr.c (gfc_reset_vptr): Fix comment whitespace.Joost VandeVondele1-1/+1
2014-06-28re PR fortran/29383 (Fortran 2003/F95[TR15580:1999]: Floating point exception...Francois-Xavier Coudert1-2/+16
2014-06-25check.c (check_co_minmaxsum): Add definable check.Tobias Burnus1-4/+5
2014-06-19re PR fortran/61454 (ICE in simplification of initialization expression with ...Francois-Xavier Coudert1-1/+1
2014-03-19re PR fortran/60543 (Function with side effect removed by the optimizer.)Tobias Burnus1-2/+1
2014-02-19re PR fortran/60232 ([OOP] The rank of the element in the structure construct...Janus Weil1-3/+4
2014-02-18re PR fortran/49397 ([F03] ICE with proc pointer assignment)Tobias Burnus1-0/+10
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-18re PR fortran/59493 ([OOP] ICE: Segfault on Class(*) pointer association)Janus Weil1-5/+3
2013-10-14re PR fortran/58658 ([OOP] Pointer assignment to allocatable unlimited polymo...Tobias Burnus1-4/+1
2013-09-20re PR fortran/58099 ([F03] over-zealous procedure-pointer error checking)Janus Weil1-8/+0
2013-09-18expr.c (gfc_check_assign_symbol): Free lvalue.ref.Tobias Burnus1-0/+1
2013-07-29match.c (gfc_match_call): Exit loop after setting i.Po-Chun Chang1-1/+4
2013-07-28re PR fortran/58009 (Elements with same value in vector subscript in variable...Thomas Koenig1-0/+45
2013-05-27expr.c (gfc_build_intrinsic_call): Make symbol asTobias Burnus1-0/+1
2013-04-18expr.c (find_array_element): Don't copy expr.Tobias Burnus1-3/+1
2013-04-16re PR fortran/56968 ([F03] Issue with a procedure defined with a generic name...Janus Weil1-1/+5
2013-04-13re PR fortran/55959 ([OOP] ICE in in gfc_simplify_expr, at fortran/expr.c:1920)Janus Weil1-1/+0
2013-04-12re PR fortran/56261 ([OOP] seg fault call procedure pointer on polymorphic ar...Janus Weil1-0/+16
2013-04-11Replace enum gfc_try with bool type.Janne Blomqvist1-327/+319
2013-03-25re PR fortran/38536 (ICE with C_LOC in resolve.c due to not properly going th...Tobias Burnus1-14/+33
2013-03-10re PR fortran/56575 (An invalid OO code causes ICE)Paul Thomas1-1/+2
2013-03-03re PR fortran/56477 (ICE on invalid with pointer assignment to function result)Mikael Morin1-1/+1
2013-01-29re PR fortran/54107 ([F03] Memory hog with abstract interface)Janus Weil1-67/+1
2013-01-15re PR fortran/54286 (Accepts invalid proc-pointer assignments involving proc-...Paul Thomas1-1/+1