[Bug c++/58170] [4.7/4.8 Regression] [c++11] Crash when aliasing a template class that is a member of its template base class.

2014-02-21 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58170 Jason Merrill changed: What|Removed |Added Status|ASSIGNED|NEW Known to work|

[Bug c++/60315] New: template constructor switch optimization

2014-02-21 Thread garcia.espinosa.jr at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60315 Bug ID: 60315 Summary: template constructor switch optimization Product: gcc Version: unknown Status: UNCONFIRMED Severity: minor Priority: P3 Component: c++

[Bug c++/58170] [4.7/4.8/4.9 Regression] [c++11] Crash when aliasing a template class that is a member of its template base class.

2014-02-21 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58170 --- Comment #3 from Jason Merrill --- Author: jason Date: Sat Feb 22 05:50:12 2014 New Revision: 208040 URL: http://gcc.gnu.org/viewcvs?rev=208040&root=gcc&view=rev Log: PR c++/58170 * parser.c (cp_parser_type_name): Always check dependen

[Bug c++/60185] [4.9 Regression] ICE with invalid default parameter

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

[Bug c++/59347] [4.9 Regression] ICE on invalid: tree check: expected class 'type', have 'exceptional' (error_mark) in tsubst_decl, at cp/pt.c:10798

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

[Bug c++/60186] [4.9 Regression] [c++11] ICE with invalid value in constexpr array initializer

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

[Bug c++/60187] [4.7/4.8/4.9 Regression] [c++11] ICE with parameter pack as underlying type for enum

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

[Bug c++/60241] [4.7/4.8 Regression] internal compiler error: in finish_member_declaration, at cp/semantics.c:2617

2014-02-21 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60241 Jason Merrill changed: What|Removed |Added Summary|[4.7/4.8/4.9 Regression]|[4.7/4.8 Regression] |i

[Bug c++/60108] [4.7/4.8/4.9 Regression] [C++11] ICE in use_thunk, at cp/method.c:340

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

[Bug c/59193] Unused postfix operator temporaries

2014-02-21 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59193 Andrew Pinski changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Bug middle-end/60313] volatile prevents optimizing logic on memory

2014-02-21 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60313 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug rtl-optimization/50677] volatile forces load into register

2014-02-21 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50677 Andrew Pinski changed: What|Removed |Added CC||hjl.tools at gmail dot com --- Comment #3

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

2014-02-21 Thread lucdanton at free dot fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60314 Bug ID: 60314 Summary: [4.9][C++1y] ICE with decltype(auto) when generating debug information Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal

[Bug fortran/59700] [4.8/4.9 Regression] Misleading/buggy runtime error message: Bad integer for item 0 in list input

2014-02-21 Thread jvdelisle at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59700 Jerry DeLisle changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug fortran/59700] [4.8/4.9 Regression] Misleading/buggy runtime error message: Bad integer for item 0 in list input

2014-02-21 Thread jvdelisle at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59700 --- Comment #25 from Jerry DeLisle --- Author: jvdelisle Date: Sat Feb 22 02:50:39 2014 New Revision: 208039 URL: http://gcc.gnu.org/viewcvs?rev=208039&root=gcc&view=rev Log: 2014-02-21 Steven G. Kargl Backport from mainline PR fortra

[Bug middle-end/60313] volatile prevents optimizing logic on memory

2014-02-21 Thread glisse at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60313 --- Comment #1 from Marc Glisse --- Dup of PR 50677 ?

[Bug libfortran/59764] Read logicals, line buffer, item_count, and error message consistancy

2014-02-21 Thread jvdelisle at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59764 --- Comment #6 from Jerry DeLisle --- Author: jvdelisle Date: Sat Feb 22 02:11:44 2014 New Revision: 208038 URL: http://gcc.gnu.org/viewcvs?rev=208038&root=gcc&view=rev Log: 2014-02-21 Jerry DeLisle Dominique d'Humieres Steve

[Bug fortran/59700] [4.8/4.9 Regression] Misleading/buggy runtime error message: Bad integer for item 0 in list input

2014-02-21 Thread jvdelisle at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59700 --- Comment #24 from Jerry DeLisle --- Author: jvdelisle Date: Sat Feb 22 02:11:44 2014 New Revision: 208038 URL: http://gcc.gnu.org/viewcvs?rev=208038&root=gcc&view=rev Log: 2014-02-21 Jerry DeLisle Dominique d'Humieres Stev

[Bug c/59193] Unused postfix operator temporaries

