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] New: Both the driver and cc1 warn for Target Warn option properties


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

            Bug ID: 84750
           Summary: Both the driver and cc1 warn for Target Warn option
                    properties
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: driver
          Assignee: unassigned at gcc dot gnu.org
          Reporter: segher at gcc dot gnu.org
  Target Milestone: ---

Try rs6000 with -mstring for example:

$ powerpc-linux-gcc -Wall -W -O2 -S 0.c -mstring   
powerpc-linux-gcc: warning: '-mstring' is deprecated
cc1: warning: '-mstring' is deprecated


Or on another target:

$ arc-elf-gcc -Wall -W -O2 -S 0.c -mcrc
arc-elf-gcc: warning: '-mcrc' is deprecated
cc1: warning: '-mcrc' is deprecated

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