[Bug target/71286] New: 6.1.0: compiling djgpp programs with LTO emits "visibility attribute not supported in this configuration" warnings

2016-05-26 Thread felix.von.s at posteo dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71286 Bug ID: 71286 Summary: 6.1.0: compiling djgpp programs with LTO emits "visibility attribute not supported in this configuration" warnings Product: gcc Version: 6.

Broken connect syscall invocation ?

2016-05-26 Thread Artem Polyakov
Hello, I'm using the following version of GCC: artpol@artpol-ThinkPad-T430 ~ $ gcc --version gcc (Ubuntu 4.8.4-2ubuntu1~14.04.1) 4.8.4 Copyright (C) 2013 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY

Re: Broken connect syscall invocation ?

2016-05-26 Thread Jonathan Wakely
On 26/05/16 07:37 +, Artem Polyakov wrote: Hello, I'm using the following version of GCC: artpol@artpol-ThinkPad-T430 ~ $ gcc --version gcc (Ubuntu 4.8.4-2ubuntu1~14.04.1) 4.8.4 Copyright (C) 2013 Free Software Foundation, Inc. This is free software; see the source for copying conditions. T

Re: Broken connect syscall invocation ?

2016-05-26 Thread Artem Polyakov
Thank you. Will move there. Best regards, Artem Y. Polyakov HPC Engineer, Mellanox Ltd. ​ От: Jonathan Wakely Отправлено: 26 мая 2016 г. 14:39:01 Кому: Artem Polyakov Копия: gcc-bugs@gcc.gnu.org Тема: Re: Broken connect syscall invocation ? On 26/05

[Bug c/71287] New: Possibly broken invocation of connect (and maybe other) syscalls

2016-05-26 Thread artpol84 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71287 Bug ID: 71287 Summary: Possibly broken invocation of connect (and maybe other) syscalls Product: gcc Version: 4.8.4 Status: UNCONFIRMED Severity: normal

[Bug c++/71052] Use of Range Based For Loop in unsupported dialect results in malformed code

2016-05-26 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71052 --- Comment #1 from Paolo Carlini --- See c++/68209

[Bug tree-optimization/71280] [7 Regression] ICE on gcc trunk on knl, wsm, ivb and bdw targets

2016-05-26 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71280 --- Comment #4 from Jakub Jelinek --- Author: jakub Date: Thu May 26 09:29:28 2016 New Revision: 236767 URL: https://gcc.gnu.org/viewcvs?rev=236767&root=gcc&view=rev Log: PR tree-optimization/71280 * gcc.dg/pr71280.c: New test.

[Bug tree-optimization/71280] [7 Regression] ICE on gcc trunk on knl, wsm, ivb and bdw targets

2016-05-26 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71280 Jakub Jelinek changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug tree-optimization/71239] [7 Regression] ICE in operand_equal_p (fold-const.c:2769)

2016-05-26 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71239 Jakub Jelinek changed: What|Removed |Added CC||anton.mitrokhin at phystech dot ed

[Bug target/71281] ICE on gcc trunk on knl, wsm, ivb and bdw targets (tree-ssa-reassoc)

2016-05-26 Thread anton.mitrokhin at phystech dot edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71281 --- Comment #2 from Anton Mitrokhin --- Created attachment 38571 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=38571&action=edit Small reproducer

[Bug tree-optimization/71270] [7 Regression] fortran regression after fix SLP PR58135

2016-05-26 Thread vekumar at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71270 --- Comment #2 from vekumar at gcc dot gnu.org --- Looked at x86_64 gimple code for intrinsic_pack_1.f90. After the SLP split we now vectorize at the place where we pass constant arguments via a parameterstructure to _gfortran_pack call. Befor

[Bug c++/50436] Crash or hang on invalid template code

2016-05-26 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50436 Paolo Carlini changed: What|Removed |Added CC||jamborm at gcc dot gnu.org --- Comment #

[Bug c++/59804] C++ front-end checking ends in an infinite loop on erroneous code

