[Bug fortran/60378] New: ICE on attempt to print null of derived type with unlimited polymorphic component

2014-03-01 Thread vladimir.fuka at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60378 Bug ID: 60378 Summary: ICE on attempt to print null of derived type with unlimited polymorphic component Product: gcc Version: 4.8.3 Status: UNCONFIRMED

[Bug c++/56438] [4.8 regression] ICE in value_dependent_expression_p, at cp/pt.c:19551

2014-03-01 Thread trippels at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56438 Markus Trippelsdorf trippels at gcc dot gnu.org changed: What|Removed |Added CC||trippels

[Bug c++/56438] [4.8 regression] ICE in value_dependent_expression_p, at cp/pt.c:19551

2014-03-01 Thread trippels at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56438 --- Comment #6 from Markus Trippelsdorf trippels at gcc dot gnu.org --- Sorry, wrong bug.

[Bug c++/50025] [DR 1288] C++0x initialization syntax doesn't work for class members of reference type

2014-03-01 Thread ville.voutilainen at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50025 Ville Voutilainen ville.voutilainen at gmail dot com changed: What|Removed |Added CC|

[Bug c++/60379] New: [4.9 Regression] pugixml build failure caused by r207001

2014-03-01 Thread trippels at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60379 Bug ID: 60379 Summary: [4.9 Regression] pugixml build failure caused by r207001 Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal

[Bug target/60071] [4.9 Regression] [SH] internal compiler error: in final_scan_insn, at final.c:2963

2014-03-01 Thread olegendo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60071 --- Comment #8 from Oleg Endo olegendo at gcc dot gnu.org --- Author: olegendo Date: Sat Mar 1 13:16:37 2014 New Revision: 208242 URL: http://gcc.gnu.org/viewcvs?rev=208242root=gccview=rev Log: PR target/60071 * config/sh/sh.md

[Bug fortran/60370] TRANSPOSE on rhs of allocatable array assignment gives error with -fcheck=bounds

2014-03-01 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60370 janus at gcc dot gnu.org changed: What|Removed |Added Keywords||diagnostic, wrong-code

[Bug c++/58845] [4.8/4.9 Regression] Operator || and broken for vectors

2014-03-01 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58845 Jason Merrill jason at gcc dot gnu.org changed: What|Removed |Added CC||jason at gcc dot

[Bug fortran/60378] ICE on attempt to print null of derived type with unlimited polymorphic component

2014-03-01 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60378 janus at gcc dot gnu.org changed: What|Removed |Added CC||janus at gcc dot gnu.org ---

[Bug c++/58845] [4.8/4.9 Regression] Operator || and broken for vectors

2014-03-01 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58845 --- Comment #16 from Jason Merrill jason at gcc dot gnu.org --- Author: jason Date: Sat Mar 1 14:14:25 2014 New Revision: 208243 URL: http://gcc.gnu.org/viewcvs?rev=208243root=gccview=rev Log: PR c++/58845 * typeck.c

[Bug target/60071] [4.9 Regression] [SH] internal compiler error: in final_scan_insn, at final.c:2963

2014-03-01 Thread olegendo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60071 Oleg Endo olegendo at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug target/60111] [SH] ICE compiling Newlib

2014-03-01 Thread olegendo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60111 --- Comment #2 from Oleg Endo olegendo at gcc dot gnu.org --- In gen_ashift the assert gcc_assert (satisfies_constraint_P27 (n_rtx)); fires, which means that the requested shift amount is not 1, 2, 8 or 16. In gen_shifty_hi_op the function

[Bug debug/60380] New: [C++11] ICE: in gen_type_die_with_usage with -g and template instantiation

2014-03-01 Thread bcmpinc at hotmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60380 Bug ID: 60380 Summary: [C++11] ICE: in gen_type_die_with_usage with -g and template instantiation Product: gcc Version: 4.8.1 Status: UNCONFIRMED Severity:

[Bug c++/58845] [4.8/4.9 Regression] Operator || and broken for vectors

2014-03-01 Thread glisse at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58845 --- Comment #17 from Marc Glisse glisse at gcc dot gnu.org --- (In reply to Jason Merrill from comment #15) (In reply to Richard Biener from comment #5) (v1 != { 0, 0, ... }) (v2 != { 0, 0, ... }) FWIW this seems to be what clang does,

