gfortran.h (gfc_option_t): Remove flags moved as Var to .opt.
[gcc.git] / gcc / fortran / scanner.c
2014-11-25 Tobias Burnusgfortran.h (gfc_option_t): Remove flags moved as Var...
2014-11-23 Tobias Burnusgfortran.h (gfc_option_t): Remove warn_tabs.
2014-10-28 Manuel López-Ibáñezre PR fortran/44054 (Handle -Werror, -Werror=, -fdiagno...
2014-10-07 Manuel López-Ibáñezre PR fortran/44054 (Handle -Werror, -Werror=, -fdiagno...
2014-09-20 Joost VandeVondeletrans-expr.c (gfc_reset_vptr): Fix comment whitespace.
2014-07-03 Tobias Burnusscanner.c (skip_free_comments): Fix indentation.
2014-06-10 Jakub Jelinekre PR fortran/60928 (gfortran issue with allocatable...
2014-01-02 Richard SandifordUpdate copyright years in gcc/
2013-11-24 Francois-Xavier... scanner.c (gfc_open_intrinsic_module): Remove function.
2013-04-17 Janne BlomqvistPR 40958 Compress module files with zlib.
2013-04-10 Janne BlomqvistReplace enum gfc_try with bool type.
2013-02-14 Thomas Koenigre PR fortran/56224 (gfortran -fopenmp cannot find...
2013-01-21 Thomas Koenigre PR fortran/55919 (Bogus warning with -J directory/)
2013-01-10 Richard SandifordUpdate copyright years in gcc/
2013-01-04 Jakub JelinekUpdate Copyright years for files modified in 2011 and...
2012-12-03 Tobias Burnusre PR fortran/55475 (heap-buffer-overflow in fortran...
2012-08-04 Thomas KoenigFix PR 54033, problems with -I, with test cases
2012-08-01 Thomas Koenigre PR fortran/54033 (gfortran: Passing file as include...
2012-07-08 Steven Bosschergfortran.h: Do not include coretypes.h here.
2011-08-28 Dodji SeketeliFix the use of linemap_add and remove unnecessary kludge
2011-04-19 Janne BlomqvistUse XCNEWVAR instead of xcalloc
2011-04-19 Janne BlomqvistReplace gfc_getmem with XCNEW, XCNEWVEC or xcalloc
2011-04-18 Jim Meyeringconvert each use of gfc_free (p) to free (p)
2011-03-25 Kai TietzChangelog c-family/
2011-01-21 Tobias Burnusre PR fortran/47394 (Internal compiler error when error...
2010-12-11 Jerry DeLislere PR fortran/46705 (Spurious "Missing '&' in continued...
2010-10-25 Steven G. Karglre PR fortran/46140 (Include not found - but exit statu...
2010-09-29 Joseph Myersoptc-gen.awk: Generate global_options initializer inste...
2010-07-25 Jerry DeLislere PR fortran/42852 (gfortran -Wall warns about truncat...
2010-07-25 Jerry DeLislere PR fortran/42852 (gfortran -Wall warns about truncat...
2010-06-13 Daniel Frankere PR fortran/31588 (gfortran should be able to output...
2010-05-23 Tobias Burnusgfortran.h: Do not include system.h.
2009-09-01 Jerry DeLislere PR fortran/39229 (No warning of truncated lines...
2009-08-17 Jerry DeLislere PR fortran/41075 ([F2008] Implement unlimited format...
2009-06-28 Tobias Burnusre PR fortran/34112 (Add $!DEC ATTRIBUTE support for...
2009-04-20 Tobias Burnusre PR fortran/39811 (Bogus warning for valid continuati...
2009-02-20 Jakub JelinekUpdate Copyright years for files modified in 2008 and...
2009-02-19 Daniel Frankescanner.c (load_line): At end of line, skip '\r' withou...
2008-11-03 Tobias Burnusre PR fortran/37821 (gfortran is ignoring #includes...
2008-07-29 Kaveh R. Ghazigfortran.h (try): Remove macro.
2008-07-21 Ralf Wildenhuesfmt_g0_3.f08: Fix typo in expected error message.
2008-07-19 Tobias Burnusre PR fortran/36342 (Missing file name in compilation...
2008-07-19 Kaveh R. Ghazigfortran.h (new): Remove macro.
2008-06-20 Laurynas Biveinisre PR debug/34908 (valgrind error indication from tests...
2008-06-20 Kaveh R. Ghaziarith.c (hollerith2representation): Fix for -Wc++-compat.
2008-06-06 Jakub Jelinekc-cppbuiltin.c (c_cpp_builtins): Change _OPENMP value...
2008-05-29 Francois-Xavier... scanner.c (load_line): Add first_char argument.
2008-05-25 Daniel Frankere PR fortran/18428 (No preprocessing option -cpp for...
2008-05-14 Francois-Xavier... re PR fortran/36215 (Fortran bootstrap fails on _abs_c4...
2008-05-06 Francois-Xavier... arith.c: (gfc_arith_concat...
2008-05-06 Francois-Xavier... openmp.c (gfc_match_omp_eos): Use gfc_next_ascii_char...
2008-04-20 Jerry DeLislere PR fortran/35882 (Miscounted continuation lines...
2008-04-14 Jerry DeLislere PR fortran/35882 (Miscounted continuation lines...
2008-04-06 François-Xavier... dump-parse-tree.c: Use fprintf, fputs and fputc instead...
2008-02-26 Tom Tromeysystem.h (USE_MAPPED_LOCATION): Poison.
2008-02-24 Tobias Schlüterarith.c: Update copyright years.
2008-01-22 Tobias Burnusre PR fortran/34899 (Continuation lines with <tab>...
2008-01-07 Jerry DeLislere PR fortran/34659 (corner case continuation line)
2007-12-08 Jakub Jelinekre PR fortran/34359 (ICE in December 6 version of gfort...
2007-12-05 Jakub Jelinekre PR debug/33739 (Failure of gfortran.dg/literal_chara...
2007-11-16 Francois-Xavier... re PR debug/33739 (Failure of gfortran.dg/literal_chara...
2007-11-08 Francois-Xavier... re PR debug/33739 (Failure of gfortran.dg/literal_chara...
2007-10-04 Francois-Xavier... re PR fortran/33502 (gfortran with .F suffix and -g3...
2007-09-24 Francois-Xavier... re PR fortran/33538 (bootstrap break in fortran on...
2007-09-22 Francois-Xavier... re PR fortran/33528 (Wrong locations emitted with mappe...
2007-09-22 Francois-Xavier... re PR fortran/33502 (gfortran with .F suffix and -g3...
2007-09-22 Tobias Burnusre PR fortran/33445 (Diagnose "!$OMP&" as an error...
2007-09-06 Tom Tromeytree-cfg.c (remove_bb): Only warn if line is non-zero.
2007-08-01 Nick Cliftonarith.c: Change copyright header to refer to version...
2007-04-29 Francois-Xavier... re PR fortran/31645 (Error on reading Byte Order Mark)
2007-04-25 Janne Blomqvistmodule.c (module_char): Replace fgetc() with getc().
2007-04-21 Jerry DeLislere PR fortran/31495 (Is this continuation line legal?)
2007-02-15 Jerry DeLislere PR fortran/30779 ([4.1, 4.2 only] incomplete file...
2007-01-24 Jerry DeLisle[multiple changes]
2007-01-20 Steven G. Karglopenmp.c, [...]: Next installment in the massive whites...
2007-01-14 Thomas Koenigre PR fortran/30452 ([4.2, 4.1 only] Strange syntax...
2007-01-11 Brooks Mosessimplify.c: Update copyright to 2007.
2007-01-11 Francois-Xavier... re PR fortran/30430 (Memory corruption in the module...
2007-01-04 Tobias Burnusre PR fortran/30276 (gfortran include problem)
2007-01-02 Tobias Burnusre PR fortran/30276 (gfortran include problem)
2006-11-17 Francois-Xavier... gfortran.h (gfc_add_intrinsic_modules_path, [...])...
2006-11-15 Brooks Mosesgfortran.h (GFC_MAX_LINE): Remove constant definition.
2006-11-13 Jakub Jelinekre PR fortran/29759 (ice on line continuation in OMP...
2006-10-14 Jerry DeLislere PR fortran/19261 (continuation character illegal...
2006-10-06 Jakub Jelinekscanner.c (skip_free_comments): Return bool instead...
2006-10-03 Jerry DeLislere PR fortran/19262 (more than thirty-nine continuation...
2006-09-26 Jakub Jelinekre PR fortran/29097 (!$ include 'omp_lib.h' does not...
2006-06-01 Per Bothnerdata.c (gfc_assign_data_value): Handle USE_MAPPED_LOCATION.
2006-03-15 Jerry DeLislere PR fortran/19101 (missing & in character continuatio...
2006-03-14 Steven G. Karglre PR fortran/18537 (no warning about tabs with std...
2006-02-14 Jakub Jelinekre PR fortran/25162 (Issue with OpenMP COPYIN and gfortran)
2006-01-27 Jakub Jelinekre PR fortran/25324 (Wrong DW_TAG_compile_unit generate...
2006-01-11 Bernhard Fischerre PR fortran/25486 (fortran fixed-form literal charact...
2005-11-30 Bernhard Fischerre PR fortran/21302 (Max line length in free form mode)
2005-11-17 Francois-Xavier... re PR fortran/20811 (gfortran include problem (regressi...
2005-08-21 Tobias Schlütergfortran.h (gfc_option_t): Remove source field.
2005-08-19 Steven G. Karglre PR fortran/23065 (MAXPATHLEN usage in fortran/{scann...
2005-08-09 Jakub Jelinekscanner.c (preprocessor_line): Don't write beyond the...
2005-07-14 Jakub Jelinekre PR fortran/22417 (gfortran preprocessing regression...
2005-07-07 Jakub Jelinekscanner.c (load_line): Add pbuflen argument, don't...
next