https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109403
--- Comment #2 from Thomas Jahns ---
Just for cross-referencing:
In the meantime, I found that someone else also ran into this problem when
using fat objects with binutils nm:
https://sourceware.org/bugzilla/show_bug.cgi?id=24326
https://stac
Component: ipa
Assignee: unassigned at gcc dot gnu.org
Reporter: jahns at dkrz dot de
CC: marxin at gcc dot gnu.org
Target Milestone: ---
When compiling a source file with -flto, the alignment of common blocks seems
to not be reported from gcc-nm:
$ cat >al
: fortran
Assignee: unassigned at gcc dot gnu.org
Reporter: jahns at dkrz dot de
Target Milestone: ---
Created attachment 51594
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=51594&action=edit
Source file to reproduce the unexpected interop warning.
Compiling a
Priority: P3
Component: c
Assignee: unassigned at gcc dot gnu.org
Reporter: jahns at dkrz dot de
Target Milestone: ---
The following source causes an incorrect warning with gcc 11.1.0 (sorry did not
have 11.1.1 available, it's not yet in spack):
void a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68940
--- Comment #3 from Thomas Jahns ---
Created attachment 37111
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=37111&action=edit
Source to demonstrate problem with -Wno-error=unused-parameter
Running gfortran shows the problem:
$ gfortran
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68940
--- Comment #1 from Thomas Jahns ---
Just noticed the same applies to -Wunused-parameter.
Assignee: unassigned at gcc dot gnu.org
Reporter: jahns at dkrz dot de
Target Milestone: ---
When combining the -Werror -Wextra -Wno-error=compare-reals options, code that
compares reals does still produce an error. Given the following example program
and compiler options, I was
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57924
--- Comment #2 from Thomas Jahns ---
Just tried with gfortran 4.8.1 (an Ubuntu 13.04 test release). The problem
persists.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57924
--- Comment #1 from Thomas Jahns ---
Created attachment 30522
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30522&action=edit
Makefile giving flags
Add Makefile missing from original report.
: UNCONFIRMED
Severity: normal
Priority: P3
Component: fortran
Assignee: unassigned at gcc dot gnu.org
Reporter: jahns at dkrz dot de
Created attachment 30521
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30521&action=edit
source file to
10 matches
Mail list logo