2016-05-26 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59804 Paolo Carlini changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug tree-optimization/71288] New: [7 Regression] Time and memory hog during if-conversion at -O3

2016-05-26 Thread asolokha at gmx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71288 Bug ID: 71288 Summary: [7 Regression] Time and memory hog during if-conversion at -O3 Product: gcc Version: 7.0 Status: UNCONFIRMED Keywords: compile-time-hog,

[Bug c/71287] Possibly broken invocation of connect (and maybe other) syscalls

2016-05-26 Thread artpol84 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71287 --- Comment #1 from Artem Polyakov --- On RHEL where this was also observed compiler version is the following: gcc (GCC) 4.4.7 20120313 (Red Hat 4.4.7-4)

[Bug tree-optimization/71288] [7 Regression] Time and memory hog during if-conversion at -O3

2016-05-26 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71288 Markus Trippelsdorf changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c/71255] Implement #pragma may_alias

2016-05-26 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71255 --- Comment #13 from Marek Polacek --- I'd like to point out that the test case struct sockaddr; struct sockaddr *f(); struct __attribute__((may_alias)) sockaddr {}; struct sockaddr *f() { return nullptr; } (from https://sourceware.org/bugzi

[Bug c/71255] Implement #pragma may_alias

2016-05-26 Thread fw at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71255 --- Comment #14 from Florian Weimer --- I believe the equivalent C test case: #include struct sockaddr; struct sockaddr *f(); struct __attribute__((may_alias)) sockaddr {}; struct sockaddr *f() { return NULL; } still does not work: t.c:7:

[Bug target/71279] [6/7 Regression] ICE on trunk gcc with knl target

2016-05-26 Thread ienkovich at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71279 --- Comment #3 from Ilya Enkovich --- This looks similar to PR70251 but this time transformation is performed in folding. Here is a description of applied transformation: /* Convert A ? 0 : 1 to !A. This prefers the use of NOT_EXPR ove

[Bug tree-optimization/71252] [7 Regression] ICE: verify_ssa failed : definition in block 7 does not dominate use in block 6

2016-05-26 Thread rogero at howzatt dot demon.co.uk
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71252 --- Comment #13 from Roger Orr --- The patch sadly does not appear to fix the (very similar looking) valgrind compilation failure I posted in pr71269. https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71269#c7

[Bug middle-end/71269] [7 Regression] segfault while compiling sqlite

2016-05-26 Thread kugan at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71269 --- Comment #8 from kugan at gcc dot gnu.org --- (In reply to Roger Orr from comment #7) > I've got a very similar problem, building valgrind with trunk revision > 236644: > > m_mallocfree.c: In function 'sanity_check_malloc_arena': > m_mallocfre

[Bug middle-end/71269] [7 Regression] segfault while compiling sqlite

2016-05-26 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71269 --- Comment #9 from Markus Trippelsdorf --- (In reply to kugan from comment #8) > (In reply to Roger Orr from comment #7) > > I've got a very similar problem, building valgrind with trunk revision > > 236644: > > > > m_mallocfree.c: In function

[Bug tree-optimization/71252] [7 Regression] ICE: verify_ssa failed : definition in block 7 does not dominate use in block 6

2016-05-26 Thread kugan at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71252 --- Comment #14 from kugan at gcc dot gnu.org --- (In reply to Roger Orr from comment #13) > The patch sadly does not appear to fix the (very similar looking) valgrind > compilation failure I posted in pr71269. > > https://gcc.gnu.org/bugzilla/sh

[Bug middle-end/71269] [7 Regression] segfault while compiling sqlite

2016-05-26 Thread kugan at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71269 --- Comment #10 from kugan at gcc dot gnu.org --- (In reply to Markus Trippelsdorf from comment #9) > (In reply to kugan from comment #8) > > (In reply to Roger Orr from comment #7) > > > I've got a very similar problem, building valgrind with tru

[Bug middle-end/71269] [7 Regression] segfault while compiling sqlite

2016-05-26 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71269 --- Comment #11 from Markus Trippelsdorf --- > Sorry, I missed that. > > on x86-64-linux-gnu, with the current trunk: > ./build/gcc/cc1 -O2 m_mallocfree.i > ./build/gcc/cc1 -O3 m_mallocfree.i > are working. What command line did you use to ICE