2014-02-21 Thread mtewoodbury at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59193 Max TenEyck Woodbury changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|INVALI

[Bug middle-end/60313] New: volatile prevents optimizing logic on memory

2014-02-21 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60313 Bug ID: 60313 Summary: volatile prevents optimizing logic on memory Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: middl

[Bug middle-end/60226] ICE initializing array of elements with too large alignment

2014-02-21 Thread glisse at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60226 Marc Glisse changed: What|Removed |Added CC||mikulas at artax dot karlin.mff.cu

[Bug middle-end/60310] internal compiler error due to excessive alignment

2014-02-21 Thread glisse at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60310 Marc Glisse changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/60312] [4.9 Regression] [c++1y] ICE using auto as template parameter

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

[Bug c++/60312] New: [4.9 Regression] [c++1y] ICE using auto as template parameter

2014-02-21 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60312 Bug ID: 60312 Summary: [4.9 Regression] [c++1y] ICE using auto as template parameter Product: gcc Version: 4.9.0 Status: UNCONFIRMED Keywords: ice-on-invalid-cod

[Bug c++/60311] New: [c++1y] ICE with pointer-to-function with auto parameter

2014-02-21 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60311 Bug ID: 60311 Summary: [c++1y] ICE with pointer-to-function with auto parameter Product: gcc Version: 4.9.0 Status: UNCONFIRMED Keywords: ice-on-invalid-code

[Bug middle-end/60310] New: internal compiler error due to excessive alignment

2014-02-21 Thread mikulas at artax dot karlin.mff.cuni.cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60310 Bug ID: 60310 Summary: internal compiler error due to excessive alignment Product: gcc Version: 4.8.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug middle-end/60147] [4.9 Regression] ICE with -fdump-tree-original and NAMELIST

2014-02-21 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60147 Tobias Burnus changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned at

[Bug middle-end/60147] [4.9 Regression] ICE with -fdump-tree-original and NAMELIST

2014-02-21 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60147 Tobias Burnus changed: What|Removed |Added Keywords||ice-on-valid-code Component|fort

[Bug fortran/59700] [4.8/4.9 Regression] Misleading/buggy runtime error message: Bad integer for item 0 in list input

2014-02-21 Thread sgk at troutmask dot apl.washington.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59700 --- Comment #23 from Steve Kargl --- On Sat, Feb 22, 2014 at 12:02:38AM +, jvdelisle at gcc dot gnu.org wrote: > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59700 > > --- Comment #22 from Jerry DeLisle --- > Fixed on trunk. Do I need to back

[Bug libgcj/60309] JNI_CreateJavaVM aborts with java.system.class.loader property set

2014-02-21 Thread mtmiller at ieee dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60309 --- Comment #2 from Mike Miller --- Created attachment 32196 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32196&action=edit trivial java main program crashes with custom class loader

[Bug libgcj/60309] JNI_CreateJavaVM aborts with java.system.class.loader property set

2014-02-21 Thread mtmiller at ieee dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60309 --- Comment #1 from Mike Miller --- Created attachment 32195 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32195&action=edit GNU Octave system class loader

[Bug libgcj/60309] New: JNI_CreateJavaVM aborts with java.system.class.loader property set

2014-02-21 Thread mtmiller at ieee dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60309 Bug ID: 60309 Summary: JNI_CreateJavaVM aborts with java.system.class.loader property set Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal

[Bug libstdc++/60308] [4.9 Regression] std::deque leaks memory

2014-02-21 Thread glisse at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60308 --- Comment #3 from Marc Glisse --- I guess this should take us back to how it worked in 4.8: --- stl_deque.h(revision 207837) +++ stl_deque.h(working copy) @@ -467,7 +467,7 @@ _GLIBCXX_BEGIN_NAMESPACE_CONTAINER _Deque_base(const

[Bug libstdc++/60308] [4.9 Regression] std::deque leaks memory

2014-02-21 Thread glisse at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60308 --- Comment #2 from Marc Glisse --- Seems to be my fault in r202781: _Deque_base(const allocator_type& __a) : _M_impl(__a) - { } + { _M_initialize_map(0); }

[Bug c++/60254] [4.7/4.8/4.9 Regression] [c++11] ICE with non-const expression in static_assert

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

[Bug libstdc++/60308] [4.9 Regression] std::deque leaks memory

2014-02-21 Thread glisse at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60308 Marc Glisse changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug fortran/59700] [4.8/4.9 Regression] Misleading/buggy runtime error message: Bad integer for item 0 in list input

