[Bug c++/110078] New: [13 regression] Excessive memory usage constructing std::variant from a high-index alternative.

2023-06-01 Thread toojays at toojays dot net via Gcc-bugs
Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: toojays at toojays dot net Target Milestone: --- Created attachment 55233 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=55233=edit Reprodu

[Bug c/80354] Poor support to silence -Wformat-truncation=1

2017-11-15 Thread toojays at toojays dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80354 John Steele Scott changed: What|Removed |Added CC||toojays at toojays dot net

[Bug c++/64867] warning for passing non-POD to varargs function

2017-07-12 Thread toojays at toojays dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64867 John Steele Scott changed: What|Removed |Added CC||toojays at toojays dot net

[Bug debug/78247] New: Unused inline function returning u32string causes u32string debuginfo to be emitted.

2016-11-07 Thread toojays at toojays dot net
Severity: normal Priority: P3 Component: debug Assignee: unassigned at gcc dot gnu.org Reporter: toojays at toojays dot net Target Milestone: --- Consider the following source, compiled with and without MORE_BLOAT defined: jscott@citra:~/src/debuginfo-bloat

[Bug c++/60972] New: Mixing #pragma pack and __attribute__((packed)) leads to spurious warnings.

2014-04-25 Thread toojays at toojays dot net
: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: toojays at toojays dot net ┌(toojays@kano)─(568)─(0)─(2014 04 26 10:35:27) └─(/tmp)─ /opt/gcc-4.9/bin/gcc --version | head -n1 gcc (GCC) 4.9.0 ┌(toojays@kano)─(569)─(0)─(2014 04

[Bug sanitizer/60892] New: GCC fails to build with Linux 2.6.21 headers.

2014-04-18 Thread toojays at toojays dot net
: sanitizer Assignee: unassigned at gcc dot gnu.org Reporter: toojays at toojays dot net CC: dodji at gcc dot gnu.org, dvyukov at gcc dot gnu.org, jakub at gcc dot gnu.org, kcc at gcc dot gnu.org I got the following errors while trying to build gcc

[Bug c/38927] New: _mm_set_epi32 does not set the third argument if the fourth argument is a constant.

2009-01-20 Thread toojays at toojays dot net
: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: toojays at toojays dot net GCC build triplet: i686-pc-linux-gnu GCC host triplet: i686-pc-linux-gnu GCC target triplet: i686-pc-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38927

[Bug c/38927] _mm_set_epi32 does not set the third argument if the fourth argument is a constant.

2009-01-20 Thread toojays at toojays dot net
--- Comment #1 from toojays at toojays dot net 2009-01-21 04:53 --- Created an attachment (id=17157) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17157action=view) Test case which shows fault with _mm_set_epi32 in gcc 4.0.x. Simple testcase to show the problem with _mm_set_epi32