[Bug tree-optimization/57742] memset(malloc(n),0,n) -> calloc(n,1)

2014-06-25 Thread Joost.VandeVondele at mat dot ethz.ch
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57742 Joost VandeVondele changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[Bug tree-optimization/57742] memset(malloc(n),0,n) -> calloc(n,1)

2014-06-25 Thread glisse at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57742 --- Comment #19 from Marc Glisse --- (In reply to Joost VandeVondele from comment #17) > Thanks Marc, I don't have write access, but I can try to dg-ify the testcase > from comment #3.. however, first test, it still seems to contain a call to > b

[Bug tree-optimization/57742] memset(malloc(n),0,n) -> calloc(n,1)

2014-06-25 Thread glisse at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57742 --- Comment #20 from Marc Glisse --- (In reply to Joost VandeVondele from comment #18) > The following now fails, so'll reopen this PR. It is at least related to > zeroing pvec twice in a row, and doesn seem to happen if I manually inline > the r

[Bug rtl-optimization/60947] [4.9/4.10 Regression] Unable to handle kernel paging request (linux kernel 2.6.28.9) with gcc 4.9 release

2014-06-25 Thread amker at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60947 --- Comment #13 from amker at gcc dot gnu.org --- OK, I compared generated assembly before/after revision 206552. BEFORE) @ frame_needed = 1, uses_anonymous_args = 0 movip, sp stmfdsp!, {r4, r5, r6, r7, r8, r9, r10, fp, ip, lr,

[Bug tree-optimization/57742] memset(malloc(n),0,n) -> calloc(n,1)

2014-06-25 Thread glisse at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57742 --- Comment #21 from Marc Glisse --- I am testing the following: --- tree-ssa-strlen.c(revision 211967) +++ tree-ssa-strlen.c(working copy) @@ -1646,20 +1646,22 @@ handle_builtin_memset (gimple_stmt_itera enum built_in_function code1

[Bug rtl-optimization/60947] [4.9/4.10 Regression] Unable to handle kernel paging request (linux kernel 2.6.28.9) with gcc 4.9 release

2014-06-25 Thread amker at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60947 --- Comment #14 from amker at gcc dot gnu.org --- Created attachment 33001 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33001&action=edit Dump of cunroll/ivopt/ira/reload passes after revision 206552 for the preprocessed file.

[Bug c++/61597] Unexpected behavior at runtime

2014-06-25 Thread adrien.hamelin+gcc at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61597 Adrien Hamelin changed: What|Removed |Added Attachment #33000|0 |1 is obsolete|

[Bug ipa/61602] [4.10 Regression] ICE in lto1 on x86_64-linux-gnu in ipa_single_use, at ipa.c:1257

2014-06-25 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61602 Richard Biener changed: What|Removed |Added Keywords||lto CC|

[Bug bootstrap/61598] [4.10 regression] fold-const.c:14755:37: error: no matching function for call to 'hash_table >::find_slot

2014-06-25 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61598 Richard Biener changed: What|Removed |Added Target Milestone|--- |4.10.0

[Bug debug/61595] Inconsistent DWARF information for arrays of vector types

2014-06-25 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61595 --- Comment #2 from Richard Biener --- Hmm, does it work if you do typedef int vint __attribute__((vector_size(16))); and use vint in as the type for vr?

[Bug c++/61597] Unexpected behavior at runtime

2014-06-25 Thread adrien.hamelin+gcc at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61597 Adrien Hamelin changed: What|Removed |Added Attachment #33002|0 |1 is obsolete|

[Bug testsuite/61560] [4.10 Regression] FAIL: gcc.dg/tree-ssa/ssa-fre-32.c on arm

2014-06-25 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61560 --- Comment #4 from Richard Biener --- Author: rguenth Date: Wed Jun 25 08:37:37 2014 New Revision: 211970 URL: https://gcc.gnu.org/viewcvs?rev=211970&root=gcc&view=rev Log: 2014-06-25 Richard Biener PR testsuite/61560 * gcc.dg/tree-

[Bug testsuite/61560] [4.10 Regression] FAIL: gcc.dg/tree-ssa/ssa-fre-32.c on arm

2014-06-25 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61560 Richard Biener changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c/61588] Optimization defaults are not what documentation say they should be

2014-06-25 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61588 Marek Polacek changed: What|Removed |Added CC||mpolacek at gcc dot gnu.org Se

[Bug libstdc++/58876] No non-virtual-dtor warning in std::unique_ptr

