This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

pragma change breaks build


This change:

2015-04-19  Paul Eggert  <eggert@cs.ucla.edu>

        * stdlib/setenv.c (__add_to_environ):
        Dump core quickly if setenv (..., NULL, ...) is called.
        This time, do it the right way, and pacify GCC with a pragma.

Breaks, rather than fixes, the build for me.  I don't think we can
universally assume that this pragma facility is available:

setenv.c:27:9: error: unknown option after ʽ#pragma GCC diagnosticʼ kind [-Werror=pragmas]
setenv.c:27:9: error: unknown option after ʽ#pragma GCC diagnosticʼ kind [-Werror=pragmas]

Why don't we use something that works regardless of GCC version, such
as modifying the cflags on a per-target basis in the appropriate
Makefile?

Thanks.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]