This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug ada/24533] FAIL: a85013b: *** glibc detected *** free(): invalid pointer: 0x00062a00 ***



------- Comment #13 from laurent at guerby dot net  2006-01-04 11:45 -------
(In reply to comment #12)
> > Arnaud, do you remember non opaque C types in s-osinte?
> 
> I do not understand your question, could you clarify ?

"opaque" means that the Ada runtime never access an internal C record
component, or does not use knowledge that something is an int and do +1 on it
for example.

So my question is wether the record+storage array+align will work for all the C
types in s-osinte* or is there an exception (ie a non opaque C type)?

Laurent


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24533



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]