[Bug lto/65536] LTO line number information garbled

2015-03-27 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65536 --- Comment #47 from Jan Hubicka --- Author: hubicka Date: Fri Mar 27 06:58:59 2015 New Revision: 221720 URL: https://gcc.gnu.org/viewcvs?rev=221720&root=gcc&view=rev Log: PR lto/65536 * lto-streamer.h (class lto_location_cache): New.

[Bug testsuite/65594] libgomp.graphite/force-parallel-6.c timeout

2015-03-27 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65594 --- Comment #1 from vries at gcc dot gnu.org --- The testcase contains one loop nest with 3 loops with iteration counts 500, so the inner loop body is executed 125.000.000 times: ... #define N 500 int X[2*N], Y[2*N], B[2*N]; int A[2*N][2*N], C[2*

[Bug debug/65549] [5 Regression] crash in htab_hash_string with -flto

2015-03-27 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65549 --- Comment #2 from Markus Trippelsdorf --- Created attachment 35158 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35158&action=edit reduced testcase markus@x4 tmp % g++ -std=gnu++1y -flto -g -O2 -r -nostdlib tcp_client.ii lto1: internal

[Bug lto/65536] LTO line number information garbled

2015-03-27 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65536 --- Comment #48 from Jan Hubicka --- I run memory statistics with the cache and my patch. I will run stats with cache w/o the libcpp patch tomorrow. I would like to get this problem solved, but perhaps we want to only track down the reason for w

[Bug target/65593] [5 Regression] internal compiler error: in extract_insn, at recog.c:2343

2015-03-27 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65593 --- Comment #2 from Uroš Bizjak --- Looks similar to PR65560.

[Bug testsuite/65594] libgomp.graphite/force-parallel-6.c timeout

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

[Bug middle-end/65595] New: [5 Regression] Linux kernel build failure: ICE: in as_a, at is-a.h:192

2015-03-27 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65595 Bug ID: 65595 Summary: [5 Regression] Linux kernel build failure: ICE: in as_a, at is-a.h:192 Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal

[Bug testsuite/65594] libgomp.graphite/force-parallel-6.c timeout

2015-03-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65594 --- Comment #3 from Jakub Jelinek --- Patch to do so preapproved for trunk, if the testcase is still auto-parallelized in that case.

[Bug middle-end/65595] [5 Regression] Linux kernel build failure: ICE: in as_a, at is-a.h:192

2015-03-27 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65595 --- Comment #1 from Markus Trippelsdorf --- Started with r221707.

[Bug target/65593] [5 Regression] internal compiler error: in extract_insn, at recog.c:2343

2015-03-27 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65593 Richard Biener changed: What|Removed |Added Priority|P3 |P1 Target Milestone|---

[Bug middle-end/65595] [5 Regression] Linux kernel build failure: ICE: in as_a, at is-a.h:192

2015-03-27 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65595 Richard Biener changed: What|Removed |Added Priority|P3 |P1 Target Milestone|---

[Bug c++/65592] internal compiler error: Segmentation fault when using non-existant enum class enumerator

2015-03-27 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65592 Richard Biener changed: What|Removed |Added Keywords||ice-on-invalid-code Status|

[Bug c++/65591] G++ should use default constructor for {}-init when possible

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

[Bug ipa/65588] [5 Regression] lto1: internal compiler error: Segmentation fault

2015-03-27 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65588 Richard Biener changed: What|Removed |Added Target||x86_64-linux Priority|P3

[Bug middle-end/65595] [5 Regression] Linux kernel build failure: ICE: in as_a, at is-a.h:192

2015-03-27 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65595 Jan Hubicka changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug ipa/65076] [5 Regression] 16% tramp3d-v4.cpp compile time regression

2015-03-27 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65076 --- Comment #26 from Richard Biener --- So how is the compile-time regression now?

[Bug tree-optimization/64715] [5/6 Regression] __builtin_object_size (..., 1) fails to locate subobject

2015-03-27 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64715 Richard Biener changed: What|Removed |Added Priority|P1 |P2 Known to work|

[Bug middle-end/65595] [5 Regression] Linux kernel build failure: ICE: in as_a, at is-a.h:192

2015-03-27 Thread hubicka at ucw dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65595 --- Comment #3 from Jan Hubicka --- Hi, the ICE does not reproduce for me, but from backtrace it seems quite clear that the following fix should work: Index: cgraph.c === --- cgraph.

[Bug ipa/65478] [5 regression] crafty performance regression

