This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug debug/33739] [4.3 Regression] Failure of gfortran.dg/literal_character_constant_1_*.F with -m64 -g on Darwin
- From: "dominiq at lps dot ens dot fr" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 29 Oct 2007 12:09:38 -0000
- Subject: [Bug debug/33739] [4.3 Regression] Failure of gfortran.dg/literal_character_constant_1_*.F with -m64 -g on Darwin
- References: <bug-33739-12313@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #10 from dominiq at lps dot ens dot fr 2007-10-29 12:09 -------
Without the part of the patch in comment #8 the warning disappears. The
comment #2 may sound as ld64 on Darwin8 overzealous, but it just detects that
"entering into a new file" is properly detected
(at least the first time), but the "exit from an included file" is never
reached.
I have done a few attempts to fix it, but they were too naive and failed for a
lack of a real understanding of how gfc_current_locus.lb->next->dbg_emitted is
managed.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33739