------- Comment #8 from jakub at gcc dot gnu dot org 2007-09-03 13:43 ------- It is not bogus. -fprofile-arcs is one way of introducing .ctors stuff. When building crtstuff, if it is supposed to work, you must avoid all options that generate such stuff, whether it is -fprofile-arcs, -fasynchronous-unwind-tables, -fexceptions, etc. See e.g. config/i386/t-crtstuff for details.
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33216