https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82094
Martin Liška changed:
What|Removed |Added
Target Milestone|12.0|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82094
Martin Liška changed:
What|Removed |Added
Assignee|marxin at gcc dot gnu.org |unassigned at gcc dot
gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82094
--- Comment #7 from Martin Liška ---
One similar place where we do something similar is:
rtx
ix86_expand_builtin (tree exp, rtx target, rtx subtarget,
machine_mode mode, int ignore)
...
gcc /home/marxin/Programming/gcc/gcc/
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82094
Martin Liška changed:
What|Removed |Added
Assignee|unassigned at gcc dot gnu.org |marxin at gcc dot
gnu.org
Targe
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82094
--- Comment #5 from Martin Liška ---
(In reply to Richard Biener from comment #4)
> Probably requires the target hook to also return a diagnostic substring.
We have #define TARGET_OPTION_PRINT ix86_function_specific_print
which is quite close wh
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82094
Richard Biener changed:
What|Removed |Added
Keywords||diagnostic
Target|