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]

Re: PATCH: insn_code -> tree_code in tree-vect-transform.c


> Either value is OK. Which does C++ prefer, 0 or ERROR_MARK?
ERROR_MARK, please. Otherwise the C++ compiler will complain that we
convert an integer into an enum without a cast....

Thomas


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