aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/check.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-07-20re PR fortran/48820 (TR 29113: Implement parts needed for MPI 3)Tobias Burnus1-0/+4
2012-07-17re PR fortran/51081 ([F03] Proc-pointer assignment: Rejects valid internal proc)Janus Weil1-23/+23
2012-07-08gfortran.h: Do not include coretypes.h here.Steven Bosscher1-0/+1
2012-06-18re PR fortran/53526 ([Coarray] (lib) Properly handle MOVE_ALLOC for coarrays)Tobias Burnus1-11/+30
2012-06-17re PR fortran/53691 (ICE with -Wsurprising in LAPACK 3.4.1 cgbrfsx.f)Tobias Burnus1-2/+6
2012-06-03re PR fortran/48831 (check.c: Constant expression (PARAMETER array element) r...Alessandro Fanfarillo1-1/+1
2012-02-17re PR translation/52232 (translatable string typos: "conindexed" (should be "...Tobias Burnus1-3/+3
2012-01-23re PR fortran/51948 ([OOP] Rejects valid: Function result value in MOVE_ALLOC...Tobias Burnus1-7/+10
2011-12-19check.c (coarray_check): Add class ref if needed.Tobias Burnus1-1/+9
2011-12-11re PR fortran/41539 ([OOP] Calling function which takes CLASS: Rank compariso...Paul Thomas1-0/+14
2011-12-03[multiple changes]Tobias Burnus1-4/+25
2011-12-03check.c (gfc_check_move_alloc): Allow nonpolymorphic FROM with polymorphic TO.Tobias Burnus1-7/+7
2011-11-29re PR fortran/51306 (MOVE_ALLOC: Make more middle end friendlier)Tobias Burnus1-0/+8
2011-10-30re PR other/50573 (configure lists --with-gnu-ld twice)Steven G. Kargl1-3/+20
2011-10-28check.c (gfc_check_atan_2): Typo in comment.Steven G. Kargl1-1/+11
2011-10-21re PR fortran/50821 (3 new GCC HEAD@180266 regressions)Steven G. Kargl1-13/+20
2011-10-20ishft_3.f90: Update test.Steven G. Kargl1-1/+48