This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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]

Re: r217562 - in /trunk/libsanitizer: ChangeLog asa...


On Fri, Nov 14, 2014 at 11:35 AM, Andrew Pinski <pinskia@gmail.com> wrote:
> On Fri, Nov 14, 2014 at 11:29 AM, Konstantin Serebryany
> <konstantin.s.serebryany@gmail.com> wrote:
>> +gcc-patches
>>
>> On Fri, Nov 14, 2014 at 11:26 AM, Konstantin Serebryany
>> <konstantin.s.serebryany@gmail.com> wrote:
>>> I am opposed to this change.
>>> Upstream code builds with -std=c++11.
>>> Building this code here with another set of options is a time bomb.
>
> Then how are you handling older kernel headers?
Also the kernel where the failure was seen is not that old.

> I guess you guys
> don't care that much about older kernels then.
> See https://gcc.gnu.org/ml/gcc-patches/2014-11/msg01735.html for more
> details and https://gcc.gnu.org/ml/gcc-patches/2014-11/msg01769.html
> for the approval.
>
> Thanks,
> Andrew Pinski
>
>
>>>
>>> On Fri, Nov 14, 2014 at 6:23 AM,  <uros@gcc.gnu.org> wrote:
>>>> Author: uros
>>>> Date: Fri Nov 14 14:23:51 2014
>>>> New Revision: 217562
>>>>
>>>> URL: https://gcc.gnu.org/viewcvs?rev=217562&root=gcc&view=rev
>>>> Log:
>>>>         * sanitizer_common/Makefile.am (AM_CXXFLAGS): Use -std=gnu++11.
>>>>         * asan/Makefile.am (AM_CXXFLAGS): Ditto.
>>>>         * lsan/Makefile.am (AM_CXXFLAGS): Ditto.
>>>>         * interception/Makefile.am (AM_CXXFLAGS): Ditto.
>>>>         * tsan/Makefile.am (AM_CXXFLAGS): Ditto.
>>>>         * libbacktrace/Makefile.am (AM_CXXFLAGS): Ditto.
>>>>         * ubsan/Makefile.am (AM_CXXFLAGS): Ditto.
>>>>         * sanitizer_common/Makefile.in: Regenerate.
>>>>         * asan/Makefile.in: Ditto.
>>>>         * lsan/Makefile.in: Ditto.
>>>>         * interception/Makefile.in: Ditto.
>>>>         * tsan/Makefile.in: Ditto.
>>>>         * libbacktrace/Makefile.in: Ditto.
>>>>         * ubsan/Makefile.in: Ditto.
>>>>
>>>>
>>>> Modified:
>>>>     trunk/libsanitizer/ChangeLog
>>>>     trunk/libsanitizer/asan/Makefile.am
>>>>     trunk/libsanitizer/asan/Makefile.in
>>>>     trunk/libsanitizer/interception/Makefile.am
>>>>     trunk/libsanitizer/interception/Makefile.in
>>>>     trunk/libsanitizer/libbacktrace/Makefile.am
>>>>     trunk/libsanitizer/libbacktrace/Makefile.in
>>>>     trunk/libsanitizer/lsan/Makefile.am
>>>>     trunk/libsanitizer/lsan/Makefile.in
>>>>     trunk/libsanitizer/sanitizer_common/Makefile.am
>>>>     trunk/libsanitizer/sanitizer_common/Makefile.in
>>>>     trunk/libsanitizer/tsan/Makefile.am
>>>>     trunk/libsanitizer/tsan/Makefile.in
>>>>     trunk/libsanitizer/ubsan/Makefile.am
>>>>     trunk/libsanitizer/ubsan/Makefile.in
>>>>


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