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

Sam James <sjames at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING
     Ever confirmed|0                           |1
   Last reconfirmed|                            |2024-04-16
                 CC|                            |sjames at gcc dot gnu.org

--- Comment #1 from Sam James <sjames at gcc dot gnu.org> ---
This example doesn't compile.

$ gcc-13 -Wall -Wextra -Wno-incompatible-pointer-types /tmp/foo.c $(pkgconf
--cflags --libs libbsd)
/tmp/foo.c: In function 'main':
/tmp/foo.c:11:9: error: expected specifier-qualifier-list before ')' token
   11 |         )                                                              
      \
      |         ^
/tmp/foo.c:96:9: note: in expansion of macro 'a2i'
   96 |         a2i(time_t, &t, "42", NULL, 0, 0, 10);
      |         ^~~

Reply via email to