public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/99770] New: gcc gives warning being treated as error on arm platform
@ 2021-03-25 12:16 chauhann at synopsys dot com
  2021-03-25 12:19 ` [Bug c++/99770] " redi at gcc dot gnu.org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: chauhann at synopsys dot com @ 2021-03-25 12:16 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 99770
           Summary: gcc gives warning being treated as error on arm
                    platform
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: chauhann at synopsys dot com
  Target Milestone: ---

I am trying to compile a file on aarch64 ARM platform but got error as follows:

SCompile.cxx: In constructor ‘SValidityCheck::SValidityCheck()’:
2361 SCompile.cxx:544:60: error: passing NULL to non-pointer argument 1 of
‘std::unordered_set<_Value, _Hash, _Pred, _Alloc>::unordered_set(std::unord    
ered_set<_Value, _Hash, _Pred, _Alloc>::size_type, const hasher&, const
key_equal&, const allocator_type&)

[-Werror=conversion-null] cc1plus: all warnings being treated as errors

However, this doesn't give any error or warning on linux64 and compiles just
fine.

Is this a bug in gcc on arm?

gcc version being used here on both platform (linux64 and aarch64) is 7.3.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-01-20 17:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-25 12:16 [Bug c++/99770] New: gcc gives warning being treated as error on arm platform chauhann at synopsys dot com
2021-03-25 12:19 ` [Bug c++/99770] " redi at gcc dot gnu.org
2021-03-25 12:22 ` redi at gcc dot gnu.org
2022-01-20 17:20 ` rearnsha at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).