<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>252898</bug_id>
          
          <creation_ts>2023-02-24 06:34:38 -0800</creation_ts>
          <short_desc>Fix Compile error: &apos;bool std::isinf(float)&apos; is not &apos;constexpr&apos; with GCC 4.6 in C++11 mode</short_desc>
          <delta_ts>2023-02-27 13:07:09 -0800</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>Platform</component>
          <version>WebKit Nightly Build</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>InRadar</keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Seija K.">gfunni234</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>dpino</cc>
    
    <cc>webkit-bug-importer</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1936505</commentid>
    <comment_count>0</comment_count>
    <who name="Seija K.">gfunni234</who>
    <bug_when>2023-02-24 06:34:38 -0800</bug_when>
    <thetext>GCC is not used to compile Objective-C anymore, and GCC now supports std::max() inside a constexpr function.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1936506</commentid>
    <comment_count>1</comment_count>
    <who name="Seija K.">gfunni234</who>
    <bug_when>2023-02-24 06:36:47 -0800</bug_when>
    <thetext>Pull request: https://github.com/WebKit/WebKit/pull/10626</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1937004</commentid>
    <comment_count>2</comment_count>
    <who name="EWS">ews-feeder</who>
    <bug_when>2023-02-27 07:06:24 -0800</bug_when>
    <thetext>Committed 260883@main (d139619c4a1e): &lt;https://commits.webkit.org/260883@main&gt;

Reviewed commits have been landed. Closing PR #10626 and removing active labels.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1937005</commentid>
    <comment_count>3</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2023-02-27 07:07:19 -0800</bug_when>
    <thetext>&lt;rdar://problem/105974095&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1937144</commentid>
    <comment_count>4</comment_count>
    <who name="Diego Pino">dpino</who>
    <bug_when>2023-02-27 12:27:38 -0800</bug_when>
    <thetext>This patch has broken Ubuntu 20.04 post-commit build bot (which uses GCC9.4 and we need to maintain until 20th April 2023):

https://build.webkit.org/#/builders/595/builds/7860

```
In file included from /home/buildbot/worker/GTK-Linux-64-bit-Release-Ubuntu-2004-Build/build/Source/WebCore/PAL/pal/text/TextCodecSingleByte.cpp:30:
/usr/include/c++/9/mutex:666:5: error: ‘void std::call_once(std::once_flag&amp;, _Callable&amp;&amp;, _Args&amp;&amp; ...) [with _Callable = PAL::tableForEncoding() [with const SingleByteDecodeTable&amp; decodeTable = PAL::iso88593; PAL::SingleByteEncodeTable = WTF::IteratorRange&lt;const std::pair&lt;char16_t, unsigned char&gt;*&gt;]::&lt;lambda()&gt;; _Args = {}]’, declared using local type ‘PAL::tableForEncoding() [with const SingleByteDecodeTable&amp; decodeTable = PAL::iso88593; PAL::SingleByteEncodeTable = WTF::IteratorRange&lt;const std::pair&lt;char16_t, unsigned char&gt;*&gt;]::&lt;lambda()&gt;’, is used but never defined [-fpermissive]
  666 |     call_once(once_flag&amp; __once, _Callable&amp;&amp; __f, _Args&amp;&amp;... __args)
      |     ^~~~~~~~~
```</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1937166</commentid>
    <comment_count>5</comment_count>
    <who name="Diego Pino">dpino</who>
    <bug_when>2023-02-27 13:07:09 -0800</bug_when>
    <thetext>Follow-up pull request: https://github.com/WebKit/WebKit/pull/10752

Restores changes in Source/WebCore/PAL/pal/text/TextCodecSingleByte.cpp.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>