[Bug c++/28746] gcc -g and shared objects

2006-08-24 Thread jmbnyc at gmail dot com
--- Comment #7 from jmbnyc at gmail dot com 2006-08-24 16:47 --- Subject: Re: gcc -g and shared objects I finally updated my system today. I now have: [EMAIL PROTECTED] BUtil]$ uname -a Linux localhost.localdomain 2.6.17-1.2174_FC5smp #1 SMP Tue Aug 8 16:00:39 EDT 2006 i686 i686 i386

[Bug c++/28746] gcc -g and shared objects

2006-08-15 Thread jmbnyc at gmail dot com
--- Comment #6 from jmbnyc at gmail dot com 2006-08-16 03:20 --- Subject: Re: gcc -g and shared objects Ok, I will update the system when I have a chance. I had looked at the .s and I did not see anything unusual. What do you mean by "memory problems"? /JMB On 16 Aug 2006 02:55:58 -

[Bug c++/28746] gcc -g and shared objects

2006-08-15 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2006-08-16 02:55 --- (In reply to comment #4) > Subject: Re: gcc -g and shared objects > > Just because it works for you does not mean it is not a problem. I am > not an idiot (and I am not saying that you implied that I was) and I > b

[Bug c++/28746] gcc -g and shared objects

2006-08-15 Thread jmbnyc at gmail dot com
--- Comment #4 from jmbnyc at gmail dot com 2006-08-16 02:48 --- Subject: Re: gcc -g and shared objects Just because it works for you does not mean it is not a problem. I am not an idiot (and I am not saying that you implied that I was) and I believe there is a problem. I believe the p

[Bug c++/28746] gcc -g and shared objects

2006-08-15 Thread jmbnyc at gmail dot com
--- Comment #3 from jmbnyc at gmail dot com 2006-08-16 02:42 --- Subject: Re: gcc -g and shared objects Very bizarre. I struggled with this all of last night and most of today. It is very bizarre. I am running stock RH FC5 that I installed about 4 weeks ago. I even tried -g -O and it s

[Bug c++/28746] gcc -g and shared objects

2006-08-15 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-08-16 02:36 --- This works for me and I really doubt this is a GCC issue anyways since GCC just outputs assembly which then gets into object code by binutils and binutils does the linking also. -- pinskia at gcc dot gnu dot org

[Bug c++/28746] gcc -g and shared objects

2006-08-15 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-08-16 02:25 --- This works for me with exactly your version of GCC: [EMAIL PROTECTED] ~]$ vi t.cc [EMAIL PROTECTED] ~]$ gcc -g -fPIC t.cc -c gt.cc: In destructor ‘XYZ::~XYZ()’: t.cc:11: error: expected `}' at end of input [EMAIL PRO