This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/81073] [5/6/7/8 Regression] link failure as C++ misses to instanciate some objects
- From: "jason at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 10 Jul 2017 21:01:53 +0000
- Subject: [Bug c++/81073] [5/6/7/8 Regression] link failure as C++ misses to instanciate some objects
- Auto-submitted: auto-generated
- References: <bug-81073-4@http.gcc.gnu.org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81073
--- Comment #9 from Jason Merrill <jason at gcc dot gnu.org> ---
Created attachment 41711
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=41711&action=edit
patch to error on progmem with dynamic init
Does this do what you had in mind?