This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/48319] [4.6/4.7 Regression] [C++0x] Segmentation fault in instantiation of std::is_constructible<int>
- From: "paolo.carlini at oracle dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 28 Mar 2011 17:58:14 +0000
- Subject: [Bug c++/48319] [4.6/4.7 Regression] [C++0x] Segmentation fault in instantiation of std::is_constructible<int>
- Auto-submitted: auto-generated
- References: <bug-48319-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48319
Paolo Carlini <paolo.carlini at oracle dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jason at gcc dot gnu.org
Summary|Segmentation fault in |[4.6/4.7 Regression]
|instantiation of |[C++0x] Segmentation fault
|std::is_constructible<int> |in instantiation of
| |std::is_constructible<int>
--- Comment #1 from Paolo Carlini <paolo.carlini at oracle dot com> 2011-03-28 17:58:08 UTC ---
Looks like a regression. Note, in any case std::is_constructible itself didn't
change lately.