This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug driver/84750] Both the driver and cc1 warn for Target Warn option properties


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84750

Martin Sebor <msebor at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2018-03-29
                 CC|                            |msebor at gcc dot gnu.org
     Ever confirmed|0                           |1

--- Comment #1 from Martin Sebor <msebor at gcc dot gnu.org> ---
Confirmed with a powepc64le cross:

$ gcc -S -mstring -xc - < /dev/null
xgcc: warning: ‘-mstring’ is deprecated
cc1: warning: ‘-mstring’ is deprecated

With a native x86_64 gcc:

$ gcc -S -mpcommit -xc - < /dev/null
xgcc: warning: ‘-mpcommit’ was deprecated
cc1: warning: ‘-mpcommit’ was deprecated

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]