[Bug c++/87665] [8/9 Regression] gcc HEAD (svn: 265340) breaks elements on resize

2018-10-20 Thread linux at obiwahn dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87665 --- Comment #3 from Jan Christoph Uhde --- » g++-head -v Using built-in specs. COLLECT_GCC=g++-head COLLECT_LTO_WRAPPER=/bal/gcc_trunk_install/bin/../libexec/gcc/x86_64-pc-linux-gnu/9.0.0/lto-wrapper Target: x86_64-pc-linux-gnu Configured with:

[Bug c++/87665] New: gcc HEAD (svn: 265340) breaks elements on resize

2018-10-20 Thread linux at obiwahn dot org
++ Assignee: unassigned at gcc dot gnu.org Reporter: linux at obiwahn dot org Target Milestone: --- » cat test.cpp #include #include #include #include #include int main() { using my_pair = std::pair, double*>; std::vector vec; for (int i = 0; i < 1