aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/frontend-passes.c
AgeCommit message (Expand)AuthorFilesLines
2015-07-09flags.h: Don't include flag-types.h or options.h.Andrew MacLeod1-1/+1
2015-06-05re PR fortran/66385 (ICE: FORALL writing multiple elements of one array)Thomas Koenig1-0/+4
2015-05-23re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez1-22/+22
2015-05-21re PR fortran/66176 (Handle conjg() in inline matmul)Thomas Koenig1-12/+59
2015-05-12re PR fortran/66111 (ICE with matmul and vector subscripts)Thomas Koenig1-0/+23
2015-05-10re PR fortran/66041 (Matmul ICE)Thomas Koenig1-13/+51
2015-05-06re PR fortran/37131 (inline matmul for small matrix sizes)Thomas Koenig1-29/+1106
2015-02-01Always pass 0 or option number to gfc_warning*.Joseph Myers1-2/+2
2015-01-05re PR fortran/47674 (gfortran.dg/realloc_on_assign_5.f03: Segfault at run tim...Thomas Koenig1-0/+132
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-16re PR fortran/54687 (Use gcc option machinery for gfortran)Tobias Burnus1-2/+2
2014-12-162014-12-15 Tobias Burnus <burnus@net-b.de>Tobias Burnus1-2/+2
2014-12-03re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez1-3/+4
2014-11-30gfortran.h (gfc_option_t): Remove warn_aliasing,Tobias Burnus1-4/+4
2014-11-25gfortran.h (gfc_option_t): Remove flags moved as Var to .opt.Tobias Burnus1-20/+22
2014-09-20trans-expr.c (gfc_reset_vptr): Fix comment whitespace.Joost VandeVondele1-3/+3
2014-08-26frontend_passes (expr_array): Replace by vec template.Thomas Koenig1-48/+35
2014-08-21re PR fortran/62214 (Problem with spread plus concatenation for characters)Thomas Koenig1-0/+4
2014-08-14re PR fortran/62106 (Adding a scalar variable to an array constructor gives w...Thomas Koenig1-5/+21
2014-06-18gimplify.c (omp_notice_variable): If n is non-NULL and no flags change in ORT...Jakub Jelinek1-16/+33
2014-06-06dump-parse-tree.c (show_omp_namelist): Dump reduction id in each list item.Jakub Jelinek1-5/+6
2014-05-12re PR fortran/60834 ([OOP] ICE with ASSOCIATE construct (gimplify_var_or_par...Thomas Koenig1-2/+21
2014-05-11tree.h (OMP_CLAUSE_LINEAR_STMT): Define.Jakub Jelinek1-0/+20
2014-03-27re PR fortran/60522 (WHERE construct causes an ICE in gfc_trans_where_2)Thomas Koenig1-2/+25
2014-03-01re PR fortran/60341 (ICE compiling Nonmem 6.2.0)Mikael Morin1-0/+2
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-05-01frontend-passes.c (optimize_power): Fix typo in comment.Thomas Koenig1-1/+1
2013-04-30re PR fortran/57071 (Optimize (-1)**k to 1 - 2 * mod(K, 2))Thomas Koenig1-0/+18
2013-04-28re PR fortran/57071 (Optimize (-1)**k to 1 - 2 * mod(K, 2))Thomas Koenig1-0/+63
2013-04-19re PR fortran/56872 (Incorrect SUM evaluation, involving implied-do loop, wit...Thomas Koenig1-20/+32
2013-04-18expr.c (find_array_element): Don't copy expr.Tobias Burnus1-0/+1
2013-04-15class.c (gfc_find_intrinsic_vtab): Removed unused var.Tobias Burnus1-2/+0
2013-04-11Replace enum gfc_try with bool type.Janne Blomqvist1-2/+2
2013-04-08re PR fortran/56872 (Incorrect SUM evaluation, involving implied-do loop, wit...Thomas Koenig1-1/+6
2013-03-28re PR fortran/55806 (Missed optimization with ANY or ALL)Thomas Koenig1-1/+98
2013-01-29re PR fortran/54107 ([F03] Memory hog with abstract interface)Janus Weil1-2/+2
2013-01-14re PR fortran/55806 (Missed optimization with ANY or ALL)Thomas Koenig1-0/+166
2013-01-10Update copyright years in gcc/Richard Sandiford1-1/+1
2012-12-09re PR fortran/55593 (Bogus error on passing DO LOOP variable)Thomas Koenig1-1/+5
2012-11-25re PR fortran/30146 (Redefining do-variable in excecution cycle)Thomas Koenig1-2/+179
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-5/+5
2012-10-04expr.c (scalarize_intrinsic_call): Plug memory leak.Tobias Burnus1-1/+1
2012-07-08gfortran.h: Do not include coretypes.h here.Steven Bosscher1-0/+1
2012-06-16re PR fortran/53642 (Front-end optimization: Wrong string length for deferred...Tobias Burnus1-7/+5
2012-06-07re PR fortran/52861 ((missed optimisation) missed transformation to memset wi...Thomas Koenig1-2/+4
2012-06-07re PR fortran/52861 ((missed optimisation) missed transformation to memset wi...Thomas Koenig1-4/+10
2012-05-30decl.c: Fix comment typos.Tobias Burnus1-3/+3
2012-05-11re PR libfortran/52537 (slow trim function)Thomas Koenig1-24/+128
2012-04-29re PR fortran/53148 (Incorrect intrinsic function parsing on labeled statemen...Thomas Koenig1-0/+10
2012-04-07re PR fortran/52893 (Moving functions out of implied DO loops)Thomas Koenig1-2/+18