2015-03-27 Thread jamborm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65478 --- Comment #11 from Martin Jambor --- Created attachment 35159 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35159&action=edit Patch implementing cloning penalties (In reply to Martin Jambor from comment #8) > (In reply to Jan Hubicka fr

[Bug ipa/65478] [5 regression] crafty performance regression

2015-03-27 Thread jamborm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65478 --- Comment #12 from Martin Jambor --- (In reply to Jan Hubicka from comment #9) > Actually, there is one detail. Cloning SCC and keeping it a SCC is cool > thing (as one avoid passing constant parameter across the recursive loop), > but clonnin

[Bug sanitizer/65583] [5 Regression][UBSAN] ICE segfault in inline_edge_summary

2015-03-27 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65583 --- Comment #11 from Marek Polacek --- Author: mpolacek Date: Fri Mar 27 09:33:20 2015 New Revision: 221723 URL: https://gcc.gnu.org/viewcvs?rev=221723&root=gcc&view=rev Log: PR sanitizer/65583 * ubsan.c (ubsan_create_edge): New function

[Bug sanitizer/65583] [5 Regression][UBSAN] ICE segfault in inline_edge_summary

2015-03-27 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65583 Marek Polacek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/65525] [5 Regression] ICE: sorry, unimplemented: unexpected AST of kind mem_ref (-std=c++14, ICE: in potential_constant_expression_1, at cp/constexpr.c:4432)

2015-03-27 Thread rogero at howzatt dot demon.co.uk
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65525 --- Comment #7 from Roger Orr --- Thanks!

[Bug libgomp/65589] OpenMP 3.1 produces random results for simple array copy

2015-03-27 Thread felix.ospald at gmx dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65589 --- Comment #10 from felix.ospald at gmx dot de --- gcc still compiles, but I think I found the answer here: http://stackoverflow.com/questions/24219263/openmp-on-a-2-socket-system "The problem was due to a bug in Linux Kernel kernel 3.11.10-7.

[Bug fortran/65596] New: [4.9 Regression] NAMELIST bug with f2003: reads too far

2015-03-27 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65596 Bug ID: 65596 Summary: [4.9 Regression] NAMELIST bug with f2003: reads too far Product: gcc Version: 4.9.2 Status: UNCONFIRMED Severity: normal Priori

[Bug ipa/65588] [5 Regression] lto1: internal compiler error: Segmentation fault

2015-03-27 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65588 Jan Hubicka changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |hubicka at gcc dot gnu.org --- Com

[Bug middle-end/65597] New: ICE in build_outer_var_ref, at omp-low.c:1043

2015-03-27 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65597 Bug ID: 65597 Summary: ICE in build_outer_var_ref, at omp-low.c:1043 Product: gcc Version: 5.0 Status: UNCONFIRMED Keywords: openmp Severity: normal Priority: P

[Bug c++/65598] New: Misleading error message for out-of-class definition of explicit conversion operator

2015-03-27 Thread arvo at me dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65598 Bug ID: 65598 Summary: Misleading error message for out-of-class definition of explicit conversion operator Product: gcc Version: 4.9.1 Status: UNCONFIRMED Seve

[Bug middle-end/65597] ICE in build_outer_var_ref, at omp-low.c:1043

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

[Bug fortran/65596] [4.9 Regression] NAMELIST bug with f2003: reads too far

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

[Bug fortran/65596] [4.9 Regression] NAMELIST bug with f2003: reads too far

2015-03-27 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65596 Richard Biener changed: What|Removed |Added Priority|P3 |P4 Target Milestone|---

[Bug c++/65599] New: [c++14] Failing overload resolution when combining return type deduction and explicit R/L-value methods

2015-03-27 Thread anders at sjogren dot info
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65599 Bug ID: 65599 Summary: [c++14] Failing overload resolution when combining return type deduction and explicit R/L-value methods Product: gcc Version: 4.9.2 Status: UNCONFI

[Bug libgomp/65589] OpenMP 3.1 produces random results for simple array copy

2015-03-27 Thread felix.ospald at gmx dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65589 --- Comment #11 from felix.ospald at gmx dot de --- I can confirm that the bug still exists for the trunk version (rev 221721) of gcc. So as mentioned above it is very likely the kernel bug.

[Bug target/65495] ICE: chkp_make_addressed_object_bounds: Unexpected tree code const_decl with -fcheck-pointer-bounds -mmpx and fortran