[Bug middle-end/71269] [7 Regression] segfault while compiling sqlite

2016-05-26 Thread kugan at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71269 --- Comment #12 from kugan at gcc dot gnu.org --- (In reply to Markus Trippelsdorf from comment #11) > > Sorry, I missed that. > > > > on x86-64-linux-gnu, with the current trunk: > > ./build/gcc/cc1 -O2 m_mallocfree.i > > ./build/gcc/cc1 -O3 m

[Bug tree-optimization/71288] [7 Regression] Time and memory hog during if-conversion at -O3

2016-05-26 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71288 Markus Trippelsdorf changed: What|Removed |Added CC||amker at gcc dot gnu.org --- Comme

[Bug tree-optimization/71289] New: Fails to optimize unsigned mul overflow check 'A > -1 / B'

2016-05-26 Thread amonakov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71289 Bug ID: 71289 Summary: Fails to optimize unsigned mul overflow check 'A > -1 / B' Product: gcc Version: 7.0 Status: UNCONFIRMED Keywords: missed-optimization

[Bug sanitizer/61408] r205695 breaks packaging step of Firefox 24 ESR on Ubuntu Lucid building with ASan

2016-05-26 Thread gk at torproject dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61408 Georg Koppen changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug sanitizer/61475] Building Firefox with ASan is broken in the packaging step

2016-05-26 Thread gk at torproject dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61475 Georg Koppen changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/71283] -Wterminate is not described in "Options to Request or Suppress Warnings"

2016-05-26 Thread egall at gwmail dot gwu.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71283 Eric Gallager changed: What|Removed |Added CC||egall at gwmail dot gwu.edu --- Comment

[Bug middle-end/71269] [7 Regression] segfault while compiling sqlite

2016-05-26 Thread rogero at howzatt dot demon.co.uk
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71269 --- Comment #13 from Roger Orr --- Ok, I'll try with trunk (I'd not noticed a relevant change had already been submitted)

[Bug c++/71290] New: [6/7 Regression] Flexible array member is not diagnosed with -pedantic

2016-05-26 Thread miyuki at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71290 Bug ID: 71290 Summary: [6/7 Regression] Flexible array member is not diagnosed with -pedantic Product: gcc Version: 7.0 Status: UNCONFIRMED Severity: normal

[Bug sanitizer/71291] New: Firefox with GCC reports stack-buffer-overflow but clang does not

2016-05-26 Thread gk at torproject dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71291 Bug ID: 71291 Summary: Firefox with GCC reports stack-buffer-overflow but clang does not Product: gcc Version: 5.2.0 Status: UNCONFIRMED Severity: normal

[Bug sanitizer/71291] Firefox with GCC reports stack-buffer-overflow but clang does not

2016-05-26 Thread gk at torproject dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71291 --- Comment #1 from Georg Koppen --- I wonder if there are any good things I could do to debug this problem before looking at the stack trace itself. Any ideas?

[Bug c/71255] Implement #pragma may_alias

2016-05-26 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71255 --- Comment #15 from Marek Polacek --- Yeah, only the C++ side was changed. I think it's wrong that we reject the testcase in Comment 14 in C (I have a fix for that). But even with that fixed we still need the new #pragma because of the second

[Bug sanitizer/71291] Firefox with GCC reports stack-buffer-overflow but clang does not

2016-05-26 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71291 --- Comment #2 from Jakub Jelinek --- You haven't mentioned any details, like in which function it is, the exact diagnostic you get, reference to the upstream bugreport, preprocessed source + g++ command line for the problematic source file, ...

[Bug tree-optimization/71252] [7 Regression] ICE: verify_ssa failed : definition in block 7 does not dominate use in block 6

2016-05-26 Thread rogero at howzatt dot demon.co.uk
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71252 --- Comment #15 from Roger Orr --- Sorry for the noise; I'd not noticed there had been a relevant commit. I'll re-check against trunk.

