[Bug fortran/57538] New: SAVE attribute needed for derived type with default initialization?

2013-06-06 Thread valeryweber at hotmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57538 Bug ID: 57538 Summary: SAVE attribute needed for derived type with default initialization? Product: gcc Version: 4.8.1 Status: UNCONFIRMED Severity: normal

[Bug fortran/57538] SAVE attribute needed for derived type with default initialization?

2013-06-06 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57538 Tobias Burnus changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug c++/53812] lower_stmt (4.6), verify_gimple_stmt (4.7.0, 4.7.1)

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

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

2013-06-06 Thread dcb314 at hotmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57447 --- Comment #1 from David Binderman --- I see this problem also. Additional test case available on request.

[Bug regression/53964] regression: sparc64 FreeBSD: /usr/ports/lang/gcc46/work/build/./prev-gcc/include/stddef.h:150:26: error: two or more data types n declaration specifiers

2013-06-06 Thread mexas at bristol dot ac.uk
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53964 --- Comment #8 from Anton Shterenlikht --- With this patch to binutils: http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/config/tc-sparc.h.diff?cvsroot=src&r1=1.31&r2=1.32 I can build gcc-4.6.4,1 successfully. I can now build lapack with gcc-4.6

[Bug c/57539] New: ice in ipa_edge_duplication_hook

2013-06-06 Thread dcb314 at hotmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57539 Bug ID: 57539 Summary: ice in ipa_edge_duplication_hook Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c Assig

[Bug tree-optimization/30604] Unable to coalesce ssa_names and which are marked as MUST COALESCE

2013-06-06 Thread dcb314 at hotmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30604 David Binderman changed: What|Removed |Added CC||dcb314 at hotmail dot com --- Comment #

[Bug rtl-optimization/57540] New: stack pointer related loop invariants after reload

2013-06-06 Thread amker.cheng at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57540 Bug ID: 57540 Summary: stack pointer related loop invariants after reload Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: enhancement Priority: P3 Compo

[Bug tree-optimization/30604] Unable to coalesce ssa_names and which are marked as MUST COALESCE

2013-06-06 Thread rguenther at suse dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30604 --- Comment #16 from rguenther at suse dot de --- On Thu, 6 Jun 2013, dcb314 at hotmail dot com wrote: > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30604 > > David Binderman changed: > >What|Removed |Added

[Bug middle-end/57541] New: [Cilkplus]: internal compiler error: in gimplify_expr, at gimplify.c:7809

2013-06-06 Thread anna.m.tikhonova at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57541 Bug ID: 57541 Summary: [Cilkplus]: internal compiler error: in gimplify_expr, at gimplify.c:7809 Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal

[Bug middle-end/57541] [Cilkplus]: internal compiler error: in gimplify_expr, at gimplify.c:7809

2013-06-06 Thread anna.m.tikhonova at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57541 --- Comment #1 from Anna --- Same test, another ICE. $ gcc -fcilkplus 1.c -DN=10 1.c: In function 'main': 1.c:4:8: internal compiler error: in gimplify_var_or_parm_decl, at gimplify.c:2042 char c = (char)N; ^ 0x78a33b gimplify_var_or_p

[Bug middle-end/57541] [Cilkplus]: internal compiler error: in gimplify_expr, at gimplify.c:7809

2013-06-06 Thread anna.m.tikhonova at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57541 --- Comment #2 from Anna --- Comment out line "long l = (long)N;" and here's another ICE. $ gcc -fcilkplus 1.c 1.c: In function 'main': 1.c:4:18: error: 'N' undeclared (first use in this function) char c = (char)N; ^ 1.c:4:18

[Bug tree-optimization/57539] [4.9 Regression] ice in ipa_edge_duplication_hook

2013-06-06 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57539 Richard Biener changed: What|Removed |Added CC||mjambor at suse dot cz Componen

[Bug tree-optimization/57537] [4.8/4.9 Regression] gcc.dg/vect/slp-widen-mult-half.c generating wrong code on PowerPC64

2013-06-06 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57537 Richard Biener changed: What|Removed |Added Keywords||wrong-code Target Milestone|---

[Bug tree-optimization/57539] [4.9 Regression] ice in ipa_edge_duplication_hook

2013-06-06 Thread jamborm at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57539 Martin Jambor changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug fortran/57542] New: [OOP, Fortran] ICE on FINALization with specific options

2013-06-06 Thread sfilippone at uniroma2 dot it
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57542 Bug ID: 57542 Summary: [OOP, Fortran] ICE on FINALization with specific options Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Priori

[Bug c++/57543] New: decltype needs eplicity 'this' pointer in member function declaration of template class with trailing return type

2013-06-06 Thread mitchnull+gcc at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57543 Bug ID: 57543 Summary: decltype needs eplicity 'this' pointer in member function declaration of template class with trailing return type Product: gcc Version: 4.8.

[Bug fortran/54370] [4.7 Regression] error: non-trivial conversion in unary operation

2013-06-06 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54370 Tobias Burnus changed: What|Removed |Added Keywords||ice-on-valid-code, patch

