[Bug target/68701] [4.9/5/6 Regression] "gcc -m32 -finstrument-functions -ffixed-ebp" produces internal compiler error

2015-12-08 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68701 --- Comment #7 from Uroš Bizjak --- (In reply to Uroš Bizjak from comment #6) > > Yeah. Or if neither -m{,no-}accumulate-outgoing-args is specified, perhaps > > turn that on automatically instead if -ffixed-ebp and only error out if > >

[Bug c++/68782] [6 regression] bad reference member formed with constexpr

2015-12-08 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68782 Richard Biener changed: What|Removed |Added Target Milestone|--- |6.0

[Bug target/68785] [6 Regression] valgrind reports issues with folding on x86_64

2015-12-08 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68785 --- Comment #2 from Richard Biener --- I believe this can happen when native_encode_expr encodes less than the requested number of bytes (thus the program invokes undefined behavior). In this case we read 4 bytes from "" (an empty string). I'm

[Bug ada/66526] Use of uninitialized variables in g-expect.adb

2015-12-08 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66526 Eric Botcazou changed: What|Removed |Added Status|WAITING |ASSIGNED Assignee|unassigned

[Bug target/68701] [4.9/5/6 Regression] "gcc -m32 -finstrument-functions -ffixed-ebp" produces internal compiler error

2015-12-08 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68701 --- Comment #8 from Jakub Jelinek --- Can I leave this PR to you?

[Bug tree-optimization/68775] spec2006 test case 465.tonto fails with the gcc 6.0 fortran compiler

2015-12-08 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68775 Richard Biener changed: What|Removed |Added CC||rguenth at gcc dot gnu.org --- Comment

[Bug middle-end/68785] [6 Regression] valgrind reports issues with folding on x86_64

2015-12-08 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68785 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug tree-optimization/68775] spec2006 test case 465.tonto fails with the gcc 6.0 fortran compiler

2015-12-08 Thread izamyatin at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68775 Igor Zamyatin changed: What|Removed |Added CC||izamyatin at gmail dot com --- Comment

[Bug tree-optimization/68695] [6 Regression] Performance regression related to ssa patch / ifcvt

2015-12-08 Thread krebbel at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68695 --- Comment #16 from Andreas Krebbel --- (In reply to Dominik Vogt from comment #15) > Providing that macro does fix the problem: > > #define PROMOTE_MODE(MODE,UNSIGNEDP,TYPE) \ > if (GET_MODE_CLASS (MODE) == MODE_INT

[Bug ada/65102] gnat-style.texi warning from including fdl.texi

2015-12-08 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65102 Eric Botcazou changed: What|Removed |Added Status|WAITING |NEW --- Comment #7 from Eric Botcazou

[Bug ada/65102] gnat-style.texi warning from including fdl.texi

2015-12-08 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65102 --- Comment #9 from Eric Botcazou --- > Can you paste the gcc-patches ml link that contains the approval? I haven't > seen it. You replied to it though, see comment #3. No need to ask again for approval when someone said "Okay" and just

[Bug tree-optimization/68787] New: fipa-pta to interpret restrict

2015-12-08 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68787 Bug ID: 68787 Summary: fipa-pta to interpret restrict Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: enhancement Priority: P3 Component:

[Bug ada/65102] gnat-style.texi warning from including fdl.texi

2015-12-08 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65102 --- Comment #8 from vries at gcc dot gnu.org --- (In reply to Eric Botcazou from comment #7) > It was approved by Gerald (modulo a minor point). Can you paste the gcc-patches ml link that contains the approval? I haven't seen it.

[Bug sanitizer/68777] [UBSAN] Spurious warning with C++11 lambdas ("member call on null pointer")

2015-12-08 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68777 Marek Polacek changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug tree-optimization/68640] foo restrict propagated to foo._omp_fn.0

2015-12-08 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68640 vries at gcc dot gnu.org changed: What|Removed |Added Keywords||patch

[Bug tree-optimization/68695] [6 Regression] Performance regression related to ssa patch / ifcvt

2015-12-08 Thread vogt at linux dot vnet.ibm.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68695 --- Comment #17 from Dominik Vogt --- Lookin gat some other test program I've immediately seen cases that introduce sign extension instructions in code that worked without them before.

