[Bug c++/79751] New: Concept placeholder on another concept doe not work

2017-02-28 Thread saar at raz dot email
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

gcc and as bug

2005-03-23 Thread RAZ
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