Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: mitya57 at gmail dot com
Target Milestone: ---
Created attachment 49050
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=49050&action=edit
Test case
Hi,
I was debugging Comp
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96594
--- Comment #1 from Dmitry Shachnev ---
Created attachment 49051
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=49051&action=edit
Assembly dump with -O0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96594
--- Comment #2 from Dmitry Shachnev ---
Created attachment 49052
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=49052&action=edit
Assembly dump with -O1
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96594
--- Comment #4 from Dmitry Shachnev ---
Thanks a lot for the fast response!
Indeed, your suggestion works. It is counter-intuitive that you need a 64-bit
variable to store a 32-bit value, but I can see the rationale (long is the only
standard ty
++
Assignee: unassigned at gcc dot gnu.org
Reporter: mitya57 at gmail dot com
Constructor of `pool' class in eh_alloc.c has the following code:
pool::pool()
{
// Allocate the arena - we could add a GLIBCXX_EH_ARENA_SIZE environment
// to make this tunable.
arena
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65434
--- Comment #2 from Dmitry Shachnev ---
Will anything bad happen if that memory is freed in the destructor?
For me, the issue is mostly aesthetic — I got used to not seeing any Valgrind
warnings in my programs :)
Priority: P3
Component: preprocessor
Assignee: unassigned at gcc dot gnu.org
Reporter: mitya57 at gmail dot com
Originally reported at
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=755767.
Here is the minimal test case:
$ ls -l correct
lrwxrwxrwx 1 dmitry dmitry 16
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61918
Dmitry Shachnev changed:
What|Removed |Added
Known to work||4.7.4
Known to fail|
Priority: P3
Component: c
Assignee: unassigned at gcc dot gnu.org
Reporter: mitya57 at gmail dot com
Target Milestone: ---
According to https://gcc.gnu.org/onlinedocs/gcc/Half-Precision.html, “On x86
targets with SSE2 enabled, GCC supports half-precision (16-bit
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116122
--- Comment #2 from Dmitry Shachnev ---
Yes, I forgot to mention that my command line examples are from 32-bit x86, and
baseline for Debian’s i386 architecture is “no MMX nor SSE”:
https://wiki.debian.org/ArchitectureSpecificsMemo#i386-1
And f
10 matches
Mail list logo