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 middle-end/51212] ICE: verify_flow_info failed: BB 3 can not throw but has an EH edge with -fgnu-tm -fnon-call-exceptions and transaction_callable


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51212

--- Comment #6 from Aldy Hernandez <aldyh at gcc dot gnu.org> 2012-01-04 14:53:44 UTC ---
Author: aldyh
Date: Wed Jan  4 14:53:30 2012
New Revision: 182877

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=182877
Log:
        PR middle-end/51212
        * opts.c (finish_options): Sorry out when using transactional
        memory and non-call exceptions.
        * doc/invoke.texi (C Dialect Options): Document it.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/doc/invoke.texi
    trunk/gcc/opts.c


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