2015-03-27 Thread ienkovich at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65495 --- Comment #1 from Ilya Enkovich --- Author: ienkovich Date: Fri Mar 27 10:29:04 2015 New Revision: 221725 URL: https://gcc.gnu.org/viewcvs?rev=221725&root=gcc&view=rev Log: PR target/65495 * c-family/c.opt (fcheck-pointer-bounds): List

[Bug target/65495] ICE: chkp_make_addressed_object_bounds: Unexpected tree code const_decl with -fcheck-pointer-bounds -mmpx and fortran

2015-03-27 Thread ienkovich at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65495 Ilya Enkovich changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug middle-end/65595] [5 Regression] Linux kernel build failure: ICE: in as_a, at is-a.h:192

2015-03-27 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65595 --- Comment #4 from Jan Hubicka --- Author: hubicka Date: Fri Mar 27 10:33:17 2015 New Revision: 221726 URL: https://gcc.gnu.org/viewcvs?rev=221726&root=gcc&view=rev Log: PR middle-end/65595 * cgraph.c (cgraph_update_edges_for_call_stmt

[Bug middle-end/65595] [5 Regression] Linux kernel build failure: ICE: in as_a, at is-a.h:192

2015-03-27 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65595 Jan Hubicka changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug testsuite/65594] libgomp.graphite/force-parallel-6.c timeout

2015-03-27 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65594 --- Comment #4 from vries at gcc dot gnu.org --- (In reply to Jakub Jelinek from comment #2) > Well, GOMP_parallel doesn't always create new threads, but still it has some > synchronization overhead etc. IMNSHO the testcase should be scaled down

[Bug c++/65598] Misleading error message for out-of-class definition of explicit conversion operator

2015-03-27 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65598 Jonathan Wakely changed: What|Removed |Added Keywords||diagnostic Status|UNCONFIR

[Bug testsuite/65594] libgomp.graphite/force-parallel-6.c timeout

2015-03-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65594 --- Comment #5 from Jakub Jelinek --- And use M instead of N in the outer two loops and define M to something lower (100, 50 or similar)? The test doesn't verify the result anyway.

[Bug c++/60686] message " only declarations of constructors can be ‘explicit’ " now conflicting with C++11

2015-03-27 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60686 Jonathan Wakely changed: What|Removed |Added CC||arvo at me dot com --- Comment #5 from

[Bug c++/65598] Misleading error message for out-of-class definition of explicit conversion operator

2015-03-27 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65598 Jonathan Wakely changed: What|Removed |Added Resolution|FIXED |DUPLICATE --- Comment #2 from Jonathan

[Bug c++/65599] [c++14] Failing overload resolution when combining return type deduction and explicit R/L-value methods

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

[Bug c++/60943] [C++1y] Return type deduction interferes with ref-qualifiers

2015-03-27 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60943 Jonathan Wakely changed: What|Removed |Added CC||anders at sjogren dot info --- Comment

[Bug fortran/65590] FAIL: gfortran.dg/coarray/coindexed_3.f90 -fcoarray=single -O2 -latomic (test for errors)

2015-03-27 Thread dave.anglin at bell dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65590 --- Comment #2 from dave.anglin at bell dot net --- On 2015-03-26, at 5:43 PM, dominiq at lps dot ens.fr wrote: > This should have been fixed by r221618, see > https://gcc.gnu.org/ml/fortran/2015-03/msg00124.html. Fail was with r221591. Dave --

[Bug target/65593] [5 Regression] internal compiler error: in extract_insn, at recog.c:2343

2015-03-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65593 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #3

[Bug testsuite/65594] libgomp.graphite/force-parallel-6.c timeout

2015-03-27 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65594 --- Comment #6 from vries at gcc dot gnu.org --- (In reply to Jakub Jelinek from comment #5) > And use M instead of N in the outer two loops and define M to something > lower (100, 50 or similar)? Yep, that works: ... index 5071630..e9e4b56 1006

[Bug testsuite/65594] libgomp.graphite/force-parallel-6.c timeout

2015-03-27 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65594 --- Comment #7 from vries at gcc dot gnu.org --- (In reply to Jakub Jelinek from comment #5) > The test doesn't verify the result anyway. I've written some initialization and verification code: ... index e9e4b56..cbc5735 100644 --- a/libgomp/test

[Bug testsuite/65594] libgomp.graphite/force-parallel-6.c timeout

2015-03-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65594 --- Comment #8 from Jakub Jelinek --- LGTM, thanks.

[Bug ipa/65600] New: [5 Regression] bost testsuite failure: ICE: Segmentation fault

