summaryrefslogtreecommitdiff
path: root/gcc/fortran/scanner.c
AgeCommit message (Expand)Author
2020-04-22[Fortran] Truncate warn with OpenMP/OpenACC/!GCC$ (PR94709)Tobias Burnus
2020-01-01Update copyright years.Jakub Jelinek
2019-11-08Fortran] PR91253 fix continuation-line handling with -pre_includeTobias Burnus
2019-03-16re PR fortran/89724 (Fortran diagnostics give wrong line number because of ma...Jakub Jelinek
2019-03-12Replace can't in error messages for Fortran.Martin Liska
2019-02-04Report error when -fpre-include can't be opened (PR fortran/88912).Martin Liska
2019-01-01Update copyright years.Jakub Jelinek
2018-11-27Support simd function declarations via a pre-include.Martin Liska
2018-11-23lang.opt (fpad-source): New option.Jakub Jelinek
2018-11-21lang.opt (fdec-include): New option.Jakub Jelinek
2018-05-07scanner.c (preprocessor_line): Call linemap_add after a line directive that c...Jeff Law
2018-01-03Update copyright years.Jakub Jelinek
2017-12-19read-rtl.c (parse_reg_note_name): Replace Yoda conditions with typical order ...Jakub Jelinek
2017-10-15re PR fortran/82372 (Rejects valid parenthesis)Thomas Koenig
2017-02-28i386.c: Include intl.h.Jakub Jelinek
2017-01-01Update copyright years.Jakub Jelinek
2016-10-15re PR fortran/77972 (ICE on broken character continuation with -Wall etc.)Jerry DeLisle
2016-06-29re PR fortran/71686 (ICE on broken character continuation)Jerry DeLisle
2016-05-24re PR fortran/66461 (ICE on missing end program in fixed source)Jerry DeLisle
2016-03-19re PR fortran/69043 (Trying to include a directory causes an infinite loop)Jerry DeLisle
2016-03-13re PR fortran/69043 (Trying to include a directory causes an infinite loop)Jerry DeLisle
2016-02-23re PR fortran/61156 (Internal compiler error for Fortran files when specifyin...Jerry DeLisle
2016-01-04Update copyright years.Jakub Jelinek
2015-11-25re PR fortran/63858 (fixed form OpenACC directive ICE with -fopenacc -fopenmp)Ilmir Usmanov
2015-07-09flags.h: Don't include flag-types.h or options.h.Andrew MacLeod
2015-05-16re PR fortran/65903 (Line continuation followed by comment character in strin...Jerry DeLisle
2015-05-16re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez
2015-02-13re PR fortran/64506 (FORMAT Parse Error with Continuation Line)Jerry DeLisle
2015-02-01Always pass 0 or option number to gfc_warning*.Joseph Myers
2015-01-15Merge current set of OpenACC changes from gomp-4_0-branch.Thomas Schwinge
2015-01-05Update copyright years.Jakub Jelinek
2014-12-16re PR fortran/54687 (Use gcc option machinery for gfortran)Tobias Burnus
2014-12-162014-12-15 Tobias Burnus <burnus@net-b.de>Tobias Burnus
2014-12-11re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez
2014-12-04line-map.c (linemap_position_for_loc_and_offset): Add new linemap_assert_fails.Manuel López-Ibáñez
2014-12-03re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez
2014-11-30gfortran.h (gfc_option_t): Remove warn_aliasing,Tobias Burnus
2014-11-29scanner.c (skip_free_comments, [...]): Use gfc_warning_now instead of ..._now_1.Tobias Burnus
2014-11-25gfortran.h (gfc_option_t): Remove flags moved as Var to .opt.Tobias Burnus
2014-11-23gfortran.h (gfc_option_t): Remove warn_tabs.Tobias Burnus
2014-10-28re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez
2014-10-07re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez
2014-09-20trans-expr.c (gfc_reset_vptr): Fix comment whitespace.Joost VandeVondele
2014-07-03scanner.c (skip_free_comments): Fix indentation.Tobias Burnus
2014-06-10re PR fortran/60928 (gfortran issue with allocatable components and OpenMP)Jakub Jelinek
2014-01-02Update copyright years in gcc/Richard Sandiford
2013-11-24scanner.c (gfc_open_intrinsic_module): Remove function.Francois-Xavier Coudert
2013-04-17PR 40958 Compress module files with zlib.Janne Blomqvist
2013-04-11Replace enum gfc_try with bool type.Janne Blomqvist
2013-02-14re PR fortran/56224 (gfortran -fopenmp cannot find omp_lib.h)Thomas Koenig