Request for copyright assignment form

2021-02-23 Thread The Other via Gcc
Hi, I would like to get a copyright assignment form for GCC. I believe that https://gcc.gnu.org/contribute.html states that the right place to get such a form is here. Thanks, Theo

Accessing result data of target options without Mask or Var properties

2020-07-10 Thread The Other via Gcc
Hi, How would I access the result data of target options that don't have Mask or Var properties? For example, how would I access the result ISA string in the -march option for the RISC-V target? Here is the relevant option code inside the .opt file: march= Target Report RejectNegative Joined -marc