GNOME Bugzilla – Bug 656152
GCC only syntax used, yet other compilers allowed by configure.
Last modified: 2011-09-05 00:10:09 UTC
glib/tests/checksum.c doesn't compile due to GCC-only C syntax "case '0' ... '9'" and the a-f statement below it. glib/tests/Makefile.am also has "atomic_CFLAGS = -Wstrict-aliasing=2 $(INCLUDES)" which is again GCC-only Using SunStudio 12.0 compiler in this case.
I've fixed the ... part.