https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83344
--- Comment #7 from Steve Kargl <sgk at troutmask dot apl.washington.edu> --- On Tue, Dec 12, 2017 at 08:00:32PM +0000, anlauf at gmx dot de wrote: > > Intel v15 gives the result you probably expected: > > len(a) = 1 > len(bb) = 2 > len(ccc) = 3 > len(a) = 1 > len(a) = 1 > len(bb) = 2 > len(bb) = 2 > len(ccc) = 3 > len(ccc) = 3 > Yes, those are the results I expect.