PR ipa/64730
* ipa-inline.c (inline_small_functions): Print "unknown" even
if edge->call_stmt is non-NULL, but has builtins or unknown
location.
From-SVN: r220139
2015-01-26 Jakub Jelinek <jakub@redhat.com>
+ PR ipa/64730
+ * ipa-inline.c (inline_small_functions): Print "unknown" even
+ if edge->call_stmt is non-NULL, but has builtins or unknown
+ location.
+
PR middle-end/64421
* omp-low.c (simd_clone_mangle): If DECL_ASSEMBLER_NAME starts
with asterisk, skip the first character.
" Estimated badness is %f, frequency %.2f.\n",
edge->caller->name (), edge->caller->order,
edge->call_stmt
+ && (LOCATION_LOCUS (gimple_location ((const_gimple)
+ edge->call_stmt))
+ > BUILTINS_LOCATION)
? gimple_filename ((const_gimple) edge->call_stmt)
: "unknown",
edge->call_stmt
PR c/64778
* gcc.dg/pr64778.c: New test.
-2015-01-26 Jakub Jelinek <jakub@redhat.com>
-
PR middle-end/64421
* gcc.dg/vect/pr64421.c: New test.