This is the mail archive of the gcc@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]

Re: Success report on Linux/PPC, small Ada problem


This is defintiely odd behavior, but on the other hand Is_Negative
is an internal intrinsic, that is not documented for user use. The
user function that should be used is Copy_Sign, and we don't know
of any malfunctions in Copy_Sign, but it seems likely that the
quoted code suggests that there might be a malfunction. Seems like
this should just be filed as a bug report in the normal way anyway.


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