[Bug c/67254] New: On-stack memory regions with aligned attribute overlap on ARM

2015-08-18 Thread gmarkhor at gmail dot com
Priority: P3 Component: c Assignee: unassigned at gcc dot gnu.org Reporter: gmarkhor at gmail dot com Target Milestone: --- Consider the following program: #include stdio.h #include stdint.h int main() { uint16_t data[] __attribute__ ((aligned (32

[Bug c++/59383] New: typedef propagation with template base class using the same name is wrong

2013-12-04 Thread gmarkhor at gmail dot com
: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: gmarkhor at gmail dot com I am using g++ 4.8.1. Consider the following code (compiled as g++ -std=c++11 -c test.cc): #include type_traits template typename F, typename S struct

[Bug lto/48947] 4.6.0 fails to link ffmpeg with LTO and gold

2011-05-24 Thread gmarkhor at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48947 --- Comment #9 from Vadim Markovtsev gmarkhor at gmail dot com 2011-05-24 11:23:43 UTC --- Here they are

[Bug lto/48947] 4.6.0 fails to link ffmpeg with LTO and gold

2011-05-24 Thread gmarkhor at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48947 --- Comment #8 from Vadim Markovtsev gmarkhor at gmail dot com 2011-05-24 11:23:22 UTC --- Created attachment 24339 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=24339 Objects which cause the error (2) Last 2 (of 4) binaries

[Bug lto/48947] 4.6.0 fails to link ffmpeg with LTO and gold

2011-05-24 Thread gmarkhor at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48947 --- Comment #7 from Vadim Markovtsev gmarkhor at gmail dot com 2011-05-24 11:22:34 UTC --- Created attachment 24338 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=24338 Objects which cause the error First 2 (of 4) binaries

[Bug lto/48947] 4.6.0 fails to link ffmpeg with LTO and gold

2011-05-11 Thread gmarkhor at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48947 --- Comment #2 from Vadim Markovtsev gmarkhor at gmail dot com 2011-05-11 11:43:03 UTC --- I ensured that. ffmpeg does not use cmake, just ordinary GNU make; no libtool is called at all down to the point where gcc fails (checked it with make -n

[Bug lto/48947] 4.6.0 fails to link ffmpeg with LTO and gold

2011-05-11 Thread gmarkhor at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48947 --- Comment #4 from Vadim Markovtsev gmarkhor at gmail dot com 2011-05-11 17:29:32 UTC --- I checked those errors with both binutils 2.21 release and 2.22 CVS (10th of May). gcc -### Using built-in specs. COLLECT_GCC=/???/x86_64-gcc-4.6.0/bin

[Bug lto/48725] 4.6.0 fails to link p7zip 9.20.1 with LTO and gold

2011-05-10 Thread gmarkhor at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48725 --- Comment #6 from Vadim Markovtsev gmarkhor at gmail dot com 2011-05-10 11:01:14 UTC --- (In reply to comment #5) (In reply to comment #4) Does it work with BFD linker in CVS? I will check that out tomorrow. Sorry for such a delay, I

[Bug lto/48947] New: 4.6.0 fails to link ffmpeg with LTO and gold

2011-05-10 Thread gmarkhor at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48947 Summary: 4.6.0 fails to link ffmpeg with LTO and gold Product: gcc Version: lto Status: UNCONFIRMED Severity: normal Priority: P3 Component: lto AssignedTo:

[Bug lto/48725] 4.6.0 fails to link p7zip 9.20.1 with LTO and gold

2011-04-25 Thread gmarkhor at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48725 --- Comment #3 from Vadim Markovtsev gmarkhor at gmail dot com 2011-04-25 09:47:25 UTC --- BTW, gold fails to link if used in a similar way in LLVM LTO, so it is likely not a GCC bug.

[Bug lto/48725] 4.6.0 fails to link p7zip 9.20.1 with LTO and gold

2011-04-25 Thread gmarkhor at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48725 --- Comment #5 from Vadim Markovtsev gmarkhor at gmail dot com 2011-04-25 16:06:25 UTC --- (In reply to comment #4) Does it work with BFD linker in CVS? I will check that out tomorrow.

[Bug lto/48725] New: 4.6.0 fails to link p7zip 9.20.1 with LTO and gold

2011-04-22 Thread gmarkhor at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48725 Summary: 4.6.0 fails to link p7zip 9.20.1 with LTO and gold Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: lto AssignedTo:

[Bug lto/48725] 4.6.0 fails to link p7zip 9.20.1 with LTO and gold

2011-04-22 Thread gmarkhor at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48725 --- Comment #2 from Vadim Markovtsev gmarkhor at gmail dot com 2011-04-22 13:12:17 UTC --- Can you, please, fill in binutils bug? Done. The link to it is http://sourceware.org/bugzilla/show_bug.cgi?id=12695