Status of PDB support

2025-04-05 Thread Tom Kacvinsky via Gcc
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

Re: aarch64 built-in SIMD types

2025-02-27 Thread Tom Kacvinsky via Gcc
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

Re: aarch64 built-in SIMD types

2025-02-25 Thread Tom Kacvinsky via Gcc
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

aarch64 built-in SIMD types

2025-02-24 Thread Tom Kacvinsky via 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.

Re: assembler errors when bootstrapping with #pragma optimize "0"

2021-10-21 Thread Tom Kacvinsky via Gcc
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