2014-06-25 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58876 Bug 58876 depends on bug 61600, which changed state. Bug 61600 Summary: #pragma GCC diagnostic pop leaves warnings enabled https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61600 What|Removed |Added

[Bug c/59304] #pragma diagnostic pop after warning fails for options unspecified in the command-line and disabled by default

2014-06-25 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59304 Jonathan Wakely changed: What|Removed |Added CC||redi at gcc dot gnu.org --- Comment #6

[Bug c++/61600] #pragma GCC diagnostic pop leaves warnings enabled

2014-06-25 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61600 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/61601] C++11 regex resource exhaustion

2014-06-25 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61601 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug libstdc++/61582] C++11 regex memory corruption

2014-06-25 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61582 Jonathan Wakely changed: What|Removed |Added Status|RESOLVED|NEW Last reconfirmed|

[Bug c++/61597] Unexpected behavior at runtime

2014-06-25 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61597 --- Comment #10 from Jonathan Wakely --- Thank you - that test case is much more useful

[Bug debug/61595] Inconsistent DWARF information for arrays of vector types

2014-06-25 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61595 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #3

[Bug c++/61597] Unexpected behavior at runtime

2014-06-25 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61597 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/61597] Unexpected behavior at runtime

2014-06-25 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61597 --- Comment #12 from Jonathan Wakely --- (In reply to Jonathan Wakely from comment #11) > decltype(iter += i) is Iter& so you return a reference to a temporary which > goes out of scope Sorry, temporary is the wrong word - a reference to a local

[Bug c++/61603] New: ICE in gcc/gcc/toplev.c:337

2014-06-25 Thread larsbj at gullik dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61603 Bug ID: 61603 Summary: ICE in gcc/gcc/toplev.c:337 Product: gcc Version: 4.10.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assign

[Bug middle-end/61558] [4.10 Regression] ICE: Segmentation fault

2014-06-25 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61558 Markus Trippelsdorf changed: What|Removed |Added CC||larsbj at gullik dot net --- Comme

[Bug c++/61603] ICE in gcc/gcc/toplev.c:337

2014-06-25 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61603 Markus Trippelsdorf changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug bootstrap/61164] GCC 4.9.0 fails to build libitm when fortification enabled

2014-06-25 Thread iliyapalachev at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61164 Ilya Palachev changed: What|Removed |Added CC||iliyapalachev at gmail dot com --- Comme

[Bug target/61231] [4.9/4.10 Regression] bootstrap comparision failure on powerpc64le-linux-gnu

2014-06-25 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61231 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #16

[Bug fortran/61420] [4.8/4.9/4.10 Regression] type bound procedure with pass attribute, that returns a procedure pointer, fails to compile

2014-06-25 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61420 Richard Biener changed: What|Removed |Added Target Milestone|--- |4.8.4

[Bug fortran/61459] [4.8/4.9/4.10 Regression] segfault when assigning to allocatable function result from matmul result

2014-06-25 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61459 Richard Biener changed: What|Removed |Added Target Milestone|--- |4.8.4

[Bug fortran/60718] [4.8/4.9/4.10 regression] Test case gfortran.dg/select_type_4.f90 fails on ARM

