Gravatar

Incompatibility with gcc 4.3.0 ?

  Hello,

I've upgraded my laptop from Fedora8 to Fedora9, and I encounter huge difficulties trying to install smartEiffel 2.3. I suspect the new version of gcc to be responsible of this, as all was working fine before.

Does someone succeeded in compiling smartEiffel 2.3 with gcc 4.3.0?

Frederic Merizen | 19 May 14:39
Favicon
Gravatar

Re: Incompatibility with gcc 4.3.0 ?


Hi,

> Does someone succeeded in compiling smartEiffel 2.3 with gcc 4.3.0?

I haven't tried that version yet. Maybe it's an older issue, Valery
Croizier reported issues with gcc 4.2.1 (under windows).

I had a quick look at http://gcc.gnu.org/gcc-4.3/changes.html (general,
c-related and ia32-related changes). Nothing set off an alarm bell in my
head.

-- 
Frederic Merizen
You are never given a wish without also being given the power to make it
true.  You may have to work for it, however. [Richard Bach]

--

-- 
Frederic Merizen
You are never given a wish without also being given the power to make it
true.  You may have to work for it, however.

Philippe Ribet | 20 May 08:15

Re: Incompatibility with gcc 4.3.0 ?

Frederic Merizen wrote:

>>Does someone succeeded in compiling smartEiffel 2.3 with gcc 4.3.0?
>>    
>>
>
>I haven't tried that version yet. Maybe it's an older issue, Valery
>Croizier reported issues with gcc 4.2.1 (under windows).
>
>I had a quick look at http://gcc.gnu.org/gcc-4.3/changes.html (general,
>c-related and ia32-related changes). Nothing set off an alarm bell in my
>head.
>
>  
>
Running our test suite with those gcc releases will help isolating 
problems. Before, we need to fix some problems with the current svn 
compiler.

Best regards,

--

-- 

             Philippe Ribet

SmartEiffel:
one methodoology, one language,
highest quality kept secret.
Visit http://smarteiffel.loria.fr

fmsalter | 20 May 12:43

Re: Incompatibility with gcc 4.3.0 ?

>   Hello,
>
> I've upgraded my laptop from Fedora8 to Fedora9, and I encounter huge
> difficulties trying to install smartEiffel 2.3. I suspect the new version
> of
> gcc to be responsible of this, as all was working fine before.
>
> Does someone succeeded in compiling smartEiffel 2.3 with gcc 4.3.0?
>
gcc 4.3.0 has optimisation problems at -O2 level.
Smarteiffel will compile correctly at -O1 level.

Regards Frank Salter

Gravatar

Re: Incompatibility with gcc 4.3.0 ?

 Hello,

Just to confirm what you've said, I patch the system.se file to change in [boost] section -Os to -O1, and it now compiles fine.

Thank you for the information.

  Guillaume

2008/5/20 <fmsalter <at> blueyonder.co.uk>:
>   Hello,
>
> I've upgraded my laptop from Fedora8 to Fedora9, and I encounter huge
> difficulties trying to install smartEiffel 2.3. I suspect the new version
> of
> gcc to be responsible of this, as all was working fine before.
>
> Does someone succeeded in compiling smartEiffel 2.3 with gcc 4.3.0?
>
gcc 4.3.0 has optimisation problems at -O2 level.
Smarteiffel will compile correctly at -O1 level.

Regards Frank Salter






Gmane