2015-03-27 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65600 Bug ID: 65600 Summary: [5 Regression] bost testsuite failure: ICE: Segmentation fault Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal P

[Bug testsuite/65594] libgomp.graphite/force-parallel-6.c timeout

2015-03-27 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65594 --- Comment #10 from vries at gcc dot gnu.org --- Author: vries Date: Fri Mar 27 12:10:16 2015 New Revision: 221728 URL: https://gcc.gnu.org/viewcvs?rev=221728&root=gcc&view=rev Log: Add verification to libgomp.graphite/force-parallel-6.c 2015-0

[Bug testsuite/65594] libgomp.graphite/force-parallel-6.c timeout

2015-03-27 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65594 --- Comment #9 from vries at gcc dot gnu.org --- Author: vries Date: Fri Mar 27 12:10:07 2015 New Revision: 221727 URL: https://gcc.gnu.org/viewcvs?rev=221727&root=gcc&view=rev Log: Scale down libgomp.graphite/force-parallel-6.c 2015-03-27 Tom

[Bug testsuite/65594] libgomp.graphite/force-parallel-6.c timeout

2015-03-27 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65594 vries at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|--

[Bug ipa/65600] [5 Regression] bost testsuite failure: ICE: Segmentation fault

2015-03-27 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65600 --- Comment #1 from Markus Trippelsdorf --- Started with r221718.

[Bug libgomp/65589] OpenMP 3.1 produces random results for simple array copy

2015-03-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65589 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug libstdc++/65499] Missing "using namespace literals::chrono_literals" in std::chrono

2015-03-27 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65499 --- Comment #2 from Jonathan Wakely --- Author: redi Date: Fri Mar 27 12:45:10 2015 New Revision: 221730 URL: https://gcc.gnu.org/viewcvs?rev=221730&root=gcc&view=rev Log: PR libstdc++/65499 * include/std/chrono: Add using-directive for

[Bug libstdc++/65499] Missing "using namespace literals::chrono_literals" in std::chrono

2015-03-27 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65499 Jonathan Wakely changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c++/65598] Fix column location for 'explicit'

2015-03-27 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65598 Manuel López-Ibáñez changed: What|Removed |Added Status|RESOLVED|NEW Last reconfirmed|

[Bug ipa/65600] [5 Regression] bost testsuite failure: ICE: Segmentation fault

2015-03-27 Thread hubicka at ucw dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65600 --- Comment #2 from Jan Hubicka --- Oops, really hope this is last one of this can of worms :( The problem here is that resolve_speculation assumes the cgraph node exists. I am testing the following: Index: ipa-inline-analysis.c ===

[Bug web/65601] New: add bugzilla keyword "easyhack"

2015-03-27 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65601 Bug ID: 65601 Summary: add bugzilla keyword "easyhack" Product: gcc Version: unknown Status: UNCONFIRMED Severity: enhancement Priority: P3 Component: web

[Bug fortran/65548] [5 Regression] gfc_conv_procedure_call

2015-03-27 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65548 --- Comment #6 from Dominique d'Humieres --- A working patch has been submitted at https://gcc.gnu.org/ml/fortran/2015-03/msg00132.html.

[Bug libgomp/65589] OpenMP 3.1 produces random results for simple array copy

2015-03-27 Thread felix.ospald at gmx dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65589 felix.ospald at gmx dot de changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|

[Bug target/65602] New: gcc.target/i386/mpx tests FAIL

2015-03-27 Thread ro at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65602 Bug ID: 65602 Summary: gcc.target/i386/mpx tests FAIL Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target Ass

[Bug target/65602] gcc.target/i386/mpx tests FAIL

2015-03-27 Thread ro at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65602 Rainer Orth changed: What|Removed |Added Target Milestone|--- |5.0

[Bug libgomp/65589] OpenMP 3.1 produces random results for simple array copy

2015-03-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65589 Jakub Jelinek changed: What|Removed |Added Resolution|FIXED |INVALID --- Comment #14 from Jakub Jelin

[Bug target/65602] gcc.target/i386/mpx tests FAIL

2015-03-27 Thread ienkovich at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65602 --- Comment #1 from Ilya Enkovich --- (In reply to Rainer Orth from comment #0) > All link tests will fail on all non-Linux targets since only those provide > the > MPX runtime libraries. The check_effective_target_mpx test in > gcc.target/i386/m

[Bug target/65593] [5 Regression] internal compiler error: in extract_insn, at recog.c:2343

2015-03-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65593 Jakub Jelinek changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned a

