Bug#156450: gcc: doesn't handle empty args in macro function if there is only one arg

2002-08-12 Thread Martin v. Loewis
James Antill <[EMAIL PROTECTED]> writes: > Package: gcc > Version: 2:2.95.4-14 > Severity: normal [...] > I've included a C file that should work not matter what value the > TST_SINGLE_ARG is set to. This is fixed in gcc 3. Regards, Martin

Bug#156450: gcc: doesn't handle empty args in macro function if there is only one arg

2002-08-12 Thread James Antill
Package: gcc Version: 2:2.95.4-14 Severity: normal In C you are allowed to have empry arguments to macro function, however gcc-2.95.* doesn't seem to allow this for macro function with only one argument. I've included a C file that should work not matter what value the TST_SINGLE_ARG is set to.