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

            Bug ID: 90273
           Summary: [9/10 Regression] GCC runs out of memory building
                    Firefox
           Product: gcc
           Version: 9.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: debug
          Assignee: unassigned at gcc dot gnu.org
          Reporter: hubicka at gcc dot gnu.org
  Target Milestone: ---

Running
/aux/hubicka/9-install/bin/g++ Unified_cpp_dom_events0-8.ii -c -flto
-flifetime-dse=1 -fPIC -fstack-protector-strong -Wall -Wempty-body
-Wignored-qualifiers -Woverloaded-virtual -Wpointer-arith -Wsign-compare
-Wtype-limits -Wunreachable-code -Wwrite-strings -Wno-invalid-offsetof
-Wc++1z-compat -Wduplicated-cond -Wimplicit-fallthrough
-Wno-error=maybe-uninitialized -Wno-error=deprecated-declarations
-Wno-error=array-bounds -Wno-error=coverage-mismatch
-Wno-error=free-nonheap-object -Wno-error=multistatement-macros
-Wno-error=class-memaccess  -Wformat -Wformat-overflow=2
-fno-sized-deallocation -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2
-fstack-protector-strong -fno-exceptions -fno-strict-aliasing -fno-rtti
-fno-exceptions -fno-math-errno -pthread -pipe -g -freorder-blocks -O2
-fno-omit-frame-pointer -funwind-tables -Wno-error=shadow

eventually runs out of memory on my machine, while GCC 8 finishes rather
quickly.
Most of time is spent in gimple_copy.

Without debug info the file builds for me.

Reply via email to