[Bug c++/52763] Warning if compare between enum and non-enum type

2015-03-27 Thread g...@mundle-online.net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52763 g...@mundle-online.net changed: What|Removed |Added CC||g...@mundle-online.net --- Comme

[Bug pch/61250] Random pch failures on x86_64-apple-darwin1(3|4).

2015-03-27 Thread howarth at bromo dot med.uc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61250 --- Comment #17 from howarth at bromo dot med.uc.edu --- Bug 65550 may be a duplicate of this one.

[Bug target/65052] ICE in c6x-uclinux target when building libgcc

2015-03-27 Thread bernds at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65052 Bernd Schmidt changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug pch/65550] [5 Regression] ICE (segfault) with pch

2015-03-27 Thread howarth at bromo dot med.uc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65550 howarth at bromo dot med.uc.edu changed: What|Removed |Added CC||howarth at bromo dot med

[Bug lto/65603] [5 Regression] lto1: internal compiler error: in as_a, at is-a.h:192

2015-03-27 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65603 --- Comment #1 from H.J. Lu --- This is 176.gcc in SPEC CPU 2000.

[Bug lto/65603] New: [5 Regression] lto1: internal compiler error: in as_a, at is-a.h:192

2015-03-27 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65603 Bug ID: 65603 Summary: [5 Regression] lto1: internal compiler error: in as_a, at is-a.h:192 Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal

[Bug target/65604] New: MIPS -fno-delayed-branch generates incorrect code with -mcheck-zero-division

2015-03-27 Thread azonenberg at drawersteak dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65604 Bug ID: 65604 Summary: MIPS -fno-delayed-branch generates incorrect code with -mcheck-zero-division Product: gcc Version: 4.9.2 Status: UNCONFIRMED Severity: no

[Bug lto/65603] [5 Regression] lto1: internal compiler error: in as_a, at is-a.h:192

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

[Bug target/65602] gcc.target/i386/mpx tests FAIL

2015-03-27 Thread ro at CeBiTec dot Uni-Bielefeld.DE
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65602 --- Comment #2 from ro at CeBiTec dot Uni-Bielefeld.DE --- > --- Comment #1 from Ilya Enkovich --- > (In reply to Rainer Orth from comment #0) >> All link tests will fail on all non-Linux targets since only those provide >> the >> MPX runtime li

[Bug lto/65603] [5 Regression] lto1: internal compiler error: in as_a, at is-a.h:192

2015-03-27 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65603 Markus Trippelsdorf changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug middle-end/65595] [5 Regression] Linux kernel build failure: ICE: in as_a, at is-a.h:192

2015-03-27 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65595 Markus Trippelsdorf changed: What|Removed |Added CC||hjl.tools at gmail dot com --- Com

[Bug lto/64860] [5 Regression] multiple definition of typeinfo in 5.0 (4.9.2 works)

2015-03-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64860 Jakub Jelinek changed: What|Removed |Added Priority|P1 |P2 CC|

[Bug tree-optimization/65443] Don't peel last iteration from loop in transform_to_exit_first_loop

2015-03-27 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65443 vries at gcc dot gnu.org changed: What|Removed |Added Keywords||patch --- Comment #14 from vri

[Bug target/65602] gcc.target/i386/mpx tests FAIL

2015-03-27 Thread ienkovich at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65602 --- Comment #3 from Ilya Enkovich --- Created attachment 35162 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35162&action=edit patch to fix mpx target check and alloca usage (In reply to r...@cebitec.uni-bielefeld.de from comment #2) > I

[Bug c++/52763] Warning if compare between enum and non-enum type

2015-03-27 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52763 Manuel López-Ibáñez changed: What|Removed |Added CC||manu at gcc dot gnu.org --- Commen

[Bug ipa/65588] [5 Regression] lto1: internal compiler error: Segmentation fault

2015-03-27 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65588 --- Comment #5 from Jan Hubicka --- The reduced testcase does not reproduce for me. The original source does. We do insert undefined register variables into symbol table (not sure how much sense it makes, but lets not change it now). The probl

[Bug target/65407] Extra mask register move in gcc.target/i386/avx512f-kandnw-1.c

2015-03-27 Thread vmakarov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65407 --- Comment #2 from Vladimir Makarov --- Author: vmakarov Date: Fri Mar 27 14:47:24 2015 New Revision: 221734 URL: https://gcc.gnu.org/viewcvs?rev=221734&root=gcc&view=rev Log: 2015-03-27 Vladimir Makarov PR target/65407 * ira-costs.

