https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93874
Bug ID: 93874
Summary: ICE due to command line options
Product: gcc
Version: 10.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: driver
Assignee: unassigned at gcc dot gnu.org
Reporter: jrfsousa at gmail dot com
Target Milestone: ---
Hi all!
$ touch ./empty.c
$ gcc -fdisable-tree-dse3 -fdump-passes ./empty.c
The file just haves to exist and have a known file format.
The -fdisable-tree value does not have to be dse3.
Best regards.
José Rui