2014-06-25 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60718 Richard Biener changed: What|Removed |Added Target Milestone|--- |4.8.4 Summary|[4.8 / 4.9 / 4

[Bug c++/61500] [4.8/4.9 Regression][C++11] Can't take pointer to member referenced via member pointer template parameter.

2014-06-25 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61500 Richard Biener changed: What|Removed |Added Target Milestone|--- |4.9.1 Summary|[C++11] [4.8/4

[Bug c++/61488] [4.9/4.10 regression] Regression in template argument substitution in 4.9+

2014-06-25 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61488 Richard Biener changed: What|Removed |Added Target Milestone|--- |4.9.1

[Bug libfortran/61499] [4.9/410 Regression] Internal read of negative integer broken

2014-06-25 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61499 Richard Biener changed: What|Removed |Added Target Milestone|--- |4.9.1

[Bug c++/61500] [4.8/4.9 Regression][C++11] Can't take pointer to member referenced via member pointer template parameter.

2014-06-25 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61500 Richard Biener changed: What|Removed |Added Target Milestone|4.9.1 |4.8.4

[Bug c++/61445] [4.10 Regression][C++11] ice in instantiate_decl

2014-06-25 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61445 Richard Biener changed: What|Removed |Added Version|unknown |4.10.0 Target Milestone|---

[Bug testsuite/61453] [4.10 Regression]: gfortran.dg/bind_c_array_params_2.f90 for targets where a call insn isn't "call"

2014-06-25 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61453 Richard Biener changed: What|Removed |Added Target Milestone|--- |4.10.0

[Bug sanitizer/61604] New: missing line numbers in a sanitizer backtrace from an OMP region

2014-06-25 Thread Joost.VandeVondele at mat dot ethz.ch
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61604 Bug ID: 61604 Summary: missing line numbers in a sanitizer backtrace from an OMP region Product: gcc Version: 4.10.0 Status: UNCONFIRMED Severity: normal

[Bug c/59193] Unused postfix operator temporaries

2014-06-25 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59193 Marek Polacek changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Bug c++/61597] Unexpected behavior at runtime

2014-06-25 Thread adrien.hamelin+gcc at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61597 --- Comment #13 from Adrien Hamelin --- I'm sorry that i made you lose your time :-( I thought that kind of code would trigger a warning though.

[Bug middle-end/61294] [4.9 Regression] erroneous memset used with constant zero length parameter warning

2014-06-25 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61294 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #5

[Bug target/61231] [4.9/4.10 Regression] bootstrap comparision failure on powerpc64le-linux-gnu

2014-06-25 Thread doko at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61231 Matthias Klose changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug debug/61595] Inconsistent DWARF information for arrays of vector types

2014-06-25 Thread gcc-bugzilla at mailhell dot seb7.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61595 --- Comment #4 from Sebastian Meyer --- Richard: The typdef gets optimized away very quickly, so I needed to trick around a bit. But the array won't use the typedef anyway, the produced DWARF is equal to what was produced before (DWARF3 keeps it

[Bug rtl-optimization/61605] New: Potential optimization: Keep unclobbered argument registers live across function calls

2014-06-25 Thread patrick at parcs dot ath.cx
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61605 Bug ID: 61605 Summary: Potential optimization: Keep unclobbered argument registers live across function calls Product: gcc Version: 4.10.0 Status: UNCONFIRMED S

[Bug testsuite/61606] New: About GCC install, testing step (mostly check...)

2014-06-25 Thread fernando at info dot unlp.edu.ar
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61606 Bug ID: 61606 Summary: About GCC install, testing step (mostly check...) Product: gcc Version: unknown Status: UNCONFIRMED Severity: enhancement Priority: P3 Com

[Bug tree-optimization/61607] New: DOM missed jump threading and destroyed loops

2014-06-25 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61607 Bug ID: 61607 Summary: DOM missed jump threading and destroyed loops Product: gcc Version: 4.10.0 Status: UNCONFIRMED Keywords: missed-optimization, wrong-code Severity:

[Bug debug/61595] Inconsistent DWARF information for arrays of vector types

2014-06-25 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61595 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug target/61542] [4.8/4.9 Regression] vect-nop-move.c fails on powerpc64le-unknown-linux-gnu

2014-06-25 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61542 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #2

[Bug tree-optimization/61607] DOM missed jump threading and destroyed loops

2014-06-25 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61607 --- Comment #1 from Richard Biener --- Optimizing block #5 1>>> COND 1 = i_1 ge_expr R_6(D) 1>>> COND 0 = i_1 lt_expr R_6(D) LKUP STMT inter0p_13 = PHI inter0p_13 = PHI 2>>> STMT inter0p_13 = PHI inter0p_13 = PHI LKUP STM

[Bug c++/61566] [4.9/4.10 Regression] ICE in write_unscoped_name

2014-06-25 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61566 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug tree-optimization/61607] DOM missed jump threading and destroyed loops

2014-06-25 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61607 --- Comment #2 from Richard Biener --- With the propagation limitation removed we get Registering jump thread: (2, 4) incoming edge; (4, 5) joiner; (5, 7) normal; Cancelling jump thread: (2, 4) incoming edge; (4, 5) joiner; (5, 7) normal

[Bug c++/61575] [4.9 Regression] Bogus invalid initialization of reference of type 'const D&' from expression of type ''

2014-06-25 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61575 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/61597] Unexpected behavior at runtime

2014-06-25 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61597 --- Comment #14 from Jonathan Wakely --- Yes, I can't convince gcc or clang to give a warning. Even address sanitizer and undefined-behaviour sanitizer don't catch the problem.

