public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/102366] New: [10/11/12 Regression] Illegal instruction with large arrays
@ 2021-09-16 13:53 dominiq at lps dot ens.fr
  2021-09-16 13:58 ` [Bug fortran/102366] " iains at gcc dot gnu.org
                   ` (18 more replies)
  0 siblings, 19 replies; 20+ messages in thread
From: dominiq at lps dot ens.fr @ 2021-09-16 13:53 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102366

            Bug ID: 102366
           Summary: [10/11/12 Regression] Illegal instruction with large
                    arrays
           Product: gcc
           Version: 12.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
          Assignee: unassigned at gcc dot gnu.org
          Reporter: dominiq at lps dot ens.fr
  Target Milestone: ---

The following test

REAL(KIND=4) :: a(16776325), s
a=1.0_8
END

gives at run time

Illegal instruction

a(16775301) to a(16776324) gives

Segmentation fault

and below a(16776323) the code run as expected.

This occurred between r12-3046 (OK) and r12-3430 and r10-10049 (OK) and
r10-10122. It also affects r11-8981.

Note that

REAL(KIND=4) :: a(16776325), s
a(16776325)=1.0_8
END

compiles and runs witout problem.

^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2021-09-21 18:48 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-16 13:53 [Bug fortran/102366] New: [10/11/12 Regression] Illegal instruction with large arrays dominiq at lps dot ens.fr
2021-09-16 13:58 ` [Bug fortran/102366] " iains at gcc dot gnu.org
2021-09-16 18:55 ` anlauf at gcc dot gnu.org
2021-09-16 19:14 ` dominiq at lps dot ens.fr
2021-09-16 19:18 ` jakub at gcc dot gnu.org
2021-09-16 19:23 ` iains at gcc dot gnu.org
2021-09-16 19:30 ` jakub at gcc dot gnu.org
2021-09-16 19:59 ` anlauf at gcc dot gnu.org
2021-09-16 20:15 ` anlauf at gcc dot gnu.org
2021-09-16 21:16 ` anlauf at gcc dot gnu.org
2021-09-16 22:45 ` [Bug fortran/102366] [10/11/12 Regression] large arrays no longer become static pinskia at gcc dot gnu.org
2021-09-17  9:50 ` dominiq at lps dot ens.fr
2021-09-17 18:33 ` anlauf at gcc dot gnu.org
2021-09-17 18:35 ` jakub at gcc dot gnu.org
2021-09-17 18:56 ` anlauf at gcc dot gnu.org
2021-09-17 19:46 ` cvs-commit at gcc dot gnu.org
2021-09-17 20:04 ` anlauf at gcc dot gnu.org
2021-09-21 18:41 ` cvs-commit at gcc dot gnu.org
2021-09-21 18:47 ` cvs-commit at gcc dot gnu.org
2021-09-21 18:48 ` anlauf at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).