[Bug c++/57464] New: c++11 crate a std::function object with lambda expr

2013-05-29 Thread lilijreey at 126 dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57464 Bug ID: 57464 Summary: c++11 crate a std::function object with lambda expr Product: gcc Version: 4.6.3 Status: UNCONFIRMED Severity: normal Priority: P3 Componen

[Bug c++/57463] Internal compiler error: Error reporting routines re-entered.

2013-05-29 Thread cebrusfs at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57463 --- Comment #2 from MengHuan Yu --- Created attachment 30222 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30222&action=edit preprocess file

[Bug c++/57463] Internal compiler error: Error reporting routines re-entered.

2013-05-29 Thread cebrusfs at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57463 --- Comment #1 from MengHuan Yu --- Created attachment 30221 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30221&action=edit source code

[Bug c++/57463] New: Internal compiler error: Error reporting routines re-entered.

2013-05-29 Thread cebrusfs at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57463 Bug ID: 57463 Summary: Internal compiler error: Error reporting routines re-entered. Product: gcc Version: 4.7.3 Status: UNCONFIRMED Severity: normal P

[Bug middle-end/57461] [4.9 Regression] ICE (segfault) for pass_final's ggc_collect: in lookup_page_table_entry, depending on details like (length of?) identifier names, file name of source file

2013-05-29 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57461 Tobias Burnus changed: What|Removed |Added Keywords||ice-on-valid-code Status|UNCO

[Bug rtl-optimization/57462] New: ira-costs considers only a single register at a time

2013-05-29 Thread josh.m.conner at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57462 Bug ID: 57462 Summary: ira-costs considers only a single register at a time Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: normal Priority: P3 Componen

[Bug fortran/57461] New: Ice on valid: lookup_page_table_entry, depending on details like (length of?) identifier names, file name of source file

2013-05-29 Thread bugs at stellardeath dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57461 Bug ID: 57461 Summary: Ice on valid: lookup_page_table_entry, depending on details like (length of?) identifier names, file name of source file Product: gcc Versio

[Bug rtl-optimization/57448] GCSE generates incorrect code with acquire barrier

2013-05-29 Thread steven at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57448 --- Comment #2 from Steven Bosscher --- Created attachment 30219 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30219&action=edit Handle ALIAS_SET_MEMORY_BARRIER loads and stores It feels like too-big-a-hammer but I don't see any other way..

[Bug c++/57460] New: [C++11] Sfinae doesn't respect dependent context

2013-05-29 Thread daniel.kruegler at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57460 Bug ID: 57460 Summary: [C++11] Sfinae doesn't respect dependent context Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c

[Bug rtl-optimization/57459] [4.8/4.9 Regression] LRA inheritance bug

2013-05-29 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57459 Andrew Pinski changed: What|Removed |Added Keywords||ra, wrong-code Target Milestone|---

[Bug fortran/57217] [4.7/4.8/4.9 Regression][OOP] Accepts invalid TBP overriding - lacking arguments check

2013-05-29 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57217 --- Comment #6 from janus at gcc dot gnu.org --- (In reply to janus from comment #4) > * remove duplication in gfc_check_pointer_assign? > (http://gcc.gnu.org/ml/fortran/2013-05/msg00046.html) This apparently does not work: Removing the second ca

[Bug rtl-optimization/57459] LRA inheritance bug

2013-05-29 Thread ppluzhnikov at google dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57459 --- Comment #1 from Paul Pluzhnikov --- Google ref: b/9070967 This is a 4.8/4.9 regression. We have ~300 test cases (out of 500,000) that are all failing (in i386 mode only) due to this bug.

[Bug rtl-optimization/57459] New: LRA inheritance bug

2013-05-29 Thread wmi at google dot com
Assignee: unassigned at gcc dot gnu.org Reporter: wmi at google dot com Created attachment 30218 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30218&action=edit small testcase To reproduce the bug on using 1.c attached: Target: x86_64-unknown-linux-gnu gcc version 4.9.0 2

