Severity: normal
Priority: P3
Component: preprocessor
Assignee: unassigned at gcc dot gnu.org
Reporter: dev-zero at gentoo dot org
Target Milestone: ---
Part of my testing for issues like https://github.com/evaleev/libint/issues/173
with GCC 10.1 I came up with
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95889
--- Comment #1 from Tiziano Müller ---
Unfortunately `__has_include` is even being parsed (in traditional-cpp mode) if
enclosed in a `if 0 ... endif`:
snip
#if 0
#if __has_include()
#endif
#endif
snip
which gives:
snip
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95889
Tiziano Müller changed:
What|Removed |Added
Version|10.1.0 |10.2.0
Summary|corrupt size
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77504
Tiziano Müller changed:
What|Removed |Added
CC||dev-zero at gentoo dot org
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77504
--- Comment #23 from Tiziano Müller ---
(In reply to Thomas Koenig from comment #21)
> (In reply to Tiziano Müller from comment #19)
> > I have yet another (more complicated) case, but this time not reproducible
> > with gcc-7.5, only with 9 and
Severity: normal
Priority: P3
Component: fortran
Assignee: unassigned at gcc dot gnu.org
Reporter: dev-zero at gentoo dot org
Target Milestone: ---
Given the following minimal code:
module m
implicit none
abstract interface
subroutine parser
Severity: normal
Priority: P3
Component: fortran
Assignee: unassigned at gcc dot gnu.org
Reporter: dev-zero at gentoo dot org
Target Milestone: ---
Given the following code, the runtime generates a segfault on the same function
when called through the
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85537
--- Comment #3 from Tiziano Müller ---
(In reply to Dominique d'Humieres from comment #2)
> The test works for me with 4.8.5. The change occurred between revisions
> r2370089 (2016-06-04, OK) and r237310 + one patch (2016-06-10, wrong code).
Ok,
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85536
--- Comment #2 from Tiziano Müller ---
Ok, I got around to generate a backtrace from gfortran:
[...]
Starting program: /home/tiziano/tmp/gfortran/gcc/f951 ice_minimal_rep.f90
-quiet -dumpbase ice_minimal_rep.f90 -mtune=generic -march=x86-64 -aux
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85537
--- Comment #16 from Tiziano Müller ---
can confirm, changing the reproducer to
procedure(ibar), pointer :: bar_ptr => null()
bar_ptr => bar_impl
makes it generate valid code with the warning
Warning: trampoline generated for neste
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77746
Tiziano Müller changed:
What|Removed |Added
CC||dev-zero at gentoo dot org
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59000
Tiziano Müller changed:
What|Removed |Added
CC||dev-zero at gentoo dot org
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68384
Tiziano Müller changed:
What|Removed |Added
CC||dev-zero at gentoo dot org
--- Comment
Priority: P3
Component: fortran
Assignee: unassigned at gcc dot gnu.org
Reporter: dev-zero at gentoo dot org
Target Milestone: ---
Created attachment 41444
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=41444&action=edit
minimal example for an ICE on move_al
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80931
--- Comment #1 from Tiziano Müller ---
It seems like I managed to mess up the output when copy&pasting. Here it is
again from gfortran-6.3.0:
$ LC_ALL=C gfortran -c move_alloc_ice.f90
move_alloc_ice.f90:29:0:
call move_alloc(temp, this%
ReportedBy: dev-zero at gentoo dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36278
16 matches
Mail list logo