On 1/25/19 8:24 PM, Stephan Bosch wrote:> > > Op 25/01/2019 om 10:59 schreef Martin Li?ka: >> Hi. >> >> As mentioned here: >> https://bugzilla.opensuse.org/show_bug.cgi?id=1123136 >> >> there's a new issue with GCC 9, it's related to: >> https://gcc.gnu.org/gcc-9/porting_to.html#complit >> >> in: >> /* Not const! Never return this as a result directly! */ >> #define SMTP_ADDRESS_LITERAL(localpart, domain) \ >> ????&((struct smtp_address){ (localpart), (domain) }) > > Thanks for reporting this. We are working on it (tracking internally as DOP-890). > > Regards, > > Stephan.Hi. Thanks for working on that. Is there any update please? Martin
On 25/04/2019 12:52, Martin Li?ka via dovecot wrote:> On 1/25/19 8:24 PM, Stephan Bosch wrote: >> >> Op 25/01/2019 om 10:59 schreef Martin Li?ka: >>> Hi. >>> >>> As mentioned here: >>> https://bugzilla.opensuse.org/show_bug.cgi?id=1123136 >>> >>> there's a new issue with GCC 9, it's related to: >>> https://gcc.gnu.org/gcc-9/porting_to.html#complit >>> >>> in: >>> /* Not const! Never return this as a result directly! */ >>> #define SMTP_ADDRESS_LITERAL(localpart, domain) \ >>> ????&((struct smtp_address){ (localpart), (domain) }) >> Thanks for reporting this. We are working on it (tracking internally as DOP-890). >> >> Regards, >> >> Stephan. > Hi. > > Thanks for working on that. Is there any update please?Fixed in 2.3.7. Regards, Stephan.
On 7/28/19 11:57 PM, Stephan Bosch wrote:> > > On 25/04/2019 12:52, Martin Li?ka via dovecot wrote: >> On 1/25/19 8:24 PM, Stephan Bosch wrote: >>> >>> Op 25/01/2019 om 10:59 schreef Martin Li?ka: >>>> Hi. >>>> >>>> As mentioned here: >>>> https://bugzilla.opensuse.org/show_bug.cgi?id=1123136 >>>> >>>> there's a new issue with GCC 9, it's related to: >>>> https://gcc.gnu.org/gcc-9/porting_to.html#complit >>>> >>>> in: >>>> /* Not const! Never return this as a result directly! */ >>>> #define SMTP_ADDRESS_LITERAL(localpart, domain) \ >>>> ?????&((struct smtp_address){ (localpart), (domain) }) >>> Thanks for reporting this. We are working on it (tracking internally as DOP-890). >>> >>> Regards, >>> >>> Stephan. >> Hi. >> >> Thanks for working on that. Is there any update please? > > Fixed in 2.3.7.Thank you for the fix. Martin> > Regards, > > Stephan.