[Bug target/68701] [4.9/5/6 Regression] "gcc -m32 -finstrument-functions -ffixed-ebp" produces internal compiler error

2015-12-08 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68701 --- Comment #5 from Jakub Jelinek --- (In reply to Uroš Bizjak from comment #4) > (In reply to Jakub Jelinek from comment #3) > > As main needs dynamic stack realignment, I wonder if we just shouldn't error > > out on trying to compile it with

[Bug tree-optimization/68786] New: Aligned masked store is generated for unaligned pointer

2015-12-08 Thread ienkovich at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68786 Bug ID: 68786 Summary: Aligned masked store is generated for unaligned pointer Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal

[Bug target/68785] New: [6 Regression] valgrind reports issues with folding on x86_64

2015-12-08 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68785 Bug ID: 68785 Summary: [6 Regression] valgrind reports issues with folding on x86_64 Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal

[Bug target/68701] [4.9/5/6 Regression] "gcc -m32 -finstrument-functions -ffixed-ebp" produces internal compiler error

2015-12-08 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68701 --- Comment #6 from Uroš Bizjak --- (In reply to Jakub Jelinek from comment #5) > (In reply to Uroš Bizjak from comment #4) > > (In reply to Jakub Jelinek from comment #3) > > > As main needs dynamic stack realignment, I wonder if we just

[Bug target/68785] [6 Regression] valgrind reports issues with folding on x86_64

2015-12-08 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68785 --- Comment #1 from Markus Trippelsdorf --- Created attachment 36952 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36952=edit unreduced testcase Here's a reproducer: trippels@CFARM-IUT-TLSE3 linux % valgrind --track-origins=yes

[Bug c++/68784] New: deductible parameter type still requires explicit reference cast, e.g., std::thread

2015-12-08 Thread xuancong84 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68784 Bug ID: 68784 Summary: deductible parameter type still requires explicit reference cast, e.g., std::thread Product: gcc Version: 4.8.4 Status: UNCONFIRMED

[Bug target/68701] [4.9/5/6 Regression] "gcc -m32 -finstrument-functions -ffixed-ebp" produces internal compiler error

2015-12-08 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68701 --- Comment #4 from Uroš Bizjak --- (In reply to Jakub Jelinek from comment #3) > As main needs dynamic stack realignment, I wonder if we just shouldn't error > out on trying to compile it with -ffixed-ebp. It is still possible to compile with

[Bug tree-optimization/66142] Loop is not vectorized because not sufficient support for GOMP_SIMD_LANE

2015-12-08 Thread ysrumyan at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66142 --- Comment #23 from Yuri Rumyantsev --- Richard, Do we have any chance to vectorize attached test-case using GCC6 compiler?

[Bug tree-optimization/66142] Loop is not vectorized because not sufficient support for GOMP_SIMD_LANE

2015-12-08 Thread ysrumyan at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66142 --- Comment #24 from Yuri Rumyantsev --- Richard, Do we have any chance to vectorize attached test-case using GCC6 compiler?

[Bug tree-optimization/68776] [6 regression] gcc.dg/vect/vect-widen-mult-const-[su]16.c failures since r226675

2015-12-08 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68776 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug target/68779] [5.3 Regression] HPPA/PARISC 32-bit Linux kernel build triggers multiple ICEs

2015-12-08 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68779 Richard Biener changed: What|Removed |Added Target Milestone|--- |5.4

[Bug sanitizer/68777] [UBSAN] Spurious warning with C++11 lambdas ("member call on null pointer")

2015-12-08 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68777 --- Comment #2 from Jakub Jelinek --- Isn't this PR67941 and thus already fixed in GCC 5.3?

[Bug tree-optimization/68766] [6 regression] internal compiler error: in expand_LOOP_VECTORIZED, at internal-fn.c:1905

2015-12-08 Thread ienkovich at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68766 Ilya Enkovich changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug tree-optimization/68707] [6 Regression] testcase gcc.dg/vect/O3-pr36098.c vectorized using VEC_PERM_EXPR rather than VEC_LOAD_LANES

2015-12-08 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68707 --- Comment #5 from Richard Biener --- Created attachment 36951 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36951=edit patch for testing Can ARM people please evaluate the attached? It simply prefers load/store-lane over SLP. I'd

