On Sun, Aug 24, 2025, at 12:33 PM, Joseph Myers wrote:
> On Thu, 21 Aug 2025, Pietro Monteiro wrote:
>
>> Both GCC and binutils/gdb trees do not use any of the macros defined
>> in these files. Removing them from both trees and regenerating the
>> build scripts results
v0.m4: Removed.
* inttypes-pri.m4: Removed.
* inttypes.m4: Removed.
* inttypes_h.m4: Removed.
* ld-symbolic.m4: Removed.
* stdint_h.m4: Removed.
* uintmax_t.m4: Removed.
* ulonglong.m4: Removed.
Signed-off-by: Pietro Monteiro
---
config/acinclu
Committed as obvious.
On Fri, Aug 1, 2025, at 11:55 AM, Pietro Monteiro wrote:
> Move old news about GCC 14.2 and 2024 Cauldron to old news page.
> ---
> htdocs/index.html | 12
> htdocs/news.html | 8
> 2 files changed, 12 insertions(+), 8 deletions(-)
&
Move old news about GCC 14.2 and 2024 Cauldron to old news page.
---
htdocs/index.html | 12
htdocs/news.html | 8
2 files changed, 12 insertions(+), 8 deletions(-)
diff --git a/htdocs/index.html b/htdocs/index.html
index c062d876..2acb705e 100644
--- a/htdocs/index.html
+
On Mon, Jul 14, 2025, at 10:43 PM, Hans-Peter Nilsson wrote:
> Tested to fix build for MMIX (and to fix a few type-generic-builtin
> test-cases; c-c++-common/pr111309-1.c, gcc.dg/torture/pr116480-1.c).
> Also regtested cris-elf and native x86_64-pc-linux-gnu.
FYI, this patch also fixes PR120144, s
On Fri, Jul 18, 2025, at 9:45 AM, Hans-Peter Nilsson wrote:
> From: Hans-Peter Nilsson
>
> This has an effect only for MMIX and BPF. All other targets are
> either 32-bits-or-less BITS_PER_WORD (and will now get 64 just
> by a more obvious expression), or they don't use the default
> MAX_FIXED_MO
/pr116480-1.c -O0 (test for excess errors)
gcc.dg/torture/pr116480-1.c -O1 (test for excess errors)
gcc/ChangeLog:
PR target/120935
* config/mmix/mmix.h (MAX_FIXED_MODE_SIZE): Define.
Signed-off-by: Pietro Monteiro
---
gcc/config/mmix/mmix.h | 4
1 file changed, 4 insertions
ff-by: Pietro Monteiro
---
c++tools/configure | 1 -
c++tools/configure.ac| 2 +-
config/acx.m4| 11 ++--
config/asmcfi.m4 | 7 +--
config/bitfields.m4 | 10 ++--
config/cet.m4| 18 ---
config/codeset.m4
On Fri, Jun 13, 2025, at 5:01 PM, Joseph Myers wrote:
> On Fri, 13 Jun 2025, Pietro Monteiro wrote:
>
>> > Adding this \ at end of file looks suspect.
>> >
>> > OK with that ChangeLog entry fixed and the stray \ at end of file removed
>> > (assuming the s
On Fri, Jun 13, 2025, at 2:02 PM, Joseph Myers wrote:
> On Wed, 21 May 2025, Pietro Monteiro wrote:
>
>> lto-plugin/ChangeLog:
>>
>> * configure: Regenerate.
>> * configure.ac: Replace AC_CANONICAL_SYSTEM with AC_CANONICAL_SYSTEM.
>
> That ChangeLo
://www.gnu.org/software/autoconf/manual/autoconf-2.69/html_node/Obsolete-Macros.html#index-AC_005fTRY_005fLINK-2207
config/ChangeLog:
* pkg.m4 (PKG_CHECK_MODULES): Replace AC_TRY_LINK with AC_LINK_IFELSE.
Signed-off-by: Pietro Monteiro
---
config/pkg.m4 | 2 +-
1 file changed, 1 insertion
On Wed, May 21, 2025, at 8:59 PM, Pietro Monteiro wrote:
> Autoreconf -Wall complains about obsolete macros, so replace them according to
> the autoconf documentation[0].
>
> This patch doesn't fully fix all warnings because I focused on doing simple
> fixes and keepin
ff-by: Pietro Monteiro
---
c++tools/configure | 1 -
c++tools/configure.ac| 2 +-
config/acx.m4| 11 ++--
config/asmcfi.m4 | 8 +--
config/bitfields.m4 | 10 ++--
config/cet.m4| 18 ---
config/codeset.m4
The prefetch instruction that is emitted by __builtin_prefetch is re-ordered on
GCC, but not on clang[0]. GCC's behavior is surprising because when using the
builtin you want the instruction to be placed at the exact point where you put
it. Moving it around, specially across load/stores, may end
From: Pietro Monteiro
SH: Document extended asm operand modifers
gcc/ChangeLog:
* doc/extend.texi (SH Operand Modifiers): New.
Signed-off-by: Pietro Monteiro
---
Tested by running "make info pdf html" and looking at the pdf and html output.
I used the comment on &
15 matches
Mail list logo