public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "michal at sawicz dot net" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug pch/106799] New: `forming offset [32, 36] is out of the bounds` error with precompiled headers
Date: Thu, 01 Sep 2022 08:47:46 +0000	[thread overview]
Message-ID: <bug-106799-4@http.gcc.gnu.org/bugzilla/> (raw)

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106799

            Bug ID: 106799
           Summary: `forming offset [32, 36] is out of the bounds` error
                    with precompiled headers
           Product: gcc
           Version: 12.2.0
               URL: https://bugs.launchpad.net/ubuntu/+source/gcc-12/+bug/
                    1983852
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: pch
          Assignee: unassigned at gcc dot gnu.org
          Reporter: michal at sawicz dot net
  Target Milestone: ---
              Host: x86_64
            Target: x86_64
             Build: x86_64

Created attachment 53527
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=53527&action=edit
Header and source files needed to reproduce

NB: googletest required to reproduce.

Given the three minimal source files and the commands:

```
/usr/bin/g++-12 -I/usr/src/googletest/googlemock/include -O2 -std=c++20
-include cmake_pch.hxx -include cmake_pch.hxx -x c++-header -o
cmake_pch.hxx.gch -c cmake_pch.hxx.cxx
/usr/bin/g++-12 -I/usr/src/googletest/googlemock/include -O2 -std=c++20
-include cmake_pch.hxx -c tmp.cpp
```

gcc-12 errors out with the following:

