public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/113992] New: in type_natural_mode
@ 2024-02-19 13:45 ujszhangc at gmail dot com
  2024-02-19 14:17 ` [Bug c/113992] " rguenth at gcc dot gnu.org
  2024-02-19 16:22 ` pinskia at gcc dot gnu.org
  0 siblings, 2 replies; 3+ messages in thread
From: ujszhangc at gmail dot com @ 2024-02-19 13:45 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 113992
           Summary: in type_natural_mode
           Product: gcc
           Version: 9.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
          Assignee: unassigned at gcc dot gnu.org
          Reporter: ujszhangc at gmail dot com
  Target Milestone: ---

Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/9/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none:hsa
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-linux-gnu
Thread model: posix
gcc version 9.4.0 (Ubuntu 9.4.0-1ubuntu1~20.04.2) 


$ gcc test.c 

test.c: In function ‘fn1’:
test.c:1:2: internal compiler error: in type_natural_mode, at
config/i386/i386.c:7493
    1 |  typedef _Decimal32 V __attribute__ ((vector_size(16))); V fn1 (V a) {
return a; }
      |  ^~~~~~~
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-9/README.Bugs> for instructions.



This is the code in test.c.

typedef _Decimal32 V __attribute__ ((vector_size(16))); V fn1 (V a) { return a;
}

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

* [Bug c/113992] in type_natural_mode
  2024-02-19 13:45 [Bug c/113992] New: in type_natural_mode ujszhangc at gmail dot com
@ 2024-02-19 14:17 ` rguenth at gcc dot gnu.org
  2024-02-19 16:22 ` pinskia at gcc dot gnu.org
  1 sibling, 0 replies; 3+ messages in thread
From: rguenth at gcc dot gnu.org @ 2024-02-19 14:17 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
   Target Milestone|---                         |11.3
      Known to fail|                            |11.2.0
         Resolution|---                         |FIXED
      Known to work|                            |11.3.0, 12.1.0

--- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> ---
Works with GCC 11 and up, thus fixed.  The old releases are no longer
supported.

Likely a dup of another bug.

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

* [Bug c/113992] in type_natural_mode
  2024-02-19 13:45 [Bug c/113992] New: in type_natural_mode ujszhangc at gmail dot com
  2024-02-19 14:17 ` [Bug c/113992] " rguenth at gcc dot gnu.org
@ 2024-02-19 16:22 ` pinskia at gcc dot gnu.org
  1 sibling, 0 replies; 3+ messages in thread
From: pinskia at gcc dot gnu.org @ 2024-02-19 16:22 UTC (permalink / raw)
  To: gcc-bugs

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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|FIXED                       |DUPLICATE

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
It is a dup.

*** This bug has been marked as a duplicate of bug 79754 ***

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

end of thread, other threads:[~2024-02-19 16:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-19 13:45 [Bug c/113992] New: in type_natural_mode ujszhangc at gmail dot com
2024-02-19 14:17 ` [Bug c/113992] " rguenth at gcc dot gnu.org
2024-02-19 16:22 ` pinskia 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).