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

            Bug ID: 93015
           Summary: Segmentation fault (ipcp_store_vr_results(void))
           Product: gcc
           Version: 10.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: fdgkhdkgh at gmail dot com
  Target Milestone: ---

g++ -fipa-vrp  -fipa-pta -fipa-cp  -flto ./hi.c

INPUT :
./hi.c

int main() {

}

OUTPUT :

during IPA pass: cp
lto1: internal compiler error: Segmentation fault
0x268adb9 crash_signal
        ../.././gcc/toplev.c:328
0x5394138 ipcp_store_vr_results
        ../.././gcc/ipa-cp.c:5673
0x5394138 ipcp_driver
        ../.././gcc/ipa-cp.c:5752

Version:
g++ (GCC) 10.0.0 20191218 (experimental)

Reply via email to