[Bug c/93268] ICE with gcc-10 when compiling hypre library with -O3

2020-01-14 Thread kristopher.kuhlman at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93268 --- Comment #4 from Kris --- Created attachment 47653 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=47653&action=edit preprocessed source file gzipped preprocessed source file attached

[Bug c/93268] ICE with gcc-10 when compiling hypre library with -O3

2020-01-14 Thread kristopher.kuhlman at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93268 --- Comment #2 from Kris --- It builds with -O2, fails with -O3.

[Bug c/93268] ICE with gcc-10 when compiling hypre library with -O3

2020-01-14 Thread kristopher.kuhlman at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93268 --- Comment #1 from Kris --- sorry. I guess I should add this version of gcc is built from the git version pulled this morning. gcc (GCC) 10.0.0 20200114 (experimental)

[Bug c/93268] New: ICE with gcc-10 when compiling hypre library with -O3

2020-01-14 Thread kristopher.kuhlman at gmail dot com
Component: c Assignee: unassigned at gcc dot gnu.org Reporter: kristopher.kuhlman at gmail dot com Target Milestone: --- I am building petsc, and the hypre library being built as part of that triggers this ICE when using optimization. When building the same library with -Og there is

[Bug fortran/91003] New: ICE when compiling LAPACK (CGEGV) with optimization

2019-06-26 Thread kristopher.kuhlman at gmail dot com
Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: kristopher.kuhlman at gmail dot com Target Milestone: --- Latest version of gfortran gives error and ICE when compiling CGEGV from LAPACK using the following command line (from petsc build). home/klkuhlm/src/petsc

[Bug preprocessor/90927] [10 Regression] f951: internal compiler error: in deps_add_target, at libcpp/mkdeps.c:241

2019-06-26 Thread kristopher.kuhlman at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90927 --- Comment #10 from Kris --- that fixed the problem for me. thanks!

[Bug preprocessor/90927] [10 Regression] f951: internal compiler error: in deps_add_target, at libcpp/mkdeps.c:241

2019-06-26 Thread kristopher.kuhlman at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90927 --- Comment #7 from Kris --- Created attachment 46522 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=46522&action=edit petsc source file that ICE happens on

[Bug preprocessor/90927] [10 Regression] f951: internal compiler error: in deps_add_target, at libcpp/mkdeps.c:241

2019-06-25 Thread kristopher.kuhlman at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90927 Kris changed: What|Removed |Added CC||kristopher.kuhlman at gmail dot co

[Bug fortran/70350] [5 Regression] ICE with -fcheck=all and array initialization

2016-06-03 Thread kristopher.kuhlman at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70350 --- Comment #10 from Kris --- Thank you for the effort. On Thursday, June 2, 2016, pault at gcc dot gnu.org < gcc-bugzi...@gcc.gnu.org> wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70350 > > Paul Thomas changed: > >What

[Bug fortran/70350] [5 Regression] ICE with -fcheck=all and array initialization

2016-05-31 Thread kristopher.kuhlman at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70350 Kris changed: What|Removed |Added CC||kristopher.kuhlman at gmail dot co

[Bug fortran/67674] New: Incorrect result or ICE for deferred-length character component

2015-09-21 Thread kristopher.kuhlman at gmail dot com
Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: kristopher.kuhlman at gmail dot com Target Milestone: --- Created attachment 36368 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36368&action=edit test program The attach

[Bug fortran/47601] [OOP] Internal Error: mio_component_ref(): Component not found

2011-06-19 Thread kristopher.kuhlman at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47601 --- Comment #35 from Kris 2011-06-20 02:31:45 UTC --- (In reply to comment #34) > Thanks, Janus -- you rock! I concur. Thanks!

[Bug fortran/47601] [OOP] Internal Error: mio_component_ref(): Component not found

2011-06-08 Thread kristopher.kuhlman at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47601 --- Comment #31 from Kris 2011-06-08 13:49:21 UTC --- (In reply to comment #30) > (In reply to comment #29) > > Will this fix be applied to 4.6 or 4.5? > However, if your life depends on it, we could maybe consider having an > exception from tha

[Bug fortran/47601] [OOP] Internal Error: mio_component_ref(): Component not found

2011-06-08 Thread kristopher.kuhlman at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47601 --- Comment #29 from Kris 2011-06-08 13:12:59 UTC --- (In reply to comment #27) > r174416 fixes all the test cases in this PR (except comment #11, which is > invalid). I'm glad we finally nailed this one. > > Closing as fixed. Thanks for reporti

[Bug fortran/47601] [OOP] Internal Error: mio_component_ref(): Component not found

2011-05-26 Thread kristopher.kuhlman at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47601 --- Comment #15 from Kris 2011-05-27 03:33:15 UTC --- (In reply to comment #14) > *) The error is triggered by USEing a module in which a 'bad' procedure is > defined. > *) A 'bad' procedure is one having > b) a dummy argument 'foo' which is a

[Bug fortran/47720] problems with makefile dependency generation using -M

2011-05-25 Thread kristopher.kuhlman at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47720 --- Comment #3 from Kris 2011-05-25 19:45:15 UTC --- (In reply to comment #2) > I was using a build of gfortran from CVS 2/12/2011. I meant SVN, not CVS.

[Bug fortran/47720] problems with makefile dependency generation using -M

2011-05-25 Thread kristopher.kuhlman at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47720 --- Comment #2 from Kris 2011-05-25 19:36:48 UTC --- (In reply to comment #1) > May I ask what version of gfortran this is? (Trunk build of gfortran from > yesterday is a bit ambiguous) I was using a build of gfortran from CVS 2/12/2011. > The

[Bug fortran/47601] [OOP] Internal Error: mio_component_ref(): Component not found

2011-04-04 Thread kristopher.kuhlman at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47601 --- Comment #11 from Kris 2011-04-04 13:33:17 UTC --- (In reply to comment #10) > *** Bug 48428 has been marked as a duplicate of this bug. *** I further reduced the code from bug 48248. I don't know if this helps, but if you change the size of

[Bug fortran/48428] New: gfortran internal error

2011-04-03 Thread kristopher.kuhlman at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48428 Summary: gfortran internal error Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran AssignedTo: unassig...@gcc.gnu.org

[Bug fortran/47720] New: problems with makefile dependency generation using -M

2011-02-13 Thread kristopher.kuhlman at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47720 Summary: problems with makefile dependency generation using -M Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran Assign