[Bug bootstrap/53835] New: in tree isl / cloog build fails

2012-07-02 Thread Joost.VandeVondele at mat dot ethz.ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53835 Bug #: 53835 Summary: in tree isl / cloog build fails Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug c++/53783] [4.8 Regression] lambda in lambda in template function rejected

2012-07-02 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53783 Jason Merrill changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug c++/53619] [4.8 regression] [C++11] wrong capture of "this" in lambda in case of multiple inheritance

2012-07-02 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53619 Jason Merrill changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug c++/53619] [4.8 regression] [C++11] wrong capture of "this" in lambda in case of multiple inheritance

2012-07-02 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53619 --- Comment #4 from Jason Merrill 2012-07-03 05:03:45 UTC --- Author: jason Date: Tue Jul 3 05:03:34 2012 New Revision: 189191 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=189191 Log: PR c++/53619 * pt.c (in_template_function):

[Bug c++/53783] [4.8 Regression] lambda in lambda in template function rejected

2012-07-02 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53783 --- Comment #1 from Jason Merrill 2012-07-03 05:03:28 UTC --- Author: jason Date: Tue Jul 3 05:03:21 2012 New Revision: 189190 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=189190 Log: PR c++/53783 * pt.c (tsubst_copy_and_build)

[Bug c++/53707] compiler generates wrong code

2012-07-02 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53707 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #14

[Bug c++/52510] [4.8 regression] libitm/config/posix/rwlock.cc doesn't compile

2012-07-02 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52510 Jason Merrill changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug c++/53619] [4.8 regression] [C++11] wrong capture of "this" in lambda in case of multiple inheritance

2012-07-02 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53619 Jason Merrill changed: What|Removed |Added Status|NEW |ASSIGNED AssignedTo|unassigned at

[Bug libstdc++/49561] [C++0x] std::list::size complexity

2012-07-02 Thread blelbach at cct dot lsu.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49561 --- Comment #15 from Bryce Lelbach (wash) 2012-07-03 03:38:52 UTC --- Also, didn't this already make it into the 4.7 release? Wouldn't reverting it now just cause incompatibilities with 4.7 and both older and newer releases?

[Bug libstdc++/49561] [C++0x] std::list::size complexity

2012-07-02 Thread blelbach at cct dot lsu.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49561 --- Comment #14 from Bryce Lelbach (wash) 2012-07-03 03:35:31 UTC --- (In reply to comment #13) > Patch reverted, thus in C++11 mode size() is back to O(n) but std::list can > interoperate with the C++98 version of it. Why has this been reverted

[Bug c++/53816] [4.7/4.8 Regression] internal compiler error: tree check: expected field_decl, have identifier_node in fixed_type_or_null, at cp/class.c:6419, with -std=c++11 option

2012-07-02 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53816 Jason Merrill changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug c++/53788] C++11 decltype sfinae static member function check (4.7.1)

2012-07-02 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53788 Jason Merrill changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug c++/53816] [4.7/4.8 Regression] internal compiler error: tree check: expected field_decl, have identifier_node in fixed_type_or_null, at cp/class.c:6419, with -std=c++11 option

2012-07-02 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53816 --- Comment #5 from Jason Merrill 2012-07-03 03:30:31 UTC --- Author: jason Date: Tue Jul 3 03:30:27 2012 New Revision: 189189 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=189189 Log: PR c++/53816 * class.c (resolves_to_fixed_t

[Bug c++/53816] [4.7/4.8 Regression] internal compiler error: tree check: expected field_decl, have identifier_node in fixed_type_or_null, at cp/class.c:6419, with -std=c++11 option

2012-07-02 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53816 --- Comment #4 from Jason Merrill 2012-07-03 03:30:05 UTC --- Author: jason Date: Tue Jul 3 03:29:58 2012 New Revision: 189187 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=189187 Log: PR c++/53816 * class.c (resolves_to_fixed_t

[Bug c++/53788] C++11 decltype sfinae static member function check (4.7.1)

2012-07-02 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53788 --- Comment #6 from Jason Merrill 2012-07-03 03:30:15 UTC --- Author: jason Date: Tue Jul 3 03:30:09 2012 New Revision: 189188 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=189188 Log: PR c++/53788 * pt.c (build_non_dependent_ex

[Bug c++/53816] [4.7/4.8 Regression] internal compiler error: tree check: expected field_decl, have identifier_node in fixed_type_or_null, at cp/class.c:6419, with -std=c++11 option

