aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/check.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-11-05re PR fortran/58989 (internal compiler error when using reshape function)Steven G. Kargl1-1/+1
2013-07-27re PR fortran/57285 ([OOP] ICE on invalid: "gfc_array_dimen_size(): Bad dimen...Janus Weil1-3/+0
2013-07-21re PR fortran/57894 (min/max required actual argument missing)Tobias Burnus1-3/+71
2013-07-08re PR fortran/57834 (C_F_POINTER (only with -std=): accepts only explicit- an...Tobias Burnus1-6/+8
2013-04-22re PR fortran/53685 (surprising warns about transfer with explicit character ...Janus Weil1-11/+1
2013-04-11Replace enum gfc_try with bool type.Janne Blomqvist1-1878/+1877
2013-04-04re PR fortran/50269 (Wrongly rejects element of assumed-shape array in C_LOC)Tobias Burnus1-5/+22
2013-03-27re PR fortran/56650 (Odd error messages with C_SIZEOF for valid code)Tobias Burnus1-2/+47
2013-03-25re PR fortran/38536 (ICE with C_LOC in resolve.c due to not properly going th...Tobias Burnus1-7/+390
2013-02-09re PR fortran/55362 (ICE with size() on character pointer)Paul Thomas1-1/+1
2013-01-27[multiple changes]Paul Thomas1-1/+1
2013-01-10Update copyright years in gcc/Richard Sandiford1-3/+1
2012-12-28re PR fortran/55692 (ICE on incorrect use of ASSOCIATED function)Janus Weil1-5/+3
2012-12-28re PR fortran/55763 (Issues with some simpler CLASS(*) programs)Tobias Burnus1-9/+6
2012-12-20array.c (resolve_array_list): Apply C4106.Paul Thomas1-29/+30
2012-10-28re PR fortran/54958 (Wrongly rejects ac-implied-DO variables which also occur...Tobias Burnus1-2/+2
2012-09-15arith.c (arith_power): Call gfc_free_expr in case of error.Tobias Burnus1-1/+1
2012-08-14re PR fortran/54234 (-Wconversion or -Wconversion-extra should warn for CMPLX...Tobias Burnus1-0/+11