[Bug ada/118219] error on component of CPP type declared without constructor
"p.p11 at orange dot fr via Gcc-bugs" <[email protected]>
| Newsgroups | gmane.comp.gcc.bugs |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118219
Pascal Pignard <p.p11 at orange dot fr> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |VERIFIED
--- Comment #2 from Pascal Pignard <p.p11 at orange dot fr> ---
As GNAT RM specifies "If no constructors are imported, it is impossible to
create any objects on the Ada side and the type is implicitly declared
abstract.", a constructor is needed.