https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102345
Nathaniel Shead changed:
What|Removed |Added
Status|NEW |RESOLVED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102345
--- Comment #5 from GCC Commits ---
The master branch has been updated by Nathaniel Shead :
https://gcc.gnu.org/g:28b508233a12c13295f960a2cb8a4864879acfb4
commit r15-830-g28b508233a12c13295f960a2cb8a4864879acfb4
Author: Nathaniel Shead
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102345
Patrick Palka changed:
What|Removed |Added
CC||ppalka at gcc dot gnu.org
Key
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102345
--- Comment #3 from Jonathan Wakely ---
All testcases above need to be compiled with -fmodules-ts
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102345
--- Comment #2 from Jonathan Wakely ---
The second problem is demonstrated by:
export module newdel;
export void* operator new(__SIZE_TYPE__);
new.cc:2:40: error: declaration ‘void* operator new(long unsigned int)’
conflicts with builtin
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102345
Jonathan Wakely changed:
What|Removed |Added
Last reconfirmed||2021-09-15
Status|UNCONFI