https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87278
Jonathan Wakely <redi at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |ASSIGNED Last reconfirmed| |2018-09-11 Known to work| |7.3.0 Assignee|unassigned at gcc dot gnu.org |redi at gcc dot gnu.org Target Milestone|--- |8.3 Summary|GCC 8 fails to compile |[8/9 Regression] GCC 8 |make_shared<volatile int>() |fails to compile | |make_shared<volatile int>() Ever confirmed|0 |1 Known to fail| |8.2.0, 9.0 --- Comment #2 from Jonathan Wakely <redi at gcc dot gnu.org> --- In general the standard committee's library working group is moving further and further towards a position of "using volatile with the standard library is not supported". I'll fix this case though.