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 tree-optimization/50847] missed warning about unreachable code after throw statment.


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

Manuel LÃpez-IbÃÃez <manu at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|lopezibanez at gmail dot    |manu at gcc dot gnu.org
                   |com                         |

--- Comment #4 from Manuel LÃpez-IbÃÃez <manu at gcc dot gnu.org> 2012-05-12 12:31:14 UTC ---
(In reply to comment #1)
> Manuel, could you improve gcc diagnostics in this area?

Sorry but the little free time I have for GCC is going to be focused on
improving the options machinery and the caret diagnostics. I may try to push
for colors, if I find the time.

Unfortunately, we are very very few working on C/C++ FEs right now.

In this case, I am not even sure how this could be implemented in the FE
without  some kind of control-flow graph.


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