[Bug fortran/57217] [4.7/4.8/4.9 Regression][OOP] Accepts invalid TBP overriding - lacking arguments check

2013-05-29 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57217 --- Comment #5 from janus at gcc dot gnu.org --- (In reply to janus from comment #4) > * fix assumed-type/rank cases > (http://gcc.gnu.org/ml/fortran/2013-05/msg00089.html) cf. also PR 54190

[Bug rtl-optimization/57359] wrong code for union access at -O3 on x86_64-linux

2013-05-29 Thread dhazeghi at yahoo dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57359 --- Comment #5 from Dara Hazeghi --- Sorry to ask again on this, but after re-reading, I'm not sure I understand the type-punning argument here: **ppll = ll; // write to u.ll *k = 0; // write to u.i j = *ppa; // u not touched ia[0][0] =

[Bug fortran/54189] ICE (segfault) with invalid assumed-size dummy

2013-05-29 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54189 janus at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug fortran/57458] TS29113: Wrongly rejects noncontiguous argument to assumed-rank when both are volatile/asynchronous

2013-05-29 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57458 Tobias Burnus changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |burnus at gcc dot gnu.org --- Com

[Bug fortran/57458] New: TS29113: Wrongly rejects noncontiguous argument to assumed-rank when both are volatile/asynchronous

2013-05-29 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57458 Bug ID: 57458 Summary: TS29113: Wrongly rejects noncontiguous argument to assumed-rank when both are volatile/asynchronous Product: gcc Version: 4.9.0 Status: UNCONFIRMED

[Bug rtl-optimization/54900] write introduction incorrect wrt the C11 memory model (2)

2013-05-29 Thread steven at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54900 --- Comment #6 from Steven Bosscher --- (In reply to Aldy Hernandez from comment #5) > I am leaving this PR open while I address the corner case presented by Jakub > somewhere in this thread: > > http://gcc.gnu.org/ml/gcc-patches/2012-10/msg01763

[Bug rtl-optimization/57448] GCSE generates incorrect code with acquire barrier

2013-05-29 Thread steven at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57448 Steven Bosscher changed: What|Removed |Added Status|NEW |ASSIGNED CC|jleahy+gcc

[Bug c++/57454] scrnsaver bug

2013-05-29 Thread mpolacek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57454 Marek Polacek changed: What|Removed |Added Status|CLOSED |RESOLVED Resolution|WONTFIX

[Bug c++/57454] scrnsaver bug

2013-05-29 Thread dima.sergeevich at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57454 Dmitry changed: What|Removed |Added Status|RESOLVED|CLOSED Resolution|INVALID

[Bug c/57457] New: cilk tests ICE in c-array-notation.c (is_cilkplus_reduce_builtin) on mips*-*-*

2013-05-29 Thread sje at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57457 Bug ID: 57457 Summary: cilk tests ICE in c-array-notation.c (is_cilkplus_reduce_builtin) on mips*-*-* Product: gcc Version: unknown Status: UNCONFIRMED Severity:

[Bug fortran/57456] [OOP] CLASS ALLOCATE with typespec: Too little memory allocated

2013-05-29 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57456 --- Comment #2 from Tobias Burnus --- There is a similar problem for: character(len=:), allocatable :: str(:) allocate (character(len=5) :: str(5)) end * * * To solve this properly, one should put all the logic into gfc_trans_allocate - and av

[Bug c++/57402] [4.9 Regression] ICE: in make_decl_rtl, at varasm.c:1147 when initializing variable-sized array

2013-05-29 Thread zsojka at seznam dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57402 --- Comment #2 from Zdenek Sojka --- Strange, I can still reproduce it with r199397. However, this might be related to PR57404.

[Bug c++/57454] scrnsaver bug

2013-05-29 Thread mpolacek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57454 Marek Polacek changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/57454] scrnsaver bug

