public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug lto/46948] New: [4.6 Regression] Undefined reference errors, LTO, and visibility
@ 2010-12-14 23:07 d.g.gorbachev at gmail dot com
  2010-12-16 15:04 ` [Bug lto/46948] " rguenth at gcc dot gnu.org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: d.g.gorbachev at gmail dot com @ 2010-12-14 23:07 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46948

           Summary: [4.6 Regression] Undefined reference errors, LTO, and
                    visibility
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: lto
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: d.g.gorbachev@gmail.com


Created attachment 22757
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22757
Testcase


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug lto/46948] [4.6 Regression] Undefined reference errors, LTO, and visibility
  2010-12-14 23:07 [Bug lto/46948] New: [4.6 Regression] Undefined reference errors, LTO, and visibility d.g.gorbachev at gmail dot com
@ 2010-12-16 15:04 ` rguenth at gcc dot gnu.org
  2011-01-09 17:28 ` d.g.gorbachev at gmail dot com
  2011-01-26 15:03 ` hubicka at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: rguenth at gcc dot gnu.org @ 2010-12-16 15:04 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46948

Richard Guenther <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.6.0


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug lto/46948] [4.6 Regression] Undefined reference errors, LTO, and visibility
  2010-12-14 23:07 [Bug lto/46948] New: [4.6 Regression] Undefined reference errors, LTO, and visibility d.g.gorbachev at gmail dot com
  2010-12-16 15:04 ` [Bug lto/46948] " rguenth at gcc dot gnu.org
@ 2011-01-09 17:28 ` d.g.gorbachev at gmail dot com
  2011-01-26 15:03 ` hubicka at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: d.g.gorbachev at gmail dot com @ 2011-01-09 17:28 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46948

--- Comment #1 from Dmitry Gorbachev <d.g.gorbachev at gmail dot com> 2011-01-09 17:19:54 UTC ---
GCC 4.6.0 20110108 no longer fails with `-fuse-linker-plugin'. Still fails with
`-fno-use-linker-plugin'.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug lto/46948] [4.6 Regression] Undefined reference errors, LTO, and visibility
  2010-12-14 23:07 [Bug lto/46948] New: [4.6 Regression] Undefined reference errors, LTO, and visibility d.g.gorbachev at gmail dot com
  2010-12-16 15:04 ` [Bug lto/46948] " rguenth at gcc dot gnu.org
  2011-01-09 17:28 ` d.g.gorbachev at gmail dot com
@ 2011-01-26 15:03 ` hubicka at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: hubicka at gcc dot gnu.org @ 2011-01-26 15:03 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46948

Jan Hubicka <hubicka at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |hubicka at gcc dot gnu.org
         Resolution|                            |INVALID

--- Comment #2 from Jan Hubicka <hubicka at gcc dot gnu.org> 2011-01-26 14:49:02 UTC ---
This is documented feature.
See "Hidden symbols used from non-link time objects now have to be explicitly
annotated with externally_visible when the linker plugin is not used." at
changes.html

W/o handling hidden visibility the "optimistic" way, we would need extra
attributes to make LTO effective w/o plugin on shared libs (since
-fwhole-program + externally_visible flag is not too handy there given that
most programs was decorated the other way arround with hidden visibilities).


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-01-26 14:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-12-14 23:07 [Bug lto/46948] New: [4.6 Regression] Undefined reference errors, LTO, and visibility d.g.gorbachev at gmail dot com
2010-12-16 15:04 ` [Bug lto/46948] " rguenth at gcc dot gnu.org
2011-01-09 17:28 ` d.g.gorbachev at gmail dot com
2011-01-26 15:03 ` hubicka at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).