[Bug debug/60380] [C++11] ICE: in gen_type_die_with_usage with -g and template instantiation

2014-03-01 Thread bcmpinc at hotmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60380 --- Comment #1 from Bauke Conijn bcmpinc at hotmail dot com --- Created attachment 32238 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=32238action=edit Compiler output

[Bug debug/60380] [C++11] ICE: in gen_type_die_with_usage with -g and template instantiation

2014-03-01 Thread bcmpinc at hotmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60380 --- Comment #2 from Bauke Conijn bcmpinc at hotmail dot com --- Bug 53756 is possibly related.

[Bug fortran/60370] TRANSPOSE on rhs of allocatable array assignment gives error with -fcheck=bounds

2014-03-01 Thread anlauf at gmx dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60370 Harald Anlauf anlauf at gmx dot de changed: What|Removed |Added CC||anlauf at gmx dot de

[Bug c++/50025] [DR 1288] C++0x initialization syntax doesn't work for class members of reference type

2014-03-01 Thread 3dw4rd at verizon dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50025 --- Comment #15 from Ed Smith-Rowland 3dw4rd at verizon dot net --- I agree. My examples are working. Unfortunately, my account seems to not have the permissions to close a bug. I am a maintainer. Any ideas how I can get such permissions set?

[Bug c++/50025] [DR 1288] C++0x initialization syntax doesn't work for class members of reference type

2014-03-01 Thread 3dw4rd at verizon dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50025 --- Comment #16 from Ed Smith-Rowland 3dw4rd at verizon dot net --- Sorry for the noise. I reported a dupe not this bug. My question on permissions still stands though.

[Bug c++/50025] [DR 1288] C++0x initialization syntax doesn't work for class members of reference type

2014-03-01 Thread glisse at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50025 --- Comment #17 from Marc Glisse glisse at gcc dot gnu.org --- (In reply to Ed Smith-Rowland from comment #15) Unfortunately, my account seems to not have the permissions to close a bug. I am a maintainer. Any ideas how I can get such

[Bug fortran/60378] ICE on attempt to print null of derived type with unlimited polymorphic component

2014-03-01 Thread kargl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60378 kargl at gcc dot gnu.org changed: What|Removed |Added CC||kargl at gcc dot gnu.org ---

[Bug fortran/60370] TRANSPOSE on rhs of allocatable array assignment gives error with -fcheck=bounds

2014-03-01 Thread mikael at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60370 Mikael Morin mikael at gcc dot gnu.org changed: What|Removed |Added CC||mikael at gcc dot

[Bug c++/2316] g++ fails to overload on language linkage

2014-03-01 Thread harald at gigawatt dot nl
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=2316 Harald van Dijk harald at gigawatt dot nl changed: What|Removed |Added CC||harald at

[Bug c++/58845] [4.8/4.9 Regression] Operator || and broken for vectors

2014-03-01 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58845 --- Comment #18 from Jason Merrill jason at gcc dot gnu.org --- Author: jason Date: Sat Mar 1 18:44:25 2014 New Revision: 208246 URL: http://gcc.gnu.org/viewcvs?rev=208246root=gccview=rev Log: PR c++/58845 * typeck.c

[Bug c++/60182] g++ segfault within template expansion using using aliasing

2014-03-01 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60182 --- Comment #5 from Jason Merrill jason at gcc dot gnu.org --- Author: jason Date: Sat Mar 1 18:43:30 2014 New Revision: 208245 URL: http://gcc.gnu.org/viewcvs?rev=208245root=gccview=rev Log: PR c++/60182 * pt.c (unify): Ignore alias

[Bug c++/60146] [4.8 Regression] ICE when compiling this code with -fopenmp

2014-03-01 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60146 --- Comment #7 from Jason Merrill jason at gcc dot gnu.org --- Author: jason Date: Sat Mar 1 18:43:24 2014 New Revision: 208244 URL: http://gcc.gnu.org/viewcvs?rev=208244root=gccview=rev Log: PR c++/60146 * pt.c

[Bug c++/58845] Operator || and broken for vectors

2014-03-01 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58845 Jason Merrill jason at gcc dot gnu.org changed: What|Removed |Added Keywords|ice-on-invalid-code |rejects-valid

