aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
AgeCommit message (Expand)AuthorFilesLines
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
2016-06-03c-typeck.c (c_finish_omp_clauses): Mark OpenACC reduction arguments as addres...Chung-Lin Tang2-2/+14
2016-06-01re PR fortran/52393 (I/O: "READ format" statement with parenthesed default-ch...Jerry DeLisle2-14/+56
2016-06-01re PR fortran/71156 (PURE interface/definition inconsistency: accepts invalid...Paul Thomas3-11/+59
2016-06-01parse.c (case_decl): Move ST_OMP_* to ...Jakub Jelinek2-3/+23
2016-06-01Remove the unused OMP_CLAUSE_DEVICE_RESIDENTThomas Schwinge1-3/+0
2016-05-26c-parser.c (c_parser_omp_clause_schedule): Warn if OMP_CLAUSE_SCHEDULE_CHUNK_...Jakub Jelinek2-0/+10
2016-05-24re PR fortran/66461 (ICE on missing end program in fixed source)Jerry DeLisle2-0/+7
2016-05-20re PR fortran/71204 (ICE with -O0 in expand_expr_real_1, at expr.c:9651)Jakub Jelinek2-1/+9
2016-05-15re PR fortran/69603 (ICE: segfault with -fimplicit-none and proc_ptr_comp_24....Harald Anlauf2-1/+6
2016-05-14dec_union_4.f90: Fix endian issue.Fritz Reese2-42/+39