2013-05-29 Thread dima.sergeevich at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57454 Dmitry changed: What|Removed |Added Status|RESOLVED|UNCONFIRMED Resolution|INVALID

[Bug c++/57454] scrnsaver bug

2013-05-29 Thread mpolacek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57454 Marek Polacek changed: What|Removed |Added CC||mpolacek at gcc dot gnu.org --- Comment #

[Bug fortran/57456] [OOP] CLASS ALLOCATE with typespec: Too little memory allocated

2013-05-29 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57456 --- Comment #1 from Tobias Burnus --- Note: It works if one uses a scalar instead of an array.

[Bug fortran/57456] New: [OOP] CLASS ALLOCATE with typespec: Too little memory allocated

2013-05-29 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57456 Bug ID: 57456 Summary: [OOP] CLASS ALLOCATE with typespec: Too little memory allocated Product: gcc Version: 4.9.0 Status: UNCONFIRMED Keywords: wrong-code

[Bug c++/57454] scrnsaver bug

2013-05-29 Thread dima.sergeevich at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57454 --- Comment #2 from Dmitry --- (In reply to Jonathan Wakely from comment #1) > This is not a GCC bug, the error you get is not even from GCC, it's from the > linker, but the problem is almost certainly due to you not linking to a > required librar

[Bug c++/57402] [4.9 Regression] ICE: in make_decl_rtl, at varasm.c:1147 when initializing variable-sized array

2013-05-29 Thread mpolacek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57402 Marek Polacek changed: What|Removed |Added CC||mpolacek at gcc dot gnu.org --- Comment #

[Bug c/57455] New: "internal compiler error: Floating point exception", in seemingly random places

2013-05-29 Thread theartlav at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57455 Bug ID: 57455 Summary: "internal compiler error: Floating point exception", in seemingly random places Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity:

[Bug c++/57454] scrnsaver bug

2013-05-29 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57454 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/57404] [4.9 Regression] [C++11] ICE: SIGSEGV in cp_classify_record with -g

2013-05-29 Thread mpolacek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57404 Marek Polacek changed: What|Removed |Added CC||jason at gcc dot gnu.org,

[Bug c++/57454] New: scrnsaver bug

2013-05-29 Thread dima.sergeevich at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57454 Bug ID: 57454 Summary: scrnsaver bug Product: gcc Version: 4.7.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned a

[Bug middle-end/57453] [4.9 Regression] ICE: in operator[], at vec.h:815 with gcc -O3 -fno-strict-aliasing

2013-05-29 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57453 Tobias Burnus changed: What|Removed |Added CC||rguenth at gcc dot gnu.org Known to

[Bug c/57452] FAIL: c-c++-common/cilk-plus/AN/if_test.c

2013-05-29 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57452 --- Comment #2 from H.J. Lu --- We have int main2 (int argc, char **argv); int main(int argc, char **argv) { int x = 0; if (argc == 1) { const char *array[] = {"a.out", "10", "15"}; x = main2 (3, (char **) array);

[Bug middle-end/57453] New: [4.9 Regression] ICE: in operator[], at vec.h:815 with gcc -O3 -fno-strict-aliasing

2013-05-29 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57453 Bug ID: 57453 Summary: [4.9 Regression] ICE: in operator[], at vec.h:815 with gcc -O3 -fno-strict-aliasing Product: gcc Version: 4.9.0 Status: UNCONFIRMED Keywor

[Bug tree-optimization/57441] [4.9 Regression] ICE in gimple-ssa-strength-reduction.c:3447 at -O3

2013-05-29 Thread wschmidt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57441 Bill Schmidt changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c/57452] FAIL: c-c++-common/cilk-plus/AN/if_test.c

2013-05-29 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57452 --- Comment #1 from Andreas Schwab --- Also fails on ia64 for the same reason.

[Bug c/57452] New: FAIL: c-c++-common/cilk-plus/AN/if_test.c