2014-02-21 Thread jvdelisle at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59700 --- Comment #22 from Jerry DeLisle --- Fixed on trunk. Do I need to backport this?

[Bug libfortran/59764] Read logicals, line buffer, item_count, and error message consistancy

2014-02-21 Thread jvdelisle at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59764 Jerry DeLisle changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug libstdc++/60308] New: [4.9 Regression] std::deque leaks memory

2014-02-21 Thread ppluzhnikov at google dot com
eof (ia) / sizeof (ia[0])); } } Using current trunk: g++ (GCC) 4.9.0 20140221 (experimental) g++ -g t.cc Valgrind says: valgrind --leak-check=yes ./a.out ==24027== HEAP SUMMARY: ==24027== in use at exit: 5,760 bytes in 20 blocks ==24027== total heap usage: 40 allocs, 20 frees, 11,

[Bug fortran/60302] [4.9 Regression] ICE with c_f_pointer and android cross compiler

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

[Bug fortran/60302] [4.9 Regression] ICE with c_f_pointer and android cross compiler

2014-02-21 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60302 --- Comment #7 from janus at gcc dot gnu.org --- Author: janus Date: Fri Feb 21 22:54:50 2014 New Revision: 208033 URL: http://gcc.gnu.org/viewcvs?rev=208033&root=gcc&view=rev Log: 2014-02-21 Janus Weil PR fortran/60302 * check.c (gfc_

[Bug fortran/60302] [4.9 Regression] ICE with c_f_pointer and android cross compiler

2014-02-21 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60302 --- Comment #6 from Tobias Burnus --- (In reply to janus from comment #4) > (In reply to janus from comment #3) > > The function 'gfc_check_c_f_pointer' was added in r197053 > ... and I think that's indeed the culprit. This patch fixes it: The pa

[Bug c++/60108] [4.7/4.8/4.9 Regression] [C++11] ICE in use_thunk, at cp/method.c:340

2014-02-21 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60108 --- Comment #3 from Jason Merrill --- Author: jason Date: Fri Feb 21 22:15:07 2014 New Revision: 208032 URL: http://gcc.gnu.org/viewcvs?rev=208032&root=gcc&view=rev Log: PR c++/60108 * semantics.c (expand_or_defer_fn_1): Check DECL_DEFAUL

[Bug c++/60187] [4.7/4.8/4.9 Regression] [c++11] ICE with parameter pack as underlying type for enum

2014-02-21 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60187 --- Comment #3 from Jason Merrill --- Author: jason Date: Fri Feb 21 22:15:01 2014 New Revision: 208031 URL: http://gcc.gnu.org/viewcvs?rev=208031&root=gcc&view=rev Log: PR c++/60187 * parser.c (cp_parser_enum_specifier): Call check_f

[Bug c++/60108] [4.7/4.8/4.9 Regression] [C++11] ICE in use_thunk, at cp/method.c:340

2014-02-21 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60108 --- Comment #2 from Jason Merrill --- Author: jason Date: Fri Feb 21 21:57:49 2014 New Revision: 208030 URL: http://gcc.gnu.org/viewcvs?rev=208030&root=gcc&view=rev Log: PR c++/60108 * semantics.c (expand_or_defer_fn_1): Check DECL_DEFAUL

[Bug rtl-optimization/60307] New: define_cond_exec with cc0 comparison generates wrong code, missing insn that sets cc0

2014-02-21 Thread makhaloff at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60307 Bug ID: 60307 Summary: define_cond_exec with cc0 comparison generates wrong code, missing insn that sets cc0 Product: gcc Version: 4.8.2 Status: UNCONFIRMED Seve

[Bug c++/60185] [4.9 Regression] ICE with invalid default parameter

2014-02-21 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60185 --- Comment #2 from Jason Merrill --- Author: jason Date: Fri Feb 21 21:53:46 2014 New Revision: 208029 URL: http://gcc.gnu.org/viewcvs?rev=208029&root=gcc&view=rev Log: PR c++/60185 * parser.c (cp_parser_default_argument): Clear curr

[Bug c++/60252] [4.7/4.8/4.9 Regression] [c++11] ICE with invalid variable-length array in lambda parameter

2014-02-21 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60252 --- Comment #4 from Jason Merrill --- Author: jason Date: Fri Feb 21 21:50:52 2014 New Revision: 208028 URL: http://gcc.gnu.org/viewcvs?rev=208028&root=gcc&view=rev Log: PR c++/60252 * lambda.c (maybe_resolve_dummy): Check lambda_function

