This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug bootstrap/67030] [6 Regression] ARM bootstrap failure due to [-Werror=tautological-compare]


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

--- Comment #5 from Marek Polacek <mpolacek at gcc dot gnu.org> ---
Testcase:

#define A a
#define B A
#define FOO (A > B)
int
main ()
{
  int a = 4;
  if (FOO)
    return 5;
}


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]