https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94519
            Bug ID: 94519
           Summary: PPC: ICE: Segmentation fault on -DBL_MAX
           Product: gcc
           Version: 8.3.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: jens.seifert at de dot ibm.com
  Target Milestone: ---

Input:
#include <float.h>
static const double dsmall[] = { -DBL_MAX };

gcc ccerr.C
ccerr.C:3:1: internal compiler error: Segmentation fault
 static const double dsmall[] = { -DBL_MAX };
 ^~~~~~
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://bugzilla.redhat.com/bugzilla> for instructions.
Preprocessed source stored into /tmp/cc3rsmv0.out file, please attach this to
your bugreport.

Reply via email to