Hi,
I know that PDB support has been worked on in binutils. I thinkt
he missing piece is to get GCC to emit CodeView debug information that
binutils will turn into a PDBm (not sure if the work is complete in
binutils, either).
What's the status of this? I ask because our WIndows offering is
bui
On Tue, Feb 25, 2025 at 8:19 AM Tom Kacvinsky wrote:
> Hi Kyrylo,
>
> On Tue, Feb 25, 2025 at 4:01 AM Kyrylo Tkachov
> wrote:
>
> > On 24 Feb 2025, at 20:40, Tom Kacvinsky via Gcc wrote:
>> >
>> > I am trying to find where the aarch64 SIMD built in
Hi Kyrylo,
On Tue, Feb 25, 2025 at 4:01 AM Kyrylo Tkachov wrote:
> On 24 Feb 2025, at 20:40, Tom Kacvinsky via Gcc wrote:
> >
> > I am trying to find where the aarch64 SIMD built in types are defined in
> > GCC.
> > For instance, __Int8x8_t. I see some code in gcc
Hi all,
I am trying to find where the aarch64 SIMD built in types are defined in
GCC.
For instance, __Int8x8_t. I see some code in gcc/config/aarch64 for these,
but
then it goes deeper into internals of gcc that I don't quite follow.
Any help pointing to where I should look would be appreciated.
On Thu, Oct 21, 2021 at 8:06 PM Martin Sebor via Gcc
wrote:
> I put #pragma GCC optimize "0" at the top of gimplify.c to help
> me debug something in a bootstrapped compiler. The file failed
> to compile with many assembler errors like this:
>
> /tmp/ccL9zcXD.s: Assembler messages:
> /tmp/ccL9zc