[Bug c++/87521] [C++][ABI] Tail padding not reused for non POD struct with defaulted/deleted special member function as per Itanium ABI on x86-64

2018-11-14 Thread bruno.bugs.contact at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87521 Bruno Bugs changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug target/87521] New: [C++][ABI] Tail padding not reused for non POD struct with defaulted/deleted special member function as per Itanium ABI on x86-64

2018-10-04 Thread bruno.bugs.contact at gmail dot com
Version: 8.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: bruno.bugs.contact at gmail dot com Target Milestone: --- Consider (https://godbolt.org/z/fSnWB1

[Bug c++/82840] New: call to conversion operator instead of converting constructor in c++17 during overload resolution

2017-11-04 Thread bruno.bugs.contact at gmail dot com
Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: bruno.bugs.contact at gmail dot com Target Milestone: --- This code compiled by gcc trunk with std=c++17 returns 1 instead of the expected 0 since D