aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
AgeCommit message (Expand)AuthorFilesLines
2016-07-29gfortran: Fix allocation of diagnostig string (was too small).Dominik Vogt2-1/+6
2016-07-28re PR fortran/71067 (ICE on data initialization with insufficient value)Steven G. Kargl2-0/+6
2016-07-28re PR fortran/71799 (ICE in DO loop code emission (gfc_resolve_iterator))Steven G. Kargl2-3/+9
2016-07-28re PR fortran/71859 (ICE on same variable/subroutine name (verify_gimple fail...Steven G. Kargl2-1/+14
2016-07-28[multiple changes]Paul Thomas3-19/+38
2016-07-28[PATCH] Revert Revert r238497 because of PR 71961.Renlin Li3-66/+28
2016-07-26re PR fortran/71862 (ICE in gfc_add_component_ref, at fortran/class.c:241)Steven G. Kargl2-6/+13
2016-07-22re PR fortran/71935 (ICE is_c_interoperable(): gfc_simplify_expr failed)Steven G. Kargl2-1/+6
2016-07-22re PR fortran/71795 (Two Bugs in array constructors (optimization))Thomas Koenig2-0/+11
2016-07-22expr.c (gfc_find_stat_co): Fixed whitespaces.Andre Vehreschild5-38/+48
2016-07-19re PR fortran/71902 (Unneeded temporary on reallocatable character assignment)Thomas Koenig3-15/+76
2016-07-19re PR fortran/71688 (ICE in analyze, at cgraphunit.c:632 with -fcoarray=lib)Martin Jambor1-1/+1
2016-07-17re PR fortran/71523 (Static variables given automatic initializers with -fini...Fritz Reese2-2/+44
2016-07-15re PR fortran/62125 (Nested select type not accepted (rejects valid))Jerry DeLisle2-1/+12
2016-07-15openmp.c (gfc_match_omp_clauses): Scan for clause vector_length before vector.Cesar Philippidis2-5/+12
2016-07-15re PR fortran/71807 (Internal compiler error with NULL() reference in structu...Andre Vehreschild2-0/+12
2016-07-14re PR fortran/29819 (Error/warning message should ignore comments for "1" in ...Steven G. Kargl2-1/+8
2016-07-14re PR fortran/70842 (internal compiler error with character members within a ...Andre Vehreschild2-1/+11
2016-07-09re PR fortran/71783 (ICE on valid code in gimplify_var_or_parm_decl at gimpli...Thomas Koenig2-4/+8
2016-07-08re PR fortran/68426 (Simplification of SPREAD with a derived type element is ...Steven G. Kargl2-2/+6
2016-07-08parse.c (matcha): Define.Cesar Philippidis2-21/+57
2016-07-08Enhance documentation of Wundefined-do-loopMartin Liska2-1/+6
2016-07-08re PR fortran/71764 (ICE in gfc_trans_structure_assign)Jerry DeLisle2-1/+5
2016-07-07Optimize fortran loops with +-1 step.Martin Liska5-57/+104
2016-07-07Add PRED_FORTRAN_LOOP_PREHEADER to DO loops with stepMartin Liska2-2/+9
2016-07-05Second review of STAT= patch + testsAlessandro Fanfarillo6-14/+92
2016-07-05re PR fortran/71623 (Segfault when allocating deferred-length characters to s...Andre Vehreschild2-5/+22
2016-07-04re PR fortran/66575 (Endless compilation on missing end interface)Jerry DeLisle2-1/+8
2016-07-04re PR fortran/35849 ("wrong" line shown in error message for parameter)Jerry DeLisle2-2/+11
2016-07-01re PR fortran/71687 (ICE in omp_add_variable, at gimplify.c:5821)Jakub Jelinek3-4/+21
2016-07-01re PR fortran/71717 (A gfortran silent "wrong code" bug in the transition fro...Jakub Jelinek2-0/+7
2016-06-30re PR fortran/71704 (ICE with -fopenmp and some omp constructs)Jakub Jelinek2-33/+89
2016-06-30re PR fortran/71705 (ICE in lower_omp_target, at omp-low.c:16136)Jakub Jelinek2-0/+8
2016-06-29re PR fortran/71686 (ICE on broken character continuation)Jerry DeLisle2-2/+12
2016-06-29openmp.c (match_oacc_clause_gang): Rename to ...Cesar Philippidis2-45/+107
2016-06-29re PR middle-end/71002 (-fstrict-aliasing breaks Boost's short string optimiz...Richard Biener2-21/+6
2016-06-26re PR fortran/71649 (Internal compiler error)Jerry DeLisle2-3/+11
2016-06-21stor-layout.c (layout_type): Move setting complex MODE to layout_type...Michael Meissner2-1/+6
2016-06-21re PR fortran/71068 (ICE in check_data_variable(): Bad expression)Tobias Burnus2-1/+18
2016-06-20re PR fortran/71194 (ICE on compilation with fcheck=all ; -fcheck=bounds)Tobias Burnus2-5/+11
2016-06-19Use gfc_add_*_component defines where appropriateBernhard Reutner-Fischer4-5/+17
2016-06-18trans-types.c: Commentary typo fix.Bernhard Reutner-Fischer2-1/+5
2016-06-17openmp.c (match_acc): New generic function to parse OpenACC directives.Cesar Philippidis2-70/+32
2016-06-16Introduce fortran loop preheaderMartin Liska2-1/+7
2016-06-16Fix code emission for FAIL_ALLOC predictorMartin Liska3-7/+15
2016-06-13re PR fortran/70673 (ICE with module containing functions with allocatable ch...Paul Thomas2-32/+45
2016-06-11re PR fortran/60751 (Extra comma in WRITE statement not diagnosed)Dominique d'Humieres2-1/+6
2016-06-10[PR c/71381] C/C++ OpenACC cache directive rejects valid syntaxThomas Schwinge2-0/+9
2016-06-05re PR fortran/71404 (416.gamess in SPEC CPU 2006 failed to build)Jerry DeLisle2-0/+10
2016-06-05re PR fortran/69659 (ICE on using option -frepack-arrays, in gfc_conv_descrip...Andre Vehreschild2-1/+13