[Bug fortran/64932] [4.9/5 Regression] ICE in gfc_conv_descriptor_data_get for generated finalizer

2015-02-12 Thread shapero at uw dot edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64932 --- Comment #8 from Daniel Shapero shapero at uw dot edu --- Everything works now, thanks Paul!

[Bug fortran/64932] New: [5.0] ICE on module end, gfc_conv_descriptor_data_get

2015-02-03 Thread shapero at uw dot edu
Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: shapero at uw dot edu Created attachment 34661 -- https://gcc.gnu.org/bugzilla/attachment.cgi?id=34661action=edit internal compiler error backtrace I have some Fortran 2003 code, hosted here: https://github.com

[Bug c++/61753] New: [4.7.2 regression] prototype for function does not match any in class error

2014-07-08 Thread shapero at uw dot edu
: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: shapero at uw dot edu I'm trying to compile the Pegmatite library: https://github.com/CompilerTeaching/Pegmatite The commit I'm working off

[Bug c++/61753] poor diagnostic for constructor definition that starts with 'const'

2014-07-08 Thread shapero at uw dot edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61753 --- Comment #4 from shapero at uw dot edu --- (In reply to Jonathan Wakely from comment #3) I don't know how you got that to compile with GCC 4.6.3 as every version I have rejects it - not a regression. (The upstream code on github has been

[Bug fortran/58007] ICE in free_pi_tree(): Unresolved fixup - resolve_fixups does not fixup component of __class_bsr_Bsr_matrix

2013-07-28 Thread shapero at uw dot edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58007 --- Comment #3 from shapero at uw dot edu --- (In reply to Tobias Burnus from comment #2) Created attachment 30567 [details] Reduced test case Reduced test case, which fails at least on my 86-64-gnu-linux system with a recent GCC 4.9

[Bug fortran/58007] New: ICE -- free_pi_tree(): Unresolved fixup, depends on order of module inclusion

2013-07-27 Thread shapero at uw dot edu
: major Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: shapero at uw dot edu I have a moderate-size code I've been developing in Fortran 2003. I've tried to reproduce it with small test cases to no avail -- perhaps I can give