aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/gfortran.h
AgeCommit message (Expand)AuthorFilesLines
2017-11-19re PR fortran/78990 (ICE when assigning polymorphic array function result)Paul Thomas1-1/+1
2017-11-11re PR fortran/82886 (ICE with -finit-derived in gfc_conv_expr, at fortran/tra...Fritz Reese1-0/+1
2017-11-04re PR fortran/29600 ([F03] MINLOC and MAXLOC take an optional KIND argument)Thomas Koenig1-2/+2
2017-10-19re PR fortran/82568 ([6/7/8] ICE with do-loop inside BLOCK inside omp)Jakub Jelinek1-1/+2
2017-10-19Use Levenshtein spelling suggestions in Fortran FEBernhard Reutner-Fischer1-0/+12
2017-10-07gfortran.h (async_io_dt): Add external reference.Thomas Koenig1-0/+1
2017-09-09decl.c: Add decl_type_param_list...Paul Thomas1-2/+37
2017-08-01re PR fortran/45435 (Automatically generate C interop interface blocks from C...Thomas Koenig1-0/+2
2017-05-19OpenACC 2.5 default (present) clauseThomas Schwinge1-1/+2
2017-03-05check.c (positive_check): Add new function checking constant for being greate...Andre Vehreschild1-2/+5
2017-01-21gfortran.h (gfc_extract_int): Change return type to bool.Jakub Jelinek1-1/+1
2017-01-13Revert r244448Janne Blomqvist1-17/+4
2017-01-13PR 78534 Change character length from int to size_tJanne Blomqvist1-4/+17
2017-01-07re PR fortran/78781 ([Coarray] ICE in gfc_deallocate_scalar_with_status, at f...Andre Vehreschild1-1/+1
2017-01-03PR 78534 Revert r244011Janne Blomqvist1-17/+4
2017-01-03PR 78534 Change character length from int to size_tJanne Blomqvist1-4/+17
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-12-27gfortran.h (gfc_error): Rename overload with OPT argument to...Jakub Jelinek1-1/+1
2016-12-15re PR fortran/78798 ([cleanup] some int-valued functions should be bool)Janus Weil1-5/+5
2016-12-14re PR fortran/78672 (Gfortran test suite failures with a sanitized compiler)Andre Vehreschild1-1/+1
2016-12-13re PR fortran/78798 ([cleanup] some int-valued functions should be bool)Janus Weil1-3/+3
2016-12-13re PR fortran/78737 ([OOP] linking error with deferred, undefined user-define...Janus Weil1-0/+1
2016-12-10re PR fortran/78226 (Fill out location information everywhere)Thomas Koenig1-0/+1
2016-12-09re PR fortran/77903 ([F08] gfortran 6.1.0/7.0.0 accept invalid code with conf...Paul Thomas1-5/+11
2016-12-09re PR fortran/44265 (Link error with reference to parameter array in specific...Paul Thomas1-0/+2
2016-12-08re PR fortran/65173 (ICE while compiling wrong code)Steven G. Kargl1-1/+1
2016-11-30libcaf.h: Add new action types for (de-)registration of allocatable component...Andre Vehreschild1-1/+1
2016-11-10omp-low.c (lower_omp_target): Fix up argument to is_reference.Jakub Jelinek1-6/+61
2016-11-03Default missing exponents to 0 with -fdec.Fritz Reese1-0/+1
2016-11-02Allow warning flags to associate through gfc_error.Fritz Reese1-0/+1
2016-10-26New I/O specifiers CARRIAGECONTROL, READONLY, SHARE with -fdec.Fritz Reese1-2/+4
2016-10-25Treat form feed as whitespace.Fritz Reese1-1/+1
2016-10-25Cleanup -fdec.Fritz Reese1-2/+0
2016-10-11New flag -fdec-math for COTAN and degree trig intrinsics.Fritz Reese1-0/+1
2016-09-23lang.opt, [...]: New flag -fdec-static.Fritz Reese1-1/+2
2016-09-23re PR fortran/48298 ([F03] User-Defined Derived-Type IO (DTIO))Jerry DeLisle1-1/+1
2016-09-22re PR fortran/48298 ([F03] User-Defined Derived-Type IO (DTIO))Paul Thomas1-3/+4
2016-09-19libcaf.h: Add caf_reference_type.Andre Vehreschild1-2/+5
2016-08-31[multiple changes]Paul Thomas1-5/+18
2016-08-15lang.opt, [...]: New flag -finit-derived.Fritz Reese1-0/+3
2016-07-05Second review of STAT= patch + testsAlessandro Fanfarillo1-1/+2
2016-05-07re PR fortran/56226 (Add support for DEC UNION and MAP extensions)Fritz Reese1-3/+20
2016-03-17Rename GOMP_MAP_FORCE_DEALLOC to GOMP_MAP_DELETEThomas Schwinge1-1/+1
2016-02-11re PR fortran/69296 ([F03] Problem with associate and vector subscript)Andre Vehreschild1-0/+3
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-12re PR fortran/45859 ([Coarray, F2008, IR] Rejects valid actuals to coarray du...Tobias Burnus1-1/+1
2015-12-02check.c (gfc_check_event_query): New function.Tobias Burnus1-3/+5
2015-12-01dump-parse-tree.c (show_omp_clauses): Handle optional num and static argument...Cesar Philippidis1-1/+2
2015-11-30tree-nested.c (convert_nonlocal_omp_clauses): Add support for OMP_CLAUSE_{NUM...Cesar Philippidis1-1/+23
2015-11-22dump-parse-tree.c (show_namespace): Handle declares.James Norris1-3/+34