This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/48148] [4.7 Regression] bootstrap failed with bootstrap-profiled
- From: "rguenth at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 16 Mar 2011 16:27:35 +0000
- Subject: [Bug bootstrap/48148] [4.7 Regression] bootstrap failed with bootstrap-profiled
- Auto-submitted: auto-generated
- References: <bug-48148-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48148
--- Comment #8 from Richard Guenther <rguenth at gcc dot gnu.org> 2011-03-16 16:27:14 UTC ---
Do you think this is a LTO speciality because of partitioning (in which
case we should probably clear DECL_ABSTRACT_ORIGIN on those decls we
promote to DECL_EXTERNAL for other ltrans units)?
Btw, I wonder if using DECL_ABSTRACT_ORIGIN for function clones really makes
sense.