aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
AgeCommit message (Expand)AuthorFilesLines
2017-10-31Fix fortran build error on AIX.James E Wilson2-0/+7
2017-10-30re PR libfortran/80850 (Sourced allocate() fails to allocate a pointer)Paul Thomas2-5/+43
2017-10-30resolve.c (resolve_transfer): Set derived to correct symbol for BT_CLASS.Steven G. Kargl2-1/+6
2017-10-29Delete obsolete SDB debug info support.James E Wilson2-1/+5
2017-10-28check.c (gfc_check_co_reduce): Clarify error message.Andre Vehreschild2-1/+5
2017-10-28re PR fortran/81758 ([OOP] Broken vtab)Paul Thomas2-1/+8
2017-10-28re PR fortran/82620 ([PDT] ICE: free_expr0(): Bad expr type (at fortran/expr....Steven G. Kargl2-1/+9
2017-10-27re PR fortran/56342 (MATMUL with PARAMETER: Simplification usually doesn't work)Thomas Koenig2-1/+12
2017-10-25match.c (gfc_match_type_is): Fix typo in error messageBernhard Reutner-Fischer2-1/+5
2017-10-21re PR fortran/82586 ([PDT] ICE: write_symbol(): bad module symbol)Paul Thomas4-14/+78
2017-10-19Derive interface buffers from max name lengthBernhard Reutner-Fischer2-3/+9
2017-10-19re PR fortran/82568 ([6/7/8] ICE with do-loop inside BLOCK inside omp)Jakub Jelinek4-10/+49
2017-10-19Use Levenshtein spelling suggestions in Fortran FEBernhard Reutner-Fischer6-17/+319
2017-10-18re PR fortran/82567 ([6/7/8] gfortran takes a long time to compile a simple i...Thomas Koenig2-1/+37
2017-10-18re PR fortran/79795 (Fortran ICE in resolve_symbol starting with r163221)Thomas Koenig2-1/+23
2017-10-18re PR fortran/82550 (program using submodules fails to link)Paul Thomas2-1/+10
2017-10-16re PR fortran/82511 (ICE Bad IO basetype (12) on attempted read or write of e...Fritz Reese2-2/+7
2017-10-15re PR fortran/82372 (Rejects valid parenthesis)Thomas Koenig2-0/+18
2017-10-13re PR fortran/81048 (incorrect derived type initialization)Paul Thomas2-1/+12
2017-10-11[PATCH] Include path enumerationNathan Sidwell2-2/+7
2017-10-10Require wi::to_wide for treesRichard Sandiford5-9/+22
2017-10-08check.c (gfc_check_x): Remove function.Steven G. Kargl3-29/+21
2017-10-08re PR fortran/82375 (PDT components in PDT declarations fail to compile)Paul Thomas2-2/+16
2017-10-08dump_prase_tree (show_symbol): Output list of variables in NAMELIST.Thomas Koenig3-8/+38
2017-10-07re PR fortran/82375 (PDT components in PDT declarations fail to compile)Paul Thomas7-13/+91
2017-10-07re PR fortran/49232 (Pointer assignment of stride to CONTIGUOUS pointer not d...Thomas Koenig2-0/+14
2017-10-07gfortran.h (async_io_dt): Add external reference.Thomas Koenig4-3/+51
2017-10-04re PR fortran/60458 (Error message on associate: deferred type parameter and ...Paul Thomas5-4/+73
2017-10-03io.c (match_wait_element): Correctly match END and EOR tags.Thomas Koenig3-2/+42
2017-10-02re PR fortran/82312 ([OOP] Pointer assignment to component of class variable ...Paul Thomas3-28/+54
2017-10-01re PR fortran/61450 (ICE in gfc_global_used())Dominique d'Humieres2-6/+24
2017-09-29re PR fortran/25071 (dummy argument larger than actual argument)Dominique d'Humieres2-5/+21
2017-09-27Placate gcc.misc-tests/help.exp regarding -Wdo-subscriptThomas Schwinge2-1/+5
2017-09-26Commit ChangeLog entries from previous commit.Thomas Koenig1-0/+5
2017-09-26frontend-passes.c (do_subscript): Don't do anything if inside an associate list.Thomas Koenig1-0/+4
2017-09-25lang.opt: Add -Wdo-subscript.Thomas Koenig4-16/+383
2017-09-25Remove unnecessary fold_convert in gfc_(un)likelyJanne Blomqvist2-2/+5
2017-09-24re PR fortran/80118 (ICE with zero size parameter array)Thomas Koenig2-1/+12
2017-09-23re PR fortran/82143 (add a -fdefault-real-16 flag)Janus Weil5-13/+70
2017-09-21re PR fortran/52832 ([F03] ASSOCIATE construct with proc-pointer selector is ...Paul Thomas4-21/+99
2017-09-21openmp.c (gfc_match_oacc_wait): Don't restrict wait directive arguments to co...Cesar Philippidis2-2/+6
2017-09-17re PR fortran/82173 ([meta-bug] Parameterized derived type errors)Paul Thomas4-13/+83
2017-09-15re PR fortran/82184 (187.facerec in SPEC CPU 2000 miscompares)Paul Thomas2-0/+7
2017-09-13re PR fortran/82173 ([meta-bug] Parameterized derived type errors)Paul Thomas2-2/+20
2017-09-12re PR fortran/82173 ([meta-bug] Parameterized derived type errors)Paul Thomas5-68/+197
2017-09-10re PR fortran/34640 (ICE when assigning item of a derived-component to a poin...Paul Thomas12-172/+488
2017-09-09decl.c: Add decl_type_param_list...Paul Thomas19-47/+1790
2017-09-01re PR c/81887 (pragma omp ordered simd ignored under -fopenmp-simd)Jakub Jelinek3-3/+21
2017-08-30[51/77] Use opt_scalar_int_mode when iterating over integer modesRichard Sandiford2-3/+11
2017-08-30[34/77] Add a SCALAR_INT_TYPE_MODE macroRichard Sandiford2-2/+9