[Bug tree-optimization/71289] Fails to optimize unsigned mul overflow check 'A > -1 / B'

2016-05-26 Thread glisse at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71289 --- Comment #1 from Marc Glisse --- (In reply to Alexander Monakov from comment #0) > I've tried to add the corresponding transform to match.pd, but it seems > something else needs to be wired up as well, because it doesn't trigger. > What am I m

[Bug sanitizer/71291] Firefox with GCC reports stack-buffer-overflow but clang does not

2016-05-26 Thread gk at torproject dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71291 --- Comment #3 from Georg Koppen --- Created attachment 38573 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=38573&action=edit ASan stack trace This is https://bugzilla.mozilla.org/show_bug.cgi?id=1268854 and attached is the ASan stack tra

[Bug bootstrap/71292] New: Bootstrap failure with segfault in tree-reassoc.c

2016-05-26 Thread ktkachov at gcc dot gnu.org
-reassoc.c:5631 Please submit a full bug report, with preprocessed source if appropriate. Please include the complete backtrace with any bug report. See <http://gcc.gnu.org/bugs.html> for instructions. The reduced testcase for that reproducible with trunk at: gcc version 7.0.0 20160526 is: unsigned

[Bug bootstrap/71292] Bootstrap failure with segfault in tree-reassoc.c

2016-05-26 Thread ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71292 ktkachov at gcc dot gnu.org changed: What|Removed |Added Priority|P3 |P1 Known to work|

[Bug middle-end/71269] [7 Regression] segfault while compiling sqlite

2016-05-26 Thread rogero at howzatt dot demon.co.uk
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71269 --- Comment #14 from Roger Orr --- Confirmed: valgrind now builds successfully with revision 236769.

[Bug tree-optimization/71288] [7 Regression] Time and memory hog during if-conversion at -O3

2016-05-26 Thread amker at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71288 --- Comment #3 from amker at gcc dot gnu.org --- (In reply to Markus Trippelsdorf from comment #2) > Actually it started with r235808. Thanks for doing triage, I will look into this.

[Bug sanitizer/71291] Firefox with GCC reports stack-buffer-overflow but clang does not

2016-05-26 Thread gk at torproject dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71291 --- Comment #4 from Georg Koppen --- Created attachment 38574 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=38574&action=edit .ii file Here comes the .ii file.

[Bug libgcc/71282] C,C++ function strpbrk arg 1 has wrong type on Raspian 4.1.19

2016-05-26 Thread rayconnell at usa dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71282 --- Comment #2 from Raymond Connell --- Thanks for responding so quickly. Sorry for the false alarm. I have no excuse. I should have looked at the C++ versions more closely. RSC -- Original Message -- Received: 11:16 PM EDT, 05/25/2016

[Bug tree-optimization/71270] [7 Regression] fortran regression after fix SLP PR58135

2016-05-26 Thread vekumar at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71270 --- Comment #3 from vekumar at gcc dot gnu.org --- Built armeb-none-linux-gnueabihf -with-cpu=cortex-a9 --with-fpu=neon-fp16 --with-float=hard And compared gimple output from intrinsic_pack_1.f90.151t.slp1 before and after my patch. The differen

[Bug target/52551] i686-interix3: winnt.c:400:8: error: ‘flag_writable_rel_rdata’ undeclared

2016-05-26 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52551 David Malcolm changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|2013-02-25 00:00:

[Bug sanitizer/71291] Firefox with GCC reports stack-buffer-overflow but clang does not

2016-05-26 Thread gk at torproject dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71291 --- Comment #5 from Georg Koppen --- And that's the g++ command line: /usr/bin/g++ -std=gnu++11 -o Unified_cpp_gfx_layers2.o -c -I/home/thomas/Arbeit/Tor/mozilla-central/obj-x86_64-pc-linux-gnu/dist/stl_wrappers -I/home/thomas/Arbeit/Tor/mozilla

[Bug c++/71290] [6/7 Regression] Flexible array member is not diagnosed with -pedantic

