aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/iresolve.c
AgeCommit message (Expand)AuthorFilesLines
2013-04-07re PR fortran/56849 (Missing compile-time shape check for RESHAPE assignments...Tobias Burnus1-4/+1
2013-03-25re PR fortran/38536 (ICE with C_LOC in resolve.c due to not properly going th...Tobias Burnus1-0/+14
2013-03-01iresolve.c (resolve_bound): Use gfc_get_string instead of xstrdup.Tobias Burnus1-1/+1
2013-01-10Update copyright years in gcc/Richard Sandiford1-3/+1
2013-01-04intrinsic.c (add_functions): New internal intrinsic function GFC_PREFIX ("str...Tobias Burnus1-0/+9
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+1
2012-08-02iresolve.c (resolve_bound, [...]): Don't set the shape for assumed rank arrays.Mikael Morin1-5/+12
2012-06-21PR 39654 FTELL intrinsic function return type.Janne Blomqvist1-2/+2
2012-06-18intrinsic.h (gfc_resolve_rank): New prototype.Tobias Burnus1-0/+9
2011-05-31re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus1-0/+16
2011-04-18re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus1-2/+3
2011-03-27re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus1-2/+10
2011-01-31re PR fortran/47519 (Deferred-length string wrong results with character intr...Paul Thomas1-1/+22
2011-01-29re PR fortran/47531 (SHAPE misses KIND= support)Tobias Burnus1-2/+7
2010-11-09re PR fortran/46313 ([OOP] class container naming collisions)Janus Weil1-2/+2
2010-09-08re PR fortran/38282 (Bit intrinsics: ILEN and IBCHNG)Francois-Xavier Coudert1-0/+54
2010-09-06re PR fortran/38282 (Bit intrinsics: ILEN and IBCHNG)Tobias Burnus1-76/+59
2010-09-01intrinsic.c: Add EXECUTE_COMMAND_LINE intrinsic.Francois-Xavier Coudert1-0/+11
2010-08-27re PR fortran/33197 (Fortran 2008: math functions)Tobias Burnus1-0/+36
2010-08-21re PR fortran/36158 (Transformational function BESSEL_YN(n1,n2,x) and BESSEL_...Tobias Burnus1-0/+43
2010-07-13re PR fortran/44434 ([OOP] ICE in in gfc_add_component_ref)Janus Weil1-2/+2
2010-07-08re PR fortran/44649 ([OOP] F2008: storage_size intrinsic (also working for po...Janus Weil1-0/+12
2010-07-08re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus1-7/+8
2010-05-02re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus1-28/+50
2010-04-29[multiple changes]Paul Thomas1-2/+2
2010-04-13[multiple changes]Jerry DeLisle1-10/+24
2010-04-01ioparm.def: Update copyright.Paul Thomas1-1/+2
2010-02-16re PR fortran/43040 (Wrong decl for mathbuiltins -> wrong code with LTO)Tobias Burnus1-1/+1
2009-12-11re PR fortran/40290 (Spurious warning on REAL*COMPLEX with -Wconversion)Daniel Franke1-2/+2
2009-12-10re PR fortran/40287 (Spurious warnings with -Wconversion and COUNT())Daniel Franke1-1/+1
2009-11-30backport: re PR fortran/42053 ([OOP] SELECT TYPE: reject duplicate CLASS IS b...Janus Weil1-0/+51
2009-11-28trans-common.c (create_common): Remove unused offset variable.Jakub Jelinek1-5/+2
2009-08-17re PR fortran/40877 (memory leaks with gfc_charlen?)Janus Weil1-2/+2
2009-08-13re PR fortran/40941 (gfc_typespec: put derived and cl into union)Janus Weil1-39/+39
2009-08-05re PR fortran/40847 (segfault & bogus warning)Paul Thomas1-3/+13
2009-07-24re PR fortran/40822 (Internal compiler error when Fortran intrinsic LEN refer...Janus Weil1-8/+2
2008-11-01re PR fortran/35681 (wrong result for vector subscripted array expression in ...Daniel Kraft1-0/+38
2008-07-19gfortran.h (operator): Remove macro.Kaveh R. Ghazi1-2/+2
2008-07-07re PR fortran/36670 (Missing compile-time checks on sum and product)Thomas Koenig1-0/+2
2008-07-02re PR fortran/36590 (internal error: Can't convert LOGICAL(1) to LOGICAL(1))Thomas Koenig1-1/+1
2008-06-29re PR fortran/36341 (MATMUL: Bounds check missing)Thomas Koenig1-0/+28
2008-05-28re PR fortran/36319 (Segfault with wide characters in DATA)Francois-Xavier Coudert1-6/+26
2008-05-21re PR fortran/36257 (SPREAD gives wrong results with array CHARACTER parameters)Francois-Xavier Coudert1-4/+1
2008-05-18intrinsic.c (char_conversions, ncharconv): New static variables.Francois-Xavier Coudert1-16/+80
2008-04-17re PR fortran/35724 (Compile time segmentation fault for CSHIFT with negative...Jerry DeLisle1-1/+2
2008-03-28re PR fortran/35724 (Compile time segmentation fault for CSHIFT with negative...Jerry DeLisle1-1/+2
2008-03-03re PR fortran/33197 (Fortran 2008: math functions)François-Xavier Coudert1-0/+8
2008-02-27re PR fortran/33387 (Fortran front-end should translate intrinsics by calling...Francois-Xavier Coudert1-98/+3
2008-02-24arith.c: Update copyright years.Tobias Schlüter1-1/+1
2008-02-22re PR fortran/34907 (valgrind error indication from testsuite trans-types.c: ...Jerry DeLisle1-0/+32