aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/simplify.cc
AgeCommit message (Expand)AuthorFilesLines
2023-07-12gfortran: Allow ref'ing PDT's len() in parameter-initializer.Andre Vehreschild1-13/+44
2023-05-24Fortran: reject bad DIM argument of SIZE intrinsic in simplification [PR104350]Harald Anlauf1-1/+11
2023-05-24Fortran: checking and simplification of RESHAPE intrinsic [PR103794]Harald Anlauf1-3/+22
2023-05-19fortran: Use CLASS_DATA from gfortran.hBernhard Reutner-Fischer1-10/+10
2023-05-08Fortran: Fix mpz and mpfr memory leaks [PR fortran/68800]Bernhard Reutner-Fischer1-0/+5
2023-04-28Fortran: Fix (mostly) comment typosTobias Burnus1-2/+2
2023-04-14Fortran: fix compile-time simplification of SET_EXPONENT [PR109511]Harald Anlauf1-6/+6
2023-03-20Fortran: simplification of NEAREST for large argument [PR109186]Harald Anlauf1-1/+1
2023-01-24Fortran: ICE in transformational_result [PR108529]Harald Anlauf1-0/+1
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2022-12-10Fortran: reject bad SIZE argument while simplifying ISHFTC [PR106911]Harald Anlauf1-0/+3
2022-12-04Fortran: error recovery simplifying UNPACK for insufficient FIELD [PR107922]Harald Anlauf1-1/+10
2022-11-29Fortran: intrinsic MERGE shall use all its arguments [PR107874]Harald Anlauf1-1/+16
2022-10-17Fortran: NULL pointer dereference in gfc_simplify_image_index [PR104330]Steve Kargl1-1/+1
2022-09-27Fortran: error recovery while simplifying intrinsic UNPACK [PR107054]Harald Anlauf1-3/+10
2022-09-20Fortran: error recovery on invalid ARRAY argument to FINDLOC [PR106986]Harald Anlauf1-0/+1
2022-09-15Fortran: catch NULL pointer dereferences while simplifying PACK [PR106857]Harald Anlauf1-1/+1
2022-08-24Fortran: improve error recovery while simplifying size of bad array [PR103694]Harald Anlauf1-2/+3
2022-08-22Fortran: fix simplification of intrinsics IBCLR and IBSET [PR106557]Harald Anlauf1-0/+14
2022-07-12Fortran: error recovery simplifying PACK with invalid arguments [PR106049]Harald Anlauf1-0/+12
2022-06-29Fortran: improve error recovery for EXTENDS_TYPE_OF() [PR106121]Harald Anlauf1-0/+4
2022-06-26Fortran: fix simplification of INDEX(str1,str2) [PR105691]Harald Anlauf1-102/+29
2022-06-18Fortran: check POS and LEN arguments simplifying bit intrinsics [PR105986]Harald Anlauf1-0/+12
2022-03-22Fortran: ensure intialization of stride arrayHarald Anlauf1-0/+1
2022-03-07Fortran: Fix typosTobias Burnus1-1/+1
2022-02-01Fortran: error recovery when simplifying EOSHIFTHarald Anlauf1-0/+3
2022-01-22Fortran: fix simplification of TRANSFER for zero-sized character array resultHarald Anlauf1-1/+12
2022-01-17Change references of .c files to .cc filesMartin Liska1-1/+1
2022-01-17Rename .c files to .cc files.Martin Liska1-0/+8966