public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/60179] New: [4.9 Regression] target optimization attribute streaming is broken
@ 2014-02-13 15:22 rguenth at gcc dot gnu.org
  2014-02-13 15:25 ` [Bug target/60179] " rguenth at gcc dot gnu.org
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: rguenth at gcc dot gnu.org @ 2014-02-13 15:22 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 60179
           Summary: [4.9 Regression] target optimization attribute
                    streaming is broken
           Product: gcc
           Version: 4.9.0
            Status: UNCONFIRMED
          Keywords: lto
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: rguenth at gcc dot gnu.org
            Target: x86_64-*-*, i?86-*-*

Since somewhen recently the i386 target started to put pointers to strings in
struct cl_target_option (TargetSaves in i386.opt).  This breaks LTO streaming
of TS_TARGET_OPTION which streams the contents of cl_target_option
byte-for-byte.

For me this results in a LTO bootstrap comparison failure when comparing
stage2/libccp/lex.o and stage3/libcpp/lex.o.

And it obviously will make the backend crash if anybody would ever inspect
one of those streamed string pointers (well, or they'll point somewhere
random and not so useful).


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

end of thread, other threads:[~2014-05-21 14:46 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-13 15:22 [Bug target/60179] New: [4.9 Regression] target optimization attribute streaming is broken rguenth at gcc dot gnu.org
2014-02-13 15:25 ` [Bug target/60179] " rguenth at gcc dot gnu.org
2014-02-13 15:25 ` rguenth at gcc dot gnu.org
2014-02-13 15:49 ` rguenth at gcc dot gnu.org
2014-02-13 16:01 ` rguenth at gcc dot gnu.org
2014-02-13 16:05 ` rguenth at gcc dot gnu.org
2014-02-14 12:04 ` rguenth at gcc dot gnu.org
2014-02-14 12:05 ` rguenth at gcc dot gnu.org
2014-05-21 14:46 ` sandra 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).