[Bug c++/111569] Problem finding in Library functions with parametres: 32, 8 , 32 Bits
xry111 at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Sun Sep 24 12:17:38 GMT 2023
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111569
Xi Ruoyao <xry111 at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |INVALID
Status|UNCONFIRMED |RESOLVED
CC| |xry111 at gcc dot gnu.org
--- Comment #1 from Xi Ruoyao <xry111 at gcc dot gnu.org> ---
The test case is invalid:
upro1.cpp: In function 'int upro1(char*, u32, u8, u32)':
upro1.cpp:4:8: error: 'b32' was not declared in this scope; did you mean 'u32'?
4 | return b32 + c8 + d32 ;
| ^~~
| u32
upro1.cpp:4:14: error: 'c8' was not declared in this scope; did you mean 'c'?
4 | return b32 + c8 + d32 ;
| ^~
| c
upro1.cpp:4:19: error: 'd32' was not declared in this scope; did you mean
'u32'?
4 | return b32 + c8 + d32 ;
| ^~~
| u32
More information about the Gcc-bugs
mailing list