aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-types.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-17Rename .c files to .cc files.Martin Liska1-3838/+0
2022-01-11libgfortran: Make sure glibc < 2.32 built powerpc64le-linux libgfortran doesn...Jakub Jelinek1-2/+11
2022-01-11gfortran: Introduce gfc_type_abi_kindJakub Jelinek1-1/+24
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-12-28Fortran: Emit correct types for CHARACTER(C_CHAR), VALUE argumentsFrancois-Xavier Coudert1-1/+1
2021-11-21fortran, debug: Fix up DW_AT_rank [PR103315]Jakub Jelinek1-2/+2
2021-11-12Fortran: Use build_debug_expr_decl to create DEBUG_DECL_EXPRsMartin Jambor1-4/+2
2021-10-27Fortran: make some trans* functions staticBernhard Reutner-Fischer1-22/+3
2021-10-19Fortran: Fix 'fn spec' for deferred character lengthTobias Burnus1-1/+5
2021-10-18Fortran: Fix Bind(C) Array-Descriptor ConversionTobias Burnus1-5/+102
2021-10-12Fortran: Various CLASS + assumed-rank fixed [PR102541]Tobias Burnus1-1/+2
2021-08-11Fortran: Fix c_float128 and c_float128_complex definitions.Sandra Loosemore1-2/+10
2021-07-21Fortran: ICE, OOM while calculating sizes of derived type array componentsHarald Anlauf1-2/+2
2021-06-28fortran: Add support for per-location warning groups.Martin Sebor1-42/+42
2021-06-05Fortran: Fix some issues with pointers to character.José Rui Faustino de Sousa1-21/+47
2021-04-09Fortran: Fix fndecl with -fcoarray=lib [PR99817]Tobias Burnus1-8/+8
2021-03-23Fortran: Fix func decl mismatch [PR93660]Tobias Burnus1-1/+20
2021-01-16openmp: Add support for the OpenMP 5.0 task detach clauseKwok Cheung Yeung1-0/+3
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-11-28Generate correct fn specs for some Fortran library functions.Thomas Koenig1-2/+15
2020-10-30Disable TBAA for array descriptors.Jan Hubicka1-0/+5
2020-10-25Correct decls for functions which do not pass actual arguments.Thomas Koenig1-1/+2
2020-10-02Perforate fnspec stringsJan Hubicka1-8/+30
2020-09-07fortran: Fix argument types in derived types proceduresFrancois-Xavier Coudert1-1/+1
2020-09-06fortran: Add comment about previous commitFrancois-Xavier Coudert1-0/+2
2020-09-06fortran: Fix function arg types for class objectsFrancois-Xavier Coudert1-1/+1
2020-08-23This patch fixes PR96737. See the explanatory comment in the testcase.Paul Thomas1-2/+4
2020-05-26PR fortran/95089 - ICE in gfc_get_derived_type, at fortran/trans-types.c:2843Harald Anlauf1-2/+3
2020-03-18Fix up duplicated duplicated words in commentsJakub Jelinek1-1/+1
2020-02-01fortran: Fix up TYPE_ARG_TYPES of procs with scalar VALUE optional args [PR92...Jakub Jelinek1-0/+10
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-12-06re PR fortran/92775 (Incorrect expression in DW_AT_byte_stride on an array)Jakub Jelinek1-5/+6
2019-08-24re PR fortran/91390 (treatment of extra parameter in a subroutine call)Thomas Koenig1-61/+1
2019-07-03Remove another bunch of dead assignment.Martin Liska1-5/+5
2019-06-20re PR fortran/90937 (ICE: in gfc_get_symbol_decl, at fortran/trans-decl.c:1538)Thomas Koenig1-1/+5
2019-06-08re PR fortran/90744 (Bogus length for character temporaries passed to externa...Thomas Koenig1-0/+3
2019-05-26re PR fortran/90539 (481.wrf slowdown by 25% on Intel Kaby with -Ofast -march...Thomas Koenig1-0/+4
2019-03-31re PR fortran/83515 (ICE: Invalid expression in gfc_element_size)Harald Anlauf1-0/+3
2019-03-09re PR fortran/71544 (gfortran compiler optimization bug when dealing with c-s...Thomas Koenig1-2/+4
2019-02-26re PR fortran/89496 (gcc/fortran/trans-types.c:3015:9: runtime error: member ...Thomas Koenig1-1/+4
2019-02-18re PR fortran/87689 (PowerPC64 ELFv2 function parameter passing violation)Thomas Koenig1-1/+50
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-10-03gimple-ssa-sprintf.c (format_string): Do not hardcode size of target's wchar_t.Jeff Law1-37/+0
2018-07-20gfortran.h (gfc_symbol): Add pointer to next derived type.Andrew Benson1-10/+18
2018-07-02re PR lto/86321 (ICE: in splice_child_die, at dwarf2out.c:5693 for several F...Richard Biener1-0/+8
2018-05-13re PR fortran/85742 (sizeof allocatable arrays returning wrong value)Paul Thomas1-5/+9
2018-03-21re PR fortran/84957 (ICE in gfc_sym_type, at fortran/trans-types.c:2255)Thomas Koenig1-0/+1
2018-02-23re PR fortran/83149 ([6- and 7-branches] Missing test for sym->ns->proc_name:...Paul Thomas1-0/+1
2018-02-10re PR fortran/84141 (Internal error: type_name(): Bad type)Paul Thomas1-3/+0
2018-01-26Partial Failed Images patchDamian Rouson1-2/+4