Summary: | Firefox profiledbuild: libxul.so: cannot map zero-fill pages: Cannot allocate memory | ||
---|---|---|---|
Product: | gcc | Reporter: | Markus Trippelsdorf <octoploid> |
Component: | gcov-profile | Assignee: | Jakub Jelinek <jakub> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | jakub, mh+gcc |
Priority: | P3 | ||
Version: | 4.7.4 | ||
Target Milestone: | 4.7.3 | ||
Host: | Target: | ||
Build: | Known to work: | ||
Known to fail: | Last reconfirmed: | 2012-12-12 00:00:00 | |
Attachments: | gcc48-pr55650.patch |
Description
Markus Trippelsdorf
2012-12-11 17:16:57 UTC
Created attachment 28933 [details] gcc48-pr55650.patch Untested fix. Author: jakub Date: Thu Dec 13 10:11:39 2012 New Revision: 194470 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=194470 Log: PR gcov-profile/55650 * coverage.c (coverage_obj_init): Return false if no functions are being emitted. * g++.dg/other/pr55650.C: New test. * g++.dg/other/pr55650.cc: New file. Added: trunk/gcc/testsuite/g++.dg/other/pr55650.C trunk/gcc/testsuite/g++.dg/other/pr55650.cc Modified: trunk/gcc/ChangeLog trunk/gcc/coverage.c trunk/gcc/testsuite/ChangeLog Fixed. *** Bug 59973 has been marked as a duplicate of this bug. *** A backport to 4.7-branch looks easy and appropriate. Jakub, can you handle this? Author: trippels Date: Wed Jan 29 18:36:42 2014 New Revision: 207277 URL: http://gcc.gnu.org/viewcvs?rev=207277&root=gcc&view=rev Log: 2014-01-29 Markus Trippelsdorf <markus@trippelsdorf.de> Backport from mainline 2012-12-13 Jakub Jelinek <jakub@redhat.com> PR gcov-profile/55650 * coverage.c (coverage_obj_init): Return false if no functions are being emitted. * g++.dg/other/pr55650.C: New test. * g++.dg/other/pr55650.cc: New file Added: branches/gcc-4_7-branch/gcc/testsuite/g++.dg/other/pr55650.C branches/gcc-4_7-branch/gcc/testsuite/g++.dg/other/pr55650.cc Modified: branches/gcc-4_7-branch/gcc/ChangeLog branches/gcc-4_7-branch/gcc/coverage.c branches/gcc-4_7-branch/gcc/testsuite/ChangeLog Fixed by backport. |