[Bug c++/60186] [4.9 Regression] [c++11] ICE with invalid value in constexpr array initializer

2014-02-21 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60186 --- Comment #2 from Jason Merrill --- Author: jason Date: Fri Feb 21 21:49:05 2014 New Revision: 208027 URL: http://gcc.gnu.org/viewcvs?rev=208027&root=gcc&view=rev Log: PR c++/60186 * typeck2.c (massage_init_elt): Call fold_non_dependent

[Bug c++/60187] [4.7/4.8/4.9 Regression] [c++11] ICE with parameter pack as underlying type for enum

2014-02-21 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60187 --- Comment #2 from Jason Merrill --- Author: jason Date: Fri Feb 21 21:47:30 2014 New Revision: 208026 URL: http://gcc.gnu.org/viewcvs?rev=208026&root=gcc&view=rev Log: PR c++/60187 * parser.c (cp_parser_enum_specifier): Call check_f

[Bug c++/59347] [4.9 Regression] ICE on invalid: tree check: expected class 'type', have 'exceptional' (error_mark) in tsubst_decl, at cp/pt.c:10798

2014-02-21 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59347 --- Comment #5 from Jason Merrill --- Author: jason Date: Fri Feb 21 21:43:29 2014 New Revision: 208025 URL: http://gcc.gnu.org/viewcvs?rev=208025&root=gcc&view=rev Log: PR c++/59347 * pt.c (tsubst_decl) [TYPE_DECL]: Don't try to instanti

[Bug c++/60241] [4.7/4.8/4.9 Regression] internal compiler error: in finish_member_declaration, at cp/semantics.c:2617

2014-02-21 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60241 --- Comment #4 from Jason Merrill --- Author: jason Date: Fri Feb 21 21:41:16 2014 New Revision: 208024 URL: http://gcc.gnu.org/viewcvs?rev=208024&root=gcc&view=rev Log: PR c++/60241 * pt.c (lookup_template_class_1): Update DECL_TEMPLATE_

[Bug target/60298] [ARM/Thumb1] ICE caused by LRA for case pr54713-1.c

2014-02-21 Thread vmakarov at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60298 --- Comment #2 from Vladimir Makarov --- Author: vmakarov Date: Fri Feb 21 21:23:48 2014 New Revision: 208023 URL: http://gcc.gnu.org/viewcvs?rev=208023&root=gcc&view=rev Log: 2014-02-21 Vladimir Makarov PR target/60298 * lra-constrai

[Bug ipa/60306] New: Incorrect devirtualization "pure virtual method called"

2014-02-21 Thread bredelin at ucla dot edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60306 Bug ID: 60306 Summary: Incorrect devirtualization "pure virtual method called" Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Priorit

[Bug c++/60053] [c++1y] ICE with auto as member template function parameter

2014-02-21 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60053 Volker Reichelt changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/60052] [c++1y] ICE with auto as member function parameter

2014-02-21 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60052 Volker Reichelt changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/60167] [4.9 regression] Bogus error: conflicting declaration

2014-02-21 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60167 Bug 60167 depends on bug 58606, which changed state. Bug 58606 Summary: [4.8 Regression] [c++11] ICE with specialization in variadic template http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58606 What|Removed |Added

[Bug c++/58606] [4.8 Regression] [c++11] ICE with specialization in variadic template

2014-02-21 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58606 Volker Reichelt changed: What|Removed |Added Status|RESOLVED|REOPENED Known to work|

[Bug c++/58170] [4.7/4.8/4.9 Regression] [c++11] Crash when aliasing a template class that is a member of its template base class.

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

[Bug c++/59347] [4.9 Regression] ICE on invalid: tree check: expected class 'type', have 'exceptional' (error_mark) in tsubst_decl, at cp/pt.c:10798

2014-02-21 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59347 Jason Merrill changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned at

[Bug c++/60200] [4.9 Regression] [c++11] ICE with invalid use of auto in typedef

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

[Bug c++/59347] [4.9 Regression] ICE on invalid: tree check: expected class 'type', have 'exceptional' (error_mark) in tsubst_decl, at cp/pt.c:10798

2014-02-21 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59347 --- Comment #4 from Jason Merrill --- *** Bug 60200 has been marked as a duplicate of this bug. ***

[Bug c++/60108] [4.7/4.8/4.9 Regression] [C++11] ICE in use_thunk, at cp/method.c:340

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

