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] |
Daniel Jacobowitz <drow@mvista.com> writes: > Also, how does this function deal with qualifiers? Is a const double > equivalent to a double? How about volatile? Is 'signed int' the same > as 'int'? And what about typedefs? ISO C doesn't have a concept of type equality, I think.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |