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

Reply via email to