2016-05-26 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71290 Martin Sebor changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug tree-optimization/71289] Fails to optimize unsigned mul overflow check 'A > -1 / B'

2016-05-26 Thread amonakov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71289 --- Comment #2 from Alexander Monakov --- > What do the dumps look like? Gcc is likely to change things to -1 / B < A, > which you don't handle... The dumps didn't help much, but you're right that normally the order is opposite, thanks (I didn'

[Bug tree-optimization/71261] [7 Regression] Trunk GCC hangs on knl and broadwell targets

2016-05-26 Thread amker at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71261 amker at gcc dot gnu.org changed: What|Removed |Added CC||amker at gcc dot gnu.org --- C

[Bug target/71293] New: [7 regression] test case gcc.dg/plugin/must-tail-call-2.c fails starting with r236514

2016-05-26 Thread seurer at linux dot vnet.ibm.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71293 Bug ID: 71293 Summary: [7 regression] test case gcc.dg/plugin/must-tail-call-2.c fails starting with r236514 Product: gcc Version: 7.0 Status: UNCONFI

[Bug target/71151] [avr] -fmerge-constants and -fdata-sections/-ffunction-sections results in string constants in .progmem.gcc_sw section

2016-05-26 Thread anatol.pomozov at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71151 --- Comment #5 from Anatol --- This bug has been reported by Arch Linux users. https://bugs.archlinux.org/task/49284 It is a severe compiler issue that stop avr-gcc 6 from using. Consider changing "Importance" status to blocker.

[Bug target/71294] New: [6/7 Regression] ICE in gen_add2_insn, at optabs.c:4442 on powerpc64le-linux

2016-05-26 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71294 Bug ID: 71294 Summary: [6/7 Regression] ICE in gen_add2_insn, at optabs.c:4442 on powerpc64le-linux Product: gcc Version: 7.0 Status: UNCONFIRMED Severity: norm

[Bug c/71219] Warn about (struct S*)malloc(n) where n < sizeof(struct S)

2016-05-26 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71219 Martin Sebor changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug rtl-optimization/71295] New: [7 Regression] internal compiler error: in subreg_get_info, at rtlanal.c:3673 on arm

2016-05-26 Thread ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71295 Bug ID: 71295 Summary: [7 Regression] internal compiler error: in subreg_get_info, at rtlanal.c:3673 on arm Product: gcc Version: 7.0 Status: UNCONFIRMED Keywor

[Bug rtl-optimization/71295] [7 Regression] internal compiler error: in subreg_get_info, at rtlanal.c:3673 on arm

2016-05-26 Thread ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71295 ktkachov at gcc dot gnu.org changed: What|Removed |Added Known to work||6.1.0 Target Milestone|--

[Bug rtl-optimization/71295] [7 Regression] internal compiler error: in subreg_get_info, at rtlanal.c:3673 on arm

2016-05-26 Thread ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71295 --- Comment #1 from ktkachov at gcc dot gnu.org --- The function is trying to handle a V2DImode subreg of an EImode reg when it ICEs. From the dumps I think it's due to the instruction: (insn 6 15 16 2 (set (subreg:V2DI (reg/v:EI 111 [ b ]) 0)

[Bug target/70668] nds32-elf toolchain fails to compile on OSX

2016-05-26 Thread jasonwucj at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70668 Chung-Ju Wu changed: What|Removed |Added Status|NEW |ASSIGNED CC|

[Bug target/71294] [6/7 Regression] ICE in gen_add2_insn, at optabs.c:4442 on powerpc64le-linux

2016-05-26 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71294 --- Comment #1 from Martin Liška --- Started with r230091 which enabled a vectorization, thus the bug looks latent: Author: rguenth Date: Tue Nov 10 09:43:54 2015 + 2015-11-10 Richard Biener PR tree-optimization/56118

[Bug c/71219] Warn about (struct S*)malloc(n) where n < sizeof(struct S)

2016-05-26 Thread nsz at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71219 nsz at gcc dot gnu.org changed: What|Removed |Added CC||nsz at gcc dot gnu.org --- Comme

[Bug middle-end/71296] New: missing warning on strcat appending to a non-string

