Please do not reply to this email, use the link below. http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001934 Ilija Kocho [Илија Кочо] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEEDINFO CC| |ilijak@siva.com.mk Ever confirmed|0 |1 --- Comment #1 from Ilija Kocho [Илија Кочо] --- Juergen Thank you for pointing this out. I recommend you to report this question to GCC (you can put me or ecos-discuss mailing list or both in CC). Few questions: - What optimizations have you used? - How does it beehive witg -O0? - Can you try eCos GNU Tools 4.3.2? - Can you isolate a test case? Ilija -- You are receiving this mail because: You are the assignee for the bug. >From ecos-bugs-return-10699-listarch-ecos-bugs=sources.redhat.com@sourceware.org Wed Feb 19 07:30:32 2014 Return-Path: Delivered-To: listarch-ecos-bugs@sources.redhat.com Received: (qmail 31575 invoked by alias); 19 Feb 2014 07:30:32 -0000 Mailing-List: contact ecos-bugs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: ecos-bugs-owner@sourceware.org Delivered-To: mailing list ecos-bugs@sourceware.org Received: (qmail 31562 invoked by uid 89); 19 Feb 2014 07:30:31 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.8 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail.ecoscentric.com Received: from hagrid.ecoscentric.com (HELO mail.ecoscentric.com) (212.13.207.197) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Wed, 19 Feb 2014 07:30:29 +0000 Received: by mail.ecoscentric.com (Postfix, from userid 48) id F16474680002; Wed, 19 Feb 2014 07:30:25 +0000 (GMT) X-Original-To: unassigned@bugs.ecos.sourceware.org Delivered-To: unassigned@bugs.ecos.sourceware.org From: bugzilla-daemon@bugs.ecos.sourceware.org To: unassigned@bugs.ecos.sourceware.org Subject: [Bug 1001934] gcc 4.6.3-20120623 optimizes wrong Date: Wed, 19 Feb 2014 07:30:00 -0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: eCos X-Bugzilla-Component: Gnutools X-Bugzilla-Keywords: X-Bugzilla-Severity: critical X-Bugzilla-Who: J.Lambrecht@televic.com X-Bugzilla-Status: MODIFIED X-Bugzilla-Priority: low X-Bugzilla-Assigned-To: unassigned@bugs.ecos.sourceware.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.ecos.sourceware.org/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2014/txt/msg00066.txt.bz2 Content-length: 1794 Please do not reply to this email, use the link below. http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001934 Juergen Lambrecht changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |MODIFIED --- Comment #2 from Juergen Lambrecht --- (In reply to comment #1) > Juergen > > Thank you for pointing this out. I recommend you to report this question to > GCC (you can put me or ecos-discuss mailing list or both in CC). OK. The eCos toolchain is in my planning for 2014. > > Few questions: > > - What optimizations have you used? standard ecos: default_value { CYGBLD_GLOBAL_WARNFLAGS . CYGBLD_ARCH_CFLAGS . (CYGPKG_INFRA_DEBUG == 1 ? "-O0 " : "-O2 ") . "-mcpu=arm9tdmi -Winline -g -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions" } (I only tested -O2) application, here the complete command line (omiting all -I): arm-eabi-gcc -Wall -Wpointer-arith -Wstrict-prototypes -Wundef -Wno-write-strings -mno-thumb-interwork -O2 -mcpu=arm9tdmi -Winline -g -ffunction-sections -fdata-sections -fno-exceptions -I[......] -DLINUX -DECOS -DHAVE_SOCKADDR_SA_LEN -DO_HAVE_CONVERSION -DTRAIN_CFG -c -o obj/serialconsole.o -MT obj/serialconsole.o -MD -MP -MF dep/../../../../apps/pr_7315/src/serialconsole.c.d ../../../../apps/pr_7315/src/serialconsole.c > - How does it beehive witg -O0? > - Can you try eCos GNU Tools 4.3.2? This I will work on in the coming months regards, Jürgen > - Can you isolate a test case? > > Ilija -- You are receiving this mail because: You are the assignee for the bug. >From ecos-bugs-return-10700-listarch-ecos-bugs=sources.redhat.com@sourceware.org Fri Feb 21 10:23:30 2014 Return-Path: Delivered-To: listarch-ecos-bugs@sources.redhat.com Received: (qmail 25963 invoked by alias); 21 Feb 2014 10:23:30 -0000 Mailing-List: contact ecos-bugs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: ecos-bugs-owner@sourceware.org Delivered-To: mailing list ecos-bugs@sourceware.org Received: (qmail 25941 invoked by uid 89); 21 Feb 2014 10:23:29 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=AWL,BAYES_20,RCVD_IN_DNSWL_LOW,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail.ecoscentric.com Received: from hagrid.ecoscentric.com (HELO mail.ecoscentric.com) (212.13.207.197) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Fri, 21 Feb 2014 10:23:28 +0000 Received: by mail.ecoscentric.com (Postfix, from userid 48) id AA81F4680006; Fri, 21 Feb 2014 10:23:25 +0000 (GMT) X-Original-To: unassigned@bugs.ecos.sourceware.org Delivered-To: unassigned@bugs.ecos.sourceware.org From: bugzilla-daemon@bugs.ecos.sourceware.org To: unassigned@bugs.ecos.sourceware.org Subject: [Bug 1001947] New: Patch to resolve features depreciated in wx2.8 Date: Fri, 21 Feb 2014 10:23:00 -0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: eCos X-Bugzilla-Component: Patches and contributions X-Bugzilla-Keywords: X-Bugzilla-Severity: enhancement X-Bugzilla-Who: andy@xylanta.com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: low X-Bugzilla-Assigned-To: unassigned@bugs.ecos.sourceware.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://bugs.ecos.sourceware.org/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2014/txt/msg00067.txt.bz2 Content-length: 1010 Please do not reply to this email, use the link below. http://bugs.ecos.sourceware.org/show_bug.cgi?id01947 Bug ID: 1001947 Summary: Patch to resolve features depreciated in wx2.8 Product: eCos Version: CVS Target: All Architecture/Host HostOS: Win XP/7 OS: Status: UNCONFIRMED Severity: enhancement Priority: low Component: Patches and contributions Assignee: unassigned@bugs.ecos.sourceware.org Reporter: andy@xylanta.com CC: ecos-patches@ecos.sourceware.org Created attachment 2458 --> http://bugs.ecos.sourceware.org/attachment.cgi?id$58&actioníit Patch to resolve features depreciated in wx2.8 This patch resolves a number of depreciated feature errors/warnings when ConfigTool is built using wxWidgets 2.8.12. Tested on Windows but should apply to all platforms -- You are receiving this mail because: You are the assignee for the bug.