[Bug d/101127] d: Compile-time reflection for supported built-ins

2021-07-28 Thread ibuclaw at gdcproject dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101127 Iain Buclaw changed: What|Removed |Added Resolution|--- |FIXED Status|UNCONFIRMED

[Bug d/101127] d: Compile-time reflection for supported built-ins

2021-07-28 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101127 --- Comment #5 from CVS Commits --- The releases/gcc-9 branch has been updated by Iain Buclaw : https://gcc.gnu.org/g:58cae53cb1cf8971a9c9611680f373a43e7547b7 commit r9-9648-g58cae53cb1cf8971a9c9611680f373a43e7547b7 Author: Iain Buclaw Date:

[Bug d/101127] d: Compile-time reflection for supported built-ins

2021-07-28 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101127 --- Comment #4 from CVS Commits --- The releases/gcc-10 branch has been updated by Iain Buclaw : https://gcc.gnu.org/g:4ae456dc2fcc5f12caa8abb5e5781839e2a0c7f7 commit r10-10005-g4ae456dc2fcc5f12caa8abb5e5781839e2a0c7f7 Author: Iain Buclaw

[Bug d/101127] d: Compile-time reflection for supported built-ins

2021-07-28 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101127 --- Comment #3 from CVS Commits --- The releases/gcc-11 branch has been updated by Iain Buclaw : https://gcc.gnu.org/g:89f0f83cdd1192f682f849e289b6188f9dbff961 commit r11-8807-g89f0f83cdd1192f682f849e289b6188f9dbff961 Author: Iain Buclaw

[Bug d/101127] d: Compile-time reflection for supported built-ins

2021-07-28 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101127 --- Comment #2 from CVS Commits --- The master branch has been updated by Iain Buclaw : https://gcc.gnu.org/g:b2f6e1de242fff5713763cd3146dcf3f9dee51ca commit r12-2562-gb2f6e1de242fff5713763cd3146dcf3f9dee51ca Author: Iain Buclaw Date: Sun

[Bug d/101127] d: Compile-time reflection for supported built-ins

2021-06-18 Thread ibuclaw at gdcproject dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101127 --- Comment #1 from Iain Buclaw --- There's the language hook LANG_HOOKS_BUILTIN_FUNCTION_EXT_SCOPE, which seems to do what we want on the surface, but then there's a question over whether this is to be correct. --- // static condition is