[Bug driver/100830] Multilib directory picking logic handles default arguments oddly

2022-06-11 Thread tschwinge at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100830

Thomas Schwinge  changed:

   What|Removed |Added

 CC||kito at gcc dot gnu.org,
   ||tschwinge at gcc dot gnu.org

--- Comment #2 from Thomas Schwinge  ---
(Beware: I'm still learning GCC's multilib magic, but) has this, by chance,
been fixed by Kito's r11-5530-g3a5d8ed231a0329822b7c032ba0834991732d2a0 "Fix
print_multilib_info when default arguments appear in the option list with '!'"?
 (That's a GCC 11 commit; this PR is for "Version: 10.2.0".)

[Bug driver/100830] Multilib directory picking logic handles default arguments oddly

2021-05-30 Thread mhjacobson at me dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100830

--- Comment #1 from Matt Jacobson  ---
Another place that exhibits this weirdness is `print_multilib_info()` (which is
used at build time for the target libraries).  It also calls `default_arg()`
and omits lines that match the defaults.