This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: optimization/7247: copy constructor missing when inlining enabled for i386


Synopsis: copy constructor missing when inlining enabled for i386

State-Changed-From-To: open->feedback
State-Changed-By: nathan
State-Changed-When: Tue Jul  9 12:07:05 2002
State-Changed-Why:
    If I understand you correctly, you are complaining that
    a copy ctor call is being optimized away.
    This is allowed, under [12.8]/15, even if the copy ctor
    has side-effects

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=7247


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]