Priority: P3
Component: c
Assignee: unassigned at gcc dot gnu.org
Reporter: gmarkhor at gmail dot com
Target Milestone: ---
Consider the following program:
#include
#include
int main() {
uint16_t data[] __attribute__ ((aligned (32))) = {
12288, 16777
: 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
template
struct TypePair {
typedef F First
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48947
--- Comment #7 from Vadim Markovtsev 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
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48947
--- Comment #8 from Vadim Markovtsev 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
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48947
--- Comment #9 from Vadim Markovtsev 2011-05-24
11:23:43 UTC ---
Here they are
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48947
--- Comment #4 from Vadim Markovtsev 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/gcc
COLLECT_LTO_WRAPPER=/??
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48947
--- Comment #2 from Vadim Markovtsev 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"
and "configure --cc='gcc
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: unassig..
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48725
--- Comment #6 from Vadim Markovtsev 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 checked out binutils fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48725
--- Comment #5 from Vadim Markovtsev 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.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48725
--- Comment #3 from Vadim Markovtsev 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.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48725
--- Comment #2 from Vadim Markovtsev 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
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: u
13 matches
Mail list logo