This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/42572] New: internal compiler error: Segmentation fault with pair<>
- From: "nico at josuttis dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 1 Jan 2010 16:00:50 -0000
- Subject: [Bug c++/42572] New: internal compiler error: Segmentation fault with pair<>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
This little program:
#include <utility>
#include <vector>
int main()
{
std::pair<float,std::vector<int>> p(7.7, {3,7,4,8});
}
results in
internal compiler error: Segmentation fault with pair<>
--
Summary: internal compiler error: Segmentation fault with pair<>
Product: gcc
Version: 4.4.2
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: nico at josuttis dot de
GCC build triplet: g++4 -std=c++0x
GCC host triplet: cygwin
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42572