Opened 7 years ago
Closed 6 years ago
#62 closed defect (duplicate)
Generic Type Undeclared Within Nested Type
Reported by: | pabuhr | Owned by: | |
---|---|---|---|
Priority: | minor | Component: | cfa-cc |
Version: | 1.0 | Keywords: | |
Cc: |
Description
forall(otype T) union fred { struct george { int i; T j; }; };
Results in:
CFA Version 1.0.0 (debug) test.c:7:50: error: ‘_sizeof_2tT’ undeclared here (not in a function)
(posted by Sunjay (s5varma) on behalf of pabuhr)
Note: See
TracTickets for help on using
tickets.
This is the same as #10