https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117204
Dimitry Andric changed:
What|Removed |Added
CC||dimitry at andric dot com
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118685
--- Comment #1 from Dimitry Andric ---
Patch: https://gcc.gnu.org/pipermail/gcc-patches/2025-January/674663.html
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118685
Bug ID: 118685
Summary: FreeBSD static executables segfault due to libgcc
missing crtbeginT.o
Product: gcc
Version: 15.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113239
Dimitry Andric changed:
What|Removed |Added
CC||dimitry at andric dot com
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117210
--- Comment #12 from Dimitry Andric ---
So, something like this?
diff --git a/libstdc++-v3/config/os/bsd/freebsd/os_defines.h
b/libstdc++-v3/config/os/bsd/freebsd/os_defines.h
index 0d63ae6cec4..e414524dcc2 100644
--- a/libstdc++-v3/config/os/b
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117210
--- Comment #10 from Dimitry Andric ---
(In reply to Jonathan Wakely from comment #9)
> Does this work?
>
> #include
> #include
>
> int main ()
> {
> long long a = 5;
> std::llabs(a);
> return 0;
> }
Yes, that works.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117210
Dimitry Andric changed:
What|Removed |Added
CC||dimitry at andric dot com
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111632
--- Comment #29 from Dimitry Andric ---
(In reply to Liviu Ionescu from comment #28)
> (In reply to Francois-Xavier Coudert from comment #27)
> > *** Bug 115006 has been marked as a duplicate of this bug. ***
>
> 11506 is related to gcov.cc, do
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111632
--- Comment #21 from Dimitry Andric ---
(In reply to Iain Sandoe from comment #20)
> This is fixed on trunk, but is needed on open release branches.
Indeed, please merge both commits:
https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=9970b576b7e4ae
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111632
--- Comment #17 from Dimitry Andric ---
With both attached patches, I can build gcc master (gcc-14-9347-g790e0b478ea)
with --disable-bootstrap, against libc++ 18 on FreeBSD 15-CURRENT, using clang
18 as host compiler.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111632
--- Comment #16 from Dimitry Andric ---
Created attachment 57639
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=57639&action=edit
Fix identifier poisoning in libcc1plugin and libc1plugin
Here is another patch that can be committed separat
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111632
--- Comment #10 from Dimitry Andric ---
Note there are other issues with poisoned identifiers, so I'll ask again: is a
non-bootstrapped build even supposed to work, and officially supported, or not?
Or more qualified, is a non-bootstrapped buil
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111632
--- Comment #5 from Dimitry Andric ---
Is there any further action required to get this patch in? :)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111632
--- Comment #3 from Dimitry Andric ---
(In reply to Richard Biener from comment #2)
> the patch looks reasonable, please post it to gcc-patc...@gcc.gnu.org
https://gcc.gnu.org/pipermail/gcc-patches/2023-September/631611.html
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111632
--- Comment #1 from Dimitry Andric ---
Created attachment 56010
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=56010&action=edit
Include safe-ctype.h after C++ standard headers, to avoid over-poisoning
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111632
Bug ID: 111632
Summary: gcc's C++ components fail to compile against recent
libc++ headers
Product: gcc
Version: 14.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101491
--- Comment #4 from Dimitry Andric ---
(In reply to Gerald Pfeifer from comment #3)
> (In reply to David Malcolm from comment #2)
> > I wonder why this changed recently; as Dimitry notes, this has been
> > done the same since the initial merger
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101491
Dimitry Andric changed:
What|Removed |Added
CC||dimitry at andric dot com,
18 matches
Mail list logo