prepare for /usr/bin/gfortran.
in the Makefile, add fortran to the list of languages to configure.
add configure-target-libquadmath and configure-target-libgfortran
to the listof mknative targets to invoke.
while here also remove some HAVE_GCC < 12 support.
in mknative-gcc, remove ancient dead get_libg2c(), grab a couple
more libgomp variables (will be used to replace some hard coded
things and also adds the gomp/fortran portions), add new get
functions for libquadmath and libgfortran, and also fetch the rest
of the necessary variables.
[libc] Remove ballot on slab find (#176606)
Summary:
This negatively impacts performance, while the other changes in the
initial PR slightly improved it. This was originally done to make Volta
independent thread scheduling work, but that doesn't seem to work
correctly all the time either so we should make this faster.
pflog: tests: Fix rdr_action_head()
Fix a typo in the rdr_action_head() test.
Fixes: 685fb4253819 ("pf: Log the intended action when a NAT rule matches a packet")
MFC after: 1 week
[Clang][AMDGPU] Handle `wavefrontsize32` and `wavefrontsize64` features more robustly
We should also not allow `-wavefrontsize32` and `-wavefrontsize64` to be specified at the same time.
Update to 0.338
Upstream changes:
0.338 2025-10-03 15:56:06-04:00 America/New_York
- add experimental --for-completion option to "commands" to help make
shell completion; THIS MAY CHANGE WEIRDLY
[mlir][vscode] Add angle bracket support to MLIR language configuration (#176602)
Add angle brackets (<>) to brackets, autoClosingPairs, and
surroundingPairs for better editing of types like tensor<3xf32>. Also
add colorizedBracketPairs for visual distinction between nested bracket
types.
[mlir][vscode] Fix PDLL grammar character class regex (#176601)
The character class [aA-zZ_0-9] incorrectly matches characters between
ASCII 90-97 (Z-a range), which includes: [ \ ] ^ _ `. This should be
[a-zA-Z_0-9] for proper identifier matching.
w3m: update to 0.5.5.
w3m 0.5.5 - 2025-08-20
* new feature
- Use gettext everywhere, allow for more localization
* bug fixes
- Prevent segfault when user aborts session store command
- Fix cookie sync logic
w3m 0.5.4 - 2025-08-03
* deprecated
- option -H Users should use -o high-intensity=true instead
- ChangeLog file, use the git log for all the details
* new features
- Add command to save the history (SAVE_HISTORY)
[49 lines not shown]
[Clang][AMDGPU] Handle `wavefrontsize32` and `wavefrontsize64` features more robustly
We should also not allow `-wavefrontsize32` and `-wavefrontsize64` to be specified at the same time.
gnumeric112: remove py-gobject3 dependency
This package is only needed when introspection actively enabled,
and this would need a gobject-introspection dependency as well.
Bump PKGREVISION.