aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/check.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-05check.c (positive_check): Add new function checking constant for being greate...Andre Vehreschild1-0/+77
2017-01-21gfortran.h (gfc_extract_int): Change return type to bool.Jakub Jelinek1-1/+1
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-12-02[multiple changes]Janus Weil1-1/+1
2016-11-30libcaf.h: Add new action types for (de-)registration of allocatable component...Andre Vehreschild1-0/+11
2016-11-09check.c (gfc_check_move_alloc): Prevent error that avoids aliasing between to...Paul Thomas1-6/+36
2016-11-05check.c (gfc_check_move_alloc): Introduce error to prevent aliasing between t...Paul Thomas1-39/+49
2016-11-05re PR fortran/69495 (unused-label warning does not tell which flag triggered it)Janus Weil1-1/+2
2016-08-11Replace KISS PRNG with xorshift1024* using per-thread state.Janne Blomqvist1-11/+9
2016-07-30re PR fortran/68566 (ICE on using unusable array in reshape (double free or c...Steven G. Kargl1-1/+1
2016-07-28re PR fortran/71859 (ICE on same variable/subroutine name (verify_gimple fail...Steven G. Kargl1-1/+8
2016-07-22re PR fortran/71935 (ICE is_c_interoperable(): gfc_simplify_expr failed)Steven G. Kargl1-1/+1
2016-05-07re PR fortran/56226 (Add support for DEC UNION and MAP extensions)Fritz Reese1-1/+1
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-12re PR fortran/68815 (Error/warning diagnostic: '%s' should be converted to %q...Tobias Burnus1-1/+1
2015-12-02check.c (gfc_check_event_query): New function.Tobias Burnus1-0/+53
2015-11-08re PR fortran/68196 (ICE on function result with procedure pointer component)Paul Thomas1-1/+9
2015-11-07re PR fortran/68153 (ICE for intrinsic reshape with negative dim in effective...Steven G. Kargl1-0/+30
2015-07-09flags.h: Don't include flag-types.h or options.h.Andrew MacLeod1-1/+1
2015-05-23re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez1-16/+16
2015-05-18re PR fortran/66043 (ICE on storage_size of null or output of null array)Steven G. Kargl1-0/+9
2015-05-06re PR fortran/37131 (inline matmul for small matrix sizes)Thomas Koenig1-0/+30
2015-03-02check.c (gfc_check_atomic): Properly check for coarrayness and for being coin...Tobias Burnus1-1/+1
2015-02-01Always pass 0 or option number to gfc_warning*.Joseph Myers1-1/+1
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-22re PR fortran/63363 (No diagnostic for passing function as actual argument to...Janus Weil1-3/+10
2014-12-17re PR fortran/54687 (Use gcc option machinery for gfortran)Tobias Burnus1-6/+6
2014-12-13error.c (gfc_error): Add variant which takes a va_list.Tobias Burnus1-34/+35
2014-12-11re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez1-122/+122
2014-12-03re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez1-3/+3
2014-11-30gfortran.h (gfc_option_t): Remove warn_aliasing,Tobias Burnus1-1/+1
2014-11-25gfortran.h (gfc_option_t): Remove flags moved as Var to .opt.Tobias Burnus1-9/+10
2014-11-24error.c (gfc_fatal_error_1): Remove.Tobias Burnus1-2/+2
2014-11-15error.c (gfc_fatal_error_1): Renamed from gfc_fatal_error.Tobias Burnus1-7/+7
2014-10-24check.c (check_co_collective): Reject coindexed A args.Tobias Burnus1-20/+153
2014-09-25check.c (check_co_collective): Renamed fromTobias Burnus1-13/+69
2014-09-20trans-expr.c (gfc_reset_vptr): Fix comment whitespace.Joost VandeVondele1-3/+3
2014-07-26check.c (gfc_check_sizeof): Permit for assumed type if and only if it has an ...Tobias Burnus1-1/+6
2014-07-12check.c (gfc_check_atomic): Update for STAT=.Tobias Burnus1-17/+130
2014-06-25check.c (check_co_minmaxsum): Add definable check.Tobias Burnus1-0/+12
2014-06-17check.c (gfc_check_atomic, [...]): Use argument for GFC_ISYM_CAF_GET.Tobias Burnus1-0/+10
2014-06-15re PR fortran/28484 ([F03] system_clock with real-type count_rate does not co...Francois-Xavier Coudert1-15/+32
2014-05-25check.c (gfc_check_num_images): New.Tobias Burnus1-5/+85
2014-05-17check.c (gfc_check_fn_rc2008): move "argument" to the right place.Dominique d'Humieres1-2/+2
2014-05-16arc.c (arc_init): Fix typo in error message.Benno Schulenberg1-1/+1
2014-05-08check.c (check_co_minmaxsum, [...]): New.Tobias Burnus1-0/+85
2014-04-05check.c (gfc_check_cmplx): Fix typo.Tobias Burnus1-2/+2
2014-02-21re PR fortran/60302 (ICE with c_f_pointer and android cross compiler)Janus Weil1-7/+8
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-6/+1