The following reply was made to PR bin/126721; it has been noted by GNATS. From: Bruce Cran <[email protected]> To: [email protected], [email protected] Cc: Subject: Re: bin/126721: gcc(1) g++(1) Compiling, assembling and linking code with debugging results in unusable debug information Date: Thu, 17 Feb 2011 14:56:37 +0000
Using -gstabs (or -gstabs+) appears to produce valid debugging information, but the line information doesn't appear correct: (gdb) r Starting program: /usr/home/brucec/test Program received signal SIGSEGV, Segmentation fault. 0x080484eb in main () at test.s:7 7 .stabs "complex long double:t(0,3)=R3;24;0;",128,0,0,0 (gdb) bt #0 0x080484eb in main () at test.s:7 -- Bruce Cran _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
