public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug testsuite/24962]  New: gcc.target/ia64/20030811-1.c (test for excess errors) fails with -milp32
@ 2005-11-20 17:41 jsm28 at gcc dot gnu dot org
  2006-01-20 18:29 ` [Bug testsuite/24962] " sje at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: jsm28 at gcc dot gnu dot org @ 2005-11-20 17:41 UTC (permalink / raw)
  To: gcc-bugs

FAIL: gcc.target/ia64/20030811-1.c (test for excess errors)

has appeared on mainline for ia64-hp-hpux11.23 -milp32, with the move of that
test from gcc.dg which also enabled it for HP-UX (previously only enabled for
ia64-linux).  Messages are all of form

/scratch/gcc/nightly-2005-11-19-mainline/src/gcc-mainline/gcc/testsuite/gcc.target/ia64/20030811-1.c:47:
warning: integer constant is too large for 'long' type

or similar "large integer implicitly truncated to unsigned type"
(this testcase is clearly not -milp32 (the HP-UX default) ready).


-- 
           Summary: gcc.target/ia64/20030811-1.c (test for excess errors)
                    fails with -milp32
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: testsuite
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: jsm28 at gcc dot gnu dot org
GCC target triplet: ia64-*-hpux*


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


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

* [Bug testsuite/24962] gcc.target/ia64/20030811-1.c (test for excess errors) fails with -milp32
  2005-11-20 17:41 [Bug testsuite/24962] New: gcc.target/ia64/20030811-1.c (test for excess errors) fails with -milp32 jsm28 at gcc dot gnu dot org
@ 2006-01-20 18:29 ` sje at gcc dot gnu dot org
  2006-01-26 22:40 ` sje at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: sje at gcc dot gnu dot org @ 2006-01-20 18:29 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from sje at gcc dot gnu dot org  2006-01-20 18:29 -------
Subject: Bug 24962

Author: sje
Date: Fri Jan 20 18:29:44 2006
New Revision: 110034

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=110034
Log:
        PR testsuite/24962
        * gcc.target/ia64/20030811-1.c: Change 'long' to 'long long'.

Modified:
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/gcc.target/ia64/20030811-1.c


-- 


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


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

* [Bug testsuite/24962] gcc.target/ia64/20030811-1.c (test for excess errors) fails with -milp32
  2005-11-20 17:41 [Bug testsuite/24962] New: gcc.target/ia64/20030811-1.c (test for excess errors) fails with -milp32 jsm28 at gcc dot gnu dot org
  2006-01-20 18:29 ` [Bug testsuite/24962] " sje at gcc dot gnu dot org
@ 2006-01-26 22:40 ` sje at gcc dot gnu dot org
  2006-01-27 17:06 ` sje at cup dot hp dot com
  2006-01-28 21:00 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: sje at gcc dot gnu dot org @ 2006-01-26 22:40 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from sje at gcc dot gnu dot org  2006-01-26 22:40 -------
Subject: Bug 24962

Author: sje
Date: Thu Jan 26 22:40:15 2006
New Revision: 110283

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=110283
Log:
        PR testsuite/24962
        * gcc.target/ia64/20030811-1.c: Change 'long' to 'long long'.

Modified:
    branches/gcc-4_1-branch/gcc/testsuite/ChangeLog
    branches/gcc-4_1-branch/gcc/testsuite/gcc.target/ia64/20030811-1.c


-- 


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


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

* [Bug testsuite/24962] gcc.target/ia64/20030811-1.c (test for excess errors) fails with -milp32
  2005-11-20 17:41 [Bug testsuite/24962] New: gcc.target/ia64/20030811-1.c (test for excess errors) fails with -milp32 jsm28 at gcc dot gnu dot org
  2006-01-20 18:29 ` [Bug testsuite/24962] " sje at gcc dot gnu dot org
  2006-01-26 22:40 ` sje at gcc dot gnu dot org
@ 2006-01-27 17:06 ` sje at cup dot hp dot com
  2006-01-28 21:00 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: sje at cup dot hp dot com @ 2006-01-27 17:06 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from sje at cup dot hp dot com  2006-01-27 17:06 -------
This testsuite failure has been fixed on the main line and in the 4.1 branch by
using long long instead of just long.  The test failure does not occur prior to
4.1 because the test is not run on HP-UX prior to 4.1.


-- 

sje at cup dot hp dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sje at cup dot hp dot com
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED


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


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

* [Bug testsuite/24962] gcc.target/ia64/20030811-1.c (test for excess errors) fails with -milp32
  2005-11-20 17:41 [Bug testsuite/24962] New: gcc.target/ia64/20030811-1.c (test for excess errors) fails with -milp32 jsm28 at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2006-01-27 17:06 ` sje at cup dot hp dot com
@ 2006-01-28 21:00 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-01-28 21:00 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.1.0


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


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

end of thread, other threads:[~2006-01-28 21:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-11-20 17:41 [Bug testsuite/24962] New: gcc.target/ia64/20030811-1.c (test for excess errors) fails with -milp32 jsm28 at gcc dot gnu dot org
2006-01-20 18:29 ` [Bug testsuite/24962] " sje at gcc dot gnu dot org
2006-01-26 22:40 ` sje at gcc dot gnu dot org
2006-01-27 17:06 ` sje at cup dot hp dot com
2006-01-28 21:00 ` pinskia at gcc dot gnu dot org

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).