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]

expr.c: fixed_type_p


Can somebody please clarify the comments in front of that routine?  It
talks about types being statically determinable but then doesn't look
at the type of the expression.  Perhaps this is a C++ concept, but then
it needs defining when used in language-independent parts fo the compiler.

One reason for this is that I'm wondering if leaving out BIT_FIELD_REF
was intentional or not, but I can't tell with that documentation.


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