[Bug fortran/60302] [4.9 Regression] ICE with c_f_pointer and android cross compiler

2014-02-21 Thread pault at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60302 Paul Thomas changed: What|Removed |Added CC||pault at gcc dot gnu.org --- Comment #5 fro

[Bug c++/60305] New: ICE constexpr array of functions in template

2014-02-21 Thread trashyankes at wp dot pl
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60305 Bug ID: 60305 Summary: ICE constexpr array of functions in template Product: gcc Version: 4.8.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++

[Bug c++/60185] [4.9 Regression] ICE with invalid default parameter

2014-02-21 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60185 Jason Merrill changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned at

[Bug fortran/60302] [4.9 Regression] ICE with c_f_pointer and android cross compiler

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

[Bug fortran/60302] [4.9 Regression] ICE with c_f_pointer and android cross compiler

2014-02-21 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60302 --- Comment #3 from janus at gcc dot gnu.org --- (In reply to Valery Weber from comment #0) > f951: internal compiler error: Aborted > 0xa217af crash_signal > > /home/vwe/libs/gcc/test/android-ndk-r9c/src/build/../gcc/gcc-4.8/gcc/toplev. > c

[Bug fortran/60302] [4.9 Regression] ICE with c_f_pointer and android cross compiler

2014-02-21 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60302 janus at gcc dot gnu.org changed: What|Removed |Added Keywords||ice-on-valid-code

[Bug target/58595] internal compiler error: in gen_movsi when compiling on arm some files of lttng-tools with -fPIE

2014-02-21 Thread meadori at codesourcery dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58595 --- Comment #3 from Meador Inge --- As shown in the backtrace, the ICE occurs when GCSE tries generate a move. The the following asserts fire in 'gen_movsi': gcc_assert (GET_CODE (tmp) == SYMBOL_REF); gcc_asser

[Bug target/58595] internal compiler error: in gen_movsi when compiling on arm some files of lttng-tools with -fPIE

2014-02-21 Thread meadori at codesourcery dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58595 Meador Inge changed: What|Removed |Added CC||meadori at codesourcery dot com --- Comment

[Bug c++/60186] [4.9 Regression] [c++11] ICE with invalid value in constexpr array initializer

2014-02-21 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60186 Jason Merrill changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned at

[Bug c++/60187] [4.7/4.8/4.9 Regression] [c++11] ICE with parameter pack as underlying type for enum

2014-02-21 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60187 Jason Merrill changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned at

[Bug c++/60200] [4.9 Regression] [c++11] ICE with invalid use of auto in typedef

2014-02-21 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60200 Jason Merrill changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned at

[Bug c++/60241] [4.7/4.8/4.9 Regression] internal compiler error: in finish_member_declaration, at cp/semantics.c:2617

2014-02-21 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60241 Jason Merrill changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned at

[Bug c++/60241] [4.7/4.8/4.9 Regression] internal compiler error: in finish_member_declaration, at cp/semantics.c:2617

2014-02-21 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60241 Jason Merrill changed: What|Removed |Added Keywords|accepts-invalid,|ice-on-valid-code |ice-

[Bug preprocessor/60304] Including disables -Wconversion-null

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

[Bug target/60300] [avr] Suboptimal stack pointer manipulation for frame setup

2014-02-21 Thread matthijs at stdin dot nl
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60300 --- Comment #1 from Matthijs Kooijman --- I noticed I didn't use -O in the output I pasted, but I just confirmed that the results are the same with -Os and -O3.

[Bug preprocessor/60304] Including disables -Wconversion-null

2014-02-21 Thread bug-reports at psdtechnologies dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60304 --- Comment #1 from bug-reports at psdtechnologies dot com --- Created attachment 32191 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32191&action=edit Similar code behaving as expected

[Bug preprocessor/60304] New: Including disables -Wconversion-null

2014-02-21 Thread bug-reports at psdtechnologies dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60304 Bug ID: 60304 Summary: Including disables -Wconversion-null Product: gcc Version: 4.8.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: preprocessor

[Bug c++/60219] [4.8/4.9 Regression] [c++11] ICE invalid use of variadic template

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

[Bug c++/60224] [4.7/4.8/4.9 Regression] ICE using invalid initializer for array

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

[Bug c++/60227] [4.7/4.8/4.9 Regression] [C++11] ICE using brace-enclosed initializer list to initialize array

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

[Bug c++/60299] [C++11] Copy constructor calls itself if base class has a constructor which is a variadic function template

