: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: rhainin1 at binghamton dot edu
Target Milestone: ---
The following should fail to compile (does under clang) since auto is supposed
to deduce to one type.
#include
#include
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: rhainin1 at binghamton dot edu
Created attachment 35349
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35349&action=edit
minimal code to reproduce
The following code should fails to
ormal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: rhainin1 at binghamton dot edu
Target Milestone: ---
The following does not produce a compile time error, though it should because
Cls doesn't ever have a base class.
templa
++
Assignee: unassigned at gcc dot gnu.org
Reporter: rhainin1 at binghamton dot edu
Created attachment 33924
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33924&action=edit
minimal code to reproduce
using "case Is:" where Is is an argument pack (invalid code) ca