public inbox for gcc-rust@gcc.gnu.org
 help / color / mirror / Atom feed
* [Bug rust/113473] New: rust/compile/iterators1.rs etc. FAIL
@ 2024-01-18 10:54 ro at gcc dot gnu.org
  2024-01-18 10:54 ` [Bug rust/113473] " ro at gcc dot gnu.org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: ro at gcc dot gnu.org @ 2024-01-18 10:54 UTC (permalink / raw)
  To: gcc-rust

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

            Bug ID: 113473
           Summary: rust/compile/iterators1.rs etc. FAIL
           Product: gcc
           Version: 14.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: rust
          Assignee: unassigned at gcc dot gnu.org
          Reporter: ro at gcc dot gnu.org
                CC: dkm at gcc dot gnu.org, gcc-rust at gcc dot gnu.org
  Target Milestone: ---
            Target: sparc-sun-solaris2.11

Since the recent Rust import, two tests FAIL on 32 and 64-bit Solaris/SPARC
in similar ways:

+FAIL: rust/compile/iterators1.rs (test for excess errors)

Excess errors:
/vol/gcc/src/hg/master/local/gcc/testsuite/rust/compile/iterators1.rs:235:44:
error: mismatched types, expected 'u8' but got '()' [E0308]
/vol/gcc/src/hg/master/local/gcc/testsuite/rust/compile/iterators1.rs:246:55:
error: mismatched types, expected 'u8' but got '()' [E0308]
/vol/gcc/src/hg/master/local/gcc/testsuite/rust/compile/iterators1.rs:235:44:
error: mismatched types, expected 'u16' but got '()' [E0308]
/vol/gcc/src/hg/master/local/gcc/testsuite/rust/compile/iterators1.rs:246:55:
error: mismatched types, expected 'u16' but got '()' [E0308]
/vol/gcc/src/hg/master/local/gcc/testsuite/rust/compile/iterators1.rs:235:44:
error: mismatched types, expected 'u32' but got '()' [E0308]
/vol/gcc/src/hg/master/local/gcc/testsuite/rust/compile/iterators1.rs:246:55:
error: mismatched types, expected 'u32' but got '()' [E0308]
/vol/gcc/src/hg/master/local/gcc/testsuite/rust/compile/iterators1.rs:235:44:
error: mismatched types, expected 'u64' but got '()' [E0308]
/vol/gcc/src/hg/master/local/gcc/testsuite/rust/compile/iterators1.rs:246:55:
error: mismatched types, expected 'u64' but got '()' [E0308]
/vol/gcc/src/hg/master/local/gcc/testsuite/rust/compile/iterators1.rs:235:44:
error: mismatched types, expected 'usize' but got '()' [E0308]
/vol/gcc/src/hg/master/local/gcc/testsuite/rust/compile/iterators1.rs:246:55:
error: mismatched types, expected 'usize' but got '()' [E0308]

FAIL: rust/execute/torture/iter1.rs   -O0  (test for excess errors)
+UNRESOLVED: rust/execute/torture/iter1.rs   -O0  compilation failed to produce
executable
+FAIL: rust/execute/torture/iter1.rs   -O1  (test for excess errors)
+UNRESOLVED: rust/execute/torture/iter1.rs   -O1  compilation failed to produce
executable
+FAIL: rust/execute/torture/iter1.rs   -O2  (test for excess errors)
+UNRESOLVED: rust/execute/torture/iter1.rs   -O2  compilation failed to produce
executable
+FAIL: rust/execute/torture/iter1.rs   -O2 -flto  (test for excess errors)
+UNRESOLVED: rust/execute/torture/iter1.rs   -O2 -flto  compilation failed to
produce executable
+FAIL: rust/execute/torture/iter1.rs   -O2 -flto -flto-partition=none  (test
for excess errors)
+UNRESOLVED: rust/execute/torture/iter1.rs   -O2 -flto -flto-partition=none 
compilation failed to produce executable
+FAIL: rust/execute/torture/iter1.rs   -O3 -g  (test for excess errors)
+UNRESOLVED: rust/execute/torture/iter1.rs   -O3 -g  compilation failed to
produce executable
+FAIL: rust/execute/torture/iter1.rs   -Os  (test for excess errors)
+UNRESOLVED: rust/execute/torture/iter1.rs   -Os  compilation failed to produce
executable

Excess errors:
/vol/gcc/src/hg/master/local/gcc/testsuite/rust/execute/torture/iter1.rs:236:44:
error: mismatched types, expected 'u8' but got '()' [E0308]
[...]

Both tests lack big-endian support.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

* [Bug rust/113473] rust/compile/iterators1.rs etc. FAIL
  2024-01-18 10:54 [Bug rust/113473] New: rust/compile/iterators1.rs etc. FAIL ro at gcc dot gnu.org
@ 2024-01-18 10:54 ` ro at gcc dot gnu.org
  2024-02-10 17:09 ` danglin at gcc dot gnu.org
  2024-05-07  7:44 ` rguenth at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: ro at gcc dot gnu.org @ 2024-01-18 10:54 UTC (permalink / raw)
  To: gcc-rust

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

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

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

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

* [Bug rust/113473] rust/compile/iterators1.rs etc. FAIL
  2024-01-18 10:54 [Bug rust/113473] New: rust/compile/iterators1.rs etc. FAIL ro at gcc dot gnu.org
  2024-01-18 10:54 ` [Bug rust/113473] " ro at gcc dot gnu.org
@ 2024-02-10 17:09 ` danglin at gcc dot gnu.org
  2024-05-07  7:44 ` rguenth at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: danglin at gcc dot gnu.org @ 2024-02-10 17:09 UTC (permalink / raw)
  To: gcc-rust

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

John David Anglin <danglin at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2024-02-10
                 CC|                            |danglin at gcc dot gnu.org
     Ever confirmed|0                           |1
             Target|sparc-sun-solaris2.11       |sparc-sun-solaris2.11
                   |                            |hppa64-hp-hpux11.11

--- Comment #1 from John David Anglin <danglin at gcc dot gnu.org> ---
Same on hppa64-hp-hpux11.11.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

* [Bug rust/113473] rust/compile/iterators1.rs etc. FAIL
  2024-01-18 10:54 [Bug rust/113473] New: rust/compile/iterators1.rs etc. FAIL ro at gcc dot gnu.org
  2024-01-18 10:54 ` [Bug rust/113473] " ro at gcc dot gnu.org
  2024-02-10 17:09 ` danglin at gcc dot gnu.org
@ 2024-05-07  7:44 ` rguenth at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: rguenth at gcc dot gnu.org @ 2024-05-07  7:44 UTC (permalink / raw)
  To: gcc-rust

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

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

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

--- Comment #2 from Richard Biener <rguenth at gcc dot gnu.org> ---
GCC 14.1 is being released, retargeting bugs to GCC 14.2.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

end of thread, other threads:[~2024-05-07  7:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-18 10:54 [Bug rust/113473] New: rust/compile/iterators1.rs etc. FAIL ro at gcc dot gnu.org
2024-01-18 10:54 ` [Bug rust/113473] " ro at gcc dot gnu.org
2024-02-10 17:09 ` danglin at gcc dot gnu.org
2024-05-07  7:44 ` rguenth 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).