On Sat, Aug 4, 2012 at 2:43 PM, Perry Smith wrote:
>
> I hope I've researched this enough to ask decent questions.
>
> I'm running gcc 4.5.2. AIX 6.1 TL07 SP03.
>
> The essence of the problem is when a shared library is loaded, sometimes
> atexit is called with a pointer to a destructor. This c
Snapshot gcc-4.7-20120804 is now available on
ftp://gcc.gnu.org/pub/gcc/snapshots/4.7-20120804/
and on various mirrors, see http://gcc.gnu.org/mirrors.html for details.
This snapshot has been generated from the GCC 4.7 SVN branch
with the following options: svn://gcc.gnu.org/svn/gcc/branches
Hi,
I hope I've researched this enough to ask decent questions.
I'm running gcc 4.5.2. AIX 6.1 TL07 SP03.
The essence of the problem is when a shared library is loaded, sometimes atexit
is called with a pointer to a destructor. This call (I gather) is produced by
gcc itself (or g++).
The pr
On Fri, Aug 3, 2012 at 5:12 PM, Perry Smith wrote:
>> The basic problem is GNU/Linux symbol visibility behavior is becoming
>> more complicated (and actually evolving toward original AIX behavior),
>> but it also is using additional syntax and options in Makefiles
>> without invoking AIX with com
On Sat, Aug 4, 2012 at 7:26 PM, H.J. Lu wrote:
> On Sat, Aug 4, 2012 at 9:49 AM, Tobias Burnus wrote:
>> H.J. Lu wrote:
>>>
>>> I saw massive FORTRAN failures on trunk with both SPEC CPU 2006
>>> and GCC FORTRAN testsuite. Is this a known problem? Should I open a bug
>>> report?
>>
>>
>> I assum
On Sat, Aug 4, 2012 at 9:49 AM, Tobias Burnus wrote:
> H.J. Lu wrote:
>>
>> I saw massive FORTRAN failures on trunk with both SPEC CPU 2006
>> and GCC FORTRAN testsuite. Is this a known problem? Should I open a bug
>> report?
>
>
> I assume that you do not install GCC before you run the test suit
H.J. Lu wrote:
I saw massive FORTRAN failures on trunk with both SPEC CPU 2006
and GCC FORTRAN testsuite. Is this a known problem? Should I open a bug
report?
I assume that you do not install GCC before you run the test suite – and
that you don't have a GCC installed at the --prefix= location
On Sat, Aug 04, 2012 at 09:37:10AM -0700, H.J. Lu wrote:
> Hi,
>
> I saw massive FORTRAN failures on trunk with both SPEC CPU 2006
> and GCC FORTRAN testsuite. Is this a known problem? Should I open a bug
> report?
>
It is difficult to know whether this is a known problem
given that you failed
Hi,
I saw massive FORTRAN failures on trunk with both SPEC CPU 2006
and GCC FORTRAN testsuite. Is this a known problem? Should I open a bug
report?
--
H.J.