aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/arith.cc
AgeCommit message (Expand)AuthorFilesLines
2023-05-05Fortran: overloading of intrinsic binary operators [PR109641]Harald Anlauf1-0/+6
2023-04-28Fortran: Fix (mostly) comment typosTobias Burnus1-1/+1
2023-03-24Fortran: Escalate failure when Hollerith constant to real conversion failsHaochen Gui1-4/+6
2023-02-25Fortran: fix memory leak with real to integer conversion warningHarald Anlauf1-0/+1
2023-02-05Fortran: prevent redundant integer division truncation warnings [PR108592]Harald Anlauf1-1/+1
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2022-12-07Fortran: handle zero-sized arrays in ctors with typespec [PR108010]Harald Anlauf1-4/+20
2022-11-16Fortran: ICE in simplification of array expression involving power [PR107680]Harald Anlauf1-0/+7
2022-10-17Fortran: handle bad array ctors with typespec [PR93483, PR107216, PR107219]Harald Anlauf1-14/+13
2022-10-17Fortran: check type of operands of logical operations, comparisons [PR107272]Harald Anlauf1-0/+33
2022-10-12Fortran: check types of operands of arithmetic binary operations [PR107217]Harald Anlauf1-0/+15
2022-10-11Fortran: check types of source expressions before conversion [PR107215]Harald Anlauf1-0/+33
2022-10-08Fortran: error recovery for invalid types in array constructors [PR107000]Harald Anlauf1-5/+25
2022-04-05Fortran: improve error recovery for invalid coarray function declarationsHarald Anlauf1-3/+6
2022-02-09Fortran: try simplifications during reductions of array constructorsHarald Anlauf1-6/+30
2022-01-17Rename .c files to .cc files.Martin Liska1-0/+2706