[Bug c++/2316] g++ fails to overload on language linkage

2014-03-01 Thread glisse at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=2316 --- Comment #49 from Marc Glisse glisse at gcc dot gnu.org --- (In reply to Harald van Dijk from comment #48) I've been experimenting with this (although updated to more recent GCC), and one issue I see, functionality-wise, is what happens when

[Bug c++/60182] g++ segfault within template expansion using using aliasing

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

[Bug c++/60146] [4.8 Regression] ICE when compiling this code with -fopenmp

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

[Bug c++/60379] [4.9 Regression] pugixml build failure caused by r207001

2014-03-01 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60379 Jason Merrill jason at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last

[Bug fortran/60370] TRANSPOSE on rhs of allocatable array assignment gives error with -fcheck=bounds

2014-03-01 Thread mikael at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60370 --- Comment #4 from Mikael Morin mikael at gcc dot gnu.org --- Created attachment 32239 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=32239action=edit Tentative patch moving realloc code before bound checking This patch doesn't work, so it

[Bug c++/60379] [4.9 Regression] pugixml build failure caused by r207001

2014-03-01 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60379 --- Comment #1 from Jason Merrill jason at gcc dot gnu.org --- Author: jason Date: Sat Mar 1 19:40:33 2014 New Revision: 208247 URL: http://gcc.gnu.org/viewcvs?rev=208247root=gccview=rev Log: PR c++/60379 * semantics.c

[Bug fortran/60378] ICE on attempt to print null of derived type with unlimited polymorphic component

2014-03-01 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60378 janus at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug c++/50025] [DR 1288] C++0x initialization syntax doesn't work for class members of reference type

2014-03-01 Thread emsr at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50025 emsr at gcc dot gnu.org changed: What|Removed |Added CC||emsr at gcc dot gnu.org ---

[Bug fortran/60341] [4.7/4.8/4.9 Regression] ICE compiling Nonmem 6.2.0

2014-03-01 Thread mikael at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60341 Mikael Morin mikael at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug c++/60379] [4.9 Regression] pugixml build failure caused by r207001

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

[Bug c++/50025] [DR 1288] C++0x initialization syntax doesn't work for class members of reference type

2014-03-01 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50025 --- Comment #19 from Jason Merrill jason at gcc dot gnu.org --- Sounds good.

[Bug fortran/60341] [4.7/4.8/4.9 Regression] ICE compiling Nonmem 6.2.0

2014-03-01 Thread mikael at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60341 --- Comment #10 from Mikael Morin mikael at gcc dot gnu.org --- Author: mikael Date: Sat Mar 1 21:14:54 2014 New Revision: 208249 URL: http://gcc.gnu.org/viewcvs?rev=208249root=gccview=rev Log: fortran/ PR fortran/60341 *

[Bug middle-end/60381] New: [4.9 Regression] ICE: in vt_expand_var_loc_chain, at var-tracking.c:8245

2014-03-01 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60381 Bug ID: 60381 Summary: [4.9 Regression] ICE: in vt_expand_var_loc_chain, at var-tracking.c:8245 Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal

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

2014-03-01 Thread abutcher at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60377 --- Comment #1 from Adam Butcher abutcher at gcc dot gnu.org --- Author: abutcher Date: Sat Mar 1 21:28:18 2014 New Revision: 208250 URL: http://gcc.gnu.org/viewcvs?rev=208250root=gccview=rev Log: Fix PR c++/60377. PR c++/60377 *

[Bug middle-end/60381] [4.9 Regression] ICE: in vt_expand_var_loc_chain, at var-tracking.c:8245

2014-03-01 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60381 --- Comment #1 from John David Anglin danglin at gcc dot gnu.org --- (gdb) r Starting program: /home/dave/gnu/gcc/objdir/hppa-linux-gnu/libgcc/../../gcc/cc1 -fpreprocessed libgcc2.i -quiet -dumpbase libgcc2.c -auxbase-strip _divdc3.o -g -g -g -O2

[Bug c++/58567] [4.8 Regression] ICE with invalid loop variable in template using openmp

2014-03-01 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58567 Volker Reichelt reichelt at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.9.0 |4.8.3 ---