[Bug ada/65102] gnat-style.texi warning from including fdl.texi

2015-12-08 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65102 --- Comment #11 from vries at gcc dot gnu.org --- (In reply to vries from comment #10) > We better ask Gerard what he meant. https://gcc.gnu.org/ml/gcc-patches/2015-12/msg00823.html

[Bug ada/65102] gnat-style.texi warning from including fdl.texi

2015-12-08 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65102 --- Comment #10 from vries at gcc dot gnu.org --- (In reply to Eric Botcazou from comment #9) > > Can you paste the gcc-patches ml link that contains the approval? I haven't > > seen it. > > You replied to it though, see comment #3. So you mean

[Bug target/68701] [4.9/5/6 Regression] "gcc -m32 -finstrument-functions -ffixed-ebp" produces internal compiler error

2015-12-08 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68701 Uroš Bizjak changed: What|Removed |Added Status|NEW |ASSIGNED CC|uros at gcc

[Bug c++/68784] deductible parameter type still requires explicit reference cast, e.g., std::thread

2015-12-08 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68784 --- Comment #3 from Jonathan Wakely --- (In reply to Wang Xuancong from comment #2) > All standards are made by people. No standard is perfect. If a standard > causes more inconvenience to the users, then it is considered sub-optimal > and has

[Bug sanitizer/64820] Libsanitizer fails with ((AddrIsAlignedByGranularity(addr + size))) != (0)" (0x0, 0x0) if ssp is enabled.

2015-12-08 Thread chefmax at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64820 --- Comment #9 from Maxim Ostapenko --- Author: chefmax Date: Tue Dec 8 11:34:28 2015 New Revision: 231405 URL: https://gcc.gnu.org/viewcvs?rev=231405=gcc=rev Log: 2015-12-08 Maxim Ostapenko

[Bug tree-optimization/66142] Loop is not vectorized because not sufficient support for GOMP_SIMD_LANE

2015-12-08 Thread rguenther at suse dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66142 --- Comment #25 from rguenther at suse dot de --- On Tue, 8 Dec 2015, ysrumyan at gmail dot com wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66142 > > --- Comment #23 from Yuri Rumyantsev --- > Richard, > > Do we have any chance to

[Bug target/67973] All the tests for -gstabs* fail on x86_64-apple-darwin14 with Xcode 7

2015-12-08 Thread ro at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67973 --- Comment #4 from Rainer Orth --- (In reply to m...@gcc.gnu.org from comment #2) > Ah, found it, use the GNU assembler. Maybe a little tricky, as one day, > even that will be removed. At that point, I think we just reject the > -gstabs

[Bug target/67973] All the tests for -gstabs* fail on x86_64-apple-darwin14 with Xcode 7

2015-12-08 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67973 --- Comment #5 from Iain Sandoe --- (In reply to Rainer Orth from comment #4) > (In reply to m...@gcc.gnu.org from comment #2) > > Ah, found it, use the GNU assembler. Maybe a little tricky, as one day, > > even that will be removed. At that

[Bug c/48088] -Werror=frame-larger-than=100 does not work as expected

2015-12-08 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48088 --- Comment #7 from Jakub Jelinek --- Author: jakub Date: Tue Dec 8 13:26:35 2015 New Revision: 231406 URL: https://gcc.gnu.org/viewcvs?rev=231406=gcc=rev Log: PR c/48088 PR c/68657 * common.opt (Wframe-larger-than=):

[Bug c++/68784] deductible parameter type still requires explicit reference cast, e.g., std::thread

2015-12-08 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68784 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug driver/68788] New: -Wa doesn't work with -flto

2015-12-08 Thread jon at beniston dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68788 Bug ID: 68788 Summary: -Wa doesn't work with -flto Product: gcc Version: 5.1.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: driver

[Bug rtl-optimization/68721] [6 Regression] wrong code at -Os and above on x86_64-linux-gnu

2015-12-08 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68721 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #2

[Bug c++/68784] deductible parameter type still requires explicit reference cast, e.g., std::thread

2015-12-08 Thread ville.voutilainen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68784 --- Comment #5 from Ville Voutilainen --- And to add insult to injury, msvc accepts binding lvalue reference to temporaries, and chances are that their thread constructor does what it does partly because of that non-conforming core language

