aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/dump-parse-tree.c
AgeCommit message (Expand)AuthorFilesLines
2017-10-08dump_prase_tree (show_symbol): Output list of variables in NAMELIST.Thomas Koenig1-1/+13
2017-10-03io.c (match_wait_element): Correctly match END and EOR tags.Thomas Koenig1-0/+35
2017-09-09decl.c: Add decl_type_param_list...Paul Thomas1-0/+34
2017-08-01re PR fortran/45435 (Automatically generate C interop interface blocks from C...Thomas Koenig1-0/+250
2017-07-24dump-parse-tree.c (show_symbol): Show binding label if present.Thomas Koenig1-0/+3
2017-05-25dump-parse-tree.c (show_expr): Also replace with dumpfile for showing values ...Thomas Koenig1-1/+1
2017-05-24dump-parse-tree.c (show_expr): Replace stdout with dumpfile for showing values.Thomas Koenig1-3/+3
2017-05-19fortran: remove trailing exclamation mark from various diagnostics (PR fortra...David Malcolm1-1/+1
2017-05-19OpenACC 2.5 default (present) clauseThomas Schwinge1-0/+1
2017-03-05check.c (positive_check): Add new function checking constant for being greate...Andre Vehreschild1-0/+4
2017-01-13Revert r244448Janne Blomqvist1-4/+5
2017-01-13PR 78534 Change character length from int to size_tJanne Blomqvist1-5/+4
2017-01-03PR 78534 Revert r244011Janne Blomqvist1-4/+5
2017-01-03PR 78534 Change character length from int to size_tJanne Blomqvist1-5/+4
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-11-14dump-parse-tree.c (show_code): Add prototype.Thomas Koenig1-1/+14
2016-11-10omp-low.c (lower_omp_target): Fix up argument to is_reference.Jakub Jelinek1-15/+209
2016-10-23re PR fortran/69834 ([OOP] Collision in derived type hashes)Paul Thomas1-7/+11
2016-08-15frontend-passes.c (create_var): Set ts.deferred for deferred-length character...Thomas Koenig1-0/+8
2016-05-07re PR fortran/56226 (Add support for DEC UNION and MAP extensions)Fritz Reese1-0/+1
2016-02-28dump-parse-tree.c (show_code_node): Print association list of a block if pres...Thomas Koenig1-0/+12
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-02check.c (gfc_check_event_query): New function.Tobias Burnus1-0/+27
2015-12-01dump-parse-tree.c (show_omp_clauses): Handle optional num and static argument...Cesar Philippidis1-2/+16
2015-11-22dump-parse-tree.c (show_namespace): Handle declares.James Norris1-4/+8
2015-01-15Merge current set of OpenACC changes from gomp-4_0-branch.Thomas Schwinge1-166/+312
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-06-24gimplify.c (gimplify_scan_omp_clauses) <case OMP_CLAUSE_MAP, [...]): Make sur...Jakub Jelinek1-1/+1
2014-06-18gimplify.c (omp_notice_variable): If n is non-NULL and no flags change in ORT...Jakub Jelinek1-34/+76
2014-06-06dump-parse-tree.c (show_omp_namelist): Dump reduction id in each list item.Jakub Jelinek1-43/+42
2014-05-11tree.h (OMP_CLAUSE_LINEAR_STMT): Define.Jakub Jelinek1-9/+91
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-29re PR fortran/59612 ([F03] iso_fortran_env segfaults with -fdump-fortran-orig...Janus Weil1-1/+2
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+1
2012-09-15arith.c (arith_power): Call gfc_free_expr in case of error.Tobias Burnus1-46/+42
2012-09-03[multiple changes]Tobias Burnus1-1/+3
2012-08-14gfortran.h (gfc_get_proc_ptr_comp): New prototype.Mikael Morin1-2/+2
2012-07-20re PR fortran/48820 (TR 29113: Implement parts needed for MPI 3)Tobias Burnus1-1/+2
2012-07-08gfortran.h: Do not include coretypes.h here.Steven Bosscher1-0/+1
2012-03-03re PR fortran/48820 (TR 29113: Implement parts needed for MPI 3)Tobias Burnus1-0/+6
2012-01-02re PR fortran/51529 ([OOP] gfortran.dg/class_to_type_1.f03 is miscompiled: Un...Paul Thomas1-0/+1
2011-09-08re PR fortran/44646 ([F08] Implement DO CONCURRENT)Tobias Burnus1-0/+22
2011-08-02backport: re PR fortran/46752 (OpenMP - Seg fault for unallocated allocatable...Jakub Jelinek1-0/+11
2011-06-08re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus1-0/+27
2011-06-05dump-parse-tree.c (show_symbol): Don't dump namespace for ENTRY to avoid infi...Andreas Schmidt1-1/+2
2011-04-30dump-prase-tree.c (show_code_node): Set the current namespace to the BLOCK be...Thomas Koenig1-0/+5
2011-01-31re PR fortran/47519 (Deferred-length string wrong results with character intr...Paul Thomas1-0/+9
2011-01-13re PR fortran/45848 ([OOP] ICE on invalid code in fortran/symbol.c:2410)Tobias Burnus1-1/+1
2010-12-29dump_parse_tree.c (show_components): Show ALLOCATABLE.Thomas Koenig1-0/+2