After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 656152 - GCC only syntax used, yet other compilers allowed by configure.
GCC only syntax used, yet other compilers allowed by configure.
Status: RESOLVED FIXED
Product: glib
Classification: Platform
Component: general
2.29.x
Other Solaris
: Normal normal
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2011-08-08 10:40 UTC by declanw
Modified: 2011-09-05 00:10 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description declanw 2011-08-08 10:40:12 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.
Comment 1 Matthias Clasen 2011-08-13 19:32:32 UTC
I've fixed the ... part.