[Bug target/67973] All the tests for -gstabs* fail on x86_64-apple-darwin14 with Xcode 7

2015-12-08 Thread ro at CeBiTec dot Uni-Bielefeld.DE
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67973 --- Comment #6 from ro at CeBiTec dot Uni-Bielefeld.DE --- > agreed on the ideal of using config - if someone has time to implement it. I may give it a shot if I find some time. Darwin testresults are hard to read right now with so many

[Bug ipa/68790] [5/6 Regression] gcc.c-torture/execute/20050713-1.c FAILs with -O0 -fipa-icf

2015-12-08 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68790 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug target/67973] All the tests for -gstabs* fail on x86_64-apple-darwin14 with Xcode 7

2015-12-08 Thread ro at CeBiTec dot Uni-Bielefeld.DE
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67973 --- Comment #8 from ro at CeBiTec dot Uni-Bielefeld.DE --- > --- Comment #7 from Dominique d'Humieres --- >> > agreed on the ideal of using config - if someone has time to implement it. >> >> I may give it a shot if I find some time. Darwin

[Bug testsuite/68632] FAIL: gcc.target/arm/lto/pr65837 c_lto_pr65837_0.o assemble, -flto -mfpu=neon

2015-12-08 Thread thopre01 at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68632 Thomas Preud'homme changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug tree-optimization/68786] Aligned masked store is generated for unaligned pointer

2015-12-08 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68786 Richard Biener changed: What|Removed |Added Keywords||wrong-code

[Bug rtl-optimization/68755] [4.9/5 Regression] wrong code at -O3 on x86_64-linux-gnu

2015-12-08 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68755 --- Comment #11 from Richard Biener --- It might help if we transform such "obvious" out-of-bound accesses to __builtin_trap (or unreachable even). Not too early of course beacuse then we lose -Warray-bound diagnostics.

[Bug c++/68784] deductible parameter type still requires explicit reference cast, e.g., std::thread

2015-12-08 Thread xuancong84 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68784 --- Comment #2 from Wang Xuancong --- All standards are made by people. No standard is perfect. If a standard causes more inconvenience to the users, then it is considered sub-optimal and has room for improvement. Thus, unless you can give me a

[Bug sanitizer/64820] Libsanitizer fails with ((AddrIsAlignedByGranularity(addr + size))) != (0)" (0x0, 0x0) if ssp is enabled.

2015-12-08 Thread chefmax at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64820 --- Comment #10 from Maxim Ostapenko --- Should be fixed on gcc-4_9-branch.

[Bug tree-optimization/68716] libgomp c.exp with -fipa-pta failures

2015-12-08 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68716 --- Comment #3 from vries at gcc dot gnu.org --- Created attachment 36956 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36956=edit patch to be tested

[Bug c++/68049] template instantiation involving may_alias defines symbol twice

2015-12-08 Thread kretz at kde dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68049 --- Comment #1 from Matthias Kretz --- Is there anything I can do to help finding a resolution to this issue? It's a rather annoying issue for my SIMD code.

[Bug target/67973] All the tests for -gstabs* fail on x86_64-apple-darwin14 with Xcode 7

2015-12-08 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67973 --- Comment #7 from Dominique d'Humieres --- > > agreed on the ideal of using config - if someone has time to implement it. > > I may give it a shot if I find some time. Darwin testresults are hard > to read right now with so many failures on

[Bug c/68657] [6 Regression] "gcc -Werror=sign-conversion test.i" shows invalid: -Wsign-conversion is not an option that controls warnings

2015-12-08 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68657 --- Comment #7 from Jakub Jelinek --- Author: jakub Date: Tue Dec 8 13:26:35 2015 New Revision: 231406 URL: https://gcc.gnu.org/viewcvs?rev=231406=gcc=rev Log: PR c/48088 PR c/68657 * common.opt (Wframe-larger-than=):

[Bug tree-optimization/68786] Aligned masked store is generated for unaligned pointer

2015-12-08 Thread ienkovich at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68786 --- Comment #1 from Ilya Enkovich --- Looks like an old bug. We may see the same problem on avx2 using older compiler. Here is a test for GCC5: double *a; long long c; int *d; void test (void) { int b; for (b = 0; b < 1024; b++) {

