This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/44641] Generated constructors and destructors get wrong debug location when a typedef uses a forward declaration of the type before the definition
- From: "pinskia at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 08 Dec 2011 20:18:03 +0000
- Subject: [Bug c++/44641] Generated constructors and destructors get wrong debug location when a typedef uses a forward declaration of the type before the definition
- Auto-submitted: auto-generated
- References: <bug-44641-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44641
--- Comment #28 from Andrew Pinski <pinskia at gcc dot gnu.org> 2011-12-08 20:18:03 UTC ---
(In reply to comment #27)
> is what we get on mips64-linux-gnu. The only difference between this and the
> IRIX one is the .cfi_startproc .
Submitted a fix: http://gcc.gnu.org/ml/gcc-patches/2011-12/msg00600.html