[Bug c++/65575] [c++-concepts] Parse error for requires clause on functions that return a reference type

2015-03-27 Thread andrew.n.sutton at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65575 --- Comment #3 from Andrew Sutton --- Created attachment 35163 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35163&action=edit Patch applied in r221733

[Bug c++/65575] [c++-concepts] Parse error for requires clause on functions that return a reference type

2015-03-27 Thread andrew.n.sutton at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65575 --- Comment #4 from Andrew Sutton --- Apparently I do not understand declarators. The attached patch searches through the declarator structure to filter out declarator structures to which a requires-clause cannot be attached. I updated the pr665

[Bug ipa/65588] [5 Regression] lto1: internal compiler error: Segmentation fault

2015-03-27 Thread hubicka at ucw dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65588 --- Comment #6 from Jan Hubicka --- Hi, this patch fixes the partitioner and also avoids assemble_undefined_decl to be called on hard registers and value exprs. I am not sure how the reduced testcase could work, since I think the bug needs parti

[Bug c/52952] Wformat location info is bad (wrong column number)

2015-03-27 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52952 --- Comment #37 from Manuel López-Ibáñez --- (In reply to do...@seketeli.org from comment #9) > "manu at gcc dot gnu.org" a écrit: > > > So either one keeps track of all source locations of all "interesting" > > characters within strings, which

[Bug target/65052] ICE in c6x-uclinux target when building libgcc

2015-03-27 Thread dhowells at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65052 --- Comment #6 from dhowells at redhat dot com --- Fixed how? Is Nick's patch good?

[Bug web/65601] add bugzilla keyword "easyhack"

2015-03-27 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65601 --- Comment #1 from Andreas Schwab --- https://gcc.gnu.org/bugzilla/editkeywords.cgi?action=add

[Bug ipa/65600] [5 Regression] bost testsuite failure: ICE: Segmentation fault

2015-03-27 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65600 --- Comment #3 from Jan Hubicka --- Author: hubicka Date: Fri Mar 27 15:13:54 2015 New Revision: 221735 URL: https://gcc.gnu.org/viewcvs?rev=221735&root=gcc&view=rev Log: PR ipa/65600 * cgraph.c (cgraph_update_edges_for_call_stmt_node):

[Bug ipa/65600] [5 Regression] bost testsuite failure: ICE: Segmentation fault

2015-03-27 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65600 Jan Hubicka changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug target/65560] [5 Regression] pr24683.c:11:1: internal compiler error: in extract_insn, at recog.c:2343

2015-03-27 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65560 Uroš Bizjak changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug target/65593] [5 Regression] internal compiler error: in extract_insn, at recog.c:2343

2015-03-27 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65593 Uroš Bizjak changed: What|Removed |Added CC||rai...@emrich-ebersheim.de --- Comment #5

[Bug target/65531] ICE: symtab_node::verify failed: Two symbols with same comdat_group are not linked by the same_comdat_group list. with -fcheck-pointer-bounds -mmpx

2015-03-27 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65531 --- Comment #4 from Jan Hubicka --- Author: hubicka Date: Fri Mar 27 15:19:35 2015 New Revision: 221736 URL: https://gcc.gnu.org/viewcvs?rev=221736&root=gcc&view=rev Log: PR target/65531 * symtab.c (symtab_node::verify_symtab_nodes): Fix

[Bug lto/65536] LTO line number information garbled

2015-03-27 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65536 --- Comment #49 from Manuel López-Ibáñez --- (In reply to Jan Hubicka from comment #46) > Manuel, > I will hopefully commit the cache patch today or tomorrow morning. It does > not solve full issue. What we have is > 1) we still drop columns for

[Bug c++/65591] G++ should use default constructor for {}-init when possible

2015-03-27 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65591 Jason Merrill changed: What|Removed |Added Status|NEW |SUSPENDED Depends on|

[Bug web/65601] add bugzilla keyword "easyhack"

2015-03-27 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65601 Manuel López-Ibáñez changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug tree-optimization/65511] transform_to_exit_first_loop looses edge probabilities

2015-03-27 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65511 --- Comment #4 from vries at gcc dot gnu.org --- Created attachment 35164 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35164&action=edit patch with test-case, currently testing

[Bug libfortran/65605] New: [4.9 Regression] Namelist mishandles delim

2015-03-27 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65605 Bug ID: 65605 Summary: [4.9 Regression] Namelist mishandles delim Product: gcc Version: 4.9.3 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libfor

  1   2   >