aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/gfortran.h
AgeCommit message (Expand)AuthorFilesLines
2015-08-19remove more useless typedefsTrevor Saunders1-97/+64
2015-08-07re PR fortran/64104 ([F2003][IEEE] Allow IEEE functions in specification expr...Francois-Xavier Coudert1-2/+1
2015-07-17re PR fortran/52846 ([F2008] Support submodules)Paul Thomas1-0/+1
2015-07-02re PR fortran/52846 ([F2008] Support submodules)Paul Thomas1-14/+29
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-1/+0
2015-06-15re PR fortran/44672 ([F08] ALLOCATE with SOURCE and no array-spec)Andre Vehreschild1-0/+3
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-1/+0
2015-05-23re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez1-14/+11
2015-05-16re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez1-3/+2
2015-05-12re PR fortran/66041 (Matmul ICE)Thomas Koenig1-0/+2
2015-05-06re PR fortran/37131 (inline matmul for small matrix sizes)Thomas Koenig1-2/+6
2015-04-23PF fortran/60322Andre Vehreschild1-0/+5
2015-04-10re PR fortran/56674 (ICE in check_sym_interfaces)Mikael Morin1-0/+1
2015-03-25Fix regression introduced at revision 221586.Mikael Morin1-0/+3
2015-03-24re PR fortran/64787 (Invalid code on sourced allocation of class(*) character...Andre Vehreschild1-0/+1
2015-03-23re PR fortran/64952 (Missing temporary in assignment from elemental function)Paul Thomas1-0/+7
2015-02-06re PR fortran/63205 ([OOP] Wrongly rejects type = class (for identical decla...Paul Thomas1-0/+5
2015-02-01Always pass 0 or option number to gfc_warning*.Joseph Myers1-2/+0
2015-01-18[multiple changes]Paul Thomas1-0/+1
2015-01-17re PR fortran/60357 ([F08] structure constructor with unspecified values for ...Andre Vehreschild1-3/+0
2015-01-15Merge current set of OpenACC changes from gomp-4_0-branch.Thomas Schwinge1-2/+56
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-17re PR fortran/54687 (Use gcc option machinery for gfortran)Tobias Burnus1-23/+0
2014-12-16re PR fortran/54687 (Use gcc option machinery for gfortran)Tobias Burnus1-25/+0
2014-12-162014-12-15 Tobias Burnus <burnus@net-b.de>Tobias Burnus1-25/+0
2014-12-15re PR fortran/61669 (Error recovery ICE)Steven Bosscher1-1/+2
2014-12-13error.c (gfc_error): Add variant which takes a va_list.Tobias Burnus1-0/+1
2014-12-11re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez1-3/+5
2014-12-06error.c (gfc_error_check): Use bool not int.Tobias Burnus1-1/+1
2014-12-06error.c (gfc_buffer_error, [...]): Use bool notTobias Burnus1-2/+2
2014-12-03re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez1-1/+3
2014-12-03error.c (warnings_not_errors): Use bool.Tobias Burnus1-1/+1
2014-11-30gfortran.h (gfc_option_t): Remove warn_aliasing,Tobias Burnus1-18/+0
2014-11-25gfortran.h (gfc_option_t): Remove flags moved as Var to .opt.Tobias Burnus1-8/+4
2014-11-24error.c (gfc_fatal_error_1): Remove.Tobias Burnus1-1/+0
2014-11-23re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez1-1/+0
2014-11-23gfortran.h (gfc_option_t): Remove warn_tabs.Tobias Burnus1-1/+0
2014-11-15error.c (gfc_fatal_error_1): Renamed from gfc_fatal_error.Tobias Burnus1-0/+1
2014-11-11re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez1-2/+2
2014-10-28re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez1-3/+3
2014-10-10gfortran.h (gfc_set_implicit_none): Update prototype.Tobias Burnus1-1/+1
2014-10-07re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez1-1/+3
2014-10-06libgfortran.h (GFC_STD_F2015): Add.Tobias Burnus1-1/+4
2014-09-25check.c (check_co_collective): Renamed fromTobias Burnus1-0/+2
2014-08-22re PR fortran/61234 (Warn for use-stmt without explicit only-list.)Joost VandeVondele1-0/+1
2014-08-15re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez1-0/+16
2014-08-14re PR fortran/62106 (Adding a scalar variable to an array constructor gives w...Thomas Koenig1-1/+1
2014-07-12check.c (gfc_check_atomic): Update for STAT=.Tobias Burnus1-0/+9
2014-06-28re PR fortran/29383 (Fortran 2003/F95[TR15580:1999]: Floating point exception...Francois-Xavier Coudert1-1/+4
2014-06-24gimplify.c (gimplify_scan_omp_clauses) <case OMP_CLAUSE_MAP, [...]): Make sur...Jakub Jelinek1-1/+11