C++ PATCH for c++/67813 (wrong constexpr result)

Jason Merrill jason@redhat.com
Fri Oct 23 21:01:00 GMT 2015


My patch for 66450 improved a previous problem with clobbering an 
existing value for an aggregate, but we still had the problem that the 
value in the hash table for the object was different from the value in 
ctx->ctor, so changing one didn't update the other.  This patch makes 
sure they're in sync.

Tested x86_64-pc-linux-gnu, applying to trunk and 5.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 67813.patch
Type: text/x-patch
Size: 1580 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20151023/d53bff9a/attachment.bin>


More information about the Gcc-patches mailing list