This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug ada/13620] would be nice if gnatmake passed -fprofile-arcs to gnatlink
- From: "shalesller at writeme dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 12 Jan 2004 11:02:36 -0000
- Subject: [Bug ada/13620] would be nice if gnatmake passed -fprofile-arcs to gnatlink
- References: <20040108232611.13620.debian-gcc@lists.debian.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From shalesller at writeme dot com 2004-01-12 11:02 -------
Besides which, it's a regression.
~/Code/Dragon_Chess/Bug/bug-226244 $ gnatmake -fprofile-arcs drgnchss.adb
gcc-3.3 -c -fprofile-arcs drgnchss.adb
gcc-3.3 -c -fprofile-arcs board_types.ads
gcc-3.3 -c -fprofile-arcs print_board.adb
gnatbind -x drgnchss.ali
gnatlink drgnchss.ali
~/Code/Dragon_Chess/Bug/bug-226244 $
It works just fine in previous versions.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13620