https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97222
Mateusz Zych changed:
What|Removed |Added
See Also||https://bugs.llvm.org/show_
Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: mte.zych at gmail dot com
Target Milestone: ---
Hello!
GCC discards aligned attribute, applied on a typdef, when it's passed as a
template argument.
Com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87769
--- Comment #11 from Mateusz Zych ---
Oh, I forgot to mention that I've also tested this configuration:
HOST=x86_64-abc-linux-gnu
TARGET=x86_64-xyz-linux-gnu
and it worked without any issues.
I don't understand why would these configur
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87769
--- Comment #10 from Mateusz Zych ---
Created attachment 46005
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=46005&action=edit
Build log of first GCC, ending on compilation failure of libstdc++-v3.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87769
--- Comment #9 from Mateusz Zych ---
Hi ;)
I've analysed this issue further and
tested all combinations of different vendors in host and target triplets.
Here are the results:
+---+
|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87769
--- Comment #8 from Mateusz Zych ---
Created attachment 45901
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=45901&action=edit
Script creating standalone GNU toolchain for C++.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87769
--- Comment #7 from Mateusz Zych ---
Hi Joseph, ;)
Thank you very much for your advice - it was really helpful!
I've managed to implement a script creating standalone GNU toolchain for C++:
- https://github.com/mtezych/cpp/blob/master/CreateT
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87769
Mateusz Zych changed:
What|Removed |Added
Status|RESOLVED|UNCONFIRMED
Resolution|INVALID
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87769
--- Comment #4 from Mateusz Zych ---
Right, the "--with-sysroot=" configuration parameter is the key.
The sysroot directory defines minimal filesystem of a target machine,
in particular it should contain standard C library and Linux kernel header
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87769
--- Comment #2 from Mateusz Zych ---
Hi Andrew ;)
Thanks for your reply.
You are right that, in order to create standalone GCC,
I need to provide C standard library,
because GCC can work with various C standard library implementations.
The GNU C
: normal
Priority: P3
Component: driver
Assignee: unassigned at gcc dot gnu.org
Reporter: mte.zych at gmail dot com
Target Milestone: ---
Hi ;)
I'm building GCC from source using the following commands:
$ cd /home/mzych
$ git clone https://githu
11 matches
Mail list logo