[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#471767: marked as done (gcc-4.1: fails to warn that -Wno-overlength-strings is unrecognized on some architectures)



Your message dated Sun, 30 May 2010 19:47:14 +0200
with message-id <4C02A4A2.9070806@debian.org>
and subject line tagging gcc-4.1 bug reports as wontfix, and closing them
has caused the Debian Bug report #471767,
regarding gcc-4.1: fails to warn that -Wno-overlength-strings is unrecognized on some architectures
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
471767: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=471767
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: gnat-4.3
Severity: serious
Version: 4.3.0-1

gnat-4.3 build-depends on gnat (>= 4.1), the current version of which
symlinks gnatgcc to gcc-4.1.  gcc-4.1 does not support the
"-Wno-overlength-strings" option (added in 4.2).

During the configure step, we pass CC=gnatgcc to make sure we use the
compiler with support for Ada as the bootstrap compiler.

Unfortunately, on some architectures (most notably i386 and powerpc),
the configure step failed with:

> gnatgcc -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long   -DHAVE_CONFIG_H -I. -I../../../src/fixincludes -I../include -I../../../src/fixincludes/../include ../../../src/fixincludes/fixincl.c
> cc1: error: unrecognized command line option "-Wno-overlength-strings"
> make[5]: *** [fixincl.o] Error 1

The problem, therefore, is that we mistakenly pass
-Wno-overlength-strings to gcc-4.1.  This, in turn, appears to be due
to the configure script in src/fixincludes not correctly detecting
that gnatgcc does not support the option:

> Configuring in build-powerpc-linux-gnu/fixincludes
[...]
> checking whether gnatgcc supports -Wno-overlength-strings... yes

I am investigating but would welcome any help fixing this problem.

-- 
Ludovic Brenta (maintainer of gnat-4.3).




--- End Message ---
--- Begin Message ---
tag 471767 + wontfix
tag 425527 + wontfix
tag 435907 + wontfix
tag 424918 + wontfix
tag 426302 + wontfix
tag 418795 + wontfix
tag 426302 + moreinfo
tag 418795 + moreinfo
tag 394325 + wontfix
tag 394325 + moreinfo
tag 355621 + wontfix
tag 355621 + moreinfo
thanks

tagging issues reported against gcc-4.1 and closing them. Many of these reports had unanswered requests for missing information for a long time. If any of these issues are seen with the current default gcc (gcc-4.4), please add the missing information, reassign the report and reopen. If the issue is reproducible with 4.4, please check with gcc-4.5 (experimental) and current trunk (gcc-snapshot) too.


--- End Message ---

Reply to: