This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/11560] [3.4 regression] -fprofile-arcs no longer creates {.da,.gcda} files
- From: "kcook at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 29 Jul 2003 17:18:37 -0000
- Subject: [Bug c/11560] [3.4 regression] -fprofile-arcs no longer creates {.da,.gcda} files
- References: <20030717131241.11560.kelleycook@wideopenwest.com>
- 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
------- Additional Comments From kcook at gcc dot gnu dot org 2003-07-29 17:18 -------
Since I don't have CVS access at this site, I manually applied this patch to the
July 23rd Mainline snapshot on pentium4-pc-cygwin.
.gcda files are now created with -fprofile-arcs.
It corrects all of the bprob-* and gcov-* testcases which were previously failing.
It also allows make profiledbootstrap to procede much farther than before.
Therefore, I think this particular bug can be closed.
However, make profiledbootstraps still fails thought for a new reason, I'll try
to do some diagnosing and open a new bug with some details.