aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-openmp.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-17tree-flow.h (struct omp_region): Move to omp-low.c.Andrew MacLeod1-0/+1
2013-10-11target.c: New file.Jakub Jelinek1-0/+6
2013-06-04re PR fortran/37336 ([F03] Finish derived-type finalization)Tobias Burnus1-2/+3
2013-04-11Replace enum gfc_try with bool type.Janne Blomqvist1-5/+5
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2012-11-20Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo1-1/+1
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-6/+4
2012-09-10Remove unnecessary VEC function overloads.Diego Novillo1-3/+2
2012-03-06f95-lang.c (yyerror, yylex): Remove.Steven Bosscher1-24/+24
2012-01-062012-01-06 Tobias Burnus <burnus@net-b.de>Tobias Burnus1-3/+3
2011-10-11Convert standard builtin functions from being arrays to using a functional in...Michael Meissner1-6/+7
2011-08-19re PR fortran/49792 (OpenMP workshare: Wrong result with array assignment)Jakub Jelinek1-3/+3
2011-08-02backport: re PR fortran/46752 (OpenMP - Seg fault for unallocated allocatable...Jakub Jelinek1-24/+147
2011-07-27re PR fortran/49755 (ALLOCATE with STAT= produces invalid code for already al...Daniel Carrera1-9/+12
2011-07-21trans.c (gfc_allocate_with_status): Split into two functions gfc_allocate_usi...Daniel Carrera1-9/+9
2011-07-06trans-array.c (gfc_array_allocate): Rename allocatable_arrayDaniel Carrera1-9/+9
2011-06-21cosmetic. Add sync_ to all the expand_builtin defines which do not match the ...Andrew MacLeod1-1/+1
2011-05-04trans-array.c (gfc_trans_array_constructor_value): Use size_int for bounds of...Richard Guenther1-1/+2
2011-04-20remove useless if-before-free testsJim Meyering1-2/+1
2011-04-18convert each use of gfc_free (p) to free (p)Jim Meyering1-5/+5
2010-12-14re PR fortran/46874 ([OpenMP] ICE in gfc_conv_descriptor_data_get, at fortran...Jakub Jelinek1-8/+20
2010-12-02re PR fortran/46753 (ICE: OpenMP - in extract_omp_for_data, at omp-low.c:335)Jakub Jelinek1-7/+8
2010-09-10re PR fortran/45186 (Gfortran 4.5.0 emits wrong linenumbers)Tobias Burnus1-15/+23
2010-09-08re PR fortran/45597 (ICE: in gfc_trans_cycle, at fortran/trans-stmt.c:4320)Jakub Jelinek1-2/+2
2010-09-03re PR fortran/45186 (Gfortran 4.5.0 emits wrong linenumbers)Tobias Burnus1-54/+73
2010-08-20vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd1-1/+1
2010-07-06trans-decl.c: Include diagnostic-core.h besides toplev.h.Tobias Burnus1-1/+1
2010-06-28vec.h (vec_heap_free): Add parentheses around free.Nathan Froyd1-9/+17
2010-06-27gfortran.h (gfc_code): Split backend_decl field into cycle_label and exit_lab...Nathan Froyd1-5/+3
2010-06-15re PR fortran/44536 (OMP: missing error with default(none))Jakub Jelinek1-1/+17
2010-05-23gfortran.h: Do not include system.h.Tobias Burnus1-1/+1
2010-05-20trans-expr.c: Do not include convert.h, ggc.h, real.h, and gimple.h.Steven Bosscher1-3/+1
2010-05-13re PR fortran/44036 (I can't declare an external function in an OMP shared st...Jakub Jelinek1-2/+13
2010-04-06re PR fortran/43178 (Pointless resetting to NULL for local ALLOCATABLEs)Tobias Burnus1-4/+6
2009-11-28trans-common.c (create_common): Remove unused offset variable.Jakub Jelinek1-4/+2
2009-11-25re PR fortran/42162 (OpenMP: ICE: tree check in omp_add_variable, at gimplify...Jakub Jelinek1-8/+16
2009-10-26re PR fortran/41714 ([OOP] ALLOCATE SOURCE= does not properly copy the value ...Janus Weil1-5/+0
2009-07-16re PR c/40435 (Revision 148442 caused many regressions on trunk)Aldy Hernandez1-6/+9
2009-06-12java-gimplify.c (java_gimplify_block): New argument to build_empty_stmt.Aldy Hernandez1-15/+18
2009-06-08trans-array.h: Replace prototypes for gfc_conv_descriptor_offset...Paul Thomas1-12/+12
2009-05-13gfortran.h (gfc_code): Rename struct member expr to expr1.Steven G. Kargl1-2/+2
2009-04-20re PR fortran/35423 (Implement OpenMP workshare)Vasilis Liaskovitis1-3/+158
2008-09-18re PR fortran/37507 (Print location in (DE)ALLOCATION errors)Daniel Kraft1-3/+3
2008-08-28gfortran.h (enum expr_t): New value `EXPR_COMPCALL'.Daniel Kraft1-0/+1
2008-07-29gfortran.h (try): Remove macro.Kaveh R. Ghazi1-1/+1
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener1-29/+26
2008-07-19gfortran.h (operator): Remove macro.Kaveh R. Ghazi1-1/+1
2008-06-06c-cppbuiltin.c (c_cpp_builtins): Change _OPENMP value to 200805.Jakub Jelinek1-104/+431
2008-03-23trans.h: Use fold_build in build1_v, build2_v and build3_v macros.Tobias Schlüter1-2/+2
2008-02-24trans-array.c (gfc_conv_descriptor_data_get, [...]): Use fold_buildN instead ...Tobias Schlüter1-6/+6