2016-05-26 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71296 Bug ID: 71296 Summary: missing warning on strcat appending to a non-string Product: gcc Version: 7.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug target/71294] [6/7 Regression] ICE in gen_add2_insn, at optabs.c:4442 on powerpc64le-linux

2016-05-26 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71294 --- Comment #2 from Martin Liška --- tree-dump of the problematic function: ;; Function void fn1() (_Z3fn1v, funcdef_no=6, decl_uid=2937, cgraph_uid=4, symbol_order=4) void fn1() () { struct A a; struct C D.3115; struct C D.3114; struct

[Bug target/71294] [6/7 Regression] ICE in gen_add2_insn, at optabs.c:4442 on powerpc64le-linux

2016-05-26 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71294 --- Comment #3 from Martin Liška --- The issues can be debugged with a cross-compiler: ../configure --enable-languages=c,c++ --disable-bootstrap --target=ppc64le-suse-linux

[Bug target/71297] New: ICE on invalid code in altivec_resolve_overloaded_builtin (rs6000-c.c:5106) on powerpc64le-linux

2016-05-26 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71297 Bug ID: 71297 Summary: ICE on invalid code in altivec_resolve_overloaded_builtin (rs6000-c.c:5106) on powerpc64le-linux Product: gcc Version: 7.0 Stat

[Bug c++/71298] New: changes to libstdc++ breaks windows builds

2016-05-26 Thread ralphengels at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71298 Bug ID: 71298 Summary: changes to libstdc++ breaks windows builds Product: gcc Version: 6.1.0 Status: UNCONFIRMED Severity: major Priority: P3 Component: c++

[Bug rtl-optimization/71295] [7 Regression] internal compiler error: in subreg_get_info, at rtlanal.c:3673 on arm

2016-05-26 Thread ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71295 --- Comment #2 from ktkachov at gcc dot gnu.org --- Setting info->representable_p to false and returning on the condition that GET_MODE_SIZE (ymode) + offset > GET_MODE_SIZE (xmode) in that function fixes the ICE for me (though I haven't tested fu

[Bug tree-optimization/71299] New: [7 regression] test case gcc.dg/torture/pr69909.c fails with ICE starting with r236634

2016-05-26 Thread seurer at linux dot vnet.ibm.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71299 Bug ID: 71299 Summary: [7 regression] test case gcc.dg/torture/pr69909.c fails with ICE starting with r236634 Product: gcc Version: 7.0 Status: UNCONFIRMED Seve

[Bug libstdc++/70762] FAIL: experimental/filesystem/operations/copy.cc execution test on x86_64-apple-darwin1*

2016-05-26 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70762 --- Comment #9 from Jonathan Wakely --- Author: redi Date: Thu May 26 17:18:13 2016 New Revision: 236786 URL: https://gcc.gnu.org/viewcvs?rev=236786&root=gcc&view=rev Log: libstdc++/70762 fix fallback implementation of nonexistent_path Backport

[Bug c++/71283] Inconsistent location for C++ warning options in the manual

2016-05-26 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71283 Manuel López-Ibáñez changed: What|Removed |Added Keywords||easyhack Status|RESOLV

[Bug target/71300] New: Vector ABI bug for some AVX vectorized variants

2016-05-26 Thread andrew.n.senkevich at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71300 Bug ID: 71300 Summary: Vector ABI bug for some AVX vectorized variants Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: t

[Bug libstdc++/70762] FAIL: experimental/filesystem/operations/copy.cc execution test on x86_64-apple-darwin1*

2016-05-26 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70762 --- Comment #10 from Jonathan Wakely --- Author: redi Date: Thu May 26 17:33:17 2016 New Revision: 236788 URL: https://gcc.gnu.org/viewcvs?rev=236788&root=gcc&view=rev Log: libstdc++/70762 fix fallback implementation of nonexistent_path Backpor

[Bug rtl-optimization/71275] [7 regression] Performance drop after r235660 on x86-64 in 32-bit mode.

