summaryrefslogtreecommitdiff
path: root/gcc/fortran/st.c
AgeCommit message (Expand)Author
2020-01-01Update copyright years.Jakub Jelinek
2019-11-12Add OpenACC 2.6 `serial' construct supportMaciej W. Rozycki
2019-09-01array.c (spec_dimen_size): Check for the presence of expressions for the bounds.Paul Thomas
2019-01-01Update copyright years.Jakub Jelinek
2018-01-26Partial Failed Images patchDamian Rouson
2018-01-03Update copyright years.Jakub Jelinek
2017-03-05check.c (positive_check): Add new function checking constant for being greate...Andre Vehreschild
2017-01-01Update copyright years.Jakub Jelinek
2016-11-10omp-low.c (lower_omp_target): Fix up argument to is_reference.Jakub Jelinek
2016-01-04Update copyright years.Jakub Jelinek
2015-12-02check.c (gfc_check_event_query): New function.Tobias Burnus
2015-11-30tree-nested.c (convert_nonlocal_omp_clauses): Add support for OMP_CLAUSE_{NUM...Cesar Philippidis
2015-11-22dump-parse-tree.c (show_namespace): Handle declares.James Norris
2015-11-03OpenACC atomic directiveThomas Schwinge
2015-01-15Merge current set of OpenACC changes from gomp-4_0-branch.Thomas Schwinge
2015-01-05Update copyright years.Jakub Jelinek
2014-06-18gimplify.c (omp_notice_variable): If n is non-NULL and no flags change in ORT...Jakub Jelinek
2014-05-11tree.h (OMP_CLAUSE_LINEAR_STMT): Define.Jakub Jelinek
2014-01-02Update copyright years in gcc/Richard Sandiford
2013-08-09gfortran.h (gfc_get_code): Modified prototype.Janus Weil
2013-01-10Update copyright years in gcc/Richard Sandiford
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek
2012-07-08gfortran.h: Do not include coretypes.h here.Steven Bosscher
2011-09-08re PR fortran/44646 ([F08] Implement DO CONCURRENT)Tobias Burnus
2011-08-18re PR fortran/50071 (gfortran does not distinguish labels in different type s...Mikael Morin
2011-08-02backport: re PR fortran/46752 (OpenMP - Seg fault for unallocated allocatable...Jakub Jelinek
2011-06-08re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus
2011-04-18convert each use of gfc_free (p) to free (p)Jim Meyering
2011-01-13re PR fortran/45848 ([OOP] ICE on invalid code in fortran/symbol.c:2410)Tobias Burnus
2010-06-10re PR fortran/38936 ([F03] ASSOCIATE construct / improved SELECT TYPE (a=>expr))Daniel Kraft
2010-04-06re PR fortran/39997 (Procedure(), pointer & implicit typing: rejects-valid /...Tobias Burnus
2009-09-30re PR fortran/40996 ([F03] ALLOCATABLE scalars)Tobias Burnus
2009-09-29re PR fortran/39626 (Correctly implement details of Fortran 2008 BLOCK constr...Daniel Kraft
2009-05-13gfortran.h (gfc_code): Rename struct member expr to expr1.Steven G. Kargl
2009-05-13re PR fortran/34153 (Debugging: Cannot set breakpoint in comment lines or "EN...Tobias Burnus
2009-05-06re PR fortran/39630 ([F03] Procedure Pointer Components)Janus Weil
2009-03-29re PR fortran/38507 (Bogus Warning: Deleted feature: GOTO jumps to END of con...Tobias Schlüter
2008-08-31gfortran.h (enum gfc_statement): New entry `ST_GENERIC'.Daniel Kraft
2008-08-28gfortran.h (enum expr_t): New value `EXPR_COMPCALL'.Daniel Kraft
2008-07-19gfortran.h (new): Remove macro.Kaveh R. Ghazi
2008-06-20arith.c (hollerith2representation): Fix for -Wc++-compat.Kaveh R. Ghazi
2008-06-06c-cppbuiltin.c (c_cpp_builtins): Change _OPENMP value to 200805.Jakub Jelinek
2008-04-05PR fortran/25829 28655Jerry DeLisle
2008-02-24arith.c: Update copyright years.Tobias Schlüter
2007-09-03system.h (CONST_CAST2, [...]): New macros for type-specific casts.Kaveh R. Ghazi
2007-08-10system.h (CONST_CAST): New.Kaveh R. Ghazi
2007-08-01arith.c: Change copyright header to refer to version 3 of the GNU General Pub...Nick Clifton
2007-01-20openmp.c, [...]: Next installment in the massive whitespace patch.Steven G. Kargl
2006-10-19[multiple changes]Paul Thomas
2006-05-21re PR fortran/25746 (Elemental assignment gives wrong result)Paul Thomas