public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/100269] New: [12 Regression] i686 biarch compiler fails for Darwin after r12-36.
@ 2021-04-26 14:51 iains at gcc dot gnu.org
  2021-04-26 14:53 ` [Bug bootstrap/100269] " iains at gcc dot gnu.org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: iains at gcc dot gnu.org @ 2021-04-26 14:51 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100269

            Bug ID: 100269
           Summary: [12 Regression] i686 biarch compiler fails for Darwin
                    after r12-36.
           Product: gcc
           Version: 10.2.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
          Assignee: unassigned at gcc dot gnu.org
          Reporter: iains at gcc dot gnu.org
  Target Milestone: ---

With the fix at r12-50-ga44895ce7ffbc26b4d765c40b5b346f8c9a9b762 applied,
bootstrap still fails for a 32b host with a 64b multilib.

$ ./gcc/xgcc -Bgcc -E -dM -m64 -xc /dev/null
cc1: sorry, unimplemented: 64-bit mode not compiled in

this is coming from i386-options.c:2050+

  if ((TARGET_64BIT_P (opts->x_ix86_isa_flags) != 0)
      != ((opts->x_ix86_isa_flags & OPTION_MASK_ISA_64BIT) != 0))
    sorry ("%i-bit mode not compiled in",
           (opts->x_ix86_isa_flags & OPTION_MASK_ISA_64BIT) ? 64 : 32);

unfortunately, it is not obvious to me what fix I need to make here.

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-07-06 13:05 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-26 14:51 [Bug bootstrap/100269] New: [12 Regression] i686 biarch compiler fails for Darwin after r12-36 iains at gcc dot gnu.org
2021-04-26 14:53 ` [Bug bootstrap/100269] " iains at gcc dot gnu.org
2021-04-27  7:09 ` [Bug target/100269] " rguenth at gcc dot gnu.org
2021-04-28 20:28 ` iains at gcc dot gnu.org
2021-07-04 19:39 ` cvs-commit at gcc dot gnu.org
2021-07-06 13:05 ` iains at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).