ASSI writes:
> Rainer Orth writes:
>> Just try to configure gcc with --enable-libphobos, which overrides the
>> default of LIBPHOBOS_SUPPORTED. In quite a number of cases, this just
>> works, but hasn't yet been verified. You won't know until you try,
>> though.
>
> I did that and it indeed doe
Hi,
I have merged all my patches into a single branch for better
maintainability for me, but I am unable to build GCC. Initially, I
faced an error related to RID_MAX, which was fixed in
https://github.com/ken-matsui/gcc-gsoc23/commit/c32d49bc990acde4d3ec5654ddb81b0a7d081378.
The ICE was caused by
On Wed, Sep 13, 2023 at 9:09 PM Ken Matsui via Gcc wrote:
>
> Hi,
>
> I have merged all my patches into a single branch for better
> maintainability for me, but I am unable to build GCC. Initially, I
> faced an error related to RID_MAX, which was fixed in
> https://github.com/ken-matsui/gcc-gsoc23
On Wed, Sep 13, 2023 at 9:35 PM Ken Matsui wrote:
>
> On Wed, Sep 13, 2023 at 9:23 PM Andrew Pinski wrote:
> >
> > On Wed, Sep 13, 2023 at 9:09 PM Ken Matsui via Gcc wrote:
> > >
> > > Hi,
> > >
> > > I have merged all my patches into a single branch for better
> > > maintainability for me, but
On Wed, Sep 13, 2023 at 9:23 PM Andrew Pinski wrote:
>
> On Wed, Sep 13, 2023 at 9:09 PM Ken Matsui via Gcc wrote:
> >
> > Hi,
> >
> > I have merged all my patches into a single branch for better
> > maintainability for me, but I am unable to build GCC. Initially, I
> > faced an error related to
On Wed, Sep 13, 2023 at 9:38 PM Andrew Pinski wrote:
>
> On Wed, Sep 13, 2023 at 9:35 PM Ken Matsui wrote:
> >
> > On Wed, Sep 13, 2023 at 9:23 PM Andrew Pinski wrote:
> > >
> > > On Wed, Sep 13, 2023 at 9:09 PM Ken Matsui via Gcc
> > > wrote:
> > > >
> > > > Hi,
> > > >
> > > > I have merged