aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-common.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-11Adjust volatile handling of the operand scannerRichard Biener1-4/+5
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-08-26Fortran: Add 'device_type' clause to OpenMP's declare targetTobias Burnus1-2/+23
2020-06-20PR fortran/95707 - ICE in finish_equivalences, at fortran/trans-common.c:1319Harald Anlauf1-3/+5
2020-06-05PR fortran/95530, PR fortran/95537 - Buffer overflows with long symbolsHarald Anlauf1-1/+5
2020-05-24PR fortran/95106 - truncation of long symbol names with EQUIVALENCEHarald Anlauf1-2/+3
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-12-07Fortran] PR 92793 - fix column used for error diagnosticTobias Burnus1-3/+3
2019-08-16Allow automatics in equivalencesMark Eggleston1-5/+68
2019-07-03Remove another bunch of dead assignment.Martin Liska1-4/+2
2019-03-11Wrap option names in gcc internal messages with %< and %>.Martin Liska1-2/+2
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-01-08PR tree-optimization/78913 - Probably misleading error reported by -Wformat-l...Martin Sebor1-1/+1
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-11-23re PR fortran/78297 (ICE in finish_equivalences, at fortran/trans-common.c:1246)Steven G. Kargl1-2/+6
2016-11-18Add SET_DECL_MODERichard Sandiford1-1/+1
2016-11-10omp-low.c (lower_omp_target): Fix up argument to is_reference.Jakub Jelinek1-1/+5
2016-11-05re PR fortran/69495 (unused-label warning does not tell which flag triggered it)Janus Weil1-2/+2
2016-09-26re PR fortran/77420 (gfortran and equivalence produces internal compiler error)Steven G. Kargl1-3/+11
2016-07-31re PR fortran/41922 (Diagnostic: No location shown for overlappingly initiali...Steven G. Kargl1-1/+6
2016-04-22[PATCH 2/2] (header usage fix) include c++ headers in system.hSzabolcs Nagy1-3/+1
2016-04-18tree.h (TYPE_ALIGN, DECL_ALIGN): Return shifted amount.Michael Matz1-2/+2
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-09re PR fortran/68815 (Error/warning diagnostic: '%s' should be converted to %q...Tobias Burnus1-1/+1
2015-11-11decl.c: Remove unused header files.Andrew MacLeod1-1/+0
2015-10-29decl.c: Reorder #include's and remove duplicates.Andrew MacLeod1-6/+6
2015-10-23[PATCH 4/9] ENABLE_CHECKING refactoring: FortranMikhail Maltsev1-8/+7
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-1/+0
2015-07-02* trans-common.c: Include <map> after system.h.David Edelsohn1-1/+3
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-1/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-3/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-3/+0
2015-05-23re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez1-2/+2
2015-02-01Always pass 0 or option number to gfc_warning*.Joseph Myers1-3/+5
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-0/+10
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-16re PR fortran/54687 (Use gcc option machinery for gfortran)Tobias Burnus1-2/+2
2014-12-162014-12-15 Tobias Burnus <burnus@net-b.de>Tobias Burnus1-1/+1
2014-12-13error.c (gfc_error): Add variant which takes a va_list.Tobias Burnus1-5/+5
2014-12-11re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez1-1/+1
2014-12-03re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez1-8/+10
2014-11-30gfortran.h (gfc_option_t): Remove warn_aliasing,Tobias Burnus1-2/+2
2014-09-20trans-expr.c (gfc_reset_vptr): Fix comment whitespace.Joost VandeVondele1-1/+1
2014-06-18gimplify.c (omp_notice_variable): If n is non-NULL and no flags change in ORT...Jakub Jelinek1-0/+5
2014-06-15c-common.c (handle_tls_model_attribute): Use set_decl_tls_model.Jan Hubicka1-1/+1
2014-06-10re PR fortran/60928 (gfortran issue with allocatable components and OpenMP)Jakub Jelinek1-0/+1
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+3
2013-05-20re PR fortran/48858 (Incorrect error for same binding label on two generic in...Tobias Burnus1-13/+19