This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/50055] [PATCH] Location information for the throw() specification in a function may be incorrect


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]