This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [patch] PR debug/46102 Disable -feliminate-dwarf2-dups when reading a PCH
- From: Jason Merrill <jason at redhat dot com>
- To: Aldy Hernandez <aldyh at redhat dot com>, Jakub Jelinek <jakub at redhat dot com>
- Cc: gcc-patches <gcc-patches at gcc dot gnu dot org>
- Date: Wed, 25 Feb 2015 21:47:57 -0500
- Subject: Re: [patch] PR debug/46102 Disable -feliminate-dwarf2-dups when reading a PCH
- Authentication-results: sourceware.org; auth=none
- References: <54E6129C dot 5060706 at redhat dot com> <54E61314 dot 9070805 at redhat dot com> <20150219165052 dot GK1746 at tucnak dot redhat dot com> <54EDF147 dot 6070405 at redhat dot com> <54EE0031 dot 8010504 at redhat dot com> <54EE3B0B dot 6020907 at redhat dot com> <54EE81E5 dot 4080801 at redhat dot com>
On 02/25/2015 09:16 PM, Aldy Hernandez wrote:
+ warning (0, "ignoring unimplemented option -feliminate-dwarf2-dups");
Similarly, I'd rather say it's broken for C++. OK with that change.
Jason