2012-07-02 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53816 --- Comment #4 from Jason Merrill 2012-07-03 03:30:05 UTC --- Author: jason Date: Tue Jul 3 03:29:58 2012 New Revision: 189187 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=189187 Log: PR c++/53816 * class.c (resolves_to_fixed_t

[Bug libstdc++/49561] [C++0x] std::list::size complexity

2012-07-02 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49561 Paolo Carlini changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[Bug libstdc++/49561] [C++0x] std::list::size complexity

2012-07-02 Thread paolo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49561 --- Comment #12 from paolo at gcc dot gnu.org 2012-07-03 01:37:53 UTC --- Author: paolo Date: Tue Jul 3 01:37:48 2012 New Revision: 189186 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=189186 Log: 2012-07-02 Paolo Carlini Revert

[Bug libstdc++/49561] [C++0x] std::list::size complexity

2012-07-02 Thread paolo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49561 --- Comment #11 from paolo at gcc dot gnu.org 2012-07-03 00:47:23 UTC --- Author: paolo Date: Tue Jul 3 00:47:17 2012 New Revision: 189185 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=189185 Log: 2012-07-02 Paolo Carlini Revert

[Bug target/53834] New: ICE with -fstack-limit-symbol=_stack_start for m68k-uclinux ColdFire cross compiler

2012-07-02 Thread baker at usgs dot gov
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53834 Bug #: 53834 Summary: ICE with -fstack-limit-symbol=_stack_start for m68k-uclinux ColdFire cross compiler Classification: Unclassified Product: gcc Version: 4.7.1 Sta

[Bug target/11606] testcases gcc.dg/pack-test-1.c, gcc.dg/pack-test-2.c fail

2012-07-02 Thread olegendo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11606 Oleg Endo changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug target/53833] New: m68k-uclinux xgcc ICE when compiling libgcc (linux-atomic.c:203:1: in emit_library_call_value_1, at calls.c:4146)

2012-07-02 Thread baker at usgs dot gov
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53833 Bug #: 53833 Summary: m68k-uclinux xgcc ICE when compiling libgcc (linux-atomic.c:203:1: in emit_library_call_value_1, at calls.c:4146) Classification: Unclassified Prod

[Bug bootstrap/53832] [4.8 Regression] error: macro "ggc_alloc_cleared_lang_decl" passed 1 arguments, but takes just 0

2012-07-02 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53832 Jonathan Wakely changed: What|Removed |Added Target|x86_64-unknown-netbsd5.1| Host|x86_64-unknown-netb

[Bug target/53568] SH Target: Add support for bswap built-ins

2012-07-02 Thread olegendo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53568 --- Comment #3 from Oleg Endo 2012-07-02 23:00:05 UTC --- Author: olegendo Date: Mon Jul 2 22:59:59 2012 New Revision: 189181 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=189181 Log: PR target/53568 * gcc.target/sh/pr53568-1.c:

[Bug bootstrap/53832] New: [4.8 Regression] error: macro "ggc_alloc_cleared_lang_decl" passed 1 arguments, but takes just 0

2012-07-02 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53832 Bug #: 53832 Summary: [4.8 Regression] error: macro "ggc_alloc_cleared_lang_decl" passed 1 arguments, but takes just 0 Classification: Unclassified Product: gcc

[Bug c++/53788] C++11 decltype sfinae static member function check (4.7.1)

2012-07-02 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53788 Jason Merrill changed: What|Removed |Added Status|NEW |ASSIGNED CC|

[Bug c++/53816] [4.7/4.8 Regression] internal compiler error: tree check: expected field_decl, have identifier_node in fixed_type_or_null, at cp/class.c:6419, with -std=c++11 option

2012-07-02 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53816 Jason Merrill changed: What|Removed |Added Status|NEW |ASSIGNED AssignedTo|unassigned at

[Bug c++/53707] compiler generates wrong code

2012-07-02 Thread galtgendo at o2 dot pl
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53707 --- Comment #13 from Rafał Mużyło 2012-07-02 20:25:12 UTC --- As I said, it might not be related, but it's a bit odd, that both gcc versions agree *and* it's also about inlining.

[Bug c++/53707] compiler generates wrong code

2012-07-02 Thread mikpe at it dot uu.se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53707 Mikael Pettersson changed: What|Removed |Added CC||mikpe at it dot uu.se --- Comment #12

[Bug lto/53831] Inline virtuals missing in LTO symtab

2012-07-02 Thread tetra2005 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53831 --- Comment #1 from Yuri Gribov 2012-07-02 19:52:16 UTC --- Created attachment 27731 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=27731 Small project which demonstrates the bug

