[Bug c++/80111] New: #include kills compiler

2017-03-20 Thread graeme.winter at diamond dot ac.uk
: unassigned at gcc dot gnu.org Reporter: graeme.winter at diamond dot ac.uk Target Milestone: --- Trivial code to reproduce #include #include int main(int argc, char ** argv) { std::cout << "Hello, World!" << std::endl; return 0; } g++ junk.cpp

[Bug c++/80111] #include kills compiler

2017-03-20 Thread graeme.winter at diamond dot ac.uk
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80111 --- Comment #2 from Graeme Winter --- Ah OK, thank you - I am using a GCC compiled by $SOMEONE_ELSE so this could very well be the case...