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

            Bug ID: 106874
           Summary: [10/11/12/13 Regression] out of memory allocating
                    9223372036854453969 bytes after a total of 462848
                    bytes
           Product: gcc
           Version: 13.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
          Assignee: unassigned at gcc dot gnu.org
          Reporter: gs...@t-online.de
  Target Milestone: ---

Started with r7, files are from catalog
llvm-project-llvmorg-14.0.6/clang/test/Preprocessor :


$ cat function_macro_file.h
#define f() x
f

$ cat function_macro_file.c
#include "function_macro_file.h"
()


$ gcc-13-20220904 -c function_macro_file.c -traditional-cpp

cc1: out of memory allocating 9223372036854277185 bytes after a total of 593920
bytes

Reply via email to