roll: pigweed pw_polyfill: Make PW_CONSTINIT support mandatory

- Use GCC's __constinit starting from GCC 10, when it was introduced.
- Because constinit is used to avoid the static initialization order
  fiasco, it may not be safe to compile with PW_CONSTINIT if the
  compiler does not support it. Fail if PW_CONSTINIT is used without
  compiler support.

Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/243892
Original-Revision: d3e10fad55171d8cdce399916acbf37b2dec732b

Rolled-Repo: https://pigweed.googlesource.com/pigweed/pigweed
Rolled-Commits: b49cd0a0c800f6..d3e10fad55171d
Roll-Count: 1
Roller-URL: https://cr-buildbucket.appspot.com/build/8732795695490673729
GitWatcher: ignore
CQ-Do-Not-Cancel-Tryjobs: true
Change-Id: Idc40eee99a421be1d20d48e2d7cffba56ba7d850
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/showcase/sense/+/245087
Commit-Queue: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>
Bot-Commit: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
diff --git a/MODULE.bazel b/MODULE.bazel
index 18852b0..e270712 100644
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -49,8 +49,8 @@
     module_name = "pigweed",
     # ROLL: Warning: this entry is automatically updated.
     # ROLL: Last updated 2024-10-28.
-    # ROLL: By https://cr-buildbucket.appspot.com/build/8732798378607974657.
-    commit = "b49cd0a0c800f6966c25059e747684540daecddb",
+    # ROLL: By https://cr-buildbucket.appspot.com/build/8732795695490673729.
+    commit = "d3e10fad55171d8cdce399916acbf37b2dec732b",
     remote = "https://pigweed.googlesource.com/pigweed/pigweed",
 )
 
@@ -58,8 +58,8 @@
     module_name = "pw_toolchain",
     # ROLL: Warning: this entry is automatically updated.
     # ROLL: Last updated 2024-10-28.
-    # ROLL: By https://cr-buildbucket.appspot.com/build/8732798378607974657.
-    commit = "b49cd0a0c800f6966c25059e747684540daecddb",
+    # ROLL: By https://cr-buildbucket.appspot.com/build/8732795695490673729.
+    commit = "d3e10fad55171d8cdce399916acbf37b2dec732b",
     remote = "https://pigweed.googlesource.com/pigweed/pigweed",
     strip_prefix = "pw_toolchain_bazel",
 )