This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug ipa/64583] [5 Regression] recent inliner changes cause Chromium build failure


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

--- Comment #5 from Markus Trippelsdorf <trippels at gcc dot gnu.org> ---
For example:

_ZN3WTF6VectorIPN5blink9PopupItemELm0ENS_16DefaultAllocatorEE15reserveCapacityEm/24866
(void WTF::Vector<T, inlineCapacity, Allocator>::reserveCapacity(size_t) [with
T = blink::PopupItem*; long unsigned int inlineCapacity = 0ul; Allocator =
WTF::DefaultAllocator; size_t = long unsigned int]) @0x7f549a1f9dc8            
                             Type: function definition analyzed
  Visibility: externally_visible public weak comdat
comdat_group:_ZN3WTF6VectorIPN5blink9PopupItemELm0ENS_16DefaultAllocatorEE15reserveCapacityEm
one_only visibility:hidden
  References:                                                                  
                                                                               
                Referring:
  Availability: available
  First run: 0
  Function flags: body

vs.

_ZN3WTF6VectorIPN5blink9PopupItemELm0ENS_16DefaultAllocatorEE15reserveCapacityEm/24866
(void WTF::Vector<T, inlineCapacity, Allocator>::reserveCapacity(size_t) [with
T = blink::PopupItem*; long unsigned int inlineCapacity = 0ul; Allocator =
WTF::DefaultAllocator; size_t = long unsigned int]) @0x7f35e46eadc8
  Type: function definition analyzed                                           
                                                                               
                Visibility: public weak comdat
comdat_group:_ZN3WTF6VectorIPN5blink9PopupItemELm0ENS_16DefaultAllocatorEE15reserveCapacityEm
one_only visibility:hidden
  References:
  Referring:
  Function void WTF::Vector<T, inlineCapacity,
Allocator>::reserveCapacity(size_t) [with T = blink::PopupItem*; long unsigned
int inlineCapacity = 0ul; Allocator = WTF::DefaultAllocator; size_t = long
unsigned int]/24866 is inline copy in void WTF::Vector<T, inlineCapacity,
Allocator>::expandCapacity(size_t) [with T = blink::PopupItem*; long unsigned
int inlineCapacity = 0ul; Allocator = WTF::DefaultAllocator; size_t = long
unsigned int]/24594
  Availability: available
  First run: 0
  Function flags: body


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]