This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/50055] [PATCH] Location information for the throw() specification in a function may be incorrect
- From: "jason at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 23 Aug 2011 14:56:55 +0000
- Subject: [Bug c++/50055] [PATCH] Location information for the throw() specification in a function may be incorrect
- Auto-submitted: auto-generated
- References: <bug-50055-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50055
--- Comment #3 from Jason Merrill <jason at gcc dot gnu.org> 2011-08-23 14:56:55 UTC ---
Author: jason
Date: Tue Aug 23 14:56:48 2011
New Revision: 177990
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=177990
Log:
PR c++/50055
* except.c (begin_eh_spec_block): Build EH_SPEC block on the
same line as the function.
Added:
trunk/gcc/testsuite/g++.dg/gcov/gcov-7.C
Modified:
trunk/gcc/cp/ChangeLog
trunk/gcc/cp/except.c
trunk/gcc/testsuite/ChangeLog