Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss
Groups keyboard shortcuts have been updated
Dismiss
See shortcuts

[perl #39802] [PATCH] [CAGE] turning up the warnings levels in gcc as much as we can

7 views
Skip to first unread message

Kevin Tew

unread,
Jul 12, 2006, 11:05:52 AM7/12/06
to bugs-bi...@rt.perl.org
# New Ticket Created by Kevin Tew
# Please include the string: [perl #39802]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=39802 >


turning up the warnings levels in gcc as much as we can

=item C<--cage>

[CAGE] compile includes many additional warnings


Configure.pl | 5 +++
config/auto/gcc.pm | 87
+++++++++++++++++++++++++++++++++++++++++++++++++----
2 files changed, 87 insertions(+), 5 deletions(-)

Kevin

gcc_warnings.patch

Paul Cochrane via RT

unread,
Dec 19, 2006, 5:54:42 AM12/19/06
to perl6-i...@perl.org
Kevin,

Thanks for the patch! I've managed to apply it (with some changes),
however the following warning flags don't work with my gcc (3.4.5):

#. "-Wfatal-errors "
#. "-Wmissing-field-initializers "
#. "-Wmissing-include-dirs "
#. "-Wvariadic-macros "
#. "-Wno-discard-qual "
#. "-Wno-pointer-sign "

I was wondering if you knew which version(s) of gcc these work for so
that I can make the appropriate changes to config/auto/gcc.pm and have
them in the correct place.

Thanks heaps in advance!

Paul

Paul Cochrane via RT

unread,
Dec 19, 2006, 2:11:36 PM12/19/06
to perl6-i...@perl.org
On Wed Jul 12 08:05:52 2006, te...@tewk.com wrote:
> turning up the warnings levels in gcc as much as we can

Applied (mostly) in r16195 and r16196. I'll close the ticket as soon
as I know where the extra flags I mentioned earlier should go.

Thanks heaps for the patch!

Paul

Kevin Tew

unread,
Dec 22, 2006, 12:20:37 PM12/22/06
to parrotbug...@parrotcode.org, perl6-i...@perl.org
I believe it was GCC 4.0.1 on OS X.
Kevin
0 new messages