]> git.ipfire.org Git - thirdparty/gcc.git/commit
Add default bitmap obstack allocation check master trunk
authorRichard Biener <rguenther@suse.de>
Fri, 5 Apr 2024 09:02:46 +0000 (11:02 +0200)
committerRichard Biener <rguenther@suse.de>
Fri, 3 May 2024 11:26:27 +0000 (13:26 +0200)
commita2e9032deaf9dbcff329d650f61e36c6a5aa1fc4
treec924e063d7b45a9ffc0043eb8219ae49070b0855
parentc5245c869f0468ddb67c6d996219bd443610673c
Add default bitmap obstack allocation check

The following adds a check that the global bitmap obstack is initialized
when allocating a bitmap from it.

* bitmap.cc (bitmap_alloc): When using the global bitmap obstack
assert that is initialized.
gcc/bitmap.cc