[Bug c++/62063] g++ disregards template specialization and skips try/catch blocks

2014-09-17 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62063 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/62063] g++ disregards template specialization and skips try/catch blocks

2014-08-08 Thread ferenc.geczi at ericsson dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62063 --- Comment #2 from Ferenc Géczi --- (In reply to Jonathan Wakely from comment #1) > (In reply to Ferenc Géczi from comment #0) > > Created attachment 33276 [details] > > Source code for reproducing the reported issue > > > > g++ disregards that

[Bug c++/62063] g++ disregards template specialization and skips try/catch blocks

2014-08-08 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62063 --- Comment #1 from Jonathan Wakely --- (In reply to Ferenc Géczi from comment #0) > Created attachment 33276 [details] > Source code for reproducing the reported issue > > g++ disregards that template specialization might happen in a different