Re: [PATCH] i386: Fix regression after refactoring legitimize_pe_coff_symbol, ix86_GOT_alias_set and PE_COFF_LEGITIMIZE_EXTERN_DECL

2024-06-27 Thread unlvsur unlvsur
Can this process be a little bit simpler in the future? Get Outlook for Android From: Christophe Lyon Sent: Thursday, June 27, 2024 5:30:47 AM To: Evgeny Karpov Cc: gcc-patches@gcc.gnu.org ; ubiz...@gmail.com ; richard.sandif...@arm.com ;

[PATCH] Fix intrinsics mm_malloc.h in freestanding [PR100057]

2021-04-14 Thread unlvsur unlvsur via Gcc-patches
>From b1774ab1c8aad82b7a5d975ef90c6d3f633780ee Mon Sep 17 00:00:00 2001 From: expnkx Date: Wed, 14 Apr 2021 03:14:28 -0400 Subject: [PATCH] Fix intrinsics mm_malloc.h in freestanding [PR100057] C does not have stdlib.h and C++ cstdint in freestanding does not malloc either. This leads to fail of

FW: [PATCH] Fix intrinsics mm_malloc.h in freestanding [PR100057]

2021-04-14 Thread unlvsur unlvsur via Gcc-patches
>From b1774ab1c8aad82b7a5d975ef90c6d3f633780ee Mon Sep 17 00:00:00 2001 From: expnkx Date: Wed, 14 Apr 2021 03:14:28 -0400 Subject: [PATCH] Fix intrinsics mm_malloc.h in freestanding [PR100057] C does not have stdlib.h and C++ cstdint in freestanding does not malloc either. This leads to fail of

[no subject]

2021-04-14 Thread unlvsur unlvsur via Gcc-patches
>From b1774ab1c8aad82b7a5d975ef90c6d3f633780ee Mon Sep 17 00:00:00 2001 From: expnkx Date: Wed, 14 Apr 2021 03:14:28 -0400 Subject: [PATCH] Fix intrinsics mm_malloc.h in freestanding [PR100057] C does not have stdlib.h and C++ cstdint in freestanding does not malloc either. This leads to fail of

[PATCH] Fix build errors on several platforms. [PR100057,PR100012,PR99499,PR99306]

2021-04-13 Thread unlvsur unlvsur via Gcc-patches
>From 71e6b5bcf5564ecc59a96fdf2939537e4ccf0004 Mon Sep 17 00:00:00 2001 From: expnkx Date: Wed, 14 Apr 2021 00:17:53 -0400 Subject: [PATCH] Fix build errors on several platforms. [PR100057,PR100012,PR99499,PR99306] [PATCH] libstdc++: Fix build errors with --disable-hosted-libstdcxx [PR100057] [P