[Bug c/57544] New: /../libcommon/stdio.h:121:12: error: expected declaration specifiers or ... before numeric constant

2013-06-06 Thread michael.prujan at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57544 Bug ID: 57544 Summary: /../libcommon/stdio.h:121:12: error: expected declaration specifiers or ... before numeric constant Product: gcc Version: 4.7.2 Status: UNCONFIRMED

[Bug other/56442] Could not identify that register is clobbered already

2013-06-06 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56442 Georg-Johann Lay changed: What|Removed |Added CC||eric.weddington at atmel dot com Ta

[Bug c/57544] /../libcommon/stdio.h:121:12: error: expected declaration specifiers or ... before numeric constant

2013-06-06 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57544 Andreas Schwab changed: What|Removed |Added Severity|blocker |normal

[Bug fortran/57542] [4.9 Regression][OOP] ICE on FINALization with specific options

2013-06-06 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57542 Tobias Burnus changed: What|Removed |Added Keywords||ice-on-valid-code CC|

[Bug c/57544] /../libcommon/stdio.h:121:12: error: expected declaration specifiers or ... before numeric constant

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

[Bug fortran/57542] [4.9 Regression][OOP] ICE on FINALization with specific options

2013-06-06 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57542 --- Comment #1 from Tobias Burnus --- Author: burnus Date: Thu Jun 6 14:36:41 2013 New Revision: 199736 URL: http://gcc.gnu.org/viewcvs?rev=199736&root=gcc&view=rev Log: 2013-06-06 Tobias Burnus PR fortran/57542 * trans.c (gf

[Bug fortran/57542] [4.9 Regression][OOP] ICE on FINALization with specific options

2013-06-06 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57542 Tobias Burnus changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

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

2013-06-06 Thread mikpe at it dot uu.se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57459 Mikael Pettersson changed: What|Removed |Added CC||mikpe at it dot uu.se --- Comment #5

[Bug fortran/57530] [OOP] Wrongly rejects type_pointer => class_target (which have identical declared type)

2013-06-06 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57530 --- Comment #4 from Tobias Burnus --- (In reply to Tobias Burnus from comment #3) The resolve patch has been approved (but not yet committed): http://gcc.gnu.org/ml/fortran/2013-06/msg00049.html The trans*.c patch has still to be fixed and subm

[Bug rtl-optimization/57468] [4.9 Regression] 26% performance drop on important benchmark after r199298.

2013-06-06 Thread vmakarov at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57468 Vladimir Makarov changed: What|Removed |Added CC||vmakarov at gcc dot gnu.org --- Commen

[Bug rtl-optimization/55342] [4.8/4.9 Regression] [LRA,x86] Non-optimal code for simple loop with LRA

2013-06-06 Thread vmakarov at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55342 Vladimir Makarov changed: What|Removed |Added CC||vmakarov at gcc dot gnu.org --- Commen

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

2013-06-06 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57447 --- Comment #2 from H.J. Lu --- (In reply to David Binderman from comment #1) > I see this problem also. > > Additional test case available on request. Please upload a testcase here. Thanks.

[Bug c++/57545] New: Generation of debug symbols leads to internal compiler error

2013-06-06 Thread g...@severin-strobl.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57545 Bug ID: 57545 Summary: Generation of debug symbols leads to internal compiler error Product: gcc Version: 4.8.1 Status: UNCONFIRMED Severity: normal Pr

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

2013-06-06 Thread dcb314 at hotmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57447 --- Comment #3 from David Binderman --- Created attachment 30270 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30270&action=edit C++ source code The attached source code causes the following crash on gcc-4.9 trunk dated 20130605 on an AMD x

[Bug fortran/54370] [4.7 Regression] error: non-trivial conversion in unary operation

2013-06-06 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54370 --- Comment #5 from Tobias Burnus --- Author: burnus Date: Thu Jun 6 16:45:04 2013 New Revision: 199746 URL: http://gcc.gnu.org/viewcvs?rev=199746&root=gcc&view=rev Log: 2013-06-06 Tobias Burnus Backport from mainline 2012-08

[Bug fortran/54370] [4.7/4.8 Regression] error: non-trivial conversion in unary operation

2013-06-06 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54370 Tobias Burnus changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Known to work|

[Bug c++/57546] New: templated gnu multiversion function pointer returns wrong value

2013-06-06 Thread mib.bugzilla at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57546 Bug ID: 57546 Summary: templated gnu multiversion function pointer returns wrong value Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal

[Bug c++/57545] [4.7/4.8/4.9 Regression] Generation of debug symbols leads to internal compiler error

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

[Bug web/57547] New: Missing vector intrinsics in PowerPC Altivec documentation

2013-06-06 Thread wainersm at linux dot vnet.ibm.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57547 Bug ID: 57547 Summary: Missing vector intrinsics in PowerPC Altivec documentation Product: gcc Version: 4.8.1 Status: UNCONFIRMED Severity: trivial Pri

[Bug target/57547] Missing vector intrinsics in PowerPC Altivec documentation