[Bug tree-optimization/57742] memset(malloc(n),0,n) -> calloc(n,1)

2014-06-25 Thread glisse at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57742 --- Comment #22 from Marc Glisse --- Author: glisse Date: Wed Jun 25 12:27:13 2014 New Revision: 211977 URL: https://gcc.gnu.org/viewcvs?rev=211977&root=gcc&view=rev Log: 2014-06-25 Marc Glisse PR tree-optimization/57742 gcc/ * tree-

[Bug tree-optimization/57742] memset(malloc(n),0,n) -> calloc(n,1)

2014-06-25 Thread glisse at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57742 Marc Glisse changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Bug target/61542] [4.8/4.9/trunk] vect-nop-move.c fails on powerpc64le-unknown-linux-gnu

2014-06-25 Thread wschmidt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61542 Bill Schmidt changed: What|Removed |Added Summary|[4.8/4.9 Regression]|[4.8/4.9/trunk] |vect-n

[Bug tree-optimization/61607] DOM missed jump threading and destroyed loops

2014-06-25 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61607 --- Comment #3 from Richard Biener --- Like with Index: gcc/tree-ssa-threadupdate.c === --- gcc/tree-ssa-threadupdate.c (revision 211969) +++ gcc/tree-ssa-threadupdate.c (working co

[Bug c/61162] possibly bad error location with -Wc++-compat

2014-06-25 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61162 --- Comment #12 from Marek Polacek --- Author: mpolacek Date: Wed Jun 25 12:43:05 2014 New Revision: 211978 URL: https://gcc.gnu.org/viewcvs?rev=211978&root=gcc&view=rev Log: PR c/61162 * c-parser.c (c_parser_statement_after_labels): Pas

[Bug c/61162] possibly bad error location with -Wc++-compat

2014-06-25 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61162 Marek Polacek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug rtl-optimization/61608] New: [4.10 regression] FAIL: gcc.target/arm/epilog-1.c scan-assembler tests

2014-06-25 Thread jgreenhalgh at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61608 Bug ID: 61608 Summary: [4.10 regression] FAIL: gcc.target/arm/epilog-1.c scan-assembler tests Product: gcc Version: 4.10.0 Status: UNCONFIRMED Severity: normal

[Bug c++/61433] [4.9/4.10 Regression] ICE: SIGSEGV in friend_accessible_p (search.c:778) with -std=gnu++11 -O -fcompare-debug -fno-inline -fno-ipa-pure-const -fipa-sra

2014-06-25 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61433 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/61597] Unexpected behavior at runtime

2014-06-25 Thread glisse at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61597 --- Comment #15 from Marc Glisse --- If you can reduce the testcase to a manageable size, I'll see why https://gcc.gnu.org/ml/gcc-patches/2014-06/msg01692.html is not enough (it should be, with -fkeep-inline-functions, but is apparently missing a

[Bug rtl-optimization/61608] [4.10 regression] FAIL: gcc.target/arm/epilog-1.c scan-assembler tests

2014-06-25 Thread jgreenhalgh at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61608 jgreenhalgh at gcc dot gnu.org changed: What|Removed |Added Target||arm*-none-*

[Bug rtl-optimization/61608] [4.10 regression] FAIL: gcc.target/arm/epilog-1.c scan-assembler tests

2014-06-25 Thread ktietz at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61608 --- Comment #1 from Kai Tietz --- Does this issue get fixed by adding the peephole2 also at old place too?

[Bug c++/61597] Unexpected behavior at runtime

2014-06-25 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61597 --- Comment #16 from Jonathan Wakely --- Marc: struct Iter { Iter& operator+=(int) { return *this; } int operator*() { return i; } int i; }; Iter& func(Iter iter, int n) { return iter += n; } int main() { Iter iter = Iter();

[Bug debug/61595] Inconsistent DWARF information for arrays of vector types

2014-06-25 Thread gcc-bugzilla at mailhell dot seb7.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61595 --- Comment #6 from Sebastian Meyer --- Ah, okay, thank you for the clarification, Jakub. So this is indeed RESOLVED INVALID, sorry. I am still sure I saw the example I gave, but can't seem to find it now. Chances are good though it wasn't GCC,

