All of the "g++.dg/special/conpr-*.C" test cases crash on SX with the
"Killed" message, if they are compiled with sx-gcc.
The reason for this is the disability of SX linker to handle the ".ctors.*"
sections (e.g. ".ctors.60535"). These kind of sections are used for sorting
the execution of static constructors, for example, when the
"__attribute__((init_priority(SOME_NUMBER)))" attribute is used with static
object.
Original issue reported on code.google.com by nou...@gmail.com on 2 Jun 2009 at 4:49
Original issue reported on code.google.com by
nou...@gmail.com
on 2 Jun 2009 at 4:49