This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/11560] New: [3.4 regression] -fprofile-arcs no longer creates {.da,.gcda} files
- From: "kelleycook at wideopenwest dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 17 Jul 2003 13:12:42 -0000
- Subject: [Bug c/11560] New: [3.4 regression] -fprofile-arcs no longer creates {.da,.gcda} files
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11560
Summary: [3.4 regression] -fprofile-arcs no longer creates
{.da,.gcda} files
Product: gcc
Version: 3.4
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: c
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: kelleycook at wideopenwest dot com
CC: gcc-bugs at gcc dot gnu dot org
GCC build triplet: i686-pc-cygwin
GCC host triplet: i686-pc-cygwin
GCC target triplet: i686-pc-cygwin
As shown in testsuite runs,
-fprofile-arcs no longer creates the *.da (though based on the testsuite, I'm
assuming that these were recently renamed to *.gcra) which are used for
-fbranch-probabilities.
This feature works fine under cygwin in 3.3.
In addition, a profiledbootstrap now fails for the exact same reason, this was
working until recently.