2013-05-29 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57452 Bug ID: 57452 Summary: FAIL: c-c++-common/cilk-plus/AN/if_test.c Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c

[Bug bootstrap/57450] [4.9 Regression] c/c-array-notation.c compilation failure

2013-05-29 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57450 Rainer Orth changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED URL|

[Bug middle-end/57446] [4.9 regression] FAIL: c-c++-common/cilk-plus/AN/builtin_func_double.c -fcilkplus -std=c99 (internal compiler error)

2013-05-29 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57446 Rainer Orth changed: What|Removed |Added CC||ro at gcc dot gnu.org --- Comment #5 from R

[Bug rtl-optimization/57451] New: Incorrect debug ranges emitted for -freorder-blocks-and-partition -g

2013-05-29 Thread tejohnson at google dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57451 Bug ID: 57451 Summary: Incorrect debug ranges emitted for -freorder-blocks-and-partition -g Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: normal

[Bug tree-optimization/57441] [4.9 Regression] ICE in gimple-ssa-strength-reduction.c:3447 at -O3

2013-05-29 Thread wschmidt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57441 --- Comment #3 from Bill Schmidt --- Pending patch available at http://gcc.gnu.org/ml/gcc-patches/2013-05/msg01723.html.

[Bug rtl-optimization/57439] [4.9 regression] FAIL: gcc.c-torture/execute/920501-6.c execution, -O1

2013-05-29 Thread amylaar at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57439 --- Comment #11 from Jorn Wolfgang Rennecke --- (In reply to Jorn Wolfgang Rennecke from comment #10) > Created attachment 30212 [details] > experimental patch for execute/pr42721.c failure bootstrapped / regtested on i686-pc-linux-gnu build / re

[Bug fortran/37336] Fortran 2003: Finish derived-type finalization

2013-05-29 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37336 --- Comment #22 from Tobias Burnus --- The patch in comment 21 enables the generation of the finalization wrapper, which is at the heart of finalization. Note: No actual finalization is done, yet. Still missing are calls to the finalization wrapp

[Bug fortran/37336] Fortran 2003: Finish derived-type finalization

2013-05-29 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37336 --- Comment #21 from Tobias Burnus --- Author: burnus Date: Wed May 29 13:15:16 2013 New Revision: 199409 URL: http://gcc.gnu.org/viewcvs?rev=199409&root=gcc&view=rev Log: 2013-05-28 Tobias Burnus PR fortran/37336 * class.c (f

[Bug middle-end/57366] gcc.dg/lto/attr-weakref-1 FAILs

2013-05-29 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57366 --- Comment #13 from Jan Hubicka --- Indeed, this is generic problem with weakref implementation that for some very entertaining reason use the CHAIN pointer of identifier nodes in undocumented way. I will try to debug today who clears the pointe

[Bug rtl-optimization/57268] [4.9 Regression] c nested loops hang compiler in sched-deps.c

2013-05-29 Thread dtemirbulatov at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57268 --- Comment #4 from Dinar Temirbulatov --- proposed fix posted here http://gcc.gnu.org/ml/gcc-patches/2013-05/msg01713.html

[Bug tree-optimization/57441] [4.9 Regression] ICE in gimple-ssa-strength-reduction.c:3447 at -O3

2013-05-29 Thread wschmidt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57441 Bill Schmidt changed: What|Removed |Added CC||wschmidt at gcc dot gnu.org Assi

[Bug rtl-optimization/57430] Redundant move instruction is produced after function inlining

2013-05-29 Thread ysrumyan at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57430 --- Comment #3 from Yuri Rumyantsev --- Created attachment 30213 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30213&action=edit modified testcase This is modified testcase which does not have a problem with redundant move instruction in in

[Bug rtl-optimization/57430] Redundant move instruction is produced after function inlining

2013-05-29 Thread ysrumyan at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57430 --- Comment #2 from Yuri Rumyantsev --- I don't believe that this is related to rtl optimizations, but rather to inlining phase. To prove it I did small changes in t.c for remove.c (it now has type void): void remove (node ** head, node* elt) {