[Bug bootstrap/61320] [4.10 regression] ICE in jcf-parse.c:1622 (parse_class_file

2014-06-25 Thread ro at CeBiTec dot Uni-Bielefeld.DE
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61320 --- Comment #44 from ro at CeBiTec dot Uni-Bielefeld.DE --- > --- Comment #43 from thopre01 at gcc dot gnu.org --- > Thanks. In the stage before the one that fails, could you add > -fdump-tree-all-details -fdump-rtl-all-details to the command lin

[Bug rtl-optimization/61608] [4.10 regression] FAIL: gcc.target/arm/epilog-1.c scan-assembler tests

2014-06-25 Thread jgreenhalgh at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61608 --- Comment #2 from jgreenhalgh at gcc dot gnu.org --- Yes, it does.

[Bug c++/61609] New: running libraries compiled with different gcc versions

2014-06-25 Thread gnu.org at hovland dot cx
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61609 Bug ID: 61609 Summary: running libraries compiled with different gcc versions Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Compo

[Bug c++/61597] Unexpected behavior at runtime

2014-06-25 Thread glisse at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61597 --- Comment #17 from Marc Glisse --- (In reply to Jonathan Wakely from comment #16) > Marc: > > struct Iter > { > Iter& operator+=(int) { return *this; } > > int operator*() { return i; } > > int i; > }; > > Iter& func(Iter iter, int n)

[Bug middle-end/61409] [4.9/4.10 regression] -Wmaybe-uninitialized false-positive with -O2

2014-06-25 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61409 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #6

[Bug rtl-optimization/61608] [4.10 regression] FAIL: gcc.target/arm/epilog-1.c scan-assembler tests

2014-06-25 Thread ktietz at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61608 --- Comment #3 from Kai Tietz --- Thanks for testing. I will sent a patch for it. It seems after all that we need to run peephole2 pass twice.

[Bug middle-end/61409] [4.9/4.10 regression] -Wmaybe-uninitialized false-positive with -O2

2014-06-25 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61409 --- Comment #7 from Jakub Jelinek --- I think what is important that if the other conditions besides mini_p != 0 are not met, then control flow goes to basic blocks from which there is no path to the bb with the use (in this testcase just to the

[Bug c++/61609] running libraries compiled with different gcc versions

2014-06-25 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61609 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug rtl-optimization/61608] [4.10 regression] FAIL: gcc.target/arm/epilog-1.c scan-assembler tests

2014-06-25 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61608 --- Comment #4 from Richard Biener --- (In reply to Kai Tietz from comment #3) > Thanks for testing. I will sent a patch for it. > It seems after all that we need to run peephole2 pass twice. Bad for compile-time.

[Bug rtl-optimization/61608] [4.10 regression] FAIL: gcc.target/arm/epilog-1.c scan-assembler tests

2014-06-25 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61608 Richard Biener changed: What|Removed |Added Target Milestone|--- |4.10.0

[Bug c++/49132] [DR 178] Aggregate-initialization rejected for class with const data member

2014-06-25 Thread paolo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=49132 --- Comment #8 from paolo at gcc dot gnu.org --- Author: paolo Date: Wed Jun 25 14:27:35 2014 New Revision: 211981 URL: https://gcc.gnu.org/viewcvs?rev=211981&root=gcc&view=rev Log: /cp 2014-06-25 Paolo Carlini DR 178 PR c++/49132

[Bug c++/49132] [DR 178] Aggregate-initialization rejected for class with const data member

2014-06-25 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=49132 Paolo Carlini changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug target/61610] New: ICE in assign_by_spills, at lra-assigns.c:1335

2014-06-25 Thread rmansfield at qnx dot com
e06 execute ../../gcc/ira.c:5486 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. gcc version 4.10.0 20140625 (experimental) [trunk revision 211980]

[Bug c++/61611] New: Incorrect exception rethrown from a function-try-catch block when a nested try-catch executes

2014-06-25 Thread bspencer at blackberry dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61611 Bug ID: 61611 Summary: Incorrect exception rethrown from a function-try-catch block when a nested try-catch executes Product: gcc Version: 4.8.0 Status: UNCONFIRMED

[Bug c++/61611] Incorrect exception rethrown from a function-try-catch block when a nested try-catch executes

2014-06-25 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61611 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug preprocessor/60723] Line directives with incorrect system header flag

2014-06-25 Thread dodji at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60723 Dodji Seketeli changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned

[Bug bootstrap/61598] [4.10 regression] fold-const.c:14755:37: error: no matching function for call to 'hash_table >::find_slot

