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: "siddhesh.poyarekar at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 12 Aug 2011 19:21:15 +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 #2 from Siddhesh Poyarekar <siddhesh.poyarekar at gmail dot com> 2011-08-12 19:21:15 UTC ---
Thanks, done, with a test case this time:
http://gcc.gnu.org/ml/gcc-patches/2011-08/msg01158.html
As mentioned in the submission, I ran the existing c++ tests to make sure I did
not cause any regressions.