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
/
input.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-12-09
Byte vs column awareness for diagnostic-show-locus.c (PR 49973)
Lewis Hyatt
1
-0
/
+105
2019-07-09
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...
Martin Sebor
1
-4
/
+4
2019-07-09
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...
Martin Sebor
1
-4
/
+8
2019-05-17
trans.c (check_inlining_for_nested_subprog): Quote reserved names.
Martin Sebor
1
-3
/
+4
2019-02-12
linemap_line_start: protect against location_t overflow (PR lto/88147)
David Malcolm
1
-0
/
+30
2019-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2018-11-30
Fix ICE in substring locations from macros in header files (PR preprocessor/8...
David Malcolm
1
-1
/
+6
2018-11-27
PR preprocessor/83173: Enhance -fdump-internal-locations output
Mike Gulick
1
-1
/
+40
2018-11-16
Don't use %z printf length specifier
Michael Matz
1
-15
/
+15
2018-11-13
Eliminate source_location in favor of location_t
David Malcolm
1
-42
/
+42
2018-11-05
Come up with SIZE_AMOUNT and use it in memory statistics and sort stats.
Martin Liska
1
-56
/
+19
2018-10-29
Fix ICE in get_substring_ranges_for_loc on __FILE__ (PR c++/87721)
David Malcolm
1
-0
/
+2
2018-10-18
Fix ICE in substring-handling building 502.gcc_r (PR 87562)
David Malcolm
1
-1
/
+9
2018-10-09
Cleanup of libcpp diagnostic callbacks
David Malcolm
1
-25
/
+25
2018-10-05
Support string locations for C++ in -Wformat (PR c++/56856)
David Malcolm
1
-18
/
+26
2018-04-30
Use char_span for return type of location_get_source_line
David Malcolm
1
-41
/
+35
2018-03-14
Fix ICE for missing header fix-it hints with overlarge #line directives (PR c...
David Malcolm
1
-0
/
+16
2018-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2017-12-19
read-rtl.c (parse_reg_note_name): Replace Yoda conditions with typical order ...
Jakub Jelinek
1
-1
/
+1
2017-08-09
re PR c/81417 (-Wsign-compare should print types being compared)
Marek Polacek
1
-0
/
+9
2017-07-06
diagnostics: fix end-points of ranges within macros (PR c++/79300)
David Malcolm
1
-9
/
+43
2017-04-03
Fix numerous typos in comments
Jonathan Wakely
1
-1
/
+1
2017-01-31
Prevent ICEs due to bogus substring locations (PR preprocessor/79210)
David Malcolm
1
-1
/
+4
2017-01-10
Fix issues with unrepresentable column numbers (PR c++/77949)
David Malcolm
1
-0
/
+26
2017-01-07
Fix linemap corruption after very wide source lines (PR c++/72803)
David Malcolm
1
-0
/
+12
2017-01-05
[bootstrap-O3] add a default initializer to avoid a warning at -O3
Alexandre Oliva
1
-1
/
+1
2017-01-04
re PR bootstrap/77569 (self tests fail when not using C locale)
Jakub Jelinek
1
-1
/
+6
2017-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2016-12-15
Fix use-after-free lexing unterminated raw strings (PR preprocessor/78811)
David Malcolm
1
-5
/
+84
2016-11-30
substring locations and # line directives (PR preprocessor/78569)
David Malcolm
1
-0
/
+10
2016-11-21
substring_loc info needs default track-macro-expansion (PR preprocessor/78324)
David Malcolm
1
-0
/
+9
2016-11-17
Fix locations within raw strings
David Malcolm
1
-0
/
+74
2016-10-25
input.c/libcpp: fix lifetimes of path buffers
David Malcolm
1
-8
/
+39
2016-10-06
Fix warnings for make profiledbootstrap (PR bootstrap/77788)
Martin Liska
1
-1
/
+1
2016-10-03
re PR preprocessor/77699 (suspicious code in get_next_line)
Bernd Edlinger
1
-67
/
+37
2016-09-23
Provide location information for terminator characters (PR preprocessor/77672)
David Malcolm
1
-32
/
+49
2016-09-02
Introduce class edit_context
David Malcolm
1
-9
/
+38
2016-08-29
input.c: fix the comment for test_make_location_nonpure_range_endpoints
David Malcolm
1
-2
/
+2
2016-08-29
Allow the use of ad-hoc locations for fix-it hints
David Malcolm
1
-22
/
+0
2016-08-29
make_location: ensure end-points are pure locations
David Malcolm
1
-2
/
+64
2016-08-18
selftest.h: add class line_table_test
David Malcolm
1
-52
/
+74
2016-08-18
Evict selftest tempfiles from the diagnostics file cache
David Malcolm
1
-0
/
+26
2016-08-18
input.c: move test functions within #CHECKING_P and into selftest::
David Malcolm
1
-6
/
+8
2016-08-16
Fix caret locations in format_type_warning (PR c/72857)
David Malcolm
1
-20
/
+66
2016-08-16
Move class temp_source_file from input.c to selftest.c/h
David Malcolm
1
-42
/
+0
2016-08-08
Fix selftest::test_lexer_string_locations_ebcdic for systems without iconv (P...
David Malcolm
1
-0
/
+4
2016-08-05
On-demand locations within string-literals
David Malcolm
1
-0
/
+1547
2016-07-27
Move make_location from tree.h/c to input.h/c
David Malcolm
1
-0
/
+60
2016-07-25
Fix selftest::temp_source_file ctor
David Malcolm
1
-1
/
+1
2016-07-11
input.c: add lexing selftests and a test matrix for line_table states
David Malcolm
1
-17
/
+307
[next]