===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
stringtie-2.1.4+ds/gclib/GThreads.h-435-  #if defined(__GNUC__) && (defined(__i386__) || defined(__x86_64__))
stringtie-2.1.4+ds/gclib/GThreads.h:436:      asm volatile (
stringtie-2.1.4+ds/gclib/GThreads.h-437-        "movl $1,%%eax\n\t"
##############################################
stringtie-2.1.4+ds/gclib/GThreads.h-445-      int *ptrLock = &mLock;
stringtie-2.1.4+ds/gclib/GThreads.h:446:      __asm {
stringtie-2.1.4+ds/gclib/GThreads.h-447-        mov eax,1
##############################################
stringtie-2.1.4+ds/gclib/GThreads.h-453-      int newLock = 1;
stringtie-2.1.4+ds/gclib/GThreads.h:454:      asm volatile (
stringtie-2.1.4+ds/gclib/GThreads.h-455-        "\n1:\n\t"
##############################################
stringtie-2.1.4+ds/gclib/GThreads.h-484-  #if defined(__GNUC__) && (defined(__i386__) || defined(__x86_64__))
stringtie-2.1.4+ds/gclib/GThreads.h:485:      asm volatile (
stringtie-2.1.4+ds/gclib/GThreads.h-486-        "movl $0,%%eax\n\t"
##############################################
stringtie-2.1.4+ds/gclib/GThreads.h-493-      int *ptrLock = &mLock;
stringtie-2.1.4+ds/gclib/GThreads.h:494:      __asm {
stringtie-2.1.4+ds/gclib/GThreads.h-495-        mov eax,0
##############################################
stringtie-2.1.4+ds/gclib/GThreads.h-499-  #elif defined(__GNUC__) && (defined(__ppc__))
stringtie-2.1.4+ds/gclib/GThreads.h:500:      asm volatile (
stringtie-2.1.4+ds/gclib/GThreads.h-501-        "sync\n\t"  // Replace with lwsync where possible?
##############################################
stringtie-2.1.4+ds/.pc/Makefile.patch/Makefile-12-#for gcc 8+ add: -Wno-class-memaccess
stringtie-2.1.4+ds/.pc/Makefile.patch/Makefile:13:GCCVER5 := $(shell expr `${CXX} -dumpversion | cut -f1 -d.` \>= 5)
stringtie-2.1.4+ds/.pc/Makefile.patch/Makefile-14-ifeq "$(GCCVER5)" "1"
##############################################
stringtie-2.1.4+ds/.pc/Makefile.patch/Makefile-17-
stringtie-2.1.4+ds/.pc/Makefile.patch/Makefile:18:GCCVER8 := $(shell expr `${CXX} -dumpversion | cut -f1 -d.` \>= 8)
stringtie-2.1.4+ds/.pc/Makefile.patch/Makefile-19-ifeq "$(GCCVER8)" "1"
##############################################
stringtie-2.1.4+ds/.pc/Makefile.patch/Makefile-75-     #use sanitizer in gcc 4.9+
stringtie-2.1.4+ds/.pc/Makefile.patch/Makefile:76:     GCCVER49 := $(shell expr `${CXX} -dumpversion | cut -f1,2 -d.` \>= 4.9)
stringtie-2.1.4+ds/.pc/Makefile.patch/Makefile-77-     ifeq "$(GCCVER49)" "0"
##############################################
stringtie-2.1.4+ds/Makefile-11-#for gcc 8+ add: -Wno-class-memaccess
stringtie-2.1.4+ds/Makefile:12:GCCVER5 := $(shell expr `${CXX} -dumpversion | cut -f1 -d.` \>= 5)
stringtie-2.1.4+ds/Makefile-13-ifeq "$(GCCVER5)" "1"
##############################################
stringtie-2.1.4+ds/Makefile-16-
stringtie-2.1.4+ds/Makefile:17:GCCVER8 := $(shell expr `${CXX} -dumpversion | cut -f1 -d.` \>= 8)
stringtie-2.1.4+ds/Makefile-18-ifeq "$(GCCVER8)" "1"
##############################################
stringtie-2.1.4+ds/Makefile-72-     #use sanitizer in gcc 4.9+
stringtie-2.1.4+ds/Makefile:73:     GCCVER49 := $(shell expr `${CXX} -dumpversion | cut -f1,2 -d.` \>= 4.9)
stringtie-2.1.4+ds/Makefile-74-     ifeq "$(GCCVER49)" "0"