[Bug lto/53831] New: Inline virtuals missing in LTO symtab

2012-07-02 Thread tetra2005 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53831 Bug #: 53831 Summary: Inline virtuals missing in LTO symtab Classification: Unclassified Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority:

[Bug c++/53707] compiler generates wrong code

2012-07-02 Thread galtgendo at o2 dot pl
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53707 --- Comment #11 from Rafał Mużyło 2012-07-02 19:38:29 UTC --- OK, I don't know if it's related, but https://bugs.gentoo.org/show_bug.cgi?id=424475 and its follow-up http://debbugs.gnu.org/cgi/bugreport.cgi?bug=11845 This code: int find_stack_di

[Bug c++/53821] [4.7/4.8 regression][c++11] multiple definitions of lambda

2012-07-02 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53821 Jason Merrill changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug c++/53524] [4.7/4.8 Regression] Bogus enum comparison warning

2012-07-02 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53524 Jason Merrill changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug target/51244] SH Target: Inefficient conditional branch

2012-07-02 Thread olegendo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51244 --- Comment #40 from Oleg Endo 2012-07-02 19:24:03 UTC --- Author: olegendo Date: Mon Jul 2 19:23:56 2012 New Revision: 189177 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=189177 Log: PR target/51244 * config/sh/predicates.md (

[Bug c++/53821] [4.7/4.8 regression][c++11] multiple definitions of lambda

2012-07-02 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53821 --- Comment #4 from Jason Merrill 2012-07-02 19:14:40 UTC --- Author: jason Date: Mon Jul 2 19:14:34 2012 New Revision: 189175 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=189175 Log: PR c++/53821 * semantics.c (maybe_add_lambd

[Bug c++/53524] [4.7/4.8 Regression] Bogus enum comparison warning

2012-07-02 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53524 --- Comment #27 from Jason Merrill 2012-07-02 19:14:29 UTC --- Author: jason Date: Mon Jul 2 19:14:23 2012 New Revision: 189174 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=189174 Log: PR c++/53524 gcc/cp/ * call.c (build_condi

[Bug c++/53821] [4.7/4.8 regression][c++11] multiple definitions of lambda

2012-07-02 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53821 --- Comment #4 from Jason Merrill 2012-07-02 19:14:40 UTC --- Author: jason Date: Mon Jul 2 19:14:34 2012 New Revision: 189175 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=189175 Log: PR c++/53821 * semantics.c (maybe_add_lambd

[Bug tree-optimization/52558] write introduction incorrect wrt the C++11 memory model

2012-07-02 Thread aldyh at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52558 --- Comment #23 from Aldy Hernandez 2012-07-02 18:25:42 UTC --- BTW, for anyone still stuck on this, you need to use the following when compiling the testcase: --param allow-store-data-races=0 Eventually, this will be the default for C++1x, or

[Bug libstdc++/53830] condition_variable_any - deadlock issue

2012-07-02 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53830 Jonathan Wakely changed: What|Removed |Added Status|NEW |ASSIGNED AssignedTo|unassigned

[Bug libstdc++/53830] condition_variable_any - deadlock issue

2012-07-02 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53830 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug libstdc++/53830] New: condition_variable_any - deadlock issue

2012-07-02 Thread m_reicha at informatik dot uni-kl.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53830 Bug #: 53830 Summary: condition_variable_any - deadlock issue Classification: Unclassified Product: gcc Version: 4.6.3 Status: UNCONFIRMED Severity: normal Priority:

[Bug middle-end/38474] slow compilation at -O0 due to expand's temp slot goo

2012-07-02 Thread jamborm at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38474 --- Comment #68 from Martin Jambor 2012-07-02 15:53:29 UTC --- Author: jamborm Date: Mon Jul 2 15:53:21 2012 New Revision: 189165 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=189165 Log: 2012-07-02 Martin Jambor PR middle-end/3

[Bug middle-end/38474] slow compilation at -O0 due to expand's temp slot goo

2012-07-02 Thread jamborm at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38474 --- Comment #67 from Martin Jambor 2012-07-02 15:44:01 UTC --- Author: jamborm Date: Mon Jul 2 15:43:56 2012 New Revision: 189164 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=189164 Log: 2012-07-02 Martin Jambor PR middle-end/3

[Bug middle-end/38474] slow compilation at -O0 due to expand's temp slot goo

