https://llvm.org/bugs/show_bug.cgi?id=13559

Rafael Ávila de Espíndola <rafael.espind...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Rafael Ávila de Espíndola <rafael.espind...@gmail.com> ---
(In reply to comment #1)
> (In reply to comment #0)
> > On this testcase:
> > 
> >   struct X {
> >     X(int j) : i(j) {}
> >     int i;
> >   };
> >   
> >   int main() {
> >     X x(10);
> >   }
> > 
> > $ clang b6940259.cc -flto -S -o - -O3 -mllvm -disable-llvm-optzns
> > 
> > emits a @_ZN1XC1Ei that calls @_ZN1XC2Ei. It should just be an alias.
> 
> FWIW we currently don't produce C1 at all in this example at the moment, if
> I'm testing this correctly.

I see the same. Closing the bug as fixed. Please reopen if you have a testcase
that still fails.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to