2014-02-21 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60299 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/60227] [4.7/4.8/4.9 Regression] [C++11] ICE using brace-enclosed initializer list to initialize array

2014-02-21 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60227 --- Comment #2 from Jason Merrill --- Author: jason Date: Fri Feb 21 15:53:43 2014 New Revision: 208009 URL: http://gcc.gnu.org/viewcvs?rev=208009&root=gcc&view=rev Log: PR c++/60227 Fix ChangeLog Modified: trunk/gcc/cp/ChangeLog

[Bug c++/60299] [C++11] Copy constructor calls itself if base class has a constructor which is a variadic function template

2014-02-21 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60299 Jonathan Wakely changed: What|Removed |Added Severity|major |normal

[Bug c++/60252] [4.7/4.8/4.9 Regression] [c++11] ICE with invalid variable-length array in lambda parameter

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

[Bug c++/60248] [4.7/4.8/4.9 Regression] [C++11] ICE specializing variadic template

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

[Bug other/60303] Spelling Error

2014-02-21 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60303 Jonathan Wakely changed: What|Removed |Added Keywords||documentation, patch Status

[Bug c++/60216] [4.8/4.9 Regression] [c++11] Trouble with deleted template functions

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

[Bug c++/60051] [4.9 Regression] [c++11] ICE with auto and array initialization

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

[Bug c++/60216] [4.8/4.9 Regression] [c++11] Trouble with deleted template functions

2014-02-21 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60216 --- Comment #4 from Jason Merrill --- Author: jason Date: Fri Feb 21 15:29:32 2014 New Revision: 208008 URL: http://gcc.gnu.org/viewcvs?rev=208008&root=gcc&view=rev Log: PR c++/60216 * pt.c (register_specialization): Copy DECL_DELETED_FN

[Bug c++/60219] [4.8/4.9 Regression] [c++11] ICE invalid use of variadic template

2014-02-21 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60219 --- Comment #3 from Jason Merrill --- Author: jason Date: Fri Feb 21 15:29:25 2014 New Revision: 208007 URL: http://gcc.gnu.org/viewcvs?rev=208007&root=gcc&view=rev Log: PR c++/60219 * pt.c (coerce_template_parms): Bail if argument packin

[Bug c++/60248] [4.7/4.8/4.9 Regression] [C++11] ICE specializing variadic template

2014-02-21 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60248 --- Comment #4 from Jason Merrill --- Author: jason Date: Fri Feb 21 15:29:14 2014 New Revision: 208006 URL: http://gcc.gnu.org/viewcvs?rev=208006&root=gcc&view=rev Log: PR c++/60248 * mangle.c (mangle_decl): Don't make an alias for a TYP

[Bug fortran/60302] [4.9 Regression] ICE with c_f_pointer and android cross compiler

2014-02-21 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60302 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/60248] [4.7/4.8/4.9 Regression] [C++11] ICE specializing variadic template

2014-02-21 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60248 --- Comment #3 from Jason Merrill --- Author: jason Date: Fri Feb 21 15:01:54 2014 New Revision: 208005 URL: http://gcc.gnu.org/viewcvs?rev=208005&root=gcc&view=rev Log: PR c++/60248 * mangle.c (mangle_decl): Don't make an alias for a TYP

[Bug other/60303] New: Spelling Error

2014-02-21 Thread alangiderick at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60303 Bug ID: 60303 Summary: Spelling Error Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: other Assignee: unassigne

[Bug c/59850] Support sparse-style pointer address spaces (type attributes)

2014-02-21 Thread tromey at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59850 --- Comment #20 from Tom Tromey --- (In reply to Josh Triplett from comment #19) > I brought this exact case up on linux-sparse, and Christopher Li's (quite > reasonable) perspective was that it doesn't really make sense to put "force" > on a var

[Bug fortran/60302] New: ICE with c_f_pointer and android cross compiler

2014-02-21 Thread valeryweber at hotmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60302 Bug ID: 60302 Summary: ICE with c_f_pointer and android cross compiler Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fo

[Bug c++/60216] [4.8/4.9 Regression] [c++11] Trouble with deleted template functions

2014-02-21 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60216 --- Comment #3 from Jason Merrill --- Author: jason Date: Fri Feb 21 14:57:07 2014 New Revision: 208004 URL: http://gcc.gnu.org/viewcvs?rev=208004&root=gcc&view=rev Log: PR c++/60216 * pt.c (register_specialization): Copy DECL_DELETED_FN

  1   2   >