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

Andris Pavenis <andris at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to fail|                            |10.3.0
      Known to work|                            |11.1.0
                 CC|                            |andris at gcc dot gnu.org

--- Comment #1 from Andris Pavenis <andris at gcc dot gnu.org> ---
Reproduced on Arch Linux with gcc-10.3.0 (killed process when memory use
reached about 30 GB)

Problem does not happen with gcc-11.0 (Also Arch Linux). Output of
/usr/bin/time -v g++ -c -std=c++17 -fanalyzer FastMathTest.ii (analyzer
messages skipped):

        Command being timed: "g++ -c -std=c++17 -fanalyzer FastMathTest.ii"
        User time (seconds): 53.95
        System time (seconds): 1.48
        Percent of CPU this job got: 99%
        Elapsed (wall clock) time (h:mm:ss or m:ss): 0:55.51
        Average shared text size (kbytes): 0
        Average unshared data size (kbytes): 0
        Average stack size (kbytes): 0
        Average total size (kbytes): 0
        Maximum resident set size (kbytes): 6627336
        Average resident set size (kbytes): 0
        Major (requiring I/O) page faults: 0
        Minor (reclaiming a frame) page faults: 1714051
        Voluntary context switches: 7
        Involuntary context switches: 718
        Swaps: 0
        File system inputs: 0
        File system outputs: 10264
        Socket messages sent: 0
        Socket messages received: 0
        Signals delivered: 0
        Page size (bytes): 4096
        Exit status: 0

Reply via email to