summaryrefslogtreecommitdiff
path: root/gcc/fortran/dump-parse-tree.c
AgeCommit message (Expand)Author
2020-04-20Add numerous flags to the -fdump-fortran-original attribute dump.Thomas König
2020-01-01Update copyright years.Jakub Jelinek
2019-11-12Add OpenACC 2.6 `serial' construct supportMaciej W. Rozycki
2019-10-232019-10-23 Steven G. Kargl <kargl@gcc.gnu.org>Steven G. Kargl
2019-10-02Support OpenMP's use_device_addr in FortranTobias Burnus
2019-09-01array.c (spec_dimen_size): Check for the presence of expressions for the bounds.Paul Thomas
2019-07-29re PR fortran/90813 (gfortran.dg/proc_ptr_51.f90 fails (SIGSEGV) after 272084)Thomas Koenig
2019-06-16dump_parse_tree (debug): Add verison for formal arglist.Thomas Koenig
2019-05-12fortran: C++ support for generating C prototypesJanne Blomqvist
2019-05-08re PR fortran/90351 (-fc-prototypes does not dump prototypes for external pro...Thomas Koenig
2019-03-31dump-parse-tree.c (debug): Add for symbol_attribute *, symbol_attribute and g...Thomas Koenig
2019-02-21dump-parse-tree.c (debug): Implement for gfc_expr *, gfc_typespec *, gfc_type...Thomas Koenig
2019-01-01Update copyright years.Jakub Jelinek
2018-11-01re PR fortran/40196 ([F03] [F08] Type parameter inquiry (str%len, a%kind) and...Paul Thomas
2018-09-20[OpenACC] handle missing OMP_LIST_ clauses in fortran's parse tree debuggerCesar Philippidis
2018-07-18re PR fortran/85599 (warn about short-circuiting of logical expressions for n...Janus Weil
2018-01-31dump-parse-tree.c (write_proc): Use sym_name (which may be sym->binding_label...Thomas Koenig
2018-01-26Partial Failed Images patchDamian Rouson
2018-01-13re PR fortran/83744 (ICE in ../../gcc/gcc/fortran/dump-parse-tree.c:3093 whil...Thomas Koenig
2018-01-13re PR fortran/83803 (Using -fc-prototypes on modules with empty dummy arg lis...Thomas Koenig
2018-01-05PR 78534 Change character length from int to size_tJanne Blomqvist
2018-01-03Update copyright years.Jakub Jelinek
2017-10-08dump_prase_tree (show_symbol): Output list of variables in NAMELIST.Thomas Koenig
2017-10-03io.c (match_wait_element): Correctly match END and EOR tags.Thomas Koenig
2017-09-09decl.c: Add decl_type_param_list...Paul Thomas
2017-08-01re PR fortran/45435 (Automatically generate C interop interface blocks from C...Thomas Koenig
2017-07-24dump-parse-tree.c (show_symbol): Show binding label if present.Thomas Koenig
2017-05-25dump-parse-tree.c (show_expr): Also replace with dumpfile for showing values ...Thomas Koenig
2017-05-24dump-parse-tree.c (show_expr): Replace stdout with dumpfile for showing values.Thomas Koenig
2017-05-19fortran: remove trailing exclamation mark from various diagnostics (PR fortra...David Malcolm
2017-05-19OpenACC 2.5 default (present) clauseThomas Schwinge
2017-03-05check.c (positive_check): Add new function checking constant for being greate...Andre Vehreschild
2017-01-13Revert r244448Janne Blomqvist
2017-01-13PR 78534 Change character length from int to size_tJanne Blomqvist
2017-01-03PR 78534 Revert r244011Janne Blomqvist
2017-01-03PR 78534 Change character length from int to size_tJanne Blomqvist
2017-01-01Update copyright years.Jakub Jelinek
2016-11-14dump-parse-tree.c (show_code): Add prototype.Thomas Koenig
2016-11-10omp-low.c (lower_omp_target): Fix up argument to is_reference.Jakub Jelinek
2016-10-23re PR fortran/69834 ([OOP] Collision in derived type hashes)Paul Thomas
2016-08-15frontend-passes.c (create_var): Set ts.deferred for deferred-length character...Thomas Koenig
2016-05-07re PR fortran/56226 (Add support for DEC UNION and MAP extensions)Fritz Reese
2016-02-28dump-parse-tree.c (show_code_node): Print association list of a block if pres...Thomas Koenig
2016-01-04Update copyright years.Jakub Jelinek
2015-12-02check.c (gfc_check_event_query): New function.Tobias Burnus
2015-12-01dump-parse-tree.c (show_omp_clauses): Handle optional num and static argument...Cesar Philippidis
2015-11-22dump-parse-tree.c (show_namespace): Handle declares.James Norris
2015-01-15Merge current set of OpenACC changes from gomp-4_0-branch.Thomas Schwinge
2015-01-05Update copyright years.Jakub Jelinek
2014-06-24gimplify.c (gimplify_scan_omp_clauses) <case OMP_CLAUSE_MAP, [...]): Make sur...Jakub Jelinek