[Bug bootstrap/57450] [4.9 Regression] c/c-array-notation.c compilation failure

2013-05-29 Thread ro at CeBiTec dot Uni-Bielefeld.DE
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57450 --- Comment #2 from ro at CeBiTec dot Uni-Bielefeld.DE --- > --- Comment #1 from Richard Biener --- > Use absu_hwi That works, getting me into stage 2. I'll let the bootstrap finish to see if anything else crops up, then commit that patch as ob

[Bug bootstrap/57450] [4.9 Regression] c/c-array-notation.c compilation failure

2013-05-29 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57450 Richard Biener changed: What|Removed |Added Summary|c/c-array-notation.c|[4.9 Regression] |comp

[Bug c++/57449] name lookup of conversions-function-id differs from clang

2013-05-29 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57449 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug bootstrap/57450] c/c-array-notation.c compilation failure

2013-05-29 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57450 Rainer Orth changed: What|Removed |Added Target Milestone|--- |4.9.0

[Bug bootstrap/57450] New: c/c-array-notation.c compilation failure

2013-05-29 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57450 Bug ID: 57450 Summary: c/c-array-notation.c compilation failure Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: bootstrap

[Bug c++/57449] New: name lookup of conversions-function-id differs from clang

2013-05-29 Thread vanyacpp at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57449 Bug ID: 57449 Summary: name lookup of conversions-function-id differs from clang Product: gcc Version: 4.7.2 Status: UNCONFIRMED Severity: normal Prior

[Bug rtl-optimization/57439] [4.9 regression] FAIL: gcc.c-torture/execute/920501-6.c execution, -O1

2013-05-29 Thread amylaar at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57439 --- Comment #10 from Jorn Wolfgang Rennecke --- Created attachment 30212 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30212&action=edit experimental patch for execute/pr42721.c failure

[Bug middle-end/57446] [4.9 regression] FAIL: c-c++-common/cilk-plus/AN/builtin_func_double.c -fcilkplus -std=c99 (internal compiler error)

2013-05-29 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57446 --- Comment #4 from Andreas Schwab --- These are the failures on ia64. c-c++-common/cilk-plus/AN/if_test.c -O2 -ftree-vectorize -fcilkplus execution test c-c++-common/cilk-plus/AN/if_test.c -O3 -fcilkplus execution test c-c++-common/cilk-plus/A

[Bug target/56863] cmpnltpd recognition

2013-05-29 Thread glisse at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56863 --- Comment #2 from Marc Glisse --- Currently, -ffast-math generates cmplepd, -fno-trapping-math generates cmpnltpd. That's better, but we should have cmpnltpd even with -ftrapping-math. Besides, if we manage to have an unlt with -ftrapping-math,

[Bug rtl-optimization/42575] arm-eabi-gcc 64-bit multiply weirdness

2013-05-29 Thread ktkachov at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42575 ktkachov at gcc dot gnu.org changed: What|Removed |Added Status|REOPENED|RESOLVED CC|

[Bug rtl-optimization/57448] GCSE generates incorrect code with acquire barrier

2013-05-29 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57448 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug rtl-optimization/57447] [4.9 Regression] ICE on 435.gromacs from spec2006 after r199298

2013-05-29 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57447 Richard Biener changed: What|Removed |Added Target Milestone|--- |4.9.0

[Bug rtl-optimization/57448] New: GCSE generates incorrect code with acquire barrier

2013-05-29 Thread jleahy+gcc at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57448 Bug ID: 57448 Summary: GCSE generates incorrect code with acquire barrier Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug rtl-optimization/57447] New: [4.9 Regression] ICE on 435.gromacs from spec2006 after r199298

2013-05-29 Thread izamyatin at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57447 Bug ID: 57447 Summary: [4.9 Regression] ICE on 435.gromacs from spec2006 after r199298 Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal

