https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67409
Jakub Jelinek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67409
--- Comment #10 from Jakub Jelinek ---
Author: jakub
Date: Thu Nov 19 16:34:32 2015
New Revision: 230616
URL: https://gcc.gnu.org/viewcvs?rev=230616&root=gcc&view=rev
Log:
PR c++/67409
* decl.c (identify_goto): Add LOC and DIAG_K
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67409
--- Comment #9 from Jakub Jelinek ---
Author: jakub
Date: Thu Nov 19 16:18:39 2015
New Revision: 230613
URL: https://gcc.gnu.org/viewcvs?rev=230613&root=gcc&view=rev
Log:
PR c++/67409
* decl.c (identify_goto): Add LOC and DIAG_KI
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67409
Richard Biener changed:
What|Removed |Added
Priority|P3 |P2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67409
Jakub Jelinek changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassigned a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67409
--- Comment #7 from Jakub Jelinek ---
Unfortunately, adding an argument to identify_goto whether it is should be a
permerror or normal error doesn't work, because identify_goto could be called
first for a non-fatal case, but later on we could fin
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67409
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
--- Comment #6
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67409
Paolo Carlini changed:
What|Removed |Added
CC|paolo at gcc dot gnu.org |
--- Comment #5 from Paolo Carlin
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67409
Marek Polacek changed:
What|Removed |Added
CC||paolo at gcc dot gnu.org
Compon