aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/simplify.c
AgeCommit message (Expand)AuthorFilesLines
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2013-01-07re PR fortran/55852 (internal compiler error: in gfc_build_intrinsic_call, at...Tobias Burnus1-1/+3
2012-12-20array.c (resolve_array_list): Apply C4106.Paul Thomas1-34/+38
2012-09-23re PR fortran/54599 (Issues found in gfortran by the Coverity Scan)Tobias Burnus1-4/+1
2012-09-17re PR fortran/54608 (Wrong-code with SCAN and VERIFY)Tobias Burnus1-2/+4
2012-09-15match.c (lock_unlock_statement, [...]): Fix potential double freeing.Tobias Burnus1-6/+5
2012-09-07re PR fortran/54208 (compilation error for ubound construct in PARAMETER stat...Mikael Morin1-0/+3
2012-08-02iresolve.c (resolve_bound, [...]): Don't set the shape for assumed rank arrays.Mikael Morin1-0/+3
2012-07-25trans-types.c (gfc_real16_is_float128): Fix spelling in a comment.Tobias Burnus1-1/+1
2012-07-20re PR fortran/48820 (TR 29113: Implement parts needed for MPI 3)Tobias Burnus1-3/+10
2012-07-08gfortran.h: Do not include coretypes.h here.Steven Bosscher1-0/+1
2012-05-05PR 49010,24518 MOD/MODULO fixes.Janne Blomqvist1-14/+13
2012-02-02re PR fortran/52093 (Extra parenthesis with Size and Shape functions argument...Tobias Burnus1-0/+1
2011-12-15primary.c (gfc_match_varspec): Match array spec for polymorphic coarrays.Tobias Burnus1-72/+2
2011-12-11re PR fortran/41539 ([OOP] Calling function which takes CLASS: Rank compariso...Paul Thomas1-5/+11
2011-11-09re PR fortran/38718 (some simplifiers for elemental intrinsics missing; requi...Francois-Xavier Coudert1-0/+15
2011-10-28check.c (gfc_check_atan_2): Typo in comment.Steven G. Kargl1-74/+10
2011-10-23simplify.c (simplify_transformation_to_array): Fix memory leak.Steven G. Kargl1-0/+1
2011-10-18re PR fortran/50420 ([Coarray] lcobound doesn't accept coarray subcomponents)Mikael Morin1-4/+2
2011-08-06re PR fortran/50004 (ICE in c_ptr_tests_16.f90)Thomas Koenig1-2/+0
2011-08-05re PR fortran/37211 (TRANSFER to characters: Size checking)Thomas Koenig1-32/+6
2011-05-27re PR fortran/48820 (TR 29113: Implement parts needed for MPI 3)Tobias Burnus1-0/+7
2011-04-19Replace gfc_getmem with XCNEW, XCNEWVEC or xcallocJanne Blomqvist1-2/+2
2011-04-18convert each use of gfc_free (p) to free (p)Jim Meyering1-8/+8
2011-04-18re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus1-13/+2
2011-04-18re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus1-8/+7
2011-04-11re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus1-1/+2
2011-04-04re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus1-36/+7
2011-03-27re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus1-0/+6
2011-02-15re PR fortran/47633 (Result of COMPILER_VERSION() has NULL byte appended)Steven G. Kargl1-3/+3
2011-01-29re PR fortran/47531 (SHAPE misses KIND= support)Tobias Burnus1-8/+6
2011-01-07re PR fortran/41580 ([OOP] SAME_TYPE_AS and EXTENDS_TYPE_OF - add compile-tim...Tobias Burnus1-1/+88
2010-10-06simplify.c (gfc_simplify_size): Clear temporary mpz int before returning.Mikael Morin1-1/+4
2010-09-28re PR fortran/40569 (F2008: Support COMPILER_OPTIONS() / COMPILER_VERSION())Tobias Burnus1-5/+15
2010-09-27re PR fortran/40569 (F2008: Support COMPILER_OPTIONS() / COMPILER_VERSION())Tobias Burnus1-0/+19
2010-09-20re PR fortran/45081 (ICE in gfc_conv_array_initializer, at fortran/trans-arra...Paul Thomas1-1/+14
2010-09-08re PR fortran/38282 (Bit intrinsics: ILEN and IBCHNG)Francois-Xavier Coudert1-27/+317
2010-09-06re PR fortran/38282 (Bit intrinsics: ILEN and IBCHNG)Tobias Burnus1-74/+87
2010-08-31re PR fortran/38282 (Bit intrinsics: ILEN and IBCHNG)Francois-Xavier Coudert1-0/+41
2010-08-28simplify.c (gfc_simplify_bessel_n2): Fix indention and argument type.Steven G. Kargl1-3/+3
2010-08-27re PR fortran/33197 (Fortran 2008: math functions)Tobias Burnus1-8/+102
2010-08-21re PR fortran/36158 (Transformational function BESSEL_YN(n1,n2,x) and BESSEL_...Tobias Burnus1-6/+13
2010-08-19intrinsic.texi (Bessel_jn, Bessel_yn): Fix typo.Tobias Burnus1-1/+1
2010-08-19re PR fortran/36158 (Transformational function BESSEL_YN(n1,n2,x) and BESSEL_...Tobias Burnus1-0/+185
2010-08-09re PR fortran/44235 (array temporary with high upper bound)Thomas Koenig1-1/+1
2010-07-28gfortran.h (gfc_build_intrinsic_call): New method.Daniel Kraft1-26/+124
2010-06-25intrinsic.h (gfc_check_selected_real_kind, [...]): Update prototypes.Tobias Burnus1-10/+36
2010-05-13re PR fortran/35779 (error pointer wrong in PARAMETER)Daniel Franke1-1/+1
2010-04-28re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus1-0/+7
2010-04-14re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus1-6/+392