2012-07-02 Thread jamborm at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38474 --- Comment #66 from Martin Jambor 2012-07-02 15:28:17 UTC --- Author: jamborm Date: Mon Jul 2 15:28:11 2012 New Revision: 189163 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=189163 Log: 2012-07-02 Martin Jambor PR middle-end/3

[Bug debug/53820] [4.8 Regression] ICE in vt_expand_var_loc_chain, at var-tracking.c:8029

2012-07-02 Thread aoliva at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53820 --- Comment #3 from Alexandre Oliva 2012-07-02 15:20:54 UTC --- This patchlet for var-tracking.c fixes the testcase. I'm now testing it on x86_64. John, would you be so kind as to try to bootstrap it on hppa64-hp-hpux11.11 to make sure no other

[Bug c/16351] NULL dereference warnings

2012-07-02 Thread manu at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16351 Manuel López-Ibáñez changed: What|Removed |Added CC||manu at gcc dot gnu.org --- Comment

[Bug c/16351] NULL dereference warnings

2012-07-02 Thread Paulo.Matos at csr dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16351 Paulo J. Matos changed: What|Removed |Added CC||Paulo.Matos at csr dot com --- Comment #

[Bug middle-end/52230] OpenMP: Simple C program triggers SIGSEGV at execution

2012-07-02 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52230 Richard Guenther changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug go/51874] Many libgo testsuite failures on IRIX

2012-07-02 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51874 Richard Guenther changed: What|Removed |Added Target Milestone|4.7.1 |---

[Bug target/50166] .init_array/.fini_array support doesn't work on Solaris

2012-07-02 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50166 Richard Guenther changed: What|Removed |Added Target Milestone|4.7.1 |---

[Bug target/47440] Use LCM for vzeroupper insertion

2012-07-02 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47440 Richard Guenther changed: What|Removed |Added Target Milestone|4.7.1 |---

[Bug libfortran/49791] [4.6/4.7/4.8 Regression] Formatted namelist reads fails with: Cannot match namelist object

2012-07-02 Thread orion at cora dot nwra.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49791 --- Comment #22 from Orion Poplawski 2012-07-02 14:04:57 UTC --- I am on vacation and will be out of the office until Monday, July 2nd. Your message has been saved and I will respond if needed when I return. If this is an urgent CoRA computing

[Bug rtl-optimization/44194] struct returned by value generates useless stores

2012-07-02 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44194 Richard Guenther changed: What|Removed |Added Target Milestone|4.7.1 |---

[Bug libfortran/49791] [4.6/4.7/4.8 Regression] Formatted namelist reads fails with: Cannot match namelist object

2012-07-02 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49791 Richard Guenther changed: What|Removed |Added Target Milestone|4.5.4 |4.6.4

[Bug target/43804] [4.6 regression] ICE in reload_cse_simplify_operands

2012-07-02 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43804 Richard Guenther changed: What|Removed |Added Target Milestone|4.5.4 |4.6.4

[Bug target/44793] [4.6/4.7/4.8 Regression] libgcc does not include t-ppccomm on rtems

2012-07-02 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44793 Richard Guenther changed: What|Removed |Added Target Milestone|4.5.4 |4.6.4

[Bug middle-end/34226] [4.6/4.7/4.8 Regression][frv] ICE in default_secondary_reload, at targhooks.c:612

2012-07-02 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34226 Richard Guenther changed: What|Removed |Added Target Milestone|4.5.4 |4.6.4

[Bug preprocessor/39533] [4.6/4.7/4.8 Regression] -MM may list a header file twice

2012-07-02 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39533 Richard Guenther changed: What|Removed |Added Target Milestone|4.5.4 |4.6.4

[Bug target/39423] [4.6/4.7/4.8 Regression] [SH] performance regression: lost mov @(disp,Rn)

2012-07-02 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39423 Richard Guenther changed: What|Removed |Added Target Milestone|4.5.4 |4.6.4

[Bug driver/25208] [4.6/4.7/4.8 Regression] two outputs and -MMD

2012-07-02 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25208 Richard Guenther changed: What|Removed |Added Target Milestone|4.5.4 |4.6.4

[Bug c++/34892] [4.6/4.7/4.8 regression] ICE with ellipsis in default template argument

2012-07-02 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34892 Richard Guenther changed: What|Removed |Added Target Milestone|4.5.4 |4.6.4

[Bug testsuite/40625] [4.6/4.7/4.8 Regression] Errors in "make -k check-gcc RUNTESTFLAGS=plugin.exp"

