http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59924

            Bug ID: 59924
           Summary: [4.9 Regression] memory hog / build failure with
                    -Wformat -Werror=format-security
           Product: gcc
           Version: 4.9.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: other
          Assignee: unassigned at gcc dot gnu.org
          Reporter: doko at gcc dot gnu.org

Created attachment 31936
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=31936&action=edit
preprocessed source

seen with trunk 20140122, works with 4.8 branch.  Omitting the "-Wformat
-Werror=format-security" warnings lets the build succeed.

$ gcc -g -O1 -fstack-protector -Wformat -Werror=format-security -Wall -c
matanza.i
[...]
cc1: out of memory allocating 104 bytes after a total of 8836583424 bytes

Reply via email to