public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/100360] New: scalar operation fails the compilation
@ 2021-04-30 18:08 aliaga at uji dot es
  2021-04-30 20:59 ` [Bug c/100360] " pinskia at gcc dot gnu.org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: aliaga at uji dot es @ 2021-04-30 18:08 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 100360
           Summary: scalar operation fails the compilation
           Product: gcc
           Version: 9.3.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
          Assignee: unassigned at gcc dot gnu.org
          Reporter: aliaga at uji dot es
  Target Milestone: ---

Created attachment 50720
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=50720&action=edit
Simple C file

Hi,

Really short code generates a internal error.

This is the code,
======================
 #include <stdio.h>
 #include <stdlib.h>


  void main(){
      double q = 1.0 / 16.0;

      printf ("%f\n", q);

  }
======================

The attachment contains the execution of the next command:
  gcc -v -save-temps error.c -o error.x 2> bug.txt

Best regards,

  José I. Aliaga

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

end of thread, other threads:[~2021-07-19 23:18 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-30 18:08 [Bug c/100360] New: scalar operation fails the compilation aliaga at uji dot es
2021-04-30 20:59 ` [Bug c/100360] " pinskia at gcc dot gnu.org
2021-04-30 23:15 ` aliaga at uji dot es
2021-05-03  7:33 ` rguenth at gcc dot gnu.org
2021-05-03 10:07 ` aliaga at uji dot es
2021-07-19 23:18 ` 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).