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]

bootstrap/8886: config/pa/pa.c uses poisoned ASM_OUTPUT_INTERNAL_LABEL


>Number:         8886
>Category:       bootstrap
>Synopsis:       config/pa/pa.c uses poisoned ASM_OUTPUT_INTERNAL_LABEL
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Tue Dec 10 00:46:02 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     rbrown64@csc.com.au
>Release:        gcc-3.4 bib experimental
>Organization:
>Environment:
hppa2.0n-hp-hpux11.0 with gcc-3.2 --with-gnu-as
gas 2.11.1 & gas 2.13.1
>Description:
gcc/gcc/config/pa/pa.c:6257:15: attempt to use poisoned \
"ASM_OUTPUT_INTERNAL_LABEL"
gcc/gcc/config/pa/pa.c: In function `output_millicode_call':
gcc/gcc/config/pa/pa.c:6257: warning: implicit declaration of function \
`ASM_OUTPUT_INTERNAL_LABEL'

I think that the ASM_OUTPUT_INTERNAL_LABEL was in a !gas
codepath. Despite having configured with --with-gnu-as and
--with-as=/usr/local/bin/as, config.cache doesn't seem
to have set gcc_cv_gas_{major,minor}_version.

>How-To-Repeat:

>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]