aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
AgeCommit message (Expand)AuthorFilesLines
2016-08-15lang.opt, [...]: New flag -finit-derived.Fritz Reese8-214/+341
2016-08-15frontend-passes.c (create_var): Set ts.deferred for deferred-length character...Thomas Koenig3-1/+22
2016-08-15re PR debug/71906 (Fortran allocatable strings debug info type size regression)Jakub Jelinek2-16/+20
2016-08-14re PR fortran/70598 (Fortran OpenACC host_data construct ICE)Chung-Lin Tang2-6/+19
2016-08-12re PR c/7652 (-Wswitch-break : Warn if a switch case falls through)Marek Polacek6-4/+24
2016-08-11Replace KISS PRNG with xorshift1024* using per-thread state.Janne Blomqvist3-79/+46
2016-08-08re PR fortran/72716 (ICE in gfc_resolve_omp_declare_simd, at fortran/openmp.c...Jakub Jelinek2-0/+12
2016-08-08re PR fortran/71936 (ICE in wide_int_to_tree, at tree.c:1487)Andre Vehreschild2-1/+14
2016-08-08re PR fortran/72698 (ICE in lhd_incomplete_type_error, at langhooks.c:205)Andre Vehreschild2-7/+20
2016-08-08re PR fortran/70524 (ICE when using -frepack-arrays -Warray-temporaries)Andre Vehreschild3-2/+15
2016-08-03lang.opt: New option -fdec-intrinsic-ints.Fritz Reese7-14/+373
2016-07-31re PR fortran/41922 (Diagnostic: No location shown for overlappingly initiali...Steven G. Kargl4-11/+30
2016-07-30re PR fortran/68566 (ICE on using unusable array in reshape (double free or c...Steven G. Kargl2-1/+6
2016-07-30re PR fortran/69867 (ICE on initializing character in type with array of inco...Steven G. Kargl2-2/+9
2016-07-30re PR fortran/69962 (ICE on missing parameter attribute, in gfc_set_constant_...Steven G. Kargl2-2/+12
2016-07-30re PR fortran/70006 (Duplicate errors "label not defined")Steven G. Kargl3-2/+8
2016-07-30re PR fortran/71730 (ICE when character length specification uses an undefine...Steven G. Kargl2-1/+16
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