public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* Re: [PATCH 7/7] Plug ipa-prop escape analysis into gimple_call_arg_flags
@ 2014-05-26  9:00 Dominique Dhumieres
  2014-05-26  9:16 ` Andrew Pinski
  0 siblings, 1 reply; 24+ messages in thread
From: Dominique Dhumieres @ 2014-05-26  9:00 UTC (permalink / raw)
  To: gcc-patches; +Cc: richard.guenther, hubicka

r210901 breaks bootstrap on targets not supporting strnlen, e.g., darwin10.

../../_clean/gcc/lto-cgraph.c:976:68: error: 'strnlen' was not declared in this scope

libgfortran/configure defines HAVE_STRNLEN on targets supporting it.

The same revision also breaks the test g++.dg/tls/diag-1.C

/opt/gcc/work/gcc/testsuite/g++.dg/tls/diag-1.C:31:1: internal compiler error: in symtab_get_node, at cgraph.h:1021

TIA,

Dominique

^ permalink raw reply	[flat|nested] 24+ messages in thread
* [PATCH 0/7] ipa-prop escape analysis
@ 2014-05-21 13:31 Martin Jambor
  2014-05-21 13:31 ` [PATCH 7/7] Plug ipa-prop escape analysis into gimple_call_arg_flags Martin Jambor
  0 siblings, 1 reply; 24+ messages in thread
From: Martin Jambor @ 2014-05-21 13:31 UTC (permalink / raw)
  To: GCC Patches; +Cc: Jan Hubicka

Hi,

this patch series implements ipa-prop escape and clobber analysis and
then more advanced jump function building on top of them.  Better
descriptions of individual patches are in their corresponding email
messages, they however need to be applied in this order and so I'm
sending them in this thread.

Thanks,

Martin

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

end of thread, other threads:[~2014-06-10  9:07 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-05-26  9:00 [PATCH 7/7] Plug ipa-prop escape analysis into gimple_call_arg_flags Dominique Dhumieres
2014-05-26  9:16 ` Andrew Pinski
2014-05-26  9:29   ` Christophe Lyon
2014-05-26 16:32     ` Jan Hubicka
2014-05-28  7:26   ` Thomas Schwinge
2014-05-28 21:55     ` Jan Hubicka
2014-06-03  9:56       ` Thomas Schwinge
2014-06-10  6:48         ` Commit policy? " Thomas Schwinge
2014-06-10  6:54           ` Andrew Pinski
2014-06-10  9:07           ` Richard Biener
  -- strict thread matches above, loose matches on Subject: below --
2014-05-21 13:31 [PATCH 0/7] ipa-prop escape analysis Martin Jambor
2014-05-21 13:31 ` [PATCH 7/7] Plug ipa-prop escape analysis into gimple_call_arg_flags Martin Jambor
2014-05-21 14:27   ` Richard Biener
2014-05-22 12:49     ` Martin Jambor
2014-05-22 13:34       ` Richard Biener
2014-05-22 15:24         ` Jan Hubicka
2014-05-22 15:36           ` Richard Biener
2014-05-22 18:11             ` Jan Hubicka
2014-05-23 10:03               ` Richard Biener
2014-05-23 22:29                 ` Jan Hubicka
2014-05-24  7:39                 ` Jan Hubicka
2014-05-26 13:03                   ` Rainer Orth
2014-05-27 17:51                     ` Jan Hubicka
2014-05-27 18:16                       ` Rainer Orth
2014-05-26  1:01         ` Jan Hubicka

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).