https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71914
--- Comment #3 from henad221 at student dot liu.se ---
Thanks for quick reply. I didn't expect the name DOMAIN to be used by something
when including math.h. Thanks to Jakub for an explanation of what is happening,
next time I will try t
mponent: c
Assignee: unassigned at gcc dot gnu.org
Reporter: henad221 at student dot liu.se
Target Milestone: ---
#include
#include
int DOMAIN = 3;
int main() {
printf("%d\n", DOMAIN);
return 0;
}
Compiled with:
gcc -v domain.cpp
Produces:
gcc -v domain