2016-05-26 Thread amodra at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71275 --- Comment #4 from Alan Modra --- Author: amodra Date: Thu May 26 17:38:36 2016 New Revision: 236789 URL: https://gcc.gnu.org/viewcvs?rev=236789&root=gcc&view=rev Log: ira.c bb_loop_depth PR rtl-optimization/71275 * ira.c (ira)

[Bug tree-optimization/71237] [7 regression] scev tests failing after pass reorganization

2016-05-26 Thread andre.simoesdiasvieira at arm dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71237 --- Comment #1 from Andre Vieira --- So yes disabling LIM will make the tests "PASS". Though I couldnt find an option to do this, I disabled the pass by changing passes.def, so that doesnt sound like a good idea to test SCCP. However, it might

[Bug rtl-optimization/71275] [7 regression] Performance drop after r235660 on x86-64 in 32-bit mode.

2016-05-26 Thread amodra at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71275 Alan Modra changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug tree-optimization/71237] [7 regression] scev tests failing after pass reorganization

2016-05-26 Thread andre.simoesdiasvieira at arm dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71237 --- Comment #2 from Andre Vieira --- Created attachment 38575 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=38575&action=edit Assembly with the changed passes.def removing one pass of lim

[Bug tree-optimization/71237] [7 regression] scev tests failing after pass reorganization

2016-05-26 Thread andre.simoesdiasvieira at arm dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71237 --- Comment #3 from Andre Vieira --- Created attachment 38576 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=38576&action=edit Regular generation at -O2

[Bug c/71219] Warn about (struct S*)malloc(n) where n < sizeof(struct S)

2016-05-26 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71219 --- Comment #3 from Jonathan Wakely --- That example is just taken straight from the WG14 document I linked to. Maybe the compiler should also be able to presume that the allocation is intended for struct S1 if you do: struct S1 *p = mal

[Bug fortran/52393] I/O: "READ format" statement with parenthesed default-char-expr

2016-05-26 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52393 --- Comment #10 from Jerry DeLisle --- Created attachment 38577 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=38577&action=edit Final patch, regression tested I will submit this patch to list for approval.

[Bug libstdc++/71301] New: std::tuple move constructor

2016-05-26 Thread glisse at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71301 Bug ID: 71301 Summary: std::tuple move constructor Product: gcc Version: 7.0 Status: UNCONFIRMED Keywords: ABI Severity: normal Priority: P3 Component:

[Bug c++/70106] [4.9/5 Regression][C++11 or above] adding parenthesis [cerr << (var)] cause error: invalid static_cast from type 'const size_t {aka const long unsigned int}' to type 'size_t& {aka long

2016-05-26 Thread ppalka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70106 --- Comment #7 from Patrick Palka --- Author: ppalka Date: Thu May 26 18:17:43 2016 New Revision: 236792 URL: https://gcc.gnu.org/viewcvs?rev=236792&root=gcc&view=rev Log: Fix PR c++/70822 (bogus error with parenthesized SCOPE_REF) gcc/cp/Chang

[Bug libfortran/71123] Namelist read failure on Windows

2016-05-26 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71123 Jerry DeLisle changed: What|Removed |Added CC||ktietz at gcc dot gnu.org --- Comment #6

[Bug c++/70822] [6/7 Regression] bogus "error: lvalue required as unary ‘&’ operand" with C++14 parenthesized SCOPE_REF

2016-05-26 Thread ppalka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70822 --- Comment #2 from Patrick Palka --- Author: ppalka Date: Thu May 26 18:17:43 2016 New Revision: 236792 URL: https://gcc.gnu.org/viewcvs?rev=236792&root=gcc&view=rev Log: Fix PR c++/70822 (bogus error with parenthesized SCOPE_REF) gcc/cp/Chang

[Bug target/70668] nds32-elf toolchain fails to compile on OSX

2016-05-26 Thread rguenther at suse dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70668 --- Comment #9 from rguenther at suse dot de --- On May 26, 2016 6:01:39 PM GMT+02:00, "jasonwucj at gcc dot gnu.org" wrote: >https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70668 > >Chung-Ju Wu changed: > > What|Removed

