[Bug testsuite/24107] gcc.dg/20050922-1.c relies in stdint.h

2007-01-14 Thread danglin at gcc dot gnu dot org
--- Comment #8 from danglin at gcc dot gnu dot org 2007-01-14 17:25 --- Subject: Bug 24107 Author: danglin Date: Sun Jan 14 17:25:05 2007 New Revision: 120776 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=120776 Log: PR testsuite/24107 Backport from mainline

[Bug testsuite/24107] gcc.dg/20050922-1.c relies in stdint.h

2007-01-09 Thread danglin at gcc dot gnu dot org
--- Comment #7 from danglin at gcc dot gnu dot org 2007-01-09 23:59 --- I still see this with 4.0.4. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24107

[Bug testsuite/24107] gcc.dg/20050922-1.c relies in stdint.h

2006-08-15 Thread pinskia at gcc dot gnu dot org
--- Comment #6 from pinskia at gcc dot gnu dot org 2006-08-15 18:43 --- *** Bug 25831 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug testsuite/24107] gcc.dg/20050922-1.c relies in stdint.h

2005-10-24 Thread cvs-commit at gcc dot gnu dot org
--- Comment #4 from cvs-commit at gcc dot gnu dot org 2005-10-24 12:55 --- Subject: Bug 24107 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-10-24 12:55:37 Modified files: gcc/testsuite : ChangeLog gcc/testsuite/gcc.dg:

[Bug testsuite/24107] gcc.dg/20050922-1.c relies in stdint.h

2005-10-24 Thread pbrook at gcc dot gnu dot org
--- Comment #5 from pbrook at gcc dot gnu dot org 2005-10-24 13:02 --- Fixed -- pbrook at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug testsuite/24107] gcc.dg/20050922-1.c relies in stdint.h

2005-10-24 Thread pinskia at gcc dot gnu dot org
-- 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=24107

[Bug testsuite/24107] gcc.dg/20050922-1.c relies in stdint.h

2005-10-23 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |pbrook at gcc dot gnu dot |dot org

[Bug testsuite/24107] gcc.dg/20050922-1.c relies in stdint.h

2005-10-16 Thread jsm28 at gcc dot gnu dot org
--- Comment #3 from jsm28 at gcc dot gnu dot org 2005-10-16 19:01 --- This failure has appeared on 4.0 branch, for hppa2.0w-hp-hpux11.11 and hppa64-hp-hpux11.11, on 20051014. This bug can be fixed as a testsuite problem without fixing bug 448: the test doesn't intrinsically need the

[Bug testsuite/24107] gcc.dg/20050922-1.c relies in stdint.h

2005-09-28 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added BugsThisDependsOn||448 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24107

[Bug testsuite/24107] gcc.dg/20050922-1.c relies in stdint.h

2005-09-28 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-28 21:23 --- I could swore there were other testcases which included stdint.h but there is not. Anyways, your definition of int32_t is wrong for some targets. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24107

[Bug testsuite/24107] gcc.dg/20050922-1.c relies in stdint.h

2005-09-28 Thread joseph at codesourcery dot com
--- Additional Comments From joseph at codesourcery dot com 2005-09-28 21:29 --- Subject: Re: gcc.dg/20050922-1.c relies in stdint.h On Wed, 28 Sep 2005, pinskia at gcc dot gnu dot org wrote: I could swore there were other testcases which included stdint.h but there is not.