[Bug c++/56438] New: [4.8 regression] ICE in value_dependent_expression_p, at cp/pt.c:19551

2013-02-24 Thread manisandro at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56438 Bug #: 56438 Summary: [4.8 regression] ICE in value_dependent_expression_p, at cp/pt.c:19551 Classification: Unclassified Product: gcc Version: 4.8.0 Status:

[Bug tree-optimization/56661] New: [4.8 regression] Incorrect code with -O1 -ftree-pre

2013-03-20 Thread manisandro at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56661 Bug #: 56661 Summary: [4.8 regression] Incorrect code with -O1 -ftree-pre Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity:

[Bug translation/58087] New: Huge memory consumption with #pragma GCC optimize, __attribute__ and long output paths

2013-08-05 Thread manisandro at gmail dot com
Severity: normal Priority: P3 Component: translation Assignee: unassigned at gcc dot gnu.org Reporter: manisandro at gmail dot com Using gcc version 4.8.1 20130717 (Red Hat 4.8.1-5) (GCC) Description: Any code containing #pragma GCC optimize, lots

[Bug middle-end/58087] Huge memory consumption with #pragma GCC optimize, __attribute__ and long output paths

2014-01-18 Thread manisandro at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58087 Sandro Mani manisandro at gmail dot com changed: What|Removed |Added Component|translation |middle-end

[Bug c++/65057] New: Broken shared library if created with -fuse-ld=gold -shared -Wl,--dynamic-list

2015-02-13 Thread manisandro at gmail dot com
: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: manisandro at gmail dot com Created attachment 34752 -- https://gcc.gnu.org/bugzilla/attachment.cgi?id=34752action=edit testcase What follows is with gcc-5.0.0-0.10.fc22

[Bug c++/65057] Broken shared library if created with -fuse-ld=gold -shared -Wl,--dynamic-list

2015-02-13 Thread manisandro at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65057 --- Comment #3 from Sandro Mani manisandro at gmail dot com --- Yes, without -fuse-ld=gold it works. What I forgot to mention: qt worked with gcc 4.9 (and the options passed to the Qt configure script haven't changed). The build log of a qt5

[Bug c++/65209] New: [5.0 regression] Broken code with global static variables, invalid pointer when freeing global variables

2015-02-25 Thread manisandro at gmail dot com
Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: manisandro at gmail dot com Created attachment 34870 -- https://gcc.gnu.org/bugzilla/attachment.cgi?id=34870action=edit testcase

[Bug c++/65209] [5 Regression] Broken code with global static variables, invalid pointer when freeing global variables

2015-02-25 Thread manisandro at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65209 --- Comment #2 from Sandro Mani manisandro at gmail dot com --- Created attachment 34874 -- https://gcc.gnu.org/bugzilla/attachment.cgi?id=34874action=edit Slightly reduced test case ==30483== Invalid free() / delete / delete[] / realloc

[Bug c++/71076] New: Internal compiler error

2016-05-11 Thread manisandro at gmail dot com
: unassigned at gcc dot gnu.org Reporter: manisandro at gmail dot com Target Milestone: --- Following is with gcc version 6.1.1 20160510 (Red Hat 6.1.1-2) (GCC) Following code snippet compiled as g++ -c -O foo.cpp -o foo.o produces an ICE: foo.cpp: extern "C"

[Bug debug/86593] [8/9 Regression] internal compiler error: in based_loc_descr, at dwarf2out.c:14272

2018-08-07 Thread manisandro at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86593 Sandro Mani changed: What|Removed |Added CC||hjl.tools at gmail dot com --- Comment #3

[Bug debug/86593] [8/9 Regression] internal compiler error: in based_loc_descr, at dwarf2out.c:14272

2018-08-08 Thread manisandro at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86593 --- Comment #6 from Sandro Mani --- Looking good for my use-cases, thanks!

[Bug debug/86593] [8/9 Regression] internal compiler error: in based_loc_descr, at dwarf2out.c:14272

2018-08-07 Thread manisandro at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86593 --- Comment #2 from Sandro Mani --- Started with commit cd557ff63f388ad27c376d0a225e74d3594a6f9d Author: hjl Date: Thu Aug 10 15:29:05 2017 + i386: Don't use frame pointer without stack access When there is no stack access,

[Bug debug/86593] [8/9 Regression] internal compiler error: in based_loc_descr, at dwarf2out.c:14272

2018-08-29 Thread manisandro at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86593 --- Comment #9 from Sandro Mani --- Thanks --- Comment #10 from Sandro Mani --- Thanks

[Bug c++/87137] New: [8 Regression] Non-virtual member function increases struct size

2018-08-29 Thread manisandro at gmail dot com
Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: manisandro at gmail dot com Target Milestone: --- With gcc-8.0.0 onwards, specifically commit ab87ee8f509c0b600102195704105d4d98ec59d9, the following test case fails to compile using

[Bug c++/87137] [8 Regression] Non-virtual member function increases struct size

2018-08-29 Thread manisandro at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87137 Sandro Mani changed: What|Removed |Added Target||i686-w64-mingw32, |

[Bug debug/86593] [8/9 Regression] internal compiler error: in based_loc_descr, at dwarf2out.c:14272

2018-08-29 Thread manisandro at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86593 --- Comment #9 from Sandro Mani --- Thanks --- Comment #10 from Sandro Mani --- Thanks

[Bug debug/86593] [8/9 Regression] internal compiler error: in based_loc_descr, at dwarf2out.c:14272

2018-08-29 Thread manisandro at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86593 --- Comment #7 from Sandro Mani --- Any chance of getting the fix committed?

[Bug c++/87137] [8 Regression] Non-virtual member function increases struct size

2018-08-29 Thread manisandro at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87137 --- Comment #3 from Sandro Mani --- See https://github.com/gcc-mirror/gcc/commit/ab87ee8f509c0b600102195704105d4d98ec59d9

[Bug debug/86593] New: [8.0 Regression] internal compiler error: in based_loc_descr, at dwarf2out.c:14272

2018-07-19 Thread manisandro at gmail dot com
Severity: normal Priority: P3 Component: debug Assignee: unassigned at gcc dot gnu.org Reporter: manisandro at gmail dot com Target Milestone: --- Following is reproducible using mingw64-gcc-8.1.0-2.fc29 [1] on Fedora Rawhide, and only when compiling for x86_64-w64

[Bug c++/94045] New: [i686] Compiler hang with -O2 -g -m32 -march=i686 -mtune=generic

2020-03-05 Thread manisandro at gmail dot com
Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: manisandro at gmail dot com Target Milestone: --- The following preprocessed source $ wget https://smani.fedorapeople.org/tmp/test.ii compiled with $ gcc -O2 -g -m32 -march=i686