2012-07-02 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40625 Richard Guenther changed: What|Removed |Added Target Milestone|4.5.4 |4.6.4

[Bug tree-optimization/37916] [4.6/4.7/4.8 Regression] SSA names causing register pressure; unnecessarily many simultaneously "live" names.

2012-07-02 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37916 Richard Guenther changed: What|Removed |Added Target Milestone|4.5.4 |4.6.4

[Bug bootstrap/15212] [4.6/4.7/4.8 Regression] bootstrap fails on interix3

2012-07-02 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15212 Richard Guenther changed: What|Removed |Added Target Milestone|4.5.4 |4.6.4

[Bug preprocessor/20285] [4.6/4.7/4.8 Regression] gcc -E - < . gives a misleading error message

2012-07-02 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20285 Richard Guenther changed: What|Removed |Added Target Milestone|4.5.4 |4.6.4

[Bug middle-end/44982] [4.6/4.7/4.8 Regression] ICE in get_narrower, at tree.c:7832

2012-07-02 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44982 Richard Guenther changed: What|Removed |Added Target Milestone|4.5.4 |4.6.4

[Bug target/41076] [avr] pessimal code for logical OR of 8-bit fields

2012-07-02 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41076 Richard Guenther changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug ada/25844] [4.6/4.7/4.8 regression] ICE on overloaded renames

2012-07-02 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25844 Richard Guenther changed: What|Removed |Added Target Milestone|4.5.4 |4.6.4

[Bug middle-end/52640] [4.8 Regression] performance bottleneck: gcc/tree.c;value_member

2012-07-02 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52640 Richard Guenther changed: What|Removed |Added Target Milestone|4.5.4 |4.8.0

[Bug target/20617] [4.6/4.7/4.8 Regression] shared SH libgcc is exporting too many symbols

2012-07-02 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20617 Richard Guenther changed: What|Removed |Added Target Milestone|4.5.4 |4.6.4

[Bug other/20128] ice with mudflap + profile generate

2012-07-02 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20128 Richard Guenther changed: What|Removed |Added Status|ASSIGNED|RESOLVED Known to work|

[Bug bootstrap/25470] [4.6/4.7/4.8 Regression] fixincludes/ subdirectory not cleaned by "make distclean"

2012-07-02 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25470 Richard Guenther changed: What|Removed |Added Target Milestone|4.5.4 |4.6.4

[Bug ada/40986] [4.6 regression] Assert_Failure sinfo.adb:360, error detected at a-unccon.ads:23:27

2012-07-02 Thread Markus.Schoepflin at comsoft dot aero
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40986 Richard Guenther changed: What|Removed |Added Target Milestone|4.5.4 |4.6.4 --- Comment #10 from Markus.Scho

[Bug ada/40986] [4.6 regression] Assert_Failure sinfo.adb:360, error detected at a-unccon.ads:23:27

2012-07-02 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40986 Richard Guenther changed: What|Removed |Added Target Milestone|4.5.4 |4.6.4

[Bug java/24698] [4.6/4.7/4.8 regression] SIGABRT when using ResourceBundle.getBundle with a nonexistant key

2012-07-02 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24698 Richard Guenther changed: What|Removed |Added Target Milestone|4.5.4 |4.6.4

[Bug target/22553] [4.6/4.7/4.8 regression] ICE building libstdc++

2012-07-02 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22553 Richard Guenther changed: What|Removed |Added Target Milestone|4.5.4 |4.6.4

[Bug target/38621] [4.6/4.7/4.8 Regression] sh gcc unable to spill register when building ghostscript-gpl with -O2

2012-07-02 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38621 Richard Guenther changed: What|Removed |Added Target Milestone|4.5.4 |4.6.4

[Bug java/42143] [4.6/4.7/4.8 Regression] gcj creates "dummy" variables

2012-07-02 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42143 Richard Guenther changed: What|Removed |Added Target Milestone|4.5.4 |4.6.4

[Bug tree-optimization/41089] [4.6/4.7/4.8 Regression] stdarg pass produces wrong code

2012-07-02 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41089 Richard Guenther changed: What|Removed |Added Target Milestone|4.5.4 |4.6.4

[Bug libstdc++/40974] [4.6/4.7/4.8 Regression] cannot build gcc-4.4.1: fenv_t has not been declared

2012-07-02 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40974 Richard Guenther changed: What|Removed |Added Target Milestone|4.5.4 |4.6.4

[Bug c++/53810] template class static not defined

2012-07-02 Thread ajrobb57 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53810 --- Comment #8 from Andrew Robb 2012-07-02 13:41:11 UTC --- thank you

