index
:
riscv-gnu-toolchain/gcc.git
devel/analyzer
devel/autopar_devel
devel/autopar_europar_2021
devel/bypass-asm
devel/c++-contracts
devel/c++-coroutines
devel/c++-modules
devel/c++-name-lookup
devel/coarray_native
devel/fortran_unsigned
devel/gccgo
devel/gfortran-caf
devel/gimple-linterchange
devel/gomp-5_0-branch
devel/icpp2021
devel/ira-select
devel/ix86/evex512
devel/jlaw/crc
devel/loop-unswitch-support-switches
devel/lto-offload
devel/m2link
devel/modula-2
devel/mold-lto-plugin
devel/mold-lto-plugin-v2
devel/nothrow-detection
devel/omp/gcc-10
devel/omp/gcc-11
devel/omp/gcc-12
devel/omp/gcc-13
devel/omp/gcc-14
devel/omp/gcc-9
devel/omp/ompd
devel/power-ieee128
devel/range-gen3
devel/ranger
devel/rust/master
devel/sh-lra
devel/sphinx
devel/ssa-range
devel/subreg-coalesce
devel/unified-autovect
master
releases/egcs-1.0
releases/egcs-1.1
releases/gcc-10
releases/gcc-11
releases/gcc-12
releases/gcc-13
releases/gcc-14
releases/gcc-2.95
releases/gcc-2.95.2.1-branch
releases/gcc-3.0
releases/gcc-3.1
releases/gcc-3.2
releases/gcc-3.3
releases/gcc-3.4
releases/gcc-4.0
releases/gcc-4.1
releases/gcc-4.2
releases/gcc-4.3
releases/gcc-4.4
releases/gcc-4.5
releases/gcc-4.6
releases/gcc-4.7
releases/gcc-4.8
releases/gcc-4.9
releases/gcc-5
releases/gcc-6
releases/gcc-7
releases/gcc-8
releases/gcc-9
releases/libgcj-2.95
trunk
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
fortran
/
scanner.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-04-19
Use XCNEWVAR instead of xcalloc
Janne Blomqvist
1
-2
/
+2
2011-04-19
Replace gfc_getmem with XCNEW, XCNEWVEC or xcalloc
Janne Blomqvist
1
-2
/
+2
2011-04-18
convert each use of gfc_free (p) to free (p)
Jim Meyering
1
-23
/
+23
2011-03-25
Changelog c-family/
Kai Tietz
1
-3
/
+3
2011-01-21
re PR fortran/47394 (Internal compiler error when error count limit is reached)
Tobias Burnus
1
-2
/
+2
2010-12-11
re PR fortran/46705 (Spurious "Missing '&' in continued character constant" w...
Jerry DeLisle
1
-6
/
+6
2010-10-25
re PR fortran/46140 (Include not found - but exit status code is zero)
Steven G. Kargl
1
-1
/
+3
2010-09-29
optc-gen.awk: Generate global_options initializer instead of individual varia...
Joseph Myers
1
-7
/
+5
2010-07-25
re PR fortran/42852 (gfortran -Wall warns about truncated lines when only a c...
Jerry DeLisle
1
-1
/
+2
2010-07-25
re PR fortran/42852 (gfortran -Wall warns about truncated lines when only a c...
Jerry DeLisle
1
-14
/
+42
2010-06-13
re PR fortran/31588 (gfortran should be able to output Makefile dependencies ...
Daniel Franke
1
-12
/
+27
2010-05-23
gfortran.h: Do not include system.h.
Tobias Burnus
1
-1
/
+1
2009-09-01
re PR fortran/39229 (No warning of truncated lines if a continuation line fol...
Jerry DeLisle
1
-1
/
+20
2009-08-17
re PR fortran/41075 ([F2008] Implement unlimited format item)
Jerry DeLisle
1
-1
/
+1
2009-06-28
re PR fortran/34112 (Add $!DEC ATTRIBUTE support for 32bit Windows' STDCALL)
Tobias Burnus
1
-1
/
+49
2009-04-21
re PR fortran/39811 (Bogus warning for valid continuation lines)
Tobias Burnus
1
-1
/
+4
2009-02-20
Update Copyright years for files modified in 2008 and/or 2009.
Jakub Jelinek
1
-1
/
+1
2009-02-19
scanner.c (load_line): At end of line, skip '\r' without setting the truncati...
Daniel Franke
1
-0
/
+3
2008-11-03
re PR fortran/37821 (gfortran is ignoring #includes with the syntax <file.h>)
Tobias Burnus
1
-11
/
+23
2008-07-29
gfortran.h (try): Remove macro.
Kaveh R. Ghazi
1
-4
/
+4
2008-07-21
fmt_g0_3.f08: Fix typo in expected error message.
Ralf Wildenhues
1
-1
/
+1
2008-07-19
re PR fortran/36342 (Missing file name in compilation diagnostics of preproce...
Tobias Burnus
1
-7
/
+10
2008-07-19
gfortran.h (new): Remove macro.
Kaveh R. Ghazi
1
-3
/
+3
2008-06-20
re PR debug/34908 (valgrind error indication from testsuite hashtab.c : htab_...
Laurynas Biveinis
1
-1
/
+3
2008-06-20
arith.c (hollerith2representation): Fix for -Wc++-compat.
Kaveh R. Ghazi
1
-17
/
+14
2008-06-06
c-cppbuiltin.c (c_cpp_builtins): Change _OPENMP value to 200805.
Jakub Jelinek
1
-6
/
+12
2008-05-29
scanner.c (load_line): Add first_char argument.
Francois-Xavier Coudert
1
-22
/
+27
2008-05-25
re PR fortran/18428 (No preprocessing option -cpp for gfortran)
Daniel Franke
1
-1
/
+10
2008-05-14
re PR fortran/36215 (Fortran bootstrap fails on _abs_c4.F90)
Francois-Xavier Coudert
1
-1
/
+1
2008-05-06
arith.c: (gfc_arith_concat...
Francois-Xavier Coudert
1
-18
/
+65
2008-05-06
openmp.c (gfc_match_omp_eos): Use gfc_next_ascii_char and gfc_peek_ascii_char.
Francois-Xavier Coudert
1
-64
/
+242
2008-04-20
re PR fortran/35882 (Miscounted continuation lines when interspersed with data)
Jerry DeLisle
1
-3
/
+13
2008-04-14
re PR fortran/35882 (Miscounted continuation lines when interspersed with data)
Jerry DeLisle
1
-1
/
+2
2008-04-06
dump-parse-tree.c: Use fprintf, fputs and fputc instead of gfc_status and gfc...
François-Xavier Coudert
1
-4
/
+2
2008-02-26
system.h (USE_MAPPED_LOCATION): Poison.
Tom Tromey
1
-19
/
+0
2008-02-24
arith.c: Update copyright years.
Tobias Schlüter
1
-1
/
+1
2008-01-22
re PR fortran/34899 (Continuation lines with <tab><number> not recognized)
Tobias Burnus
1
-4
/
+18
2008-01-07
re PR fortran/34659 (corner case continuation line)
Jerry DeLisle
1
-1
/
+1
2007-12-08
re PR fortran/34359 (ICE in December 6 version of gfortran when compiling a f...
Jakub Jelinek
1
-55
/
+53
2007-12-05
re PR debug/33739 (Failure of gfortran.dg/literal_character_constant_1_*.F wi...
Jakub Jelinek
1
-23
/
+80
2007-11-16
re PR debug/33739 (Failure of gfortran.dg/literal_character_constant_1_*.F wi...
Francois-Xavier Coudert
1
-50
/
+6
2007-11-08
re PR debug/33739 (Failure of gfortran.dg/literal_character_constant_1_*.F wi...
Francois-Xavier Coudert
1
-6
/
+50
2007-10-04
re PR fortran/33502 (gfortran with .F suffix and -g3 option chokes on preproc...
Francois-Xavier Coudert
1
-2
/
+59
2007-09-24
re PR fortran/33538 (bootstrap break in fortran on *-apple-darwin r128671)
Francois-Xavier Coudert
1
-55
/
+2
2007-09-22
re PR fortran/33528 (Wrong locations emitted with mapped locations and includ...
Francois-Xavier Coudert
1
-1
/
+8
2007-09-22
re PR fortran/33502 (gfortran with .F suffix and -g3 option chokes on preproc...
Francois-Xavier Coudert
1
-2
/
+55
2007-09-22
re PR fortran/33445 (Diagnose "!$OMP&" as an error in free format unless it i...
Tobias Burnus
1
-9
/
+16
2007-09-06
tree-cfg.c (remove_bb): Only warn if line is non-zero.
Tom Tromey
1
-8
/
+8
2007-08-01
arith.c: Change copyright header to refer to version 3 of the GNU General Pub...
Nick Clifton
1
-4
/
+3
2007-04-29
re PR fortran/31645 (Error on reading Byte Order Mark)
Francois-Xavier Coudert
1
-0
/
+27
[next]