internal compiler error in gcc trunk when using std::map

2010-12-09 Thread Nathan Ridge
Hello, I've just build the gcc trunk and tried to compile some code that compiled fine with gcc 4.5. It gave an internal compiler error. I've reduced it to the following minimal test case: #include string #include map int main() { std::mapstd::string, int m; std::pairstd::string, int

Re: internal compiler error in gcc trunk when using std::map

2010-12-09 Thread Jonathan Wakely
On 10 December 2010 00:40, Nathan Ridge wrote: Please submit a full bug report, with preprocessed source if appropriate. See http://gcc.gnu.org/bugs.html for instructions. This mailing list is not the right way to report bugs, you should have followed the instructions in the output you