[Bug tree-optimization/105867] [12/13 Regression] incorrect dangling-pointer warning

2023-03-20 Thread wielkiegie at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105867 Gustaw Smolarczyk changed: What|Removed |Added CC||wielkiegie at gmail dot com

[Bug tree-optimization/105329] [12/13 Regression] Bogus restrict warning when assigning 1-char string literal to std::string since r12-3347-g8af8abfbbace49e6

2023-02-24 Thread wielkiegie at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105329 Gustaw Smolarczyk changed: What|Removed |Added CC||wielkiegie at gmail dot com

[Bug libstdc++/105258] New: std::get_temporary_buffer() does not respect alignment (affects std::stable_sort())

2022-04-13 Thread wielkiegie at gmail dot com via Gcc-bugs
Severity: normal Priority: P3 Component: libstdc++ Assignee: unassigned at gcc dot gnu.org Reporter: wielkiegie at gmail dot com Target Milestone: --- Created attachment 52795 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=52795=edit The reprodu

[Bug middle-end/91490] [9 Regression] bogus argument missing terminating nul warning on strlen of a flexible array member

2020-09-04 Thread wielkiegie at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91490 Gustaw Smolarczyk changed: What|Removed |Added CC||wielkiegie at gmail dot com

[Bug c++/96934] Copy initialization of struct involving aggregate array initialization miscompiles in GCC 9

2020-09-04 Thread wielkiegie at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96934 --- Comment #1 from Gustaw Smolarczyk --- It seems that part of this issue was already reported in another bug report (though the report is about flexible array members, the comment does not reference them):

[Bug c++/96934] New: Copy initialization of struct involving aggregate array initialization miscompiles in GCC 9

2020-09-04 Thread wielkiegie at gmail dot com
Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: wielkiegie at gmail dot com Target Milestone: --- GCC 9 (but not <= 8 and not >= 10, including trunk) miscompiles the following piece of code. I have

[Bug c++/89576] New: constexpr not working if implicitly captured in a lambda in a function template (gcc 8.3+)

2019-03-04 Thread wielkiegie at gmail dot com
Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: wielkiegie at gmail dot com Target Milestone: --- There are many similar bugs that I have found in the bugzilla (see below), but this one differs from the other

[Bug c++/81860] [7 Regression] Call to undefined inline function involving inheriting constructors

2018-01-25 Thread wielkiegie at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81860 --- Comment #8 from Gustaw Smolarczyk --- Hello, Can I expect the fix to be backported to the gcc 7 branch? gcc 7.3.0 has apparently shipped with the bug still present.

[Bug tree-optimization/82060] New: [7/8 Regression] ICE in refs_may_alias_p_1 with devirtualization enabled

2017-08-31 Thread wielkiegie at gmail dot com
: normal Priority: P3 Component: tree-optimization Assignee: unassigned at gcc dot gnu.org Reporter: wielkiegie at gmail dot com Target Milestone: --- Created attachment 42095 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=42095=edit Annotated test case u

[Bug c++/81860] New: Call to undefined inline function involving inheriting constructors

2017-08-16 Thread wielkiegie at gmail dot com
Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: wielkiegie at gmail dot com Target Milestone: --- Created attachment 41987 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=41987=edit Minimized test case that reprodu

[Bug c++/69035] New: [constexpr] Using bultins sometimes make the expression non-constant

2015-12-23 Thread wielkiegie at gmail dot com
Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: wielkiegie at gmail dot com Target Milestone: --- Hello, I have a problem when using builtins (like __builtin_clz()) inside constexpr functions. Example: constexpr int foo(int x

[Bug c++/58193] New: init_priority attribute doesn't work on non-class types

2013-08-19 Thread wielkiegie at gmail dot com
Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: wielkiegie at gmail dot com __attribute__ ((init_priority (x))) makes it possible to order the initialization of global objects. However, gcc rejects this attribute on globals of non-class