https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116652
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://gcc.gnu.org/bugzill | |a/show_bug.cgi?id=86303 --- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> --- (In reply to Andrew Pinski from comment #1) > > > /host_compiler_testing/COPTer/projects/files/matx/sources/test/01_radar/ > MultiChannelRadarPipeline.cu(87): error: no instance of constructor > "matx::tensor_t<T, RANK, Storage, Desc>::tensor_t [with > > THIS IS not a gcc error message. That is it is an EDG error message which comes from nvcc which almost likely uses EDG front-end in some cases. Anyways this is not a GCC error message (or even style). GCC's error message style is: file:line[:column]: error: While you have file(line).