mirror of
https://gcc.gnu.org/git/gcc.git
synced 2026-02-22 03:46:53 -05:00
Daily bump.
This commit is contained in:
@@ -1,3 +1,16 @@
|
||||
2025-05-07 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
PR preprocessor/108900
|
||||
PR preprocessor/116047
|
||||
PR preprocessor/120061
|
||||
* files.cc (_cpp_stack_file): Revert 2025-03-28 change.
|
||||
* line-map.cc (linemap_add): Use
|
||||
SOURCE_LINE (from, linemap_included_from (map - 1)) + 1; instead of
|
||||
SOURCE_LINE (from, from[1].start_location); to compute to_line
|
||||
for LC_LEAVE. For LC_ENTER included_from computation, look at
|
||||
map[-2] or even lower if map[-1] has the same start_location as
|
||||
map[0].
|
||||
|
||||
2025-04-28 Lewis Hyatt <lhyatt@gmail.com>
|
||||
|
||||
PR c/118838
|
||||
|
||||
Reference in New Issue
Block a user