public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/91520] AVX512 target assembler fails for x86_64 Darwin
       [not found] <bug-91520-4@http.gcc.gnu.org/bugzilla/>
@ 2020-05-07 11:56 ` jakub at gcc dot gnu.org
  2020-05-07 22:48 ` egallager at gcc dot gnu.org
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: jakub at gcc dot gnu.org @ 2020-05-07 11:56 UTC (permalink / raw)
  To: gcc-bugs

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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|10.0                        |10.2

--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
GCC 10.1 has been released.

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

* [Bug target/91520] AVX512 target assembler fails for x86_64 Darwin
       [not found] <bug-91520-4@http.gcc.gnu.org/bugzilla/>
  2020-05-07 11:56 ` [Bug target/91520] AVX512 target assembler fails for x86_64 Darwin jakub at gcc dot gnu.org
@ 2020-05-07 22:48 ` egallager at gcc dot gnu.org
  2020-05-07 23:26 ` iains at gcc dot gnu.org
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: egallager at gcc dot gnu.org @ 2020-05-07 22:48 UTC (permalink / raw)
  To: gcc-bugs

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

Eric Gallager <egallager at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |egallager at gcc dot gnu.org

--- Comment #4 from Eric Gallager <egallager at gcc dot gnu.org> ---
(In reply to Iain Sandoe from comment #1)
> 
> I plan on publishing an update to my alternate assembler/linker pair that
> incorporates the changes from LLVM-9 and isn't dependent on the release
> schedule for Xcode.

Have you published this update yet?

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

* [Bug target/91520] AVX512 target assembler fails for x86_64 Darwin
       [not found] <bug-91520-4@http.gcc.gnu.org/bugzilla/>
  2020-05-07 11:56 ` [Bug target/91520] AVX512 target assembler fails for x86_64 Darwin jakub at gcc dot gnu.org
  2020-05-07 22:48 ` egallager at gcc dot gnu.org
@ 2020-05-07 23:26 ` iains at gcc dot gnu.org
  2020-07-23  6:51 ` rguenth at gcc dot gnu.org
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: iains at gcc dot gnu.org @ 2020-05-07 23:26 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #5 from Iain Sandoe <iains at gcc dot gnu.org> ---
(In reply to Eric Gallager from comment #4)
> (In reply to Iain Sandoe from comment #1)
> > 
> > I plan on publishing an update to my alternate assembler/linker pair that
> > incorporates the changes from LLVM-9 and isn't dependent on the release
> > schedule for Xcode.
> 
> Have you published this update yet?

The back port is on my LLVM-7.1.1 branch on github - so if one builds the
"llas" tool (only need to build LLVM, it's not necessary to build clang or any
of the libs).

then you can use --with-as=/path/to/llas 

the tool follows cctools command line (plus some llvm additions).

Hopefully, I'll bring the 7.x stuff forward to 8.x and also add llas to 9 and
10.
(but the 7.1.1 llas is sufficient to bootstrap powerpc, i686 and x86-64).

Not sure why I mentioned the linker in this context, there are some useful
bug-fixes but not relevant to this PR.  Not sure if the LLVM fixes have made it
into Xcode yet (but that would only be relevant to 10.14+).

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

* [Bug target/91520] AVX512 target assembler fails for x86_64 Darwin
       [not found] <bug-91520-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2020-05-07 23:26 ` iains at gcc dot gnu.org
@ 2020-07-23  6:51 ` rguenth at gcc dot gnu.org
  2021-04-08 12:02 ` rguenth at gcc dot gnu.org
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: rguenth at gcc dot gnu.org @ 2020-07-23  6:51 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|10.2                        |10.3

--- Comment #6 from Richard Biener <rguenth at gcc dot gnu.org> ---
GCC 10.2 is released, adjusting target milestone.

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

* [Bug target/91520] AVX512 target assembler fails for x86_64 Darwin
       [not found] <bug-91520-4@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2020-07-23  6:51 ` rguenth at gcc dot gnu.org
@ 2021-04-08 12:02 ` rguenth at gcc dot gnu.org
  2022-06-28 10:38 ` jakub at gcc dot gnu.org
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: rguenth at gcc dot gnu.org @ 2021-04-08 12:02 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|10.3                        |10.4

--- Comment #7 from Richard Biener <rguenth at gcc dot gnu.org> ---
GCC 10.3 is being released, retargeting bugs to GCC 10.4.

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

* [Bug target/91520] AVX512 target assembler fails for x86_64 Darwin
       [not found] <bug-91520-4@http.gcc.gnu.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2021-04-08 12:02 ` rguenth at gcc dot gnu.org
@ 2022-06-28 10:38 ` jakub at gcc dot gnu.org
  2023-07-07  8:32 ` rguenth at gcc dot gnu.org
  2023-07-16 17:14 ` fxcoudert at gcc dot gnu.org
  7 siblings, 0 replies; 8+ messages in thread
From: jakub at gcc dot gnu.org @ 2022-06-28 10:38 UTC (permalink / raw)
  To: gcc-bugs

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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|10.4                        |10.5

--- Comment #8 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
GCC 10.4 is being released, retargeting bugs to GCC 10.5.

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

* [Bug target/91520] AVX512 target assembler fails for x86_64 Darwin
       [not found] <bug-91520-4@http.gcc.gnu.org/bugzilla/>
                   ` (5 preceding siblings ...)
  2022-06-28 10:38 ` jakub at gcc dot gnu.org
@ 2023-07-07  8:32 ` rguenth at gcc dot gnu.org
  2023-07-16 17:14 ` fxcoudert at gcc dot gnu.org
  7 siblings, 0 replies; 8+ messages in thread
From: rguenth at gcc dot gnu.org @ 2023-07-07  8:32 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|10.5                        |---

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

* [Bug target/91520] AVX512 target assembler fails for x86_64 Darwin
       [not found] <bug-91520-4@http.gcc.gnu.org/bugzilla/>
                   ` (6 preceding siblings ...)
  2023-07-07  8:32 ` rguenth at gcc dot gnu.org
@ 2023-07-16 17:14 ` fxcoudert at gcc dot gnu.org
  7 siblings, 0 replies; 8+ messages in thread
From: fxcoudert at gcc dot gnu.org @ 2023-07-16 17:14 UTC (permalink / raw)
  To: gcc-bugs

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

Francois-Xavier Coudert <fxcoudert at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fxcoudert at gcc dot gnu.org

--- Comment #9 from Francois-Xavier Coudert <fxcoudert at gcc dot gnu.org> ---
I've not seen these issues for a long time, and according to testresults from
July 2022 they are not seen on any of the darwin targets tested by Iain (and
that's a long list!):
https://gcc.gnu.org/pipermail/gcc-testresults/2022-July/thread.html

I'd suggest closing.

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

end of thread, other threads:[~2023-07-16 17:14 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-91520-4@http.gcc.gnu.org/bugzilla/>
2020-05-07 11:56 ` [Bug target/91520] AVX512 target assembler fails for x86_64 Darwin jakub at gcc dot gnu.org
2020-05-07 22:48 ` egallager at gcc dot gnu.org
2020-05-07 23:26 ` iains at gcc dot gnu.org
2020-07-23  6:51 ` rguenth at gcc dot gnu.org
2021-04-08 12:02 ` rguenth at gcc dot gnu.org
2022-06-28 10:38 ` jakub at gcc dot gnu.org
2023-07-07  8:32 ` rguenth at gcc dot gnu.org
2023-07-16 17:14 ` fxcoudert 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).