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]

debug/2129: osf1-5.0 gcc 2.95.2 fails with -g flag



>Number:         2129
>Category:       debug
>Synopsis:       osf1-5.0 gcc 2.95.2 fails with -g flag
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Wed Feb 28 13:46:00 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Michael Fonte
>Release:        alpha-dec-osf5.0 2.95.2
>Organization:
>Environment:
OSF1 phoenix V5.1 732 alpha
>Description:
Simple C function compiles fine without -g flag but fails with -g flag.
/view/m33_axp % gcc -v
Reading specs from /opt/TWWfsw/gcc29/lib/gcc-lib/alpha-dec-osf5.0/2.95.2/specs
gcc version 2.95.2 19991024 (release)
/view/m33_axp % gcc -c -Wall -save-temps pow_test.c

/view/m33_axp % gcc -c -g -Wall -save-temps pow_test.c
mips-tfile, pow_test.s:8 Invalid .stabs/.stabn directive, value not found
line:    #.stabs "/v/lib_cmn/D.cmn/",100,0,0,$Ltext0

mips-tfile, pow_test.s:9 Invalid .stabs/.stabn directive, value not found
line:    #.stabs "pow_test.c",100,0,0,$Ltext0

/view/m33_axp % cat pow_test.i
# 1 "pow_test.c"

double powers_of_ten[5] = {
        1e-307,
        1e-306,
        1e305,
        1e306,
        1e307,
};
>How-To-Repeat:
Try to compile the file in the descritption section with the -g flag
>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


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