public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/33782]  New: [4.3 Regression] FAIL: gcc.c-torture/compile/limits-stringlit.c (test for excess errors)
@ 2007-10-15 15:41 rask at gcc dot gnu dot org
  2007-11-06 20:41 ` [Bug testsuite/33782] " wvangulik at xs4all dot nl
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: rask at gcc dot gnu dot org @ 2007-10-15 15:41 UTC (permalink / raw)
  To: gcc-bugs

This started happening between revision 128772 (good) and 128824 (bad):
.../gcc/testsuite/gcc.c-torture/compile/limits-stringlit.c:10: error: size of
array is too large

This appears to happen on all targets with 16-bit int. Revision 128811
suspected.


-- 
           Summary: [4.3 Regression] FAIL: gcc.c-torture/compile/limits-
                    stringlit.c (test for excess errors)
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: rask at gcc dot gnu dot org
GCC target triplet: m32c-unknown-elf avr-unknown-none


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33782


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug testsuite/33782] FAIL: gcc.c-torture/compile/limits-stringlit.c (test for excess errors)
  2007-10-15 15:41 [Bug c/33782] New: [4.3 Regression] FAIL: gcc.c-torture/compile/limits-stringlit.c (test for excess errors) rask at gcc dot gnu dot org
@ 2007-11-06 20:41 ` wvangulik at xs4all dot nl
  2008-04-10  0:00 ` hutchinsonandy at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: wvangulik at xs4all dot nl @ 2007-11-06 20:41 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from wvangulik at xs4all dot nl  2007-11-06 20:41 -------
Well, that would be ok for the AVR. The test is allocating more than the 64K of
adressable space the AVR has. This should be a "expected to fail" for the AVR 


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33782


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug testsuite/33782] FAIL: gcc.c-torture/compile/limits-stringlit.c (test for excess errors)
  2007-10-15 15:41 [Bug c/33782] New: [4.3 Regression] FAIL: gcc.c-torture/compile/limits-stringlit.c (test for excess errors) rask at gcc dot gnu dot org
  2007-11-06 20:41 ` [Bug testsuite/33782] " wvangulik at xs4all dot nl
@ 2008-04-10  0:00 ` hutchinsonandy at gcc dot gnu dot org
  2008-04-12 15:47 ` hutchinsonandy at gcc dot gnu dot org
  2008-05-26 19:59 ` eric dot weddington at atmel dot com
  3 siblings, 0 replies; 5+ messages in thread
From: hutchinsonandy at gcc dot gnu dot org @ 2008-04-10  0:00 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from hutchinsonandy at gcc dot gnu dot org  2008-04-09 23:59 -------
Subject: Bug 33782

Author: hutchinsonandy
Date: Wed Apr  9 23:58:39 2008
New Revision: 134153

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=134153
Log:
2008-04-09  Andy Hutchinson  <hutchinsonandy@aim.com>

        PR testsuite/34894
        PR testsuite/33782
        * lib/target-supports.dg: Add check_effective_target_trampolines.
        Disable profiling for avr-*-*.
        * gcc.c-torture/compile/pr27889.c: dg-requires trampolines.
        * gcc.c-torture/compile/nested-1.c: Ditto.
        * gcc.c-torture/compile/20050122-2.c: Ditto.
        * gcc.c-torture/compile/20010226-1.c: Ditto.
        * gcc.c-torture/compile/20010327-1.c:  Skip for avr-*-*.
        * gcc.c-torture/compile/980506-1.c: Ditto.
        * gcc.c-torture/compile/20020604-1.c: Ditto.
        * gcc.c-torture/compile/limits-stringlit.c: Ditto
        * gcc.c-torture/compile/20001226-1.c: Ditto

Modified:
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/gcc.c-torture/compile/20001226-1.c
    trunk/gcc/testsuite/gcc.c-torture/compile/20010226-1.c
    trunk/gcc/testsuite/gcc.c-torture/compile/20010327-1.c
    trunk/gcc/testsuite/gcc.c-torture/compile/20020604-1.c
    trunk/gcc/testsuite/gcc.c-torture/compile/20050122-2.c
    trunk/gcc/testsuite/gcc.c-torture/compile/980506-1.c
    trunk/gcc/testsuite/gcc.c-torture/compile/limits-stringlit.c
    trunk/gcc/testsuite/gcc.c-torture/compile/nested-1.c
    trunk/gcc/testsuite/gcc.c-torture/compile/pr27889.c
    trunk/gcc/testsuite/lib/target-supports.exp


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33782


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug testsuite/33782] FAIL: gcc.c-torture/compile/limits-stringlit.c (test for excess errors)
  2007-10-15 15:41 [Bug c/33782] New: [4.3 Regression] FAIL: gcc.c-torture/compile/limits-stringlit.c (test for excess errors) rask at gcc dot gnu dot org
  2007-11-06 20:41 ` [Bug testsuite/33782] " wvangulik at xs4all dot nl
  2008-04-10  0:00 ` hutchinsonandy at gcc dot gnu dot org
@ 2008-04-12 15:47 ` hutchinsonandy at gcc dot gnu dot org
  2008-05-26 19:59 ` eric dot weddington at atmel dot com
  3 siblings, 0 replies; 5+ messages in thread
From: hutchinsonandy at gcc dot gnu dot org @ 2008-04-12 15:47 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from hutchinsonandy at gcc dot gnu dot org  2008-04-12 15:46 -------
Fixed 4.4


-- 

hutchinsonandy at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33782


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug testsuite/33782] FAIL: gcc.c-torture/compile/limits-stringlit.c (test for excess errors)
  2007-10-15 15:41 [Bug c/33782] New: [4.3 Regression] FAIL: gcc.c-torture/compile/limits-stringlit.c (test for excess errors) rask at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2008-04-12 15:47 ` hutchinsonandy at gcc dot gnu dot org
@ 2008-05-26 19:59 ` eric dot weddington at atmel dot com
  3 siblings, 0 replies; 5+ messages in thread
From: eric dot weddington at atmel dot com @ 2008-05-26 19:59 UTC (permalink / raw)
  To: gcc-bugs



-- 

eric dot weddington at atmel dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.4.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33782


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2008-05-26 19:59 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-10-15 15:41 [Bug c/33782] New: [4.3 Regression] FAIL: gcc.c-torture/compile/limits-stringlit.c (test for excess errors) rask at gcc dot gnu dot org
2007-11-06 20:41 ` [Bug testsuite/33782] " wvangulik at xs4all dot nl
2008-04-10  0:00 ` hutchinsonandy at gcc dot gnu dot org
2008-04-12 15:47 ` hutchinsonandy at gcc dot gnu dot org
2008-05-26 19:59 ` eric dot weddington at atmel dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).