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