Bug#396745: regression on amd64 with optimazation enabled

2007-04-22 Thread Martin Michlmayr
* Alex Romosan [EMAIL PROTECTED] [2007-04-19 21:34]: remove -gstab+ or change -O2 to -O0 and the file compiles just fine. I forgot -fPIC. I can see this error now, thanks. -- Martin Michlmayr http://www.cyrius.com/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe.

Processed: Re: Bug#396745: regression on amd64 with optimazation enabled

2007-04-22 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: forwarded 396745 http://gcc.gnu.org/PR30472 Bug#396745: regression on amd64 with optimazation enabled Noted your statement that Bug has been forwarded to http://gcc.gnu.org/PR30472. thanks Stopping processing here. Please contact me if you need

Bug#396745: regression on amd64 with optimazation enabled

2007-04-22 Thread Martin Michlmayr
* Martin Michlmayr [EMAIL PROTECTED] [2007-04-22 19:25]: I believe this is the same as PR30472. Actually, I notice that I filed PR29443, which I believe is the same too. Also, there are good news: it works with gcc 4.2. -- Martin Michlmayr http://www.cyrius.com/ -- To UNSUBSCRIBE, email to

Bug#396745: regression on amd64 with optimazation enabled

2007-04-22 Thread Martin Michlmayr
forwarded 396745 http://gcc.gnu.org/PR30472 thanks * Alex Romosan [EMAIL PROTECTED] [2007-04-19 21:34]: remove -gstab+ or change -O2 to -O0 and the file compiles just fine. I believe this is the same as PR30472. The response to that bug is I don't know why anyone would want to use stabs

Bug#396745: regression on amd64 with optimazation enabled

2007-04-22 Thread Martin Michlmayr
* Martin Michlmayr [EMAIL PROTECTED] [2007-04-22 19:29]: Also, there are good news: it works with gcc 4.2. Actually, it's a little bit more complicated. Your code compiles with 4.2 while my testcase doesn't. This also applies from the testcase for PR30472. In any case, this is a known bug. --

Bug#396745: regression on amd64 with optimazation enabled

2007-04-19 Thread Martin Michlmayr
* Alex Romosan [EMAIL PROTECTED] [2006-11-02 09:54]: if i try to compile vamos from cvs i get: ... the code seems to be okay, and compiling with -O0 works so it's probably gcc's fault. compiling with O2 used to work but it broke somewhere along the way (unfortunately i can't remember for what

Bug#396745: regression on amd64 with optimazation enabled

2007-04-19 Thread Alex Romosan
Martin Michlmayr [EMAIL PROTECTED] writes: * Alex Romosan [EMAIL PROTECTED] [2006-11-02 09:54]: if i try to compile vamos from cvs i get: ... the code seems to be okay, and compiling with -O0 works so it's probably gcc's fault. compiling with O2 used to work but it broke somewhere along the

Bug#396745: regression on amd64 with optimazation enabled

2007-04-19 Thread Martin Michlmayr
* Alex Romosan [EMAIL PROTECTED] [2007-04-19 17:52]: compiling with -gstabs+ and -O2 still causes g++ to crash. Really? With g++-4.1 4.1.1-21, or which version do you have? -- Martin Michlmayr http://www.cyrius.com/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of

Bug#396745: regression on amd64 with optimazation enabled

2007-04-19 Thread Alex Romosan
Martin Michlmayr [EMAIL PROTECTED] writes: * Alex Romosan [EMAIL PROTECTED] [2007-04-19 17:52]: compiling with -gstabs+ and -O2 still causes g++ to crash. Really? With g++-4.1 4.1.1-21, or which version do you have? yes. this is on amd64 with g++ 4.1.1-21. you need to add -gstabs+ to get