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] | |
Yes, that's right, that's what I meant, I just was using shorthand, since I assume| Yes, but the only defined semantics of these conversions is that you | get the same | pointer back, you cannot say anything else about the values. If you
You get the same pointer back, *when* you've done a round trip. For
pointer type -> integer type
or
integer type -> pointer type
or
T* -> U*
there is no "round trip" requirement for the values to be ligt.Sorry, the typo at the end has me failing to guess what you meant :-(
However, we have an obligation to define what those mappings are.Why?
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |