This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug debug/7055] [alpha osf4] G++ 3.1 Produced bad debugging entries if compiled with -gcoff, also segv.



------- Comment #11 from markus dot schoepflin at comsoft dot de  2009-01-08 14:40 -------
I don't have 4.3 or 4.4 available, but I now checked with gcc 4.1.2 and 4.2.1.
It works with both versions.

Looking at the resulting listing file, the #.def entries which were triggering
the error in mips-tfile are no longer present.

For example, gcc 3.4.6 creates the following:

        #.def   11_Is_integerIbE;       .scl    10;     .type   0x8;    .size  
1;      .endef

whereas gcc 4.2.1 creates:

        #.def   St12__is_integerIbE;    .scl    10;     .type   0x8;    .size  
1;      .endef

So GCC 4.1 and 4.2 no longer create the problematic definitions, but
nevertheless the problem in mips-tfile is still present.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=7055


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]