[Bug tree-optimization/71957] [5/6/7 Regression] Invalid code generation with function static objects
rguenth at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Thu Jul 21 12:07:00 GMT 2016
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71957
Richard Biener <rguenth at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |WAITING
--- Comment #3 from Richard Biener <rguenth at gcc dot gnu.org> ---
On a second look the testcase looks invalid as it invokes a virtual function
via C<D> on an object of type C<A>. Why do you think doing this is valid?
More information about the Gcc-bugs
mailing list