Announcement

Collapse
No announcement yet.

gcc gimpiness

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • gcc gimpiness

    Anyone ever take sizeof(void) in gcc? It's... 1. Virtually every other compiler I've used (MS, Sun, IBM XL, Intel, etc) will give an error if you attempt to take the sizeof(void), or if you attempt to increment/decrement a void pointer... after all, what's the field width of void? Apparently the same as char in GNU's eyes... *sigh*

    It's crap like this that makes gimpy packages irrevocably bound to the GNU toolchain

    (ed: notice that this behavior can be fixed with -ansi -pedantic)
    45 5F E1 04 22 CA 29 C4 93 3F 95 05 2B 79 2A B0
    45 5F E1 04 22 CA 29 C4 93 3F 95 05 2B 79 2A B1
    [ redacted ]

  • #2
    Originally posted by bascule
    It's crap like this that makes gimpy packages irrevocably bound to the GNU toolchain.
    I believe this issue could possibly be solved by removing the ESR/RMS packages from the relevant distributions ;)

    Comment

    Working...
    X