https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104041
bugzilla at cems dot de changed:
What|Removed |Added
Resolution|INVALID |FIXED
--- Comment #2 from
: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: bugzilla at cems dot de
Target Milestone: ---
A static_assert failure can be triggered even by a template specialization that
is not selected.
The following code selects the
: major
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: bugzilla at cems dot de
/*The following code compiles without diagnostic in both gcc 4.6.2 and gcc
4.7.2. It produces correct code in gcc 4.6.2 but incorrect code in gcc 4.7.2