Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: saar at raz dot email
Target Milestone: ---
The following program returns 1 with the latest gcc 7 snapshot:
template
concept bool FalseConcept = false;
template
concept bool AnotherConcept = true;
int main
I have encountered what seems to be an error of unforgiving nature when
attempting to compile a device driver for the parallel port. I also
attempted to compile the example given in Riku Saikkonen's HOW TO on I/O
port programming using options 0-6 with the same result.
The error is centered on