[Bug tree-optimization/57315] LTO and/or vectorizer performance regression on salsa20 core, 4.7->4.8

2013-05-29 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57315 Richard Biener changed: What|Removed |Added Keywords||ra CC|

[Bug middle-end/57427] ICE in gimplify_init_constructor

2013-05-29 Thread mpolacek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57427 Marek Polacek changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug middle-end/57446] [4.9 regression] FAIL: c-c++-common/cilk-plus/AN/builtin_func_double.c -fcilkplus -std=c99 (internal compiler error)

2013-05-29 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57446 Richard Biener changed: What|Removed |Added Target|m68k-*-*|m68k-*-*, i?86-*-* Status|UN

[Bug tree-optimization/57441] [4.9 Regression] ICE in gimple-ssa-strength-reduction.c:3447 at -O3

2013-05-29 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57441 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug fortran/57445] [4.8/4.9 Regression][OOP] ICE in gfc_conv_class_to_class - for OPTIONAL polymorphic array

2013-05-29 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57445 Richard Biener changed: What|Removed |Added Priority|P3 |P4

[Bug middle-end/57393] [4.9 Regression] error: definition in block 4 follows the use / internal compiler error: verify_ssa failed

2013-05-29 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57393 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug middle-end/57446] [4.9 regression] FAIL: c-c++-common/cilk-plus/AN/builtin_func_double.c -fcilkplus -std=c99 (internal compiler error)

2013-05-29 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57446 Richard Biener changed: What|Removed |Added Target Milestone|--- |4.9.0 --- Comment #2 from Richard Biener

[Bug middle-end/57446] [4.9 regression] FAIL: c-c++-common/cilk-plus/AN/builtin_func_double.c -fcilkplus -std=c99 (internal compiler error)

2013-05-29 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57446 --- Comment #1 from Andreas Schwab --- This is the full list of failing cilk-plus tests (all fail in the same way). All other tests pass. c-c++-common/cilk-plus/AN/builtin_func_double.c -O3 -ftree-vectorize -std=c99 -g -fcilkplus c-c++-common/c

[Bug fortran/57365] [OOP] Sourced allocation fails with unlimited polymorphism

2013-05-29 Thread rxs at hotmail dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57365 --- Comment #2 from rxs at hotmail dot de --- Thank you for the suggested workaround. But it is not a solution, a non unlimited polymorphic variable can not hold intrinsic data types like character. There also seems to be a problem with dummy arg

[Bug middle-end/57446] New: [4.9 regression] FAIL: c-c++-common/cilk-plus/AN/builtin_func_double.c -fcilkplus -std=c99 (internal compiler error)

2013-05-29 Thread sch...@linux-m68k.org
Target: m68k-*-* Executing on host: /daten/aranym/gcc/gcc-20130529/Build/gcc/xgcc -B/daten/aranym/gcc/gcc-20130529/Build/gcc/ /daten/aranym/gcc/gcc-20130529/gcc/testsuite/c-c++-common/cilk-plus/AN/builtin_func_double.c -fno-diagnostics-show-caret -fdiagnostics-color=never -fcilkplus -std

[Bug rtl-optimization/57439] [4.9 regression] FAIL: gcc.c-torture/execute/920501-6.c execution, -O1

2013-05-29 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57439 --- Comment #9 from Andreas Schwab --- Not enough. Executing on host: /daten/aranym/gcc/gcc-20130529/Build/gcc/xgcc -B/daten/aranym/gcc/gcc-20130529/Build/gcc/ /daten/aranym/gcc/gcc-20130529/gcc/testsuite/gcc.c-torture/execute/pr42721.c -fno

[Bug c++/57419] Access control doesn't stop referring to a deleted function

2013-05-29 Thread potswa at mac dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57419 --- Comment #2 from David Krauss --- I guess the proper terminology would be taking its pointer. Nonstatic members don't really have addresses. Anyway what I was doing was determining the argument of a functor with one operator() overload using &f