valgrind suppression file
Language English Hi, has anyone got a valgrind suppression file that they are willing to share? I'm doing some memory checks, and its returning a lot of false positives when reading/writing.Thank you.
View Articlecatastrophic error: Internal Compiler Error : possible out of order or...
Language English I have attached a small example that generates a catastrophic error. It seems to be caused by a GENERIC ASSIGNMENT operator in a derived type. There are a few ways to make the example...
View ArticleSlow compiles with 2013 compiler
Language English For my project, I’ve noticed very long compile times for the 2013 version of the compiler (compared to the 2011 version). Files that used to take seconds are now taking minutes to...
View ArticleMemory usage and USE statement order
Language English I have case where the order of the USE statements have a huge effect on the compiler's memory usage. The attached archive contains two folders, one called memory_usage and another...
View ArticleInternal compiler error using GENERIC statement
Language English I get an internal compiler error with ifort 12.1.1 when I call a type bound procedure using its generic name. It happens if the derived type is a component of another derived type. The...
View ArticlePUBLIC statements slows down compiler (v12.1.1 and 12.1.2)
Language English Hi,I have a problem with the last two updates to the intel fortran compiler. The time it takes to compile a program has increased dramatically (in some cases with a factor of ~100)....
View ArticleMemory leaks and segmentation fault when allocating unlimited polymorphic...
Language English I have attached a small program with relevant comments that demonstrate the issues. This happens with version 12.1 on opensuse 11.4. Here is a small summary of what I am seeing: The...
View ArticleGeneric interface with the same name as a derived type
Language English If I understand the standard correctly then the following program should work MODULE DType IMPLICIT NONE PUBLIC INTEGER, PARAMETER :: I4B = SELECTED_INT_KIND(9) !INTEGER, PARAMETER ::...
View ArticleInitialize derived type as parameter
Language English Initializing a derived type as parameter fails if there is an assignment operator. This happens with latest FORTRAN compiler on openSUSE 11.4. The following code demonstrates the...
View ArticleInitialize derived type as parameter
Initializing a derived type as parameter fails if there is an assignment operator. This happens with latest FORTRAN compiler on openSUSE 11.4. The following code demonstrates the problem: MODULE DType...
View ArticleGeneric interface with the same name as a derived type
If I understand the standard correctly then the following program should work MODULE DType IMPLICIT NONE PUBLIC INTEGER, PARAMETER :: I4B = SELECTED_INT_KIND(9) !INTEGER, PARAMETER :: WP =...
View ArticleMemory leaks and segmentation fault when allocating unlimited polymorphic...
I have attached a small program with relevant comments that demonstrate the issues. This happens with version 12.1 on opensuse 11.4. Here is a small summary of what I am seeing: The following works in...
View ArticleInternal compiler error using GENERIC statement
I get an internal compiler error with ifort 12.1.1 when I call a type bound procedure using its generic name. It happens if the derived type is a component of another derived type. The attached example...
View ArticlePUBLIC statements slows down compiler (v12.1.1 and 12.1.2)
Hi,I have a problem with the last two updates to the intel fortran compiler. The time it takes to compile a program has increased dramatically (in some cases with a factor of ~100). Version 12.1.0...
View ArticleMemory usage and USE statement order
I have case where the order of the USE statements have a huge effect on the compiler's memory usage. The attached archive contains two folders, one called memory_usage and another called...
View Articlecatastrophic error: Internal Compiler Error : possible out of order or...
I have attached a small example that generates a catastrophic error. It seems to be caused by a GENERIC ASSIGNMENT operator in a derived type. There are a few ways to make the example compile:Remove...
View ArticleSlow compiles with 2013 compiler
For my project, I’ve noticed very long compile times for the 2013 version of the compiler (compared to the 2011 version). Files that used to take seconds are now taking minutes to compile. Has anyone...
View Articlevalgrind suppression file
Hi, has anyone got a valgrind suppression file that they are willing to share? I'm doing some memory checks, and its returning a lot of false positives when reading/writing.Thank you.
View ArticleInternal compiler error when array constructor value is a procedure
Hello,I have attached a small example that triggers an internal compiler error. It is caused by a statement on the formr = (/v%x, v%y, v%z/)where x, y, z are type bound procedures, see line number 45....
View ArticleInternal error when using a derived type decleared as a parameter
The following example generates an internal error. The internal error happens when I use a derived type that is declared as a parameter and in contains a generic binding. The offending statement is on...
View Article