summaryrefslogtreecommitdiff
path: root/gcc/fortran/f95-lang.c
AgeCommit message (Expand)Author
2020-01-01Update copyright years.Jakub Jelinek
2019-11-11Fortran] Support absent optional args with use_device_{ptr,addr}Tobias Burnus
2019-11-01OpenMP] use_device_addr/use_device_ptr with Fortran allocatable/pointer arraysTobias Burnus
2019-10-11[OpenMP,Fortran] Fix several OpenMP use_device_addr/map/update errorsTobias Burnus
2019-10-02f95-lang.c (LANG_HOOKS_OMP_IS_OPTIONAL_ARGUMENT): Define to gfc_omp_is_option...Kwok Cheung Yeung
2019-05-17[PR89433] Refer to OpenACC 'routine' clauses from "omp declare target" attributeThomas Schwinge
2019-03-12Replace can't in error messages for Fortran.Martin Liska
2019-01-01Update copyright years.Jakub Jelinek
2018-05-02[openacc] Add __builtin_goacc_parlevel_{id,size}Tom de Vries
2018-01-03Update copyright years.Jakub Jelinek
2017-12-15tree-core.h (struct attribute_spec): Swap affects_type_identity and handler f...Jakub Jelinek
2017-12-07PR c/81544 - attribute noreturn and warn_unused_result on the same function a...Martin Sebor
2017-01-25re PR lto/79061 ([LTO][ASAN] LTO plus ASAN fails with "AddressSanitizer: init...Maxim Ostapenko
2017-01-01Update copyright years.Jakub Jelinek
2016-11-23backport: hsa-builtins.def: New file.Martin Jambor
2016-11-10omp-low.c (lower_omp_target): Fix up argument to is_reference.Jakub Jelinek
2016-07-01re PR fortran/71687 (ICE in omp_add_variable, at gimplify.c:5821)Jakub Jelinek
2016-06-29re PR middle-end/71002 (-fstrict-aliasing breaks Boost's short string optimiz...Richard Biener
2016-02-08Remove -fshort-doubleBernd Schmidt
2016-01-04Update copyright years.Jakub Jelinek
2015-11-30tree-nested.c (convert_nonlocal_omp_clauses): Add support for OMP_CLAUSE_{NUM...Cesar Philippidis
2015-11-11decl.c: Remove unused header files.Andrew MacLeod
2015-10-29decl.c: Reorder #include's and remove duplicates.Andrew MacLeod
2015-10-29gimple-match-head.c (gimple_simplify): Remove premature checking of builtin_d...Richard Biener
2015-10-13builtin-types.def (BT_FN_BOOL_UINT_LONGPTR_LONGPTR_LONGPTR, [...]): New.Jakub Jelinek
2015-09-28gomp-constants.h (GOMP_VERSION_NVIDIA_PTX): Increment.Nathan Sidwell
2015-08-16trans-intrinsic.c (conv_intrinsic_ieee_is_negative): Use type generic BUILT_I...Francois-Xavier Coudert
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod
2015-06-25function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod
2015-06-11Restore DW_AT_abstract_origin for cross-unit call sitesPierre-Marie de Rodat
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod
2015-06-05Merge debug-early branch into mainline.Aldy Hernandez
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod
2015-05-23re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez
2015-02-24[PR libgomp/64625] Remove __OFFLOAD_TABLE__ variable/formal parameter.Thomas Schwinge
2015-01-30Always pass explicit location to fatal_error.Joseph Myers
2015-01-15Merge current set of OpenACC changes from gomp-4_0-branch.Thomas Schwinge
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison
2015-01-05Update copyright years.Jakub Jelinek
2014-12-16re PR fortran/54687 (Use gcc option machinery for gfortran)Tobias Burnus
2014-11-11re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez
2014-11-04Fix type mismatches in intrinsic functions.Bernd Schmidt
2014-10-28cgraph.h: Flatten.Andrew MacLeod
2014-10-16function.h: Flatten file.Andrew MacLeod
2014-10-09f95-lang.c (gfc_init_builtin_functions): Add more floating-point built-ins.Francois-Xavier Coudert
2014-09-20trans-expr.c (gfc_reset_vptr): Fix comment whitespace.Joost VandeVondele
2014-08-15re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez
2014-06-25langhooks-def.h (LANG_HOOKS_OMP_CLAUSE_LINEAR_CTOR): Define.Jakub Jelinek
2014-06-24gimplify.c (gimplify_scan_omp_clauses) <case OMP_CLAUSE_MAP, [...]): Make sur...Jakub Jelinek