aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/arith.cc
AgeCommit message (Expand)AuthorFilesLines
2024-10-24Use unique_ptr in more places in pretty_printer/diagnostics [PR116613]David Malcolm1-0/+1
2024-09-24Implement MATMUL and DOT_PRODUCT for unsigned.Thomas Koenig1-10/+14
2024-09-07Implement first part of unsigned integers for Fortran.Thomas Koenig1-5/+359
2024-08-15Add corank to gfc_expr.Andre Vehreschild1-0/+4
2024-03-06Fortran: error recovery while simplifying expressions [PR103707,PR106987]Harald Anlauf1-40/+94
2024-02-09Fortran: error recovery on arithmetic overflow on unary operations [PR113799]Harald Anlauf1-3/+8
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-07-08Fortran: simplification of FINDLOC for constant complex arguments [PR110585]Harald Anlauf1-0/+5
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