[Bug target/60387] The gcc compiler for the ppc architecture is not compatible with PPC ABI and DWARF standards.

2014-03-06 Thread m_nistor at yahoo dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60387 --- Comment #12 from Nistor, Mihail-Marian --- The ppc gcc uses the DWARF register number mapping that is defined by the psABI, but the main problem is: the psABI is for AI32/64 architectures. The DWARF register number mapping is also used to enco

[Bug target/60387] The gcc compiler for the ppc architecture is not compatible with PPC ABI and DWARF standards.

2014-03-06 Thread m_nistor at yahoo dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60387 --- Comment #10 from Nistor, Mihail-Marian --- Could you please show me where this information is in the GNU ABI? My request is to add all exceptions from the standards to release note.

[Bug target/60387] The gcc compiler for the ppc architecture is not compatible with PPC ABI and DWARF standards.

2014-03-06 Thread m_nistor at yahoo dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60387 Nistor, Mihail-Marian changed: What|Removed |Added Status|RESOLVED|UNCONFIRMED Resolution|IN

[Bug target/60387] The gcc compiler for the ppc architecture is not compatible with PPC ABI and DWARF standards.

2014-03-06 Thread m_nistor at yahoo dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60387 --- Comment #7 from Nistor, Mihail-Marian --- Hello, Doe to the fact that the gcc is not compatible with the DWARF and PPC ABI for the PPC processors, as you said that is a fact of life and we need to live with it. Users must always be informed w

[Bug target/60387] The gcc compiler for the ppc architecture is not compatible with PPC ABI and DWARF standards.

2014-03-05 Thread m_nistor at yahoo dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60387 --- Comment #4 from Nistor, Mihail-Marian --- Created attachment 32281 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32281&action=edit I have attached all information you requested. I have attached all information you requested. As you can

[Bug c++/60387] The gcc compiler for the ppc architecture is not compatible with PPC ABI and DWARF standards.

2014-03-03 Thread m_nistor at yahoo dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60387 --- Comment #2 from Nistor, Mihail-Marian --- More details about how to reproduce the first problem. By using the gcc version - GNU C 4.8.1 20130531 (Wed Sep 4 08:04:01 CDT 2013) I have defined a local variable (vf1) that has a vector resister as

[Bug c++/60387] The gcc compiler for the ppc architecture is not compatible with PPC ABI and DWARF standards.

2014-03-02 Thread m_nistor at yahoo dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60387 Nistor, Mihail-Marian changed: What|Removed |Added Severity|critical|blocker

[Bug c++/60387] New: The gcc compiler for the ppc architecture is not compatible with PPC ABI and DWARF standards.

2014-03-02 Thread m_nistor at yahoo dot com
Severity: critical Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: m_nistor at yahoo dot com The gcc compiler for the ppc architecture doesn't use DWARF Register Number Mapping that is defined in the PPC ABI standards.