public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/66163] New: [6 Regression] Not working Firefox built with LTO
@ 2015-05-15 16:07 marxin at gcc dot gnu.org
  2015-05-15 16:14 ` [Bug tree-optimization/66163] " pinskia at gcc dot gnu.org
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: marxin at gcc dot gnu.org @ 2015-05-15 16:07 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66163

            Bug ID: 66163
           Summary: [6 Regression] Not working Firefox built with LTO
           Product: gcc
           Version: 6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: tree-optimization
          Assignee: hubicka at ucw dot cz
          Reporter: marxin at gcc dot gnu.org
  Target Milestone: ---

I've just built FF with LTO and -O3 and the browser is unable to render a
complex page. Unfortunately that's an error in MessageChannel, can't catch it
in gdb:

###!!! [Parent][MessageChannel] Error: Channel error: cannot send/recv

Starting from r222054, where following hunk is responsible for the error:

+  /* THIS argument of method is always non-NULL.  */
+  if (TREE_CODE (TREE_TYPE (current_function_decl)) == METHOD_TYPE
+      && arg == DECL_ARGUMENTS (current_function_decl)
+      && flag_delete_null_pointer_checks)
+    return true;

As I added dump for cases where we return, it's more than 100k occurrences.
Any idea Honza how to isolate the issue?

Thanks,
Martin


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

end of thread, other threads:[~2015-06-09 18:15 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-15 16:07 [Bug tree-optimization/66163] New: [6 Regression] Not working Firefox built with LTO marxin at gcc dot gnu.org
2015-05-15 16:14 ` [Bug tree-optimization/66163] " pinskia at gcc dot gnu.org
2015-05-15 16:43 ` marxin at gcc dot gnu.org
2015-05-15 19:27 ` hubicka at gcc dot gnu.org
2015-05-16  7:51 ` mpolacek at gcc dot gnu.org
2015-05-16 21:57 ` hubicka at gcc dot gnu.org
2015-05-18 11:52 ` rguenth at gcc dot gnu.org
2015-05-18 11:53 ` rguenth at gcc dot gnu.org
2015-05-18 14:02 ` marxin at gcc dot gnu.org
2015-05-18 14:32 ` hubicka at ucw dot cz
2015-05-18 14:33 ` hubicka at gcc dot gnu.org
2015-05-19  6:47 ` law at redhat dot com
2015-06-09 12:56 ` marxin at gcc dot gnu.org
2015-06-09 16:55 ` hubicka at ucw dot cz
2015-06-09 18:15 ` marxin 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).