2013-06-06 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57547 Andrew Pinski changed: What|Removed |Added Keywords||documentation Component|web

[Bug c++/57548] New: calling gnu multiversioned function at file scope causes ICE

2013-06-06 Thread mib.bugzilla at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57548 Bug ID: 57548 Summary: calling gnu multiversioned function at file scope causes ICE Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal

[Bug target/57547] Missing vector intrinsics in PowerPC Altivec documentation

2013-06-06 Thread meissner at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57547 Michael Meissner changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug fortran/57549] New: Bogus error with array constructor with derived-type typespec

2013-06-06 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57549 Bug ID: 57549 Summary: Bogus error with array constructor with derived-type typespec Product: gcc Version: 4.9.0 Status: UNCONFIRMED Keywords: rejects-valid

[Bug c++/57543] decltype needs explicit 'this' pointer in member function declaration of template class with trailing return type

2013-06-06 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57543 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/43652] wrong column number for duplicate qualifier

2013-06-06 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43652 Paolo Carlini changed: What|Removed |Added CC|gcc-bugs at gcc dot gnu.org| --- Comment #1 from Paolo Carlini

[Bug c++/43652] wrong column number for duplicate qualifier

2013-06-06 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43652 Paolo Carlini changed: What|Removed |Added Status|NEW |RESOLVED Known to work|

[Bug c++/55149] capturing VLA in lambda

2013-06-06 Thread david.abdurachmanov at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55149 David Abdurachmanov changed: What|Removed |Added CC||david.abdurachmanov at gmail dot c

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

2013-06-06 Thread vmakarov at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57447 Vladimir Makarov changed: What|Removed |Added CC||vmakarov at gcc dot gnu.org --- Commen

[Bug c++/44811] non controllable bogus warning: right/left shift count is negative

2013-06-06 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44811 Paolo Carlini changed: What|Removed |Added Status|NEW |RESOLVED CC|gcc-bugs at g

[Bug c++/11856] unsigned warning in template

2013-06-06 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11856 Paolo Carlini changed: What|Removed |Added CC||gpiez at web dot de --- Comment #36 from

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

2013-06-06 Thread wmi at google dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57459 --- Comment #6 from wmi at google dot com --- continue the analysis in the first post, for the smallcase 1.c, the IR after calling inherit_in_ebb in lra_inheritance for bb12 is: (insn 289 47 48 12 (set (reg:SI 116 [79]) (reg:SI 121 [79]))

[Bug c++/55109] internal compiler error: Segmentation fault while reporting error in template function instantiation

2013-06-06 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55109 Paolo Carlini changed: What|Removed |Added Status|NEW |RESOLVED Known to work|

[Bug c++/57183] [C++11] auto and -Wunused-variable

2013-06-06 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57183 Paolo Carlini changed: What|Removed |Added CC||ricilake at gmail dot com --- Comment #4

[Bug c++/55128] auto changes storage from .data to .rodata

2013-06-06 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55128 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/57550] New: [4.8/4.9] Regression: bogus "error ... is private"

2013-06-06 Thread ppluzhnikov at google dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57550 Bug ID: 57550 Summary: [4.8/4.9] Regression: bogus "error ... is private" Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Componen

[Bug c++/57550] [4.8/4.9 Regression] : bogus "error ... is private"

2013-06-06 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57550 Andrew Pinski changed: What|Removed |Added Summary|[4.8/4.9] Regression: bogus |[4.8/4.9 Regression] :

[Bug c++/57550] [4.8/4.9 Regression] bogus "error ... is private"

2013-06-06 Thread ppluzhnikov at google dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57550 --- Comment #2 from Paul Pluzhnikov --- (In reply to Andrew Pinski from comment #1) > I think the problem is that you cannot take an address of a private static > function as that would get around access controls. Surely you can in a class member

[Bug regression/57551] New: [4.9 Regression]: g++.dg/ext/visibility/anon6.C scan-assembler 1BIiE1cE

2013-06-06 Thread hp at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57551 Bug ID: 57551 Summary: [4.9 Regression]: g++.dg/ext/visibility/anon6.C scan-assembler 1BIiE1cE Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal

[Bug c++/53658] internal compiler error -- segmentation fault

2013-06-06 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53658 Paolo Carlini changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned at

[Bug c++/55520] [C++11] ICE when capturing a variable-length stack array in lambda; in expand_expr_real_1, at expr.c:9122

2013-06-06 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55520 Jason Merrill changed: What|Removed |Added Keywords|ice-on-valid-code |ice-on-invalid-code Status|RE

[Bug rtl-optimization/57540] stack pointer related loop invariants after reload

2013-06-06 Thread amker.cheng at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57540 --- Comment #1 from bin.cheng --- The dump of loop_init is like, 72: r178:SI=0 106: L106: 90: NOTE_INSN_BASIC_BLOCK 6 91: r178:SI=r178:SI+0x1 94: r190:SI=r177:SI<<0x2 REG_DEAD r177:SI 95: r191:SI=sfp:SI+r190:SI REG_DEA