[Bug c/106874] New: [10/11/12/13 Regression] out of memory allocating 9223372036854453969 bytes after a total of 462848 bytes
gscfq@t-online.de
gcc-bugzilla@gcc.gnu.org
Wed Sep 7 17:16:33 GMT 2022
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: gscfq@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
More information about the Gcc-bugs
mailing list