2014-06-25 Thread tbsaunde at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61598 --- Comment #3 from tbsaunde at gcc dot gnu.org --- Author: tbsaunde Date: Wed Jun 25 16:02:04 2014 New Revision: 211985 URL: https://gcc.gnu.org/viewcvs?rev=211985&root=gcc&view=rev Log: fix checking=fold gcc/ PR bootstrap/61598

[Bug c/61612] New: trunk revision 211984 winnt.c ‘hash_table_c’ does not name a type

2014-06-25 Thread tprince at computer dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61612 Bug ID: 61612 Summary: trunk revision 211984 winnt.c ‘hash_table_c’ does not name a type Product: gcc Version: 4.10.0 Status: UNCONFIRMED Severity: normal

[Bug c/61612] trunk revision 211984 winnt.c ‘hash_table_c’ does not name a type

2014-06-25 Thread ktietz at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61612 Kai Tietz changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug target/61610] ICE in assign_by_spills, at lra-assigns.c:1335

2014-06-25 Thread sandra at codesourcery dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61610 --- Comment #1 from Sandra Loosemore --- Hmmm, this looks like a bug in LRA exposed by the change to register alloc order. In particular this comment in the code just above the assertion seems to reflect an incorrect assumption: /* We

[Bug c/61612] trunk revision 211984 winnt.c ‘hash_table_c’ does not name a type

2014-06-25 Thread tbsaunde at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61612 --- Comment #1 from tbsaunde at gcc dot gnu.org --- Author: tbsaunde Date: Wed Jun 25 16:36:49 2014 New Revision: 211986 URL: https://gcc.gnu.org/viewcvs?rev=211986&root=gcc&view=rev Log: fix typo in winnt.c gcc/ PR c/61612 * config/i38

[Bug c++/61597] Unexpected behavior at runtime

2014-06-25 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61597 Manuel López-Ibáñez changed: What|Removed |Added Status|RESOLVED|REOPENED Last reconfirmed|2014-0

[Bug c/61240] [4.8/4.9/4.10 Regression] Incorrect warning "integer overflow in expression" on pointer-pointer subtraction

2014-06-25 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61240 Marek Polacek changed: What|Removed |Added CC||mpolacek at gcc dot gnu.org --- Comment

[Bug tree-optimization/57233] Vector lowering of LROTATE_EXPR pessimizes code

2014-06-25 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57233 Jakub Jelinek changed: What|Removed |Added Status|NEW |ASSIGNED CC|

[Bug c++/60249] [c++11] Compiler goes into semi-infinite loop with wrong usage of user defined string literals

2014-06-25 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60249 --- Comment #2 from Paolo Carlini --- Ed?

[Bug c/61534] Wlogical-op should not warn when either operand comes from macro expansion

2014-06-25 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61534 Marek Polacek changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c/61612] trunk revision 211984 winnt.c ‘hash_table_c’ does not name a type

2014-06-25 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61612 Marek Polacek changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug libstdc++/61582] C++11 regex memory corruption

2014-06-25 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61582 Jonathan Wakely changed: What|Removed |Added CC||timshen at gcc dot gnu.org --- Comment

[Bug c/61534] Wlogical-op should not warn when either operand comes from macro expansion

2014-06-25 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61534 --- Comment #2 from Manuel López-Ibáñez --- (In reply to Marek Polacek from comment #1) > and then we could use from_macro_expansion_at and don't warn if it's true. > But the problem is with -ftrack-macro-expansion=0, since > from_macro_expansio

[Bug libstdc++/61601] C++11 regex resource exhaustion

2014-06-25 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61601 Jonathan Wakely changed: What|Removed |Added CC||timshen at gcc dot gnu.org --- Comment

[Bug c/61534] Wlogical-op should not warn when either operand comes from macro expansion

2014-06-25 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61534 --- Comment #3 from Marek Polacek --- I don't think so, -ftrack-macro-expansion=2 is on by default and I don't see -ftrack-macro-expansion=0 anywhere in the log of bootstrap. So maybe my approach would be viable after all (and I could fix PR6108

[Bug debug/57939] incorrect debug info of wchar_t

2014-06-25 Thread tromey at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57939 Tom Tromey changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug bootstrap/61598] [4.10 regression] fold-const.c:14755:37: error: no matching function for call to 'hash_table >::find_slot

2014-06-25 Thread tbsaunde at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61598 tbsaunde at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution

[Bug c++/58589] diagnostics: missing proper file:line on C++ compilation error

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

  1   2   >