[Bug tree-optimization/60382] New: ICE on valid code at -O3 on x86_64-linux-gnu (in vect_create_epilog_for_reduction, at tree-vect-loop.c:4352)

2014-03-01 Thread su at cs dot ucdavis.edu
-linux-gnu Configured with: ../gcc-trunk/configure --prefix=/usr/local/gcc-trunk --enable-languages=c,c++ --disable-werror --enable-multilib Thread model: posix gcc version 4.9.0 20140301 (experimental) [trunk revision 208241] (GCC) $ $ gcc-trunk -O2 small.c; a.out $ gcc-4.8.2 -O3 small.c; a.out

[Bug c++/60383] New: [4.8 Regression] ICE with invalid template specialization

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

[Bug c++/60383] [4.8 Regression] ICE with invalid template specialization

2014-03-01 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60383 Volker Reichelt reichelt at gcc dot gnu.org changed: What|Removed |Added Known to work||4.5.0,

[Bug target/58897] Improve 128/64 division

2014-03-01 Thread glisse at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58897 --- Comment #1 from Marc Glisse glisse at gcc dot gnu.org --- Untested, but this shows what the 128/64 division could look like (with obvious variants for mod and divmod). I don't really know how to get gcc to generate anything like that though. I

[Bug c++/53492] [4.7/4.8/4.9 Regression] ICE in retrieve_specialization, at cp/pt.c:985

2014-03-01 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53492 Volker Reichelt reichelt at gcc dot gnu.org changed: What|Removed |Added Keywords|

[Bug c++/50025] [DR 1288] C++0x initialization syntax doesn't work for class members of reference type

2014-03-01 Thread emsr at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50025 --- Comment #20 from emsr at gcc dot gnu.org --- Author: emsr Date: Sat Mar 1 22:51:25 2014 New Revision: 208251 URL: http://gcc.gnu.org/viewcvs?rev=208251root=gccview=rev Log: 2014-03-01 Edward Smith-Rowland 3dw...@verizon.net PR

[Bug c++/50025] [DR 1288] C++0x initialization syntax doesn't work for class members of reference type

2014-03-01 Thread emsr at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50025 emsr at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c++/60384] New: [4.9 Regression] [c++1y] ICE with invalid typedef

2014-03-01 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60384 Bug ID: 60384 Summary: [4.9 Regression] [c++1y] ICE with invalid typedef Product: gcc Version: 4.9.0 Status: UNCONFIRMED Keywords: error-recovery, ice-on-invalid-code

[Bug c++/60384] [4.9 Regression] [c++1y] ICE with invalid typedef

2014-03-01 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60384 Volker Reichelt reichelt at gcc dot gnu.org changed: What|Removed |Added Known to work||4.8.0

[Bug fortran/60128] [4.8/4.9 Regression] Wrong ouput using en edit descriptor

2014-03-01 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60128 Tobias Burnus burnus at gcc dot gnu.org changed: What|Removed |Added CC||burnus at gcc

[Bug fortran/60128] [4.8/4.9 Regression] Wrong ouput using en edit descriptor

2014-03-01 Thread jvdelisle at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60128 --- Comment #9 from Jerry DeLisle jvdelisle at gcc dot gnu.org --- I have reviewed and tested the patch from comment #7 on x86-64 with -m32 and -m64 and I think its ready. Dominique mentioned to possibly add a volatile. I have not tested on the

[Bug c++/60385] New: confused by earlier errors, bailing out

2014-03-01 Thread vanyacpp at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60385 Bug ID: 60385 Summary: confused by earlier errors, bailing out Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++

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

2014-03-01 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60306 --- Comment #9 from Jan Hubicka hubicka at gcc dot gnu.org --- OK, this is what I am testing for mainline now: Index: ipa-prop.c === --- ipa-prop.c (revision 208247) +++ ipa-prop.c

[Bug ipa/58721] [4.9 Regression] The subroutine perdida is no longer inlined in fatigue.f90

2014-03-01 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58721 --- Comment #18 from Tobias Burnus burnus at gcc dot gnu.org --- (In reply to Tobias Burnus from comment #16) Request for assistance/comment patch for gfortran: http://gcc.gnu.org/ml/gcc-patches/2013-12/msg01034.html (In reply to Jan Hubicka