[Bug tree-optimization/68775] spec2006 test case 465.tonto fails with the gcc 6.0 fortran compiler

2015-12-08 Thread rguenther at suse dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68775 --- Comment #3 from rguenther at suse dot de --- On Tue, 8 Dec 2015, izamyatin at gmail dot com wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68775 > > Igor Zamyatin changed: > >What|Removed |Added

[Bug target/68701] [4.9/5/6 Regression] "gcc -m32 -finstrument-functions -ffixed-ebp" produces internal compiler error

2015-12-08 Thread henric at bergenwall dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68701 --- Comment #11 from henric at bergenwall dot com --- I have noted that the compilation works with any 2 out of the 3 gcc-flags! > gcc -finstrument-functions -ffixed-ebp a.c -> successfully compiles! > gcc -m32 -ffixed-ebp a.c

[Bug rtl-optimization/68755] [4.9/5 Regression] wrong code at -O3 on x86_64-linux-gnu

2015-12-08 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68755 --- Comment #10 from Richard Biener --- (In reply to Markus Trippelsdorf from comment #7) > --param=allow-store-data-races=1 fixes the issue. > With --param=allow-store-data-races=0 even 4.9 generates wrong code. That sounds backwards btw.

[Bug target/68701] [4.9/5/6 Regression] "gcc -m32 -finstrument-functions -ffixed-ebp" produces internal compiler error

2015-12-08 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68701 --- Comment #10 from Uroš Bizjak --- (In reply to Uroš Bizjak from comment #7) > (In reply to Uroš Bizjak from comment #6) > > > Yeah. Or if neither -m{,no-}accumulate-outgoing-args is specified, > > > perhaps > > > turn that on automatically

[Bug target/68701] [4.9/5/6 Regression] "gcc -m32 -finstrument-functions -ffixed-ebp" produces internal compiler error

2015-12-08 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68701 --- Comment #12 from Uroš Bizjak --- (In reply to henric from comment #11) > I have noted that the compilation works with any 2 out of the 3 gcc-flags! > > > gcc -finstrument-functions -ffixed-ebp a.c -> successfully compiles! > > gcc -m32

[Bug ipa/68470] [4.9/5 Regression] Internal Compiler Error observed by g++-4.9.2 and a few other versions (reported to Debian)

2015-12-08 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68470 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #9

[Bug c++/68789] [5/6 Regression] ICE in tsubst_copy

2015-12-08 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68789 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug testsuite/68629] FAIL: c-c++-common/attr-simd-3.c

2015-12-08 Thread thopre01 at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68629 Thomas Preud'homme changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug ipa/68790] New: [5/6 Regression] gcc.c-torture/execute/20050713-1.c FAILs with -O0 -fipa-pta

2015-12-08 Thread zsojka at seznam dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68790 Bug ID: 68790 Summary: [5/6 Regression] gcc.c-torture/execute/20050713-1.c FAILs with -O0 -fipa-pta Product: gcc Version: 6.0 Status: UNCONFIRMED Severity:

[Bug lto/68791] Segfault during link/compilation after update.

2015-12-08 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68791 Markus Trippelsdorf changed: What|Removed |Added CC||trippels at gcc dot gnu.org

[Bug rtl-optimization/68721] [6 Regression] wrong code at -Os and above on x86_64-linux-gnu

2015-12-08 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68721 --- Comment #3 from Jakub Jelinek --- Oops, sorry, started already with r231108. During fnsplit, we have split_bbs { 6 }, return_bb is 7, 6 is the only predecessor of 7, and has successor edges to itself and to 7. The effect of the r231108

[Bug rtl-optimization/68721] [6 Regression] wrong code at -Os and above on x86_64-linux-gnu

2015-12-08 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68721 Richard Biener changed: What|Removed |Added Keywords||wrong-code Status|NEW

[Bug c++/68789] New: [5/6 Regression] ICE in tsubst_copy

2015-12-08 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68789 Bug ID: 68789 Summary: [5/6 Regression] ICE in tsubst_copy Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++

[Bug driver/68788] -Wa doesn't work with -flto

2015-12-08 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68788 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug driver/47785] GCC with -flto does not pass options to the assembler

2015-12-08 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47785 Dominique d'Humieres changed: What|Removed |Added CC||jon at beniston dot com ---

