http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52967
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52967
--- Comment #3 from Dmitry Gerasimov 2012-04-13
08:44:10 UTC ---
(In reply to comment #1)
> I don't know if this is not undefined code.
> >v[0].a = run();
>
> Is this:
> double &a = v[0].a;
> a = run();
> Or:
> double tmp = run();
> v[0].a =
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52967
--- Comment #2 from Dmitry Gerasimov 2012-04-13
08:26:08 UTC ---
(In reply to comment #1)
> I don't know if this is not undefined code.
> >v[0].a = run();
>
> Is this:
> double &a = v[0].a;
> a = run();
> Or:
> double tmp = run();
> v[0].a =
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52967
Andrew Pinski changed:
What|Removed |Added
Component|libstdc++ |c++
--- Comment #1 from Andrew Pinski 20