On Mon, Dec 18, 2023 at 3:04 AM Richard Biener via Gcc
wrote:
> On Mon, Dec 18, 2023 at 2:35 AM Andrew Pinski via Gcc
> wrote:
> >
> > On Sun, Dec 17, 2023 at 1:20 PM Eric Gallager
> wrote:
> > >
> > > On Sat, Dec 16, 2023 at 3:16 PM Andrew Pinski via Gcc
> wrote:
> > > >
> > > > -fgnu-tm supp
Hello, I unintentionally stumbled upon some strange behaviour that
occurred due to a typo.
I reproduced the behaviour where an object (std::string in my case) can
be passed to a function by reference, uninitialized, WITHOUT a compiler
warning.
Changing the code to pass the object by value DOES
Hi Thomas!
Thanks for your reply. That's exactly what I'm missing. When I add
varpool_node::finalize_decl() to my code, everything works fine!
Thomas Schwinge 于2023年12月16日周六 01:15写道:
>
> Hi Hanke!
>
> On 2023-12-13T17:04:57+0800, Hanke Zhang via Gcc wrote:
> > Hi, I'm trying to create a global