This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
expr.c: fixed_type_p
- To: gcc at gcc dot gnu dot org
- Subject: expr.c: fixed_type_p
- From: kenner at vlsi1 dot ultra dot nyu dot edu (Richard Kenner)
- Date: Mon, 4 Jun 01 05:57:30 EDT
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.