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

            Bug ID: 111569
           Summary: Problem finding in Library functions with parametres:
                    32, 8 , 32 Bits
           Product: gcc
           Version: 12.2.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: hjherbert at web dot de
  Target Milestone: ---

Created attachment 55980
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=55980&action=edit
4 source files and a shell script which runs on Odroid-C4

The Linker does not find in Library functions, if the function has parameters:

( char *p, u32 b, u8 c, u32 d )

But it finds in Library functions with the parameters:

( char *p, u32 b, u32 c, u32 d )

( char *p, u8 b, u32 c, u32 d )


Configured with: ../src/configure -v --with-pkgversion='Debian 12.2.0-14'
--with-bugurl=file:///usr/share/doc/gcc-12/README.Bugs
--enable-languages=c,ada,c++,go,d,fortran,objc,obj-c++,m2 --prefix=/usr
--with-gcc-major-version-only --program-suffix=-12
--program-prefix=aarch64-linux-gnu- --enable-shared --enable-linker-build-id
--libexecdir=/usr/lib --without-included-gettext --enable-threads=posix
--libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug
--enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new
--enable-gnu-unique-object --disable-libquadmath --disable-libquadmath-support
--enable-plugin --enable-default-pie --with-system-zlib
--enable-libphobos-checking=release --with-target-system-zlib=auto
--enable-objc-gc=auto --enable-multiarch --enable-fix-cortex-a53-843419
--disable-werror --enable-checking=release --build=aarch64-linux-gnu
--host=aarch64-linux-gnu --target=aarch64-linux-gnu

Reply via email to