[Bug c++/100135] [modules] ICE when using constants in a module

2024-03-06 Thread ppalka at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100135 Patrick Palka changed: What|Removed |Added Target Milestone|--- |14.0 See Also|

[Bug c++/100135] [modules] ICE when using constants in a module

2023-10-05 Thread nicolas.werner at hotmail dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100135 --- Comment #2 from Nicolas Werner --- Possibly the gcc behaviour here is correct. There is a clang bug open for it not rejecting calls to functions with default parameters, when the default parameter is not exported: https://github.com/llvm/llv

[Bug c++/100135] [modules] ICE when using constants in a module

2023-10-05 Thread nicolas.werner at hotmail dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100135 Nicolas Werner changed: What|Removed |Added CC||nicolas.werner at hotmail dot de ---