[Bug c++/64270] packed fields
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64270 Damien Ruscoe changed: What|Removed |Added CC||damien.ruscoe at imgtec dot com
[Bug c++/64270] New: packed fields
at gcc dot gnu.org Reporter: damien.ruscoe at imgtec dot com Testcase attached. Passing an array field from a packed struct into a function as a reference appears to copy the array. If the function accesses the address of the array (or any of its elements) it will get the address of the