[Bug c/28823] sizeof not handled by pre-processor in #if statement

2006-08-23 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-08-23 21:22 --- (In reply to comment #2) > Okay, so sizeof isn't part of the pre-processor. That doesn't change the fact > that the #if as written in the code SHOULD be valid (by every C spec I've > looked at). Something in gcc is

[Bug c/28823] sizeof not handled by pre-processor in #if statement

2006-08-23 Thread gmalkin at convergedaccess dot com
--- Comment #2 from gmalkin at convergedaccess dot com 2006-08-23 21:17 --- Okay, so sizeof isn't part of the pre-processor. That doesn't change the fact that the #if as written in the code SHOULD be valid (by every C spec I've looked at). Something in gcc is not doing the right thing

[Bug c/28823] sizeof not handled by pre-processor in #if statement

2006-08-23 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-08-23 19:18 --- sizeof is not part of the preprocessor. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added -