aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/check.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-10-20re PR fortran/47023 (C_Sizeof: Rejects valid code)Janus Weil1-1/+8
2011-10-18re PR fortran/50420 ([Coarray] lcobound doesn't accept coarray subcomponents)Mikael Morin1-3/+1
2011-10-18re PR fortran/47023 (C_Sizeof: Rejects valid code)Janus Weil1-1/+1
2011-10-07check.c (is_coarray): Remove.Mikael Morin1-33/+1
2011-09-20check.c (gfc_check_c_sizeof): Remove redundant word.Steven G. Kargl1-1/+1
2011-09-14re PR fortran/34547 (NULL(): Fortran 2003 changes, accepts invalid, ICE on in...Tobias Burnus1-2/+8
2011-08-05re PR fortran/37211 (TRANSFER to characters: Size checking)Thomas Koenig1-2/+75
2011-07-21check.c (gfc_check_present): Allow coarrays.Tobias Burnus1-1/+3
2011-06-20re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus1-2/+2
2011-06-17re PR fortran/48699 ([OOP] MOVE_ALLOC inside SELECT TYPE)Janus Weil1-0/+4
2011-05-31re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus1-0/+66
2011-05-27re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus1-0/+27
2011-05-27re PR fortran/48820 (TR 29113: Implement parts needed for MPI 3)Tobias Burnus1-0/+27
2011-04-18re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus1-0/+17
2011-04-04re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus1-2/+8
2011-01-29re PR fortran/47531 (SHAPE misses KIND= support)Tobias Burnus1-1/+8
2010-12-24re PR fortran/31821 (character pointer => target(range) should detect if leng...Thomas Koenig1-24/+53
2010-12-09check.c (gfc_check_sngl): Insert missing space in error message.Steven G. Kargl1-1/+1
2010-12-09check.c (gfc_check_float): Insert missing space in error message.Steven G. Kargl1-1/+1