Re: Fwd: gcc-4.9.2-1 (x86_64) generates segfault during linking

2014-11-07 Thread Falk Tannhäuser
Am 07.11.2014 um 10:32 schrieb JonY: 1.7.33 fixed the incorrect behavior that unfortunately broke gcc __cxa_atexit usage. The next 1.7.33-0.8 should be more tolerant of the old .32 behavior. After 1.7.33 is officially released, gcc-4.8.3-4 and 4.9 will switch to the standard conformant behavior.

Re: Fwd: gcc-4.9.2-1 (x86_64) generates segfault during linking

2014-11-07 Thread JonY
On 11/7/2014 06:59, Falk Tannhäuser wrote: > Am 06.11.2014 um 23:37 schrieb JonY: >> On 11/7/2014 05:06, Falk Tannhäuser wrote: >>> Since I updated gcc from version 4.9.0-1 to 4.9.2-1, I obtain the error >>>collect2: Fehler: ld mit Signal 11 [Segmentation fault] beendet >>> when compiling a

Re: Fwd: gcc-4.9.2-1 (x86_64) generates segfault during linking

2014-11-06 Thread Falk Tannhäuser
Am 06.11.2014 um 23:37 schrieb JonY: On 11/7/2014 05:06, Falk Tannhäuser wrote: Since I updated gcc from version 4.9.0-1 to 4.9.2-1, I obtain the error collect2: Fehler: ld mit Signal 11 [Segmentation fault] beendet when compiling and linking a C or C++ program. However, an executable is

Re: Fwd: gcc-4.9.2-1 (x86_64) generates segfault during linking

2014-11-06 Thread JonY
On 11/7/2014 05:06, Falk Tannhäuser wrote: > Since I updated gcc from version 4.9.0-1 to 4.9.2-1, I obtain the error > collect2: Fehler: ld mit Signal 11 [Segmentation fault] beendet > when compiling and linking a C or C++ program. However, an executable is > generated and appears to work as

Fwd: gcc-4.9.2-1 (x86_64) generates segfault during linking

2014-11-06 Thread Falk Tannhäuser
Since I updated gcc from version 4.9.0-1 to 4.9.2-1, I obtain the error collect2: Fehler: ld mit Signal 11 [Segmentation fault] beendet when compiling and linking a C or C++ program. However, an executable is generated and appears to work as expected. I installed the latest test release of