||
CC||wangmianzhi1 at linuxmail dot
org
--- Comment #1 from Mianzhi Wang ---
Created attachment 55103
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=55103&action=edit
slightly more simplified
build with cmake
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: fortran
Assignee: unassigned at gcc dot gnu.org
Reporter: wangmianzhi1 at linuxmail dot org
Target Milestone: ---
Created attachment 54964
--> https://gcc.gnu.org/bugzi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71615
Mianzhi Wang changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71615
--- Comment #3 from Mianzhi Wang ---
The bug disappears on an i7 3700k with the identical OS, GCC, and valgrind.
Should be something related to the AMD CPU.
Priority: P3
Component: fortran
Assignee: unassigned at gcc dot gnu.org
Reporter: wangmianzhi1 at linuxmail dot org
Target Milestone: ---
Created attachment 38742
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=38742&action=edit
reduced test
Problem
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66385
--- Comment #1 from Mianzhi Wang ---
The bug is bypassed by -fno-frontend-optimize, same as in the case of 66050 and
66386.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66386
--- Comment #1 from Mianzhi Wang ---
The bug is bypassed by -fno-frontend-optimize
Component: fortran
Assignee: unassigned at gcc dot gnu.org
Reporter: wangmianzhi1 at linuxmail dot org
Target Milestone: ---
The ICE is triggered when compiling the following code with -O1 or higher -O
levels.
program test
double precision::a(30),b(3,10)
a(:)=1d0
forall(i=1
Component: libfortran
Assignee: unassigned at gcc dot gnu.org
Reporter: wangmianzhi1 at linuxmail dot org
Target Milestone: ---
The ICE is triggered when compiling the following code with -O1 or higher -O
levels.
program test
double precision::a(30)
forall(i=1:10)
a(10
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66050
--- Comment #2 from Mianzhi Wang ---
I may have made some mistake on the original example.
This should trigger the ICE (in some conditions, see below)
program test
double precision::a(3,3),b
b=1d0
forall(i=1:3)
a(:,i)=b*[1d0,2d0,3d0]
: fortran
Assignee: unassigned at gcc dot gnu.org
Reporter: wangmianzhi1 at linuxmail dot org
Target Milestone: ---
The ICE is triggered when compiling the following (simplified) example with
"-O1" to "-Ofast".
program test
double precision::a(3,3
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53885
--- Comment #1 from wangmianzhi 2012-07-07
12:08:03 UTC ---
Created attachment 27758
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=27758
a reduced example
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53885
Bug #: 53885
Summary: seg. fault during assignment to allocatable component
withing type-bounded proc.
Classification: Unclassified
Product: gcc
Version: 4.6.3
Status
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45521
--- Comment #9 from wangmianzhi 2012-04-19
13:22:24 UTC ---
if replace the input argument for test2() with pr, the program will compile but
gives seg fault at run time.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45521
--- Comment #8 from wangmianzhi 2012-04-19
13:20:57 UTC ---
if replace the input argument for test2() with pr, the program will
compile but gives seg fault at run time.
于 2012年04月19日 09:04, janus at gcc dot gnu.org 写道:
> http://gcc.gnu.org/bu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51736
Bug #: 51736
Summary: generic fortran procedures with allocatable/pointer
argument
Classification: Unclassified
Product: gcc
Version: 4.6.1
Status: UNCONFIRMED
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49962
--- Comment #5 from wangmianzhi 2011-08-04
18:07:07 UTC ---
On 2011年08月04日 13:59, janus at gcc dot gnu.org wrote:
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49962
>
> janus at gcc dot gnu.org changed:
>
> What|Removed
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49962
--- Comment #2 from wangmianzhi 2011-08-03
14:24:19 UTC ---
On 2011年08月03日 10:23, dominiq at lps dot ens.fr wrote:
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49962
>
> --- Comment #1 from Dominique d'Humieres
> 2011-08-03 14:22:47 UTC ---
>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49962
Summary: "internal compiler error" when using type-bounded
function returning vector
Product: gcc
Version: 4.5.2
Status: UNCONFIRMED
Severity: normal
Priority: P3
19 matches
Mail list logo