[Bug c/11560] New: [3.4 regression] -fprofile-arcs no longer creates {.da,.gcda} files
kelleycook at wideopenwest dot com
gcc-bugzilla@gcc.gnu.org
Thu Jul 17 13:12:00 GMT 2003
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.
More information about the Gcc-bugs
mailing list