Control: forwarded -1 https://gcc.gnu.org/PR87296
Control: tags -1 - moreinfo
Control: tags -1 + upstream
On 05.12.18 09:12, François Trahay wrote:
> #include
> #include
>
> char* copy_string(const char* str) {
> int len = strlen(str);
> char* dest = malloc(sizeof(char)*len+1);
> strncpy(
On 05/12/2018 08:29, Matthias Klose wrote:
Control: tags -1 + moreinfo
On 03.12.18 16:06, François Trahay wrote:
Package: gcc-8
Version: 8.2.0-9
Severity: normal
Dear Maintainer,
I have a piece of code in a CMake project that fails to compile when building
in RelWithDebInfo mode.
The problem s
Control: tags -1 + moreinfo
On 03.12.18 16:06, François Trahay wrote:
> Package: gcc-8
> Version: 8.2.0-9
> Severity: normal
>
> Dear Maintainer,
> I have a piece of code in a CMake project that fails to compile when building
> in RelWithDebInfo mode.
> The problem seems to come from gcc-8 when b
Package: gcc-8
Version: 8.2.0-9
Severity: normal
Dear Maintainer,
I have a piece of code in a CMake project that fails to compile when building
in RelWithDebInfo mode.
The problem seems to come from gcc-8 when both -Wall and -O2 options are set:
char* copy_string(const char* str) {
int len = st
4 matches
Mail list logo