aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/dump-parse-tree.c
AgeCommit message (Expand)AuthorFilesLines
2020-11-30Fortran's dump-parse-tree.c: Use '==' not '=' for '.eq.'.Tobias Burnus1-1/+1
2020-11-10Fortran: OpenMP 5.0 (in_,task_)reduction clause extensionsTobias Burnus1-1/+9
2020-10-30Fortran: Update omp atomic for OpenMP 5Tobias Burnus1-0/+34
2020-08-12Fortran: Add support for OpenMP's nontemporal clauseTobias Burnus1-0/+1
2020-07-29OpenMP: Handle order(concurrent) clause in gfortranTobias Burnus1-0/+2
2020-07-22OpenMP: Support 'if (simd:/cancel:' in FortranTobias Burnus1-0/+2
2020-07-19Always use name from c_interop_kinds_table for -fc-prototypes.Thomas Koenig1-36/+19
2020-06-14Avoid crash when global symbol table is empty with -fdump-fortran-global.Thomas Koenig1-1/+4
2020-04-20Add numerous flags to the -fdump-fortran-original attribute dump.Thomas König1-3/+78
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-11-12Add OpenACC 2.6 `serial' construct supportMaciej W. Rozycki1-0/+6
2019-10-232019-10-23 Steven G. Kargl <kargl@gcc.gnu.org>Steven G. Kargl1-0/+10
2019-10-02Support OpenMP's use_device_addr in FortranTobias Burnus1-0/+1
2019-09-01array.c (spec_dimen_size): Check for the presence of expressions for the bounds.Paul Thomas1-5/+15
2019-07-29re PR fortran/90813 (gfortran.dg/proc_ptr_51.f90 fails (SIGSEGV) after 272084)Thomas Koenig1-0/+33
2019-06-16dump_parse_tree (debug): Add verison for formal arglist.Thomas Koenig1-3/+22
2019-05-12fortran: C++ support for generating C prototypesJanne Blomqvist1-6/+6
2019-05-08re PR fortran/90351 (-fc-prototypes does not dump prototypes for external pro...Thomas Koenig1-21/+87
2019-03-31dump-parse-tree.c (debug): Add for symbol_attribute *, symbol_attribute and g...Thomas Koenig1-0/+25
2019-02-21dump-parse-tree.c (debug): Implement for gfc_expr *, gfc_typespec *, gfc_type...Thomas Koenig1-1/+36
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-11-01re PR fortran/40196 ([F03] [F08] Type parameter inquiry (str%len, a%kind) and...Paul Thomas1-1/+18
2018-09-20[OpenACC] handle missing OMP_LIST_ clauses in fortran's parse tree debuggerCesar Philippidis1-4/+9
2018-07-18re PR fortran/85599 (warn about short-circuiting of logical expressions for n...Janus Weil1-0/+2
2018-01-31dump-parse-tree.c (write_proc): Use sym_name (which may be sym->binding_label...Thomas Koenig1-1/+1
2018-01-26Partial Failed Images patchDamian Rouson1-0/+16
2018-01-13re PR fortran/83744 (ICE in ../../gcc/gcc/fortran/dump-parse-tree.c:3093 whil...Thomas Koenig1-23/+78
2018-01-13re PR fortran/83803 (Using -fc-prototypes on modules with empty dummy arg lis...Thomas Koenig1-2/+3
2018-01-05PR 78534 Change character length from int to size_tJanne Blomqvist1-5/+4
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
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