[Bug fortran/68778] Missing default initialization of finalized derived types type(C_PTR) component in subroutines

2015-12-08 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68778 Dominique d'Humieres changed: What|Removed |Added Status|WAITING |NEW --- Comment #4 from

[Bug c++/68791] New: Segfault during link/compilation after update.

2015-12-08 Thread jenda.plhak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68791 Bug ID: 68791 Summary: Segfault during link/compilation after update. Product: gcc Version: 5.3.0 Status: UNCONFIRMED Severity: blocker Priority: P3 Component:

[Bug c++/68784] deductible parameter type still requires explicit reference cast, e.g., std::thread

2015-12-08 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68784 --- Comment #4 from Jonathan Wakely --- (In reply to Wang Xuancong from comment #0) > g++ require explicit reference cast: > t[0] = thread(thread_add, ref(ht), 0, 9); With that change your program has a data race due to modifying the same

[Bug libstdc++/68792] New: Review doxygen output and don't install useless things

2015-12-08 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68792 Bug ID: 68792 Summary: Review doxygen output and don't install useless things Product: gcc Version: 6.0 Status: UNCONFIRMED Keywords: documentation Severity: normal

[Bug target/67973] All the tests for -gstabs* fail on x86_64-apple-darwin14 with Xcode 7

2015-12-08 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67973 --- Comment #9 from Dominique d'Humieres --- > Once this would go in, a proper solution will never happen ;-) > Honestly, I believe the user experience of gcc accepting -gstabs* and > creating output that causes assembler errors is bad, so

[Bug target/68793] Bad optimization by split-wide-type on NEON

2015-12-08 Thread ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68793 ktkachov at gcc dot gnu.org changed: What|Removed |Added CC||ktkachov at gcc dot gnu.org

[Bug tree-optimization/68707] [6 Regression] testcase gcc.dg/vect/O3-pr36098.c vectorized using VEC_PERM_EXPR rather than VEC_LOAD_LANES

2015-12-08 Thread rguenther at suse dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68707 --- Comment #7 from rguenther at suse dot de --- On Tue, 8 Dec 2015, alalaw01 at gcc dot gnu.org wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68707 > > --- Comment #6 from alalaw01 at gcc dot gnu.org --- > Well, I can confirm that the

[Bug c++/68116] [6 Regression] ice in add_expr, at tree.c:7840

2015-12-08 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68116 Marek Polacek changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug tree-optimization/68786] Aligned masked store is generated for unaligned pointer

2015-12-08 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68786 --- Comment #3 from Jakub Jelinek --- For normal vectorized stores, the alignment is preserved through the MEM_REF/TARGET_MEM_REF type, e.g. 5991 TREE_TYPE (data_ref) 5992= build_aligned_type

[Bug c++/68784] deductible parameter type still requires explicit reference cast, e.g., std::thread

2015-12-08 Thread xuancong84 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68784 --- Comment #6 from Wang Xuancong --- You are right! I have tested myself. MSVC outputs 0 instead of crashing (crashing is what we expected), it is accepting compilation but not doing the job correctly, that it passes a temporarily created copy

[Bug target/68674] ARM attribute target neon warning: incompatible implicit declaration of built-in function

2015-12-08 Thread ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68674 ktkachov at gcc dot gnu.org changed: What|Removed |Added CC||ktkachov at gcc dot gnu.org

[Bug tree-optimization/68707] [6 Regression] testcase gcc.dg/vect/O3-pr36098.c vectorized using VEC_PERM_EXPR rather than VEC_LOAD_LANES

2015-12-08 Thread alalaw01 at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68707 --- Comment #6 from alalaw01 at gcc dot gnu.org --- Well, I can confirm that the patch generates load-lanes/store-lanes instead of SLP, all over the (vect) testsuite. All execution tests are passing :) so it *may* just be a case of updating a lot

[Bug libstdc++/58938] std::exception_ptr is missing on architectures with incomplete atomic int support

2015-12-08 Thread philip.deegan at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58938 Philip Deegan changed: What|Removed |Added CC||philip.deegan at gmail dot com ---

[Bug c/48088] -Werror=frame-larger-than=100 does not work as expected

