Menu

#498 -fsave-memoized not recognized option in gcc 3.4

open
nobody
None
5
2012-09-26
2005-01-30
No

-fsave-memoized - turned on by compiler options -> c++
-> use heurestics to compile faster is not recognized
in gcc 3.4 (gives an error)

Discussion

  • Michal Molhanec

    Michal Molhanec - 2005-01-31

    Logged In: YES
    user_id=828749

    it looks that this option was already removed from gcc
    before 6 years
    http://gcc.gnu.org/gcc-2.95/c++features.html

     
  • Marek Januszewski

    Logged In: YES
    user_id=609236

    seems to still work with 3.3.1

     
  • Marek Januszewski

    Logged In: YES
    user_id=609236

    removed in cvs

     
  • Marek Januszewski

    Logged In: YES
    user_id=609236

    caused complier options problem - rolled back.

    it would be better if it was replaced with other useful
    option instead of deleted

     
  • Jonathan Wooldridge

    Logged In: YES
    user_id=548404

    This setting still causes problems with cc1plus.exe v3.42, and
    also with cc1plus.exe v4.00(djpp). Both respond to a dos
    commandline of "cc1plus -fsave-memoized" with a message
    'unrecognized command'. Altering the spelling to -fsave-
    memorized does not change the outcome.

    Recommend that this feature be removed or converted to a
    nop in the next release until such a time as that command is
    supported by the compiler included in the distribution.

     

Log in to post a comment.

Auth0 Logo