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

            Bug ID: 92043
           Summary: fuzzer.c:177:1: internal compiler error: in
                    edge_badness, at ipa-inline.c:900
           Product: gcc
           Version: 4.8.5
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: ipa
          Assignee: unassigned at gcc dot gnu.org
          Reporter: andres_arme at hotmail dot com
                CC: marxin at gcc dot gnu.org
  Target Milestone: ---

Created attachment 47012
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=47012&action=edit
Preprocessed source stored into /tmp/ccunj8oX.out file, please attach this to
your bugreport.

sudo gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv
-O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter
-Wno-missing-field-initializers -Werror=implicit-function-declaration
-fprofile-use -fprofile-correction -I./Include -I. -I/usr/local/include
-I/apps/python/Python-3.7.4/Include -I/apps/python/Python-3.7.4 -c
/apps/python/Python-3.7.4/Modules/_xxtestfuzz/fuzzer.c -o
build/temp.linux-x86_64-3.7/apps/python/Python-3.7.4/Modules/_xxtestfuzz/fuzzer.o
/apps/python/Python-3.7.4/Modules/_xxtestfuzz/fuzzer.c:177:1: internal compiler
error: in edge_badness, at ipa-inline.c:900
 }

Error when executing "make" for python 3.7.4, apparently the test module
_xxtestfuzz is not compatible with ipa inline optimizations

Reply via email to