```
In file included from /usr/include/c++/12/ios:40,                               
                 from /usr/include/c++/12/ostream:38,                           
                 from /usr/include/c++/12/bits/unique_ptr.h:41,                 
                 from /usr/include/c++/12/memory:76,                            
                 from
/usr/src/googletest/googlemock/include/gmock/gmock-actions.h:139,               
                 from /usr/src/googletest/googlemock/include/gmock/gmock.h:56,  
                 from ./cmake_pch.hxx:5,                                        
                 from <command-line>:                                           
In static member function ‘static constexpr std::char_traits<char>::char_type*
std::char_traits<char>::copy(char_type*, const char_type*, std::size_t)’,
    inlined from ‘constexpr std::__cxx11::basic_string<_CharT, _Traits,
_Alloc>::basic_string(std::__cxx11::basic_string<_CharT, _Traits, _Alloc>&&)
[with _CharT = char; _Traits = std::char_traits<char>;
 _Alloc = std::allocator<char>]’ at
/usr/include/c++/12/bits/basic_string.h:675:23,
    inlined from ‘constexpr std::__cxx11::basic_string<_CharT, _Traits,
_Allocator> std::operator+(__cxx11::basic_string<_CharT, _Traits,
_Allocator>&&, const _CharT*) [with _CharT = char; _Traits = char
_traits<char>; _Alloc = allocator<char>]’ at
/usr/include/c++/12/bits/basic_string.h:3555:43,
    inlined from ‘testing::internal::TypedExpectation<F>&
testing::internal::MockSpec<F>::InternalExpectedAt(const char*, int, const
char*, const char*) [with F = void(bool)]’ at /usr/src/googletest/goog
lemock/include/gmock/gmock-spec-builders.h:1278:23,                             
    inlined from ‘virtual void Test_tests_Test::TestBody()’ at tmp.cpp:20:5:    
/usr/include/c++/12/bits/char_traits.h:431:56: warning: ‘void*
__builtin_memcpy(void*, const void*, long unsigned int)’ writing 19 bytes into
a region of size 16 overflows the destination [-Wstringop-ove
rflow=]                                                                         
  431 |         return static_cast<char_type*>(__builtin_memcpy(__s1, __s2,
__n));
      |                                       
~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~                     
In file included from
/usr/src/googletest/googlemock/include/gmock/gmock-function-mocker.h:43,       
                 from /usr/src/googletest/googlemock/include/gmock/gmock.h:58:  
/usr/src/googletest/googlemock/include/gmock/gmock-spec-builders.h: In member
function ‘virtual void Test_tests_Test::TestBody()’:
/usr/src/googletest/googlemock/include/gmock/gmock-spec-builders.h:1278:63:
note: at offset 16 into destination object ‘<anonymous>’ of size 32
 1278 |     const std::string source_text(std::string("EXPECT_CALL(") + obj +
", " +                                                                         
                                                   |                           
            ~~~~~~~~~~~~~~~~~~~~~~~^~~~~
In static member function ‘static constexpr std::char_traits<char>::char_type*
std::char_traits<char>::copy(char_type*, const char_type*, std::size_t)’,       
    inlined from ‘constexpr std::__cxx11::basic_string<_CharT, _Traits,
_Alloc>::basic_string(std::__cxx11::basic_string<_CharT, _Traits, _Alloc>&&)
[with _CharT = char; _Traits = std::char_traits<char>;
 _Alloc = std::allocator<char>]’ at
/usr/include/c++/12/bits/basic_string.h:675:23,
    inlined from ‘constexpr std::__cxx11::basic_string<_CharT, _Traits,
_Allocator> std::operator+(__cxx11::basic_string<_CharT, _Traits,
_Allocator>&&, const _CharT*) [with _CharT = char; _Traits = char
_traits<char>; _Alloc = allocator<char>]’ at
/usr/include/c++/12/bits/basic_string.h:3555:43,
    inlined from ‘testing::internal::TypedExpectation<F>&
testing::internal::MockSpec<F>::InternalExpectedAt(const char*, int, const
char*, const char*) [with F = void(bool)]’ at /usr/src/googletest/goog
lemock/include/gmock/gmock-spec-builders.h:1278:23,
    inlined from ‘virtual void Test_tests_Test::TestBody()’ at tmp.cpp:20:5:
/usr/include/c++/12/bits/char_traits.h:431:56: warning: ‘void*
__builtin_memcpy(void*, const void*, long unsigned int)’ writing 21 bytes into
a region of size 16 overflows the destination [-Wstringop-ove
rflow=]
  431 |         return static_cast<char_type*>(__builtin_memcpy(__s1, __s2,
__n));
      |                                       
~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
/usr/src/googletest/googlemock/include/gmock/gmock-spec-builders.h: In member
function ‘virtual void Test_tests_Test::TestBody()’:
/usr/src/googletest/googlemock/include/gmock/gmock-spec-builders.h:1278:69:
note: at offset 16 into destination object ‘<anonymous>’ of size 32
 1278 |     const std::string source_text(std::string("EXPECT_CALL(") + obj +
", " +
      |                                       
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
In static member function ‘static constexpr std::char_traits<char>::char_type*
std::char_traits<char>::copy(char_type*, const char_type*, std::size_t)’,
    inlined from ‘constexpr std::__cxx11::basic_string<_CharT, _Traits,
_Alloc>::basic_string(std::__cxx11::basic_string<_CharT, _Traits, _Alloc>&&)
[with _CharT = char; _Traits = std::char_traits<char>;
 _Alloc = std::allocator<char>]’ at
/usr/include/c++/12/bits/basic_string.h:675:23,
    inlined from ‘constexpr std::__cxx11::basic_string<_CharT, _Traits,
_Allocator> std::operator+(__cxx11::basic_string<_CharT, _Traits,
_Allocator>&&, const _CharT*) [with _CharT = char; _Traits = char
_traits<char>; _Alloc = allocator<char>]’ at
/usr/include/c++/12/bits/basic_string.h:3555:43,
    inlined from ‘testing::internal::TypedExpectation<F>&
testing::internal::MockSpec<F>::InternalExpectedAt(const char*, int, const
char*, const char*) [with F = void(bool)]’ at /usr/src/googletest/goog
lemock/include/gmock/gmock-spec-builders.h:1278:23,
    inlined from ‘virtual void Test_tests_Test::TestBody()’ at tmp.cpp:20:5:
/usr/include/c++/12/bits/char_traits.h:431:56: warning: ‘void*
__builtin_memcpy(void*, const void*, long unsigned int)’ writing 39 bytes into
a region of size 16 overflows the destination [-Wstringop-ove
rflow=]
  431 |         return static_cast<char_type*>(__builtin_memcpy(__s1, __s2,
__n));
      |                                       
~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
/usr/src/googletest/googlemock/include/gmock/gmock-spec-builders.h: In member
function ‘virtual void Test_tests_Test::TestBody()’:
/usr/src/googletest/googlemock/include/gmock/gmock-spec-builders.h:1278:76:
note: at offset 16 into destination object ‘<anonymous>’ of size 32
 1278 |     const std::string source_text(std::string("EXPECT_CALL(") + obj +
", " +
      |                                       
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
 1279 |                                   call + ")");
      |                                   ~~~~
In static member function ‘static constexpr std::char_traits<char>::char_type*
std::char_traits<char>::copy(char_type*, const char_type*, std::size_t)’,
    inlined from ‘constexpr std::__cxx11::basic_string<_CharT, _Traits,
_Alloc>::basic_string(std::__cxx11::basic_string<_CharT, _Traits, _Alloc>&&)
[with _CharT = char; _Traits = std::char_traits<char>;
 _Alloc = std::allocator<char>]’ at
/usr/include/c++/12/bits/basic_string.h:675:23,
    inlined from ‘constexpr std::__cxx11::basic_string<_CharT, _Traits,
_Allocator> std::operator+(__cxx11::basic_string<_CharT, _Traits,
_Allocator>&&, const _CharT*) [with _CharT = char; _Traits = char
_traits<char>; _Alloc = allocator<char>]’ at
/usr/include/c++/12/bits/basic_string.h:3555:43,
    inlined from ‘testing::internal::TypedExpectation<F>&
testing::internal::MockSpec<F>::InternalExpectedAt(const char*, int, const
char*, const char*) [with F = void(bool)]’ at /usr/src/googletest/goog
lemock/include/gmock/gmock-spec-builders.h:1278:23,
    inlined from ‘virtual void Test_tests_Test::TestBody()’ at tmp.cpp:20:5:
/usr/include/c++/12/bits/char_traits.h:431:56: warning: ‘void*
__builtin_memcpy(void*, const void*, long unsigned int)’ writing 40 bytes into
a region of size 16 overflows the destination [-Wstringop-ove
rflow=]
  431 |         return static_cast<char_type*>(__builtin_memcpy(__s1, __s2,
__n));
      |                                       
~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
/usr/src/googletest/googlemock/include/gmock/gmock-spec-builders.h: In member
function ‘virtual void Test_tests_Test::TestBody()’:
/usr/src/googletest/googlemock/include/gmock/gmock-spec-builders.h:1278:23:
note: at offset 16 into destination object ‘source_text’ of size 32
 1278 |     const std::string source_text(std::string("EXPECT_CALL(") + obj +
", " +
      |                       ^~~~~~~~~~~
```

gcc-11 continues to work.

             reply	other threads:[~2022-09-01  8:47 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-01  8:47 michal at sawicz dot net [this message]
2022-09-01  9:27 ` [Bug pch/106799] " rguenth at gcc dot gnu.org
2022-09-01  9:57 ` michal at sawicz dot net
2022-10-22  0:24 ` [Bug middle-end/106799] " pinskia at gcc dot gnu.org
2022-10-22 12:27 ` michal at sawicz dot net

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-106799-4@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).