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 &