[Bug target/71300] Vector ABI bug for some AVX vectorized variants

2016-05-26 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71300 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug bootstrap/70896] gcc4 ABI compatible bootstrap fails

2016-05-26 Thread tulipawn at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70896 --- Comment #9 from PeteVine --- I've rerun the same `configure` command against gcc-7-20160522 source, only with `---disable-bootstrap`, and all went fine. The latter issue is definitely gone, not sure about the original one. If disabling bootst

[Bug other/71268] [PATCH] Fix description of x86_64's -m32 option

2016-05-26 Thread ismael at linux dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71268 Ismael Luceno changed: What|Removed |Added Attachment #38558|0 |1 is obsolete|

[Bug c++/71166] [6/7 Regression] ICE with nested constexpr/initializer

2016-05-26 Thread nathan at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71166 --- Comment #6 from Nathan Sidwell --- Adding an at_eof check into try_const fixes the testcase. (also) Adding an at_eof <= 1 assert into cxx_eval_outermost_constant_expr causes 261 new fails. Although many are obviously init & ctor related, th

[Bug tree-optimization/71289] Fails to optimize unsigned mul overflow check 'A > -1 / B'

2016-05-26 Thread glisse at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71289 --- Comment #3 from Marc Glisse --- I think genmatch can handle calls to internal functions, the issue is with guessing the return type. Maybe we could have a specific heuristic for these functions in the case where the type is not explicitly spe

[Bug middle-end/71296] missing warning on strcat appending to a non-string

2016-05-26 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71296 --- Comment #1 from Martin Sebor --- Another problem is with strcat appending to a buffer initialized using the array notation like below where it also assumes it's starting at the beginning of the buffer (and so only diagnoses writes in excess o

[Bug c++/71302] New: -Wzero-as-null-pointer-constant: misleading caret location for pointer in function call

2016-05-26 Thread eugene.zelenko at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71302 Bug ID: 71302 Summary: -Wzero-as-null-pointer-constant: misleading caret location for pointer in function call Product: gcc Version: 6.1.0 Status: UNCONFIRMED S

[Bug middle-end/71303] New: missing strlen optimization for strings initialized via a braced-init-list

2016-05-26 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71303 Bug ID: 71303 Summary: missing strlen optimization for strings initialized via a braced-init-list Product: gcc Version: 7.0 Status: UNCONFIRMED Severity: normal

[Bug bootstrap/71292] Bootstrap failure with segfault in tree-reassoc.c

2016-05-26 Thread kugan at gcc dot gnu.org
> $SRC/gcc/tree-ssa-reassoc.c:5631 > Please submit a full bug report, > with preprocessed source if appropriate. > Please include the complete backtrace with any bug report. > See <http://gcc.gnu.org/bugs.html> for instructions. > > The reduced testcase for that reprodu

[Bug middle-end/71296] missing warning on strcat appending to a non-string

2016-05-26 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71296 Martin Sebor changed: What|Removed |Added Depends on||71303 --- Comment #2 from Martin Sebor -

[Bug target/71294] [6/7 Regression] ICE in gen_add2_insn, at optabs.c:4442 on powerpc64le-linux

2016-05-26 Thread acsawdey at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71294 acsawdey at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug target/71294] [6/7 Regression] ICE in gen_add2_insn, at optabs.c:4442 on powerpc64le-linux

2016-05-26 Thread segher at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71294 --- Comment #5 from Segher Boessenkool --- It also fails on BE. It needs -O3 -fstack-protector -mcpu=power8 to fail.

[Bug fortran/71156] PURE interface/definition inconsistency: accepts invalid, rejects valid

2016-05-26 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71156 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/71302] -Wzero-as-null-pointer-constant: misleading caret location for pointer in function call

2016-05-26 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71302 Manuel López-Ibáñez changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/57342] [C++11] Warning for narrowing conversion has ugly formatting for floating point number

2016-05-26 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57342 Manuel López-Ibáñez changed: What|Removed |Added Last reconfirmed|2013-05-21 00:00:00 |2016-5-26 Version|4.9.0

  1   2   >