: fortran
Assignee: unassigned at gcc dot gnu.org
Reporter: fmartinez at gmv dot com
Target Milestone: ---
Created attachment 49845
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=49845&action=edit
Module with type implmentation and test driver
Good mornin
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72755
--- Comment #8 from Fran Martinez Fadrique ---
Thanks for the quick check.
Sorry for the lengthy modules but I could not figure out the precise location
of the problema within m_messages.f03.
Is there a posible work around at hand?
Thanks,
Fran
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72755
--- Comment #5 from Fran Martinez Fadrique ---
Created attachment 39033
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=39033&action=edit
Dependency
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72755
--- Comment #3 from Fran Martinez Fadrique ---
The same problem appears in previous versions (at least 6.1.1 and 5.4)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72755
--- Comment #1 from Fran Martinez Fadrique ---
Created attachment 39031
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=39031&action=edit
Dependency
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72755
--- Comment #2 from Fran Martinez Fadrique ---
Created attachment 39032
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=39032&action=edit
Dependency
: normal
Priority: P3
Component: fortran
Assignee: unassigned at gcc dot gnu.org
Reporter: fmartinez at gmv dot com
Target Milestone: ---
Created attachment 39030
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=39030&action=edit
Module generating th
Assignee: unassigned at gcc dot gnu.org
Reporter: fmartinez at gmv dot com
Hi.
The following code inside a module causes the compiler to crash (also in the
latest version of 4.9)
allocate( character(len=size(right))::left%chars )
^
internal compiler error: in gimplify_expr, at
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62298
--- Comment #1 from Fran Martinez Fadrique ---
Created attachment 33412
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33412&action=edit
Source causing the ICE. No dependencies.
: fortran
Assignee: unassigned at gcc dot gnu.org
Reporter: fmartinez at gmv dot com
m_string.f90:737:0: internal compiler error: in fold_convert_loc, at
fold-const.c:2074
res = this
^
0x53d898 ???
../sysdeps/x86_64/elf/start.S:113
Please submit a full bug report,
with
: fortran
Assignee: unassigned at gcc dot gnu.org
Reporter: fmartinez at gmv dot com
m_string.f90:737:0: internal compiler error: in fold_convert_loc, at
fold-const.c:2074
res = this
^
0x53d898 ???
../sysdeps/x86_64/elf/start.S:113
Please submit a full bug report,
with
Component: fortran
Assignee: unassigned at gcc dot gnu.org
Reporter: fmartinez at gmv dot com
Created attachment 33355
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33355&action=edit
Source file generating the compilation errors
Dear all.
The attached module does not
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60122
--- Comment #1 from Fran Martinez Fadrique ---
Created attachment 32085
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32085&action=edit
Test case
Priority: P3
Component: fortran
Assignee: unassigned at gcc dot gnu.org
Reporter: fmartinez at gmv dot com
The attahed code produces an unexpected warning.
test.f90: In function ‘test’:
test.f90:9:0: warning: ‘.s’ may be used uninitialized in this function
[-Wmaybe
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59599
--- Comment #2 from Fran Martinez Fadrique ---
*** Bug 60118 has been marked as a duplicate of this bug. ***
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60118
Fran Martinez Fadrique changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
: fortran
Assignee: unassigned at gcc dot gnu.org
Reporter: fmartinez at gmv dot com
Created attachment 32084
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32084&action=edit
Test source file
The attached code produces an internal compiler error.
m_util_convert.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60066
--- Comment #2 from Fran Martinez Fadrique ---
Created attachment 32042
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32042&action=edit
Main program
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60066
--- Comment #1 from Fran Martinez Fadrique ---
Created attachment 32041
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32041&action=edit
Core type containing the elemental subroutine
: fortran
Assignee: unassigned at gcc dot gnu.org
Reporter: fmartinez at gmv dot com
Created attachment 32040
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32040&action=edit
Array triggering the call to the elemental subroutine
Dear gfortran team.
The attach
: fortran
Assignee: unassigned at gcc dot gnu.org
Reporter: fmartinez at gmv dot com
Created attachment 31513
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=31513&action=edit
Source code generatin the execption
When using the optional paramenter kind in the invocation of in
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55465
--- Comment #12 from Fran Martinez Fadrique
2012-11-27 09:49:20 UTC ---
After readign the standard carefully again (I have the formal version for f2k3,
not the draft for f2k8) I cannot really see how the need for the interfaces to
be uniqu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55465
--- Comment #5 from Fran Martinez Fadrique
2012-11-26 17:36:04 UTC ---
I have also tried with ekopath and g95 and both take it without a diagnostic.
I have been checking section 15.4 of the ISO standard and I have found nothing
that forbid
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55465
--- Comment #2 from Fran Martinez Fadrique
2012-11-25 18:21:36 UTC ---
Created attachment 28774
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=28774
The main file where the problem is encountered
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55465
--- Comment #1 from Fran Martinez Fadrique
2012-11-25 18:19:56 UTC ---
Created attachment 28773
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=28773
Supporting file to compile the main source for the report
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55465
Bug #: 55465
Summary: Name collision in C binding (calling C from Fortran)
Classification: Unclassified
Product: gcc
Version: 4.7.3
Status: UNCONFIRMED
Severity: norm
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52843
Bug #: 52843
Summary: Unexpected rejection of pure recursive function
Classification: Unclassified
Product: gcc
Version: 4.7.1
Status: UNCONFIRMED
Severity: normal
Pr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52332
Bug #: 52332
Summary: Internal compiler error in in gfc_get_symbol_decl
Classification: Unclassified
Product: gcc
Version: 4.7.0
Status: UNCONFIRMED
Severity: normal
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52010
--- Comment #6 from Fran Martinez Fadrique
2012-01-28 23:09:49 UTC ---
Created attachment 26494
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=26494
Test sample to support comment 5
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52010
--- Comment #5 from Fran Martinez Fadrique
2012-01-28 23:08:46 UTC ---
I have bumped into another problem that I think may be related to this same
topic.
I have an example that generates the following message:
m_pointer_test.f90:22.2:
b%pa =>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52024
--- Comment #1 from Fran Martinez Fadrique
2012-01-27 21:56:34 UTC ---
Created attachment 26484
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=26484
Test case driver
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52024
Bug #: 52024
Summary: [OOP] GENERIC operator cannot be resolved
Classification: Unclassified
Product: gcc
Version: 4.7.0
Status: UNCONFIRMED
Severity: normal
Priority
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52010
--- Comment #2 from Fran Martinez Fadrique
2012-01-26 16:25:41 UTC ---
Created attachment 26473
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=26473
Test sample
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52010
Bug #: 52010
Summary: Intrinsic assignment involving CLASS/TYPE
Classification: Unclassified
Product: gcc
Version: 4.7.0
Status: UNCONFIRMED
Severity: normal
Priority
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49698
--- Comment #1 from Fran Martinez Fadrique
2011-07-10 17:30:21 UTC ---
Created attachment 24733
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24733
Base type used in the module generating the error
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49698
Summary: Unmanageable compiler error
Product: gcc
Version: 4.7.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: fortran
AssignedTo: unassig...@gcc.gnu.o
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47775
--- Comment #3 from Fran Martinez Fadrique
2011-02-17 09:04:14 UTC ---
The problem reported on the string_to_char is correct in the sense that if
invoked with a non allocated string it would cause a segfault.
When I run the case I get beore that
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47775
Summary: Error on allocatable array returned by function
Product: gcc
Version: 4.5.3
Status: UNCONFIRMED
Severity: major
Priority: P3
Component: libfortran
AssignedTo
--- Comment #17 from fmartinez at gmv dot com 2010-05-10 23:22 ---
So it seems tht the bug is not gone. I have tried again with version from May
8th and I still get the problem on line 556.
I tried to submit a comment yesterday but it seems that it failed. Here it goes
again
--- Comment #13 from fmartinez at gmv dot com 2010-04-27 12:56 ---
I have not got that far to the linking step. I am converting some code to a
more OOP style.
I have tried to patch my local version but unfrtunately what I have downloaded,
4.5_20100422 and 4.5_20100424, do not seem to
--- Comment #7 from fmartinez at gmv dot com 2010-04-26 20:34 ---
Actually both ROTATION_MATRIX_TIMES_VECTOR are pure; the one in m_vector is
elemental, therefore pure, and the one in m_rotation_matrix is pure.
I have changed the one in m_rotation_matrix to ROTATION_MATRIX_TIMES_ARRAY
--- Comment #2 from fmartinez at gmv dot com 2010-04-26 15:36 ---
Created an attachment (id=20494)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20494&action=view)
The file causing the error during compilation.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43896
--- Comment #1 from fmartinez at gmv dot com 2010-04-26 15:35 ---
Created an attachment (id=20493)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20493&action=view)
Just a module, with a type and associated methods. Needed by the one causing
the error.
--
http://gcc.
cc dot gnu dot org
ReportedBy: fmartinez at gmv dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43896
--- Comment #4 from fmartinez at gmv dot com 2010-02-27 23:27 ---
Created an attachment (id=19984)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19984&action=view)
Fortran source code
File whose generated .mod file causes the compiler error
--
http://gcc.gnu.org/b
he comparison result
logical :: res
! String lengths (traling blanks removed)
integer size_r
! Compute lengths
size_r = right%len_trim()
! Compute comparison
res = lle( left, transfer( right%string, repeat(' ',size_r) ) )
end function char_less_equal_string
end module m_string
--
Summary: Internal error using fortran-2003 .mod file
Product: gcc
Version: 4.5.0
Status: UNCONFIRMED
Severity: blocker
Priority: P3
Component: fortran
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: fmartinez at gmv dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43199
46 matches
Mail list logo