public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug d/114155] New: gdc.test/runnable/literal.d FAILs
@ 2024-02-28 15:43 ro at gcc dot gnu.org
  2024-02-28 15:44 ` [Bug d/114155] " ro at gcc dot gnu.org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: ro at gcc dot gnu.org @ 2024-02-28 15:43 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 114155
           Summary: gdc.test/runnable/literal.d FAILs
           Product: gcc
           Version: 14.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: d
          Assignee: ibuclaw at gdcproject dot org
          Reporter: ro at gcc dot gnu.org
  Target Milestone: ---
            Target: sparc*-sun-solaris2.11

gdc.test/runnable/literal.d FAILs on 32 and 64-bit Solaris/SPARC since it
was installed:

+UNRESOLVED: gdc.test/runnable/literal.d   compilation failed to produce
executable
+UNRESOLVED: gdc.test/runnable/literal.d -shared-libphobos   compilation failed
to produce executable

runnable/literal.d:262:5: error: static assert: 
'"x\"1122334455667788AABBCCDDEEFF0099\"" ==
"x\"88776655443322119900FFEEDDCCBBAA\""' is false
compiler exited with status 1

Seems like an endianess to me.

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

* [Bug d/114155] gdc.test/runnable/literal.d FAILs
  2024-02-28 15:43 [Bug d/114155] New: gdc.test/runnable/literal.d FAILs ro at gcc dot gnu.org
@ 2024-02-28 15:44 ` ro at gcc dot gnu.org
  2024-03-01  6:49 ` ibuclaw at gdcproject dot org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: ro at gcc dot gnu.org @ 2024-02-28 15:44 UTC (permalink / raw)
  To: gcc-bugs

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

Rainer Orth <ro at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |14.0

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

* [Bug d/114155] gdc.test/runnable/literal.d FAILs
  2024-02-28 15:43 [Bug d/114155] New: gdc.test/runnable/literal.d FAILs ro at gcc dot gnu.org
  2024-02-28 15:44 ` [Bug d/114155] " ro at gcc dot gnu.org
@ 2024-03-01  6:49 ` ibuclaw at gdcproject dot org
  2024-03-17 11:20 ` ibuclaw at gdcproject dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: ibuclaw at gdcproject dot org @ 2024-03-01  6:49 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from Iain Buclaw <ibuclaw at gdcproject dot org> ---
Upstream is notified,
https://github.com/dlang/dmd/pull/16263#issuecomment-1969502776

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

* [Bug d/114155] gdc.test/runnable/literal.d FAILs
  2024-02-28 15:43 [Bug d/114155] New: gdc.test/runnable/literal.d FAILs ro at gcc dot gnu.org
  2024-02-28 15:44 ` [Bug d/114155] " ro at gcc dot gnu.org
  2024-03-01  6:49 ` ibuclaw at gdcproject dot org
@ 2024-03-17 11:20 ` ibuclaw at gdcproject dot org
  2024-03-19  9:37 ` ro at CeBiTec dot Uni-Bielefeld.DE
  2024-03-19 10:41 ` ibuclaw at gdcproject dot org
  4 siblings, 0 replies; 6+ messages in thread
From: ibuclaw at gdcproject dot org @ 2024-03-17 11:20 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from Iain Buclaw <ibuclaw at gdcproject dot org> ---
Fix to format hexstrings as big endian has been committed from upstream merge.

r14-9505

This should be resolved now.

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

* [Bug d/114155] gdc.test/runnable/literal.d FAILs
  2024-02-28 15:43 [Bug d/114155] New: gdc.test/runnable/literal.d FAILs ro at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2024-03-17 11:20 ` ibuclaw at gdcproject dot org
@ 2024-03-19  9:37 ` ro at CeBiTec dot Uni-Bielefeld.DE
  2024-03-19 10:41 ` ibuclaw at gdcproject dot org
  4 siblings, 0 replies; 6+ messages in thread
From: ro at CeBiTec dot Uni-Bielefeld.DE @ 2024-03-19  9:37 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from ro at CeBiTec dot Uni-Bielefeld.DE <ro at CeBiTec dot Uni-Bielefeld.DE> ---
> --- Comment #2 from Iain Buclaw <ibuclaw at gdcproject dot org> ---
> Fix to format hexstrings as big endian has been committed from upstream merge.
>
> r14-9505
>
> This should be resolved now.

It is.  Thanks for taking care of this.

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

* [Bug d/114155] gdc.test/runnable/literal.d FAILs
  2024-02-28 15:43 [Bug d/114155] New: gdc.test/runnable/literal.d FAILs ro at gcc dot gnu.org
                   ` (3 preceding siblings ...)
  2024-03-19  9:37 ` ro at CeBiTec dot Uni-Bielefeld.DE
@ 2024-03-19 10:41 ` ibuclaw at gdcproject dot org
  4 siblings, 0 replies; 6+ messages in thread
From: ibuclaw at gdcproject dot org @ 2024-03-19 10:41 UTC (permalink / raw)
  To: gcc-bugs

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

Iain Buclaw <ibuclaw at gdcproject dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|UNCONFIRMED                 |RESOLVED

--- Comment #4 from Iain Buclaw <ibuclaw at gdcproject dot org> ---
Resolved.

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

end of thread, other threads:[~2024-03-19 10:41 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-28 15:43 [Bug d/114155] New: gdc.test/runnable/literal.d FAILs ro at gcc dot gnu.org
2024-02-28 15:44 ` [Bug d/114155] " ro at gcc dot gnu.org
2024-03-01  6:49 ` ibuclaw at gdcproject dot org
2024-03-17 11:20 ` ibuclaw at gdcproject dot org
2024-03-19  9:37 ` ro at CeBiTec dot Uni-Bielefeld.DE
2024-03-19 10:41 ` ibuclaw at gdcproject dot 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).