This is the mail archive of the gcc-patches@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] | |
If all else fails, we might ultimately need both arg0_type and
arg1_type to be passed. In which case, its probably easier to
pass just "t", rather than code=TREE_CODE (t), type=TREE_TYPE(t),
arg0_type=TREE_OPERAND(t,0) and arg1_type=TREE_OPERAND(t,1).
Attachment:
pr19650.C
Description: Text document
Attachment:
diffs.txt
Description: Text document
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |