[Bug tree-optimization/58011] GCC segfaults at -O1

2014-02-28 Thread olegendo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58011 --- Comment #3 from Oleg Endo --- Is this done? If so, can we close this PR?

[Bug regression/60363] [4.9 Regression]: logical_op_short_circuit, gcc.dg/tree-ssa/ssa-dom-thread-4.c scan-tree-dump-times dom1 "Threaded" 4

2014-02-28 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60363 Richard Biener changed: What|Removed |Added Target Milestone|--- |4.9.0

[Bug c/60360] __attribute((aligned(...))) changes sizeof(...) of struct

2014-02-28 Thread dabler at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60360 --- Comment #6 from DaBler --- When I call sizeof(...) on the int type (instead of a variable), it is the same: typedef int TypeInt __attribute((aligned(64))); printf("%zu %zu\n", sizeof(TypeInt), alignof(TypeInt)); // Output: 4 64 Moreover, It

[Bug lto/55113] ICE with LTO and -fshort-double

2014-02-28 Thread pmatos at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55113 --- Comment #16 from pmatos at gcc dot gnu.org --- (In reply to Richard Biener from comment #14) > > Well. At least to my theory (didn't try). > Theory and practice match. It seems to fix the bug and work fine. I will do some further testing an

[Bug c++/60364] New: [[noreturn]] specified for second declaration but not first doesn't result in a diagnostic

2014-02-28 Thread filip.roseen at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60364 Bug ID: 60364 Summary: [[noreturn]] specified for second declaration but not first doesn't result in a diagnostic Product: gcc Version: 4.9.0 Status: UNCONFIRMED

[Bug c++/60365] New: multiple noreturn attribute specifiers in single declaration doesn't result in a diagnostic

2014-02-28 Thread filip.roseen at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60365 Bug ID: 60365 Summary: multiple noreturn attribute specifiers in single declaration doesn't result in a diagnostic Product: gcc Version: 4.9.0 Status: UNCONFIRMED

[Bug ipa/60306] [4.9 Regression] Incorrect devirtualization "pure virtual method called"

2014-02-28 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60306 --- Comment #6 from Richard Biener --- (In reply to Jan Hubicka from comment #4) > OK, I am re-considering my decision to not assign this to Martin. > The problem is the following. We have call: > > struct Box x; > ... > x = edges_connecting

[Bug ipa/60306] [4.9 Regression] Incorrect devirtualization "pure virtual method called"

2014-02-28 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60306 --- Comment #7 from Richard Biener --- Of course the bug seems to be static bool stmt_may_be_vtbl_ptr_store (gimple stmt) { if (is_gimple_call (stmt)) return false; ^^^ this. I remember being very curious when seeing this ;) Please at th

[Bug debug/57232] wcstol.c:213:1: internal compiler error

2014-02-28 Thread aoliva at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57232 --- Comment #20 from Alexandre Oliva --- Author: aoliva Date: Fri Feb 28 12:45:36 2014 New Revision: 208219 URL: http://gcc.gnu.org/viewcvs?rev=208219&root=gcc&view=rev Log: PR debug/57232 * var-tracking.c (vt_initialize): Apply the same conditio

[Bug debug/59992] [4.9 Regression] Compilation of insn-recog.c too slow due to var-tracking

2014-02-28 Thread aoliva at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59992 --- Comment #11 from Alexandre Oliva --- Author: aoliva Date: Fri Feb 28 12:57:06 2014 New Revision: 208220 URL: http://gcc.gnu.org/viewcvs?rev=208220&root=gcc&view=rev Log: PR debug/59992 * cselib.c (remove_useless_values): Skip to avoid quadrat

[Bug debug/59992] [4.9 Regression] Compilation of insn-recog.c too slow due to var-tracking

2014-02-28 Thread aoliva at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59992 Alexandre Oliva changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug debug/57232] wcstol.c:213:1: internal compiler error

2014-02-28 Thread aoliva at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57232 Alexandre Oliva changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug tree-optimization/60280] [4.9 Regression] gcc.target/arm/ivopts.c and gcc.target/arm/ivopts-2.c failed caused by preserving loop structure.

2014-02-28 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60280 --- Comment #7 from Richard Biener --- Author: rguenth Date: Fri Feb 28 13:14:23 2014 New Revision: 208222 URL: http://gcc.gnu.org/viewcvs?rev=208222&root=gcc&view=rev Log: 2014-02-28 Richard Biener PR target/60280 * tree-cfgcleanup.c

[Bug debug/59992] [4.9 Regression] Compilation of insn-recog.c too slow due to var-tracking

2014-02-28 Thread aoliva at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59992 --- Comment #12 from Alexandre Oliva --- Author: aoliva Date: Fri Feb 28 12:57:40 2014 New Revision: 208221 URL: http://gcc.gnu.org/viewcvs?rev=208221&root=gcc&view=rev Log: PR debug/59992 * cselib.c (cselib_hasher::equal): Special-case VALUE loo

[Bug tree-optimization/53787] Possible IPA-SRA / IPA-CP improvement

2014-02-28 Thread izamyatin at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53787 --- Comment #18 from Igor Zamyatin --- Martin, I checked the patch and can confirm it gives necessary speedup on the test (UMTmk_1.1) Thanks!

[Bug c++/60366] New: ICE with self-invoking lambdas

2014-02-28 Thread jengelh at inai dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60366 Bug ID: 60366 Summary: ICE with self-invoking lambdas Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assig

[Bug fortran/60359] [OOP] symbol `__io_MOD___copy_character_1' is already defined

2014-02-28 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60359 janus at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug middle-end/59176] [4.9 Regression] ICE edge points to wrong declaration / verify_cgraph_node failed

2014-02-28 Thread jamborm at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59176 Martin Jambor changed: What|Removed |Added CC||jamborm at gcc dot gnu.org Assi

[Bug c++/60314] [C++1y] ICE with decltype(auto) when generating debug information

2014-02-28 Thread paolo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60314 --- Comment #4 from paolo at gcc dot gnu.org --- Author: paolo Date: Fri Feb 28 16:51:21 2014 New Revision: 208225 URL: http://gcc.gnu.org/viewcvs?rev=208225&root=gcc&view=rev Log: 2014-02-25 Paolo Carlini PR c++/60314 * dwarf2out.c (

[Bug c++/60314] [C++1y] ICE with decltype(auto) when generating debug information

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

[Bug lto/60150] [4.9 Regression] ICE in function_and_variable_visibility, at ipa.c:1000

2014-02-28 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60150 Jan Hubicka changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned at g

[Bug c++/58678] [4.9 Regression] pykde4-4.11.2 link error (devirtualization too trigger happy)

2014-02-28 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58678 --- Comment #18 from Jan Hubicka --- It is a speculative devirtualization; we see no other option than B, so we try to inline it. Speculative devirtualization already has logic in it so it won't pick method without definition (it also will pick if

[Bug c++/60367] New: Default argument object is not getting constructed

2014-02-28 Thread rob.desbois at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60367 Bug ID: 60367 Summary: Default argument object is not getting constructed Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Componen

[Bug fortran/60357] [F08] structure constructor with unspecified values for allocatable components

2014-02-28 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60357 janus at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|una

[Bug middle-end/59176] [4.9 Regression] ICE edge points to wrong declaration / verify_cgraph_node failed

2014-02-28 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59176 --- Comment #10 from Jan Hubicka --- hmm, I see, same body alias... Well, remove_unreachable_nodes does two things, it removes nodes that are completely unreachable and also removes definitions of nodes where definition is not needed, but they ar

[Bug fortran/60359] [OOP] symbol `__io_MOD___copy_character_1' is already defined

2014-02-28 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60359 --- Comment #5 from janus at gcc dot gnu.org --- (In reply to janus from comment #4) > This is due to a small bug in find_intrinsic_vtab. Patch: The patch from comment #4 regtests cleanly.

[Bug fortran/60359] [OOP] symbol `__io_MOD___copy_character_1' is already defined

2014-02-28 Thread sgk at troutmask dot apl.washington.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60359 --- Comment #6 from Steve Kargl --- On Fri, Feb 28, 2014 at 05:36:54PM +, janus at gcc dot gnu.org wrote: > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60359 > > --- Comment #5 from janus at gcc dot gnu.org --- > (In reply to janus from comme

[Bug preprocessor/60368] New: ICE on not unibyte character in execution character set

2014-02-28 Thread rmansfield at qnx dot com
et: x86_64-unknown-linux-gnu Configured with: ../configure --enable-languages=c++,lto Thread model: posix gcc version 4.9.0 20140228 (experimental) [trunk revision 208224] (GCC) $ ./xgcc -B. -fexec-charset=UTF-16 ~/ice.c /home/ryan/ice.c: In function ‘main’: /home/ryan/ice.c:9:0: internal comp

[Bug c++/58678] [4.9 Regression] pykde4-4.11.2 link error (devirtualization too trigger happy)

2014-02-28 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58678 --- Comment #19 from Jason Merrill --- I think it would make sense to suppress speculative devirtualization of a DECL_ARTIFICIAL destructor, since that seems to be the problem here (and in 53808). I think it's better to address this in devirtuali

[Bug preprocessor/60368] ICE on not unibyte character in execution character set

2014-02-28 Thread rmansfield at qnx dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60368 --- Comment #1 from Ryan Mansfield --- Maybe a WONTFIX. It's not clear to me why cpp_host_to_exec_charset is using CPP_DL_ICE for this instead of CPP_DL_ERROR

[Bug ada/51483] [4.7/4.8/4.9 regression] cstand.adb:Register_Float_Type makes invalid assumptions about FP representation

2014-02-28 Thread law at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51483 --- Comment #17 from Jeffrey A. Law --- Eric, there's an updated patch in c#8 which reportedly fixes the problem by passing both the precision and storage size of Register_Float_Type. I'm nowhere near versed enough in Ada to know if Mikael's on t

[Bug target/60369] New: [PATCH] [TIC6X] new compiler intrinsics

2014-02-28 Thread wojtek.golf at interia dot pl
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60369 Bug ID: 60369 Summary: [PATCH] [TIC6X] new compiler intrinsics Product: gcc Version: 4.8.3 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target

[Bug fortran/60370] New: TRANSPOSE on rhs of allocatable array assignment gives bounds error

2014-02-28 Thread townsend at astro dot wisc.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60370 Bug ID: 60370 Summary: TRANSPOSE on rhs of allocatable array assignment gives bounds error Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal

[Bug c++/58610] [4.7/4.8/4.9 Regression] [c++11] ICE with constexpr of class with template constructor

2014-02-28 Thread paolo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58610 --- Comment #2 from paolo at gcc dot gnu.org --- Author: paolo Date: Fri Feb 28 20:20:21 2014 New Revision: 208226 URL: http://gcc.gnu.org/viewcvs?rev=208226&root=gcc&view=rev Log: /cp 2014-02-28 Paolo Carlini PR c++/58610 * cp-tree.h

[Bug c++/58610] [4.7/4.8/4.9 Regression] [c++11] ICE with constexpr of class with template constructor

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

[Bug c++/55004] [meta-bug] constexpr issues

2014-02-28 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55004 Bug 55004 depends on bug 58610, which changed state. Bug 58610 Summary: [4.7/4.8/4.9 Regression] [c++11] ICE with constexpr of class with template constructor http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58610 What|Removed

[Bug ipa/60306] [4.9 Regression] Incorrect devirtualization "pure virtual method called"

2014-02-28 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60306 --- Comment #8 from Jan Hubicka --- Created attachment 32235 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32235&action=edit Better WIP patch Yep, ignoring the calls also surprised me. I spent some time trying to think of and produce more e

[Bug target/57295] target c6x-elf // internal compiler error: in extract_insn, at recog.c:2150

2014-02-28 Thread wojtek.golf at interia dot pl
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57295 Wojciech Migda changed: What|Removed |Added CC||wojtek.golf at interia dot pl --- Commen

[Bug fortran/60359] [OOP] symbol `__io_MOD___copy_character_1' is already defined

2014-02-28 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60359 --- Comment #7 from janus at gcc dot gnu.org --- Author: janus Date: Fri Feb 28 21:30:04 2014 New Revision: 208227 URL: http://gcc.gnu.org/viewcvs?rev=208227&root=gcc&view=rev Log: 2014-02-28 Janus Weil PR fortran/60359 * class.c (find

[Bug fortran/60359] [OOP] symbol `__io_MOD___copy_character_1' is already defined

2014-02-28 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60359 janus at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/60371] New: std::vector::emplace_back

2014-02-28 Thread dilyan.palauzov at aegee dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60371 Bug ID: 60371 Summary: std::vector::emplace_back Product: gcc Version: 4.8.3 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee:

[Bug ada/51483] [4.7/4.8/4.9 regression] cstand.adb:Register_Float_Type makes invalid assumptions about FP representation

2014-02-28 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51483 --- Comment #18 from Eric Botcazou --- > Eric, there's an updated patch in c#8 which reportedly fixes the problem by > passing both the precision and storage size of Register_Float_Type. Right, this is the way to go. > I'm nowhere near versed en

[Bug c++/60371] std::vector::emplace_back

2014-02-28 Thread dilyan.palauzov at aegee dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60371 Дилян Палаузов changed: What|Removed |Added CC||dilyan.palauzov at aegee dot org --- Co

[Bug c++/32039] Using declaration accepts non-visible members from base classes

2014-02-28 Thread fabien at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32039 --- Comment #2 from fabien at gcc dot gnu.org --- (In reply to Andrew Stubbs from comment #0) > The problem should be that B::foo hides A::foo from class C. Clause 7.3.3/14 > of the C++ standard says the using declaration should not work, in this c

[Bug c++/32039] Using declaration accepts non-visible members from base classes

2014-02-28 Thread fabien at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32039 --- Comment #3 from fabien at gcc dot gnu.org --- (In reply to Eelis from comment #1) > Still accepted by 4.4. Comeau concurs with reporter, and rejects saying: > > line 15: error: class member designated by a > using-declaration must be vis

[Bug c++/32039] Using declaration accepts non-visible members from base classes

2014-02-28 Thread fabien at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32039 fabien at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|--

[Bug libgcc/60166] ARM default NAN encoding violates EABI

2014-02-28 Thread jye2 at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60166 --- Comment #3 from jye2 at gcc dot gnu.org --- Author: jye2 Date: Fri Feb 28 21:53:40 2014 New Revision: 208229 URL: http://gcc.gnu.org/viewcvs?rev=208229&root=gcc&view=rev Log: 2014-02-28 Joey Ye PR libgcc/60166 * config/arm/

[Bug c++/60372] New: incorrect destruction order for function parameter objects

2014-02-28 Thread jens.maurer at gmx dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60372 Bug ID: 60372 Summary: incorrect destruction order for function parameter objects Product: gcc Version: 4.8.2 Status: UNCONFIRMED Severity: normal Prio

[Bug c++/60371] std::vector::emplace_back

2014-02-28 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60371 --- Comment #2 from Andrew Pinski --- This sounds like there is a copy constructor happening and you don't have a copy constructor defined so it is a direct assignment which means you will get a double free.

[Bug libgcc/60166] ARM default NAN encoding violates EABI

2014-02-28 Thread jye2 at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60166 --- Comment #4 from jye2 at gcc dot gnu.org --- Author: jye2 Date: Fri Feb 28 22:00:52 2014 New Revision: 208230 URL: http://gcc.gnu.org/viewcvs?rev=208230&root=gcc&view=rev Log: 2014-02-28 Joey Ye Backport from mainline r208229 2014-0

[Bug libgcc/60166] ARM default NAN encoding violates EABI

2014-02-28 Thread joey.ye at arm dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60166 Joey Ye changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug libgcc/60166] ARM default NAN encoding violates EABI

2014-02-28 Thread jye2 at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60166 --- Comment #6 from jye2 at gcc dot gnu.org --- Author: jye2 Date: Fri Feb 28 22:05:13 2014 New Revision: 208233 URL: http://gcc.gnu.org/viewcvs?rev=208233&root=gcc&view=rev Log: 2014-02-28 Joey Ye Backport from mainline r208229 2014-0

[Bug c++/60371] std::vector::emplace_back

2014-02-28 Thread dilyan.palauzov at aegee dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60371 --- Comment #3 from Дилян Палаузов --- Indeed, adding z (const z& x) { var = strdup (x.var); } solves the problem. However, I don't understand how that "y.clear();" between the y.emplace_back() in the original program avoids the double free.

[Bug c++/60371] std::vector::emplace_back

2014-02-28 Thread dilyan.palauzov at aegee dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60371 Дилян Палаузов changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/60373] New: half warning: visibility attribute ignored because it

2014-02-28 Thread glisse at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60373 Bug ID: 60373 Summary: half warning: visibility attribute ignored because it Product: gcc Version: 4.9.0 Status: UNCONFIRMED Keywords: diagnostic Severity: normal

[Bug c++/60190] [c++1y] ICE with invalid return type of template lambda

2014-02-28 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60190 Volker Reichelt changed: What|Removed |Added Keywords||error-recovery, |

[Bug c++/60374] New: [4.7/4.8/4.9 Regression] ICE with invalid template specialization

2014-02-28 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60374 Bug ID: 60374 Summary: [4.7/4.8/4.9 Regression] ICE with invalid template specialization Product: gcc Version: 4.9.0 Status: UNCONFIRMED Keywords: error-recovery

[Bug c++/60374] [4.7/4.8/4.9 Regression] ICE with invalid template specialization

2014-02-28 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60374 Volker Reichelt changed: What|Removed |Added Known to work||4.5.0, 4.6.0 Target Milestone|---

[Bug c++/32039] Using declaration accepts non-visible members from base classes

2014-02-28 Thread harald at gigawatt dot nl
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32039 Harald van Dijk changed: What|Removed |Added CC||harald at gigawatt dot nl --- Comment #

[Bug c++/60375] New: [4.9 Regression] ICE with invalid use of lambda

2014-02-28 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60375 Bug ID: 60375 Summary: [4.9 Regression] ICE with invalid use of lambda Product: gcc Version: 4.9.0 Status: UNCONFIRMED Keywords: error-recovery, ice-on-invalid-code Severi

[Bug c++/60375] [4.9 Regression] ICE with invalid use of lambda

2014-02-28 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60375 Volker Reichelt changed: What|Removed |Added Known to work||4.5.0, 4.6.0, 4.7.0, 4.8.0 Target Mil

[Bug c++/58678] [4.9 Regression] pykde4-4.11.2 link error (devirtualization too trigger happy)

2014-02-28 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58678 --- Comment #20 from Jason Merrill --- Author: jason Date: Sat Mar 1 00:17:09 2014 New Revision: 208241 URL: http://gcc.gnu.org/viewcvs?rev=208241&root=gcc&view=rev Log: PR c++/58678 * ipa-devirt.c (ipa_devirt): Don't choose an implicitl

[Bug c++/60376] New: [4.9 Regression] ICE with invalid use of using

2014-02-28 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60376 Bug ID: 60376 Summary: [4.9 Regression] ICE with invalid use of using Product: gcc Version: 4.9.0 Status: UNCONFIRMED Keywords: error-recovery, ice-on-invalid-code Severit

[Bug c++/60376] [4.9 Regression] ICE with invalid use of using

2014-02-28 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60376 Volker Reichelt changed: What|Removed |Added Known to work||4.8.0 Target Milestone|---

[Bug c++/60305] [4.7 Regression] ICE constexpr array of functions in template

2014-02-28 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60305 Volker Reichelt changed: What|Removed |Added Status|UNCONFIRMED |NEW Known to work|

[Bug c++/60377] New: [c++1y] ICE with invalid function parameter in conjunction with auto parameter

2014-02-28 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60377 Bug ID: 60377 Summary: [c++1y] ICE with invalid function parameter in conjunction with auto parameter Product: gcc Version: 4.9.0 Status: UNCONFIRMED Keywords: d

[Bug c++/58678] [4.9 Regression] pykde4-4.11.2 link error (devirtualization too trigger happy)

2014-02-28 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58678 Jason Merrill changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Bug c++/32039] Using declaration accepts non-visible members from base classes

2014-02-28 Thread fabien at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32039 fabien at gcc dot gnu.org changed: What|Removed |Added Status|RESOLVED|ASSIGNED Resolution|IN