-
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
GCC Administrator
committed
Dec 9, 2024
1 parent
d9cdc50
commit a41b1a0
Showing
4 changed files
with
50 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,19 @@ | ||
2024-12-08 Lewis Hyatt <[email protected]> | ||
|
||
* gimple.h (struct gphi): Update word marking comments to reflect | ||
the new size of location_t. | ||
(struct gimple): Likewise. Add a comment about padding. | ||
* common.opt: Mark -flarge-source-files as Ignored. | ||
* common.opt.urls: Regenerate. | ||
* doc/invoke.texi: Remove -flarge-source-files. | ||
* toplev.cc (process_options): Remove support for | ||
-flarge-source-files. | ||
|
||
2024-12-08 Dimitar Dimitrov <[email protected]> | ||
|
||
* config/pru/pru.cc (pru_print_operand): Implement c and n | ||
inline assembly operand modifiers. | ||
|
||
2024-12-07 Eric Botcazou <[email protected]> | ||
|
||
* config/sparc/sparc.md (VIS4B instructions): Add comments. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
20241208 | ||
20241209 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,18 @@ | ||
2024-12-08 Lewis Hyatt <[email protected]> | ||
|
||
* g++.dg/diagnostic/pr77949.C: Adapt the test for 64-bit location_t, | ||
when the previously expected failure doesn't actually happen. | ||
* g++.dg/modules/loc-prune-4.C: Adjust the expected output for the | ||
64-bit location_t case. | ||
* gcc.dg/plugin/expensive_selftests_plugin.cc: Don't try to test | ||
the maximum supported column number in 64-bit location_t mode. | ||
* gcc.dg/plugin/location_overflow_plugin.cc: Adjust the base_location | ||
so it can effectively test 64-bit location_t. | ||
|
||
2024-12-08 Dimitar Dimitrov <[email protected]> | ||
|
||
* gcc.target/pru/asm-op-modifier.c: New test. | ||
|
||
2024-12-07 Gaius Mulley <[email protected]> | ||
|
||
PR modula2/117948 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,21 @@ | ||
2024-12-08 Lewis Hyatt <[email protected]> | ||
|
||
* include/cpplib.h (struct cpp_token): Adjust comment about the | ||
struct size. | ||
* include/line-map.h (location_t): Change typedef from 32-bit to 64-bit | ||
integer. | ||
(LINE_MAP_MAX_COLUMN_NUMBER): Increase size to be appropriate for | ||
64-bit location_t. | ||
(LINE_MAP_MAX_LOCATION_WITH_PACKED_RANGES): Likewise. | ||
(LINE_MAP_MAX_LOCATION_WITH_COLS): Likewise. | ||
(LINE_MAP_MAX_LOCATION): Likewise. | ||
(MAX_LOCATION_T): Likewise. | ||
(line_map_suggested_range_bits): Likewise. | ||
(struct line_map): Adjust comment about the struct size. | ||
(struct line_map_macro): Likewise. | ||
(struct line_map_ordinary): Likewise. Rearrange fields to optimize | ||
padding. | ||
|
||
2024-12-06 Jakub Jelinek <[email protected]> | ||
|
||
* files.cc (finish_embed): Use CPP_EMBED even for C++. | ||
|