Re: g++-5.2.0 miscompiles a simple program

2015-12-12 Thread JonY
On 12/12/2015 22:49, Piotr Mitas wrote: > g++-5.2.0 miscompiles the following program so badly, that gdb can't > even break at the exe's entry point. Make sure you have also selected all the 5.2 runtime. signature.asc Description: OpenPGP digital signature

Re: Crash X11 with 3 commands

2015-12-12 Thread Stephen John Smoogen
On 11 December 2015 at 11:51, Nem W Schlecht wrote: > Nope. Still crashing with 2.4.0-0.9 for me. > > Marco - when you run that script, does your xterm at least iconize? > What's in your xterm after you run the script? > With various X problems it is usually useful to list what the video card, d

g++-5.2.0 miscompiles a simple program

2015-12-12 Thread Piotr Mitas
g++-5.2.0 miscompiles the following program so badly, that gdb can't even break at the exe's entry point. $ cat main.cpp #include #include using namespace std; int main() { string s = "hello"; cout This is free software: you are free to change