2015-12-08 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48088 Jakub Jelinek changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c/48088] -Werror=frame-larger-than=100 does not work as expected

2015-12-08 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48088 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #8

[Bug target/68793] Bad optimization by split-wide-type on NEON

2015-12-08 Thread linux at carewolf dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68793 --- Comment #3 from Allan Jensen --- Created attachment 36959 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36959=edit neon-test-no-split-wide-types.s

[Bug rtl-optimization/68721] [6 Regression] wrong code at -Os and above on x86_64-linux-gnu

2015-12-08 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68721 --- Comment #5 from Richard Biener --- Created attachment 36960 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36960=edit untested fix

[Bug target/68793] Bad optimization by split-wide-type on NEON

2015-12-08 Thread linux at carewolf dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68793 --- Comment #6 from Allan Jensen --- I mean the neon64 case, not 32-bit.

[Bug target/68793] Bad optimization by split-wide-type on NEON

2015-12-08 Thread ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68793 --- Comment #7 from ktkachov at gcc dot gnu.org --- (In reply to Allan Jensen from comment #6) > I mean the neon64 case, not 32-bit. Seems so. I get: _Z16RGBA2BGRA_neon64PKjPjj: .LFB3215: .cfi_startproc subsw7, w2, #7

[Bug fortran/68768] [fortran] propagate foo restrict to foo._omp_fn.0

2015-12-08 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68768 --- Comment #1 from vries at gcc dot gnu.org --- PR68640 has been fixed by committing the simple fix, so the status of this PR has changed from hypothetical to actual.

[Bug c++/68116] [6 Regression] ice in add_expr, at tree.c:7840

2015-12-08 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68116 --- Comment #4 from Marek Polacek --- Author: mpolacek Date: Tue Dec 8 14:43:32 2015 New Revision: 231412 URL: https://gcc.gnu.org/viewcvs?rev=231412=gcc=rev Log: PR c++/68116 * g++.dg/cpp0x/pr68116.C: New test. Added:

[Bug driver/68794] New: an option for -fsanitize= is accepted even if the corresponding library is not available

2015-12-08 Thread doko at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68794 Bug ID: 68794 Summary: an option for -fsanitize= is accepted even if the corresponding library is not available Product: gcc Version: 5.3.1 Status: UNCONFIRMED

[Bug tree-optimization/68333] [6 Regression] FAIL: gcc.dg/vect/slp-multitypes-4.c -flto -ffat-lto-objects scan-tree-dump-times vect "vectorized 1 loops" 1

2015-12-08 Thread mwahab at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68333 --- Comment #5 from mwahab at gcc dot gnu.org --- (In reply to mwahab from comment #4) > (In reply to Richard Biener from comment #3) > > Should be fixed now. > > It's still failing for aarch64_be-none-elf. > > The test has a dg-skip-if

[Bug target/68793] Bad optimization by split-wide-type on NEON

2015-12-08 Thread linux at carewolf dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68793 --- Comment #1 from Allan Jensen --- Created attachment 36957 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36957=edit neon-test.cpp

[Bug target/68793] Bad optimization by split-wide-type on NEON

2015-12-08 Thread linux at carewolf dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68793 --- Comment #2 from Allan Jensen --- Created attachment 36958 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36958=edit neon-test-split-wide-types.s

[Bug target/68793] New: Bad optimization by split-wide-type on NEON

2015-12-08 Thread linux at carewolf dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68793 Bug ID: 68793 Summary: Bad optimization by split-wide-type on NEON Product: gcc Version: 5.2.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug tree-optimization/68640] foo restrict propagated to foo._omp_fn.0

2015-12-08 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68640 --- Comment #9 from vries at gcc dot gnu.org --- Author: vries Date: Tue Dec 8 14:17:42 2015 New Revision: 231411 URL: https://gcc.gnu.org/viewcvs?rev=231411=gcc=rev Log: Clear restrict in install_var_field 2015-12-08 Tom de Vries

[Bug c/68657] [6 Regression] "gcc -Werror=sign-conversion test.i" shows invalid: -Wsign-conversion is not an option that controls warnings

2015-12-08 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68657 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/68049] [5/6 Regression] template instantiation involving may_alias defines symbol twice

2015-12-08 Thread glisse at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68049 Marc Glisse changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

  1   2   >