[Bug ipa/82094] Improve diagnostics about target specific option mismatch

2022-01-24 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82094 Martin Liška changed: What|Removed |Added Target Milestone|12.0|---

[Bug ipa/82094] Improve diagnostics about target specific option mismatch

2022-01-24 Thread marxin at gcc dot gnu.org via Gcc-bugs
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

[Bug ipa/82094] Improve diagnostics about target specific option mismatch

2021-03-09 Thread marxin at gcc dot gnu.org via Gcc-bugs
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/

[Bug ipa/82094] Improve diagnostics about target specific option mismatch

2021-03-09 Thread marxin at gcc dot gnu.org via Gcc-bugs
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

[Bug ipa/82094] Improve diagnostics about target specific option mismatch

2017-09-04 Thread marxin at gcc dot gnu.org
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

[Bug ipa/82094] Improve diagnostics about target specific option mismatch

2017-09-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82094 Richard Biener changed: What|Removed |Added Keywords||diagnostic Target|