[Bug objc/39753] [4.6/4.7/4.8 Regression] Objective-C(++) and C90 strict-aliasing interaction bug

2012-07-02 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39753 Richard Guenther changed: What|Removed |Added Target Milestone|4.5.4 |4.6.4

[Bug c++/53810] template class static not defined

2012-07-02 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53810 --- Comment #7 from Jonathan Wakely 2012-07-02 13:38:16 UTC --- It's not a mistake in the standard, and it's not generally possible to warn at compile-time about a missing definition at link-time.

[Bug c++/14179] [4.6/4.7/4.8 Regression] out of memory while parsing array with many initializers

2012-07-02 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14179 Richard Guenther changed: What|Removed |Added Target Milestone|4.5.4 |4.6.4

[Bug rtl-optimization/40797] [4.6/4.7/4.8 Regression] ICE in df_refs_verify, at df-scan.c:4361

2012-07-02 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40797 Richard Guenther changed: What|Removed |Added Target Milestone|4.5.4 |4.6.4

[Bug target/15184] [4.6/4.7/4.8 Regression] Direct access to byte inside word not working with -march=pentiumpro

2012-07-02 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15184 Richard Guenther changed: What|Removed |Added Target Milestone|4.5.4 |4.6.4

[Bug c++/20681] [4.6 Regression] wrong "control reaches" warning with switches

2012-07-02 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20681 Richard Guenther changed: What|Removed |Added Target Milestone|4.5.4 |4.6.4

[Bug ada/32164] [4.6/4.7/4.8 Regression] ICE when renaming predefined "=" and "/="

2012-07-02 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32164 Richard Guenther changed: What|Removed |Added Target Milestone|4.5.4 |4.6.4

[Bug target/18346] [4.6/4.7/4.8 regression] mmix-knuth-mmixware testsuite failure: gcc.dg/trampoline-1.c

2012-07-02 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18346 Richard Guenther changed: What|Removed |Added Target Milestone|4.5.4 |4.6.4

[Bug driver/14435] [4.6/4.7/4.8 Regression] gnatchop cannot use the compiled compiler in Ada's testsuite because of changed GCC_EXEC_PREFIX semantics

2012-07-02 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14435 Richard Guenther changed: What|Removed |Added Target Milestone|4.5.4 |4.6.4

[Bug middle-end/40154] [4.6/4.7/4.8 Regression] internal compiler error: in do_SUBST, at combine.c:681

2012-07-02 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40154 Richard Guenther changed: What|Removed |Added Target Milestone|4.5.4 |4.6.4

[Bug middle-end/26241] [4.6/4.7/4.8 Regression] None of the IPA passes are documented in passes.texi

2012-07-02 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26241 Richard Guenther changed: What|Removed |Added Target Milestone|4.5.4 |4.6.4

[Bug c++/22488] [4.6/4.7/4.8 Regression] push_fields_onto_fieldstack calculates offset incorrectly

2012-07-02 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22488 Richard Guenther changed: What|Removed |Added Target Milestone|4.5.4 |4.6.4

[Bug c/23144] [4.6/4.7/4.8 Regression] invalid parameter forward declarations not diagnosed

2012-07-02 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23144 Richard Guenther changed: What|Removed |Added Target Milestone|4.5.4 |4.6.4

[Bug c++/40405] [4.6/4.7/4.8 Regression] ICE with invalid initialization of template member

2012-07-02 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40405 Richard Guenther changed: What|Removed |Added Target Milestone|4.5.4 |4.6.4

[Bug target/40454] [4.6/4.7/4.8 regression] zlib is about 20% slower when compiled with GCC 4.4.1

2012-07-02 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40454 Richard Guenther changed: What|Removed |Added Target Milestone|4.5.4 |4.6.4

[Bug middle-end/38059] [4.6/4.7/4.8 Regression] Compile time regression for gcc.dg/20020425-1.c

2012-07-02 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38059 Richard Guenther changed: What|Removed |Added Target Milestone|4.5.4 |4.6.4

[Bug c/35330] [4.6/4.7/4.8 regression] ICE with invalid pragma weak

2012-07-02 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35330 Richard Guenther changed: What|Removed |Added Target Milestone|4.5.4 |4.6.4

[Bug c++/42315] [4.6/4.7/4.8 Regression] ICE with invalid array initializer

2012-07-02 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42315 Richard Guenther changed: What|Removed |Added Target Milestone|4.5.4 |4.6.4

  1   2   3   4   >