diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2024-12-09 00:17:22 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2024-12-09 00:17:22 +0000 |
commit | a41b1a001cb3b55975ed0316ca2041f4d8c20eb8 (patch) | |
tree | e5a5337dfa2c028f277d01431e311f0b51c90561 /gcc | |
parent | d9cdc500c1e86b1218a24d1e8469930f000528d0 (diff) | |
download | gcc-a41b1a001cb3b55975ed0316ca2041f4d8c20eb8.zip gcc-a41b1a001cb3b55975ed0316ca2041f4d8c20eb8.tar.gz gcc-a41b1a001cb3b55975ed0316ca2041f4d8c20eb8.tar.bz2 |
Daily bump.
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 16 | ||||
-rw-r--r-- | gcc/DATESTAMP | 2 | ||||
-rw-r--r-- | gcc/testsuite/ChangeLog | 15 |
3 files changed, 32 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 310f9c7..2231f35 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,19 @@ +2024-12-08 Lewis Hyatt <lhyatt@gmail.com> + + * 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 <dimitar@dinux.eu> + + * config/pru/pru.cc (pru_print_operand): Implement c and n + inline assembly operand modifiers. + 2024-12-07 Eric Botcazou <ebotcazou@adacore.com> * config/sparc/sparc.md (VIS4B instructions): Add comments. diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index f4039d3..775d8f2 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20241208 +20241209 diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 92fbda8..e316052 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,18 @@ +2024-12-08 Lewis Hyatt <lhyatt@gmail.com> + + * 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 <dimitar@dinux.eu> + + * gcc.target/pru/asm-op-modifier.c: New test. + 2024-12-07 Gaius Mulley <gaiusmod2@gmail.com> PR modula2/117948 |