This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/81248] [AVR] No ipa-sra optimization for small struct / class


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81248

--- Comment #2 from wilhelm.meier@hs-kl.de ---
The problem remains if A is really POD:

struct A {
    uint8_t m1{0};
};

As I understand this optimization it should not depend on POD kind of the type
A.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]