https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113499
--- Comment #1 from Richard Biener ---
Note it might also be because the failing build is using glibc-2.31, IIRC
newer glibc might include libdl directly (at least that's the case for
libpthreads ...)
--
You are receiving this mail because:
Yo
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113499
Richard Biener changed:
What|Removed |Added
Keywords||build
--
You are receiving this mail
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113499
Bug ID: 113499
Summary: crab1 fails to link when configuring with
--disable-plugin
Product: gcc
Version: 14.0
Status: UNCONFIRMED
Severity: normal
Pr
Hi Iain,
On 1/18/24 12:02, Iain Sandoe wrote:
Hi Arthur,
On 18 Jan 2024, at 10:30, Arthur Cohen wrote:
On 1/18/24 10:13, Rainer Orth wrote:
Arthur Cohen writes:
Using %lu to format size_t values breaks 32 bit targets, and %zu is not
supported by one of the hosts GCC aims to support - HP
Hi Rainer,
On 1/18/24 10:34, Rainer Orth wrote:
Hi Arthur,
Yes, I was talking about this on IRC the other day - if we do run in a
situation where we have more than UINT32_MAX procedural macros in memory
we have big issues. These debug prints will probably end up getting removed
soon as they cl
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113477
Rainer Orth changed:
What|Removed |Added
Target Milestone|--- |14.0
--
You are receiving this mail beca
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113477
Bug ID: 113477
Summary: rust/compile/torture/alt_patterns1.rs FAILs
Product: gcc
Version: 14.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: rust
Hi Arthur,
> On 18 Jan 2024, at 10:30, Arthur Cohen wrote:
> On 1/18/24 10:13, Rainer Orth wrote:
>> Arthur Cohen writes:
>>> Using %lu to format size_t values breaks 32 bit targets, and %zu is not
>>> supported by one of the hosts GCC aims to support - HPUX
>> But we do have uses of %zu in gcc
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113473
Rainer Orth changed:
What|Removed |Added
Target Milestone|--- |14.0
--
You are receiving this mail beca
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113473
Bug ID: 113473
Summary: rust/compile/iterators1.rs etc. FAIL
Product: gcc
Version: 14.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: rust
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113472
Rainer Orth changed:
What|Removed |Added
Target Milestone|--- |14.0
--
You are receiving this mail beca
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113472
Bug ID: 113472
Summary: rust/compile/issue-1446.rs FAILs
Product: gcc
Version: 14.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: rust
Hi Arthur,
> Yes, I was talking about this on IRC the other day - if we do run in a
> situation where we have more than UINT32_MAX procedural macros in memory
> we have big issues. These debug prints will probably end up getting removed
> soon as they clutter the output a lot for little informati
Hi Rainer,
On 1/18/24 10:13, Rainer Orth wrote:
Arthur Cohen writes:
Using %lu to format size_t values breaks 32 bit targets, and %zu is not
supported by one of the hosts GCC aims to support - HPUX
But we do have uses of %zu in gcc/rust already!
diff --git a/gcc/rust/expand/rust-proc-macr
Arthur Cohen writes:
> Using %lu to format size_t values breaks 32 bit targets, and %zu is not
> supported by one of the hosts GCC aims to support - HPUX
But we do have uses of %zu in gcc/rust already!
> diff --git a/gcc/rust/expand/rust-proc-macro.cc
> b/gcc/rust/expand/rust-proc-macro.cc
> i
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113461
--- Comment #4 from Andrew Pinski ---
Try after r14-8211-g2341df1cb9b3681bfefe29207887b2b3dc271a95 which was just
committed.
--
You are receiving this mail because:
You are on the CC list for the bug.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113461
--- Comment #3 from Rainer Orth ---
Created attachment 57135
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=57135&action=edit
Proposed patch
Tested on i386-pc-solaris2.11, sparc-sun-solaris2.11, and x86_64-pc-linux-gnu.
--
You are recei
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113461
Rainer Orth changed:
What|Removed |Added
Target|hppa*-*-linux* |hppa*-*-linux*,
|
Using %lu to format size_t values breaks 32 bit targets, and %zu is not
supported by one of the hosts GCC aims to support - HPUX
gcc/rust/ChangeLog:
* backend/rust-compile-base.cc (HIRCompileBase::resolve_method_address):
Cast size_t value to unsigned long.
* expand/rust-p
19 matches
Mail list logo