https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121444
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|unassigned at gcc dot gnu.org |pinskia at gcc dot gnu.org --- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> --- Maybe there should be a target hook which says DECL_MERGEABLE will do anything here so we don't over align on targets which don't have mergeable cst sections. (macho and elf are the only ones which have support that I know of). Does NVPTX support mergeable constant sections/variables?