public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug testsuite/25831]  New: FAIL: gcc.dg/20050922-1.c (test for excess errors)
@ 2006-01-17 22:21 danglin at gcc dot gnu dot org
  2006-01-17 22:25 ` [Bug testsuite/25831] [4.0 only] " pinskia at gcc dot gnu dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: danglin at gcc dot gnu dot org @ 2006-01-17 22:21 UTC (permalink / raw)
  To: gcc-bugs

Executing on host: /test/gnu/gcc-4.0/objdir/gcc/xgcc
-B/test/gnu/gcc-4.0/objdir/
gcc/ /test/gnu/gcc-4.0/gcc/gcc/testsuite/gcc.dg/20050922-1.c   -O1 -std=c99 
-lm
   -o ./20050922-1.exe    (timeout = 300)
/test/gnu/gcc-4.0/gcc/gcc/testsuite/gcc.dg/20050922-1.c:8:20: error: stdint.h:
N
o such file or directory
/test/gnu/gcc-4.0/gcc/gcc/testsuite/gcc.dg/20050922-1.c:13: error: parse error
b
efore 'f'
/test/gnu/gcc-4.0/gcc/gcc/testsuite/gcc.dg/20050922-1.c:13: error: parse error
b
efore '*' token
/test/gnu/gcc-4.0/gcc/gcc/testsuite/gcc.dg/20050922-1.c:14: warning: return
type
 defaults to 'int'
/test/gnu/gcc-4.0/gcc/gcc/testsuite/gcc.dg/20050922-1.c: In function 'f':
/test/gnu/gcc-4.0/gcc/gcc/testsuite/gcc.dg/20050922-1.c:15: error: 'uint32_t'
un
declared (first use in this function)
/test/gnu/gcc-4.0/gcc/gcc/testsuite/gcc.dg/20050922-1.c:15: error: (Each
undecla
red identifier is reported only once
/test/gnu/gcc-4.0/gcc/gcc/testsuite/gcc.dg/20050922-1.c:15: error: for each
func
tion it appears in.)
/test/gnu/gcc-4.0/gcc/gcc/testsuite/gcc.dg/20050922-1.c:15: error: parse error
b
efore 'A'
/test/gnu/gcc-4.0/gcc/gcc/testsuite/gcc.dg/20050922-1.c: At top level:
/test/gnu/gcc-4.0/gcc/gcc/testsuite/gcc.dg/20050922-1.c:18: warning: type
defaul
ts to 'int' in declaration of 'A'
/test/gnu/gcc-4.0/gcc/gcc/testsuite/gcc.dg/20050922-1.c:18: error: 'B'
undeclare
d here (not in a function)
/test/gnu/gcc-4.0/gcc/gcc/testsuite/gcc.dg/20050922-1.c:18: warning: data
defini
tion has no type or storage class
/test/gnu/gcc-4.0/gcc/gcc/testsuite/gcc.dg/20050922-1.c:19: error: parse error
b
efore 'for'
/test/gnu/gcc-4.0/gcc/gcc/testsuite/gcc.dg/20050922-1.c:22: warning: type
defaul
ts to 'int' in declaration of 'A'
/test/gnu/gcc-4.0/gcc/gcc/testsuite/gcc.dg/20050922-1.c:22: error: redefinition
of 'A'
/test/gnu/gcc-4.0/gcc/gcc/testsuite/gcc.dg/20050922-1.c:18: error: previous
defi
nition of 'A' was here
/test/gnu/gcc-4.0/gcc/gcc/testsuite/gcc.dg/20050922-1.c:22: error: 'S'
undeclare
d here (not in a function)
/test/gnu/gcc-4.0/gcc/gcc/testsuite/gcc.dg/20050922-1.c:23: error: 'k'
undeclare
d here (not in a function)
/test/gnu/gcc-4.0/gcc/gcc/testsuite/gcc.dg/20050922-1.c:23: warning: data
defini
tion has no type or storage class
/test/gnu/gcc-4.0/gcc/gcc/testsuite/gcc.dg/20050922-1.c:25: warning: type
defaul
ts to 'int' in declaration of 'm'
/test/gnu/gcc-4.0/gcc/gcc/testsuite/gcc.dg/20050922-1.c:25: warning: data
defini
tion has no type or storage class
/test/gnu/gcc-4.0/gcc/gcc/testsuite/gcc.dg/20050922-1.c:26: warning: type
defaul
ts to 'int' in declaration of 'k'
/test/gnu/gcc-4.0/gcc/gcc/testsuite/gcc.dg/20050922-1.c:26: error: 'L'
undeclare
d here (not in a function)
/test/gnu/gcc-4.0/gcc/gcc/testsuite/gcc.dg/20050922-1.c:26: warning: data
defini
tion has no type or storage class
/test/gnu/gcc-4.0/gcc/gcc/testsuite/gcc.dg/20050922-1.c:27: warning: type
defaul
ts to 'int' in declaration of 'B'
/test/gnu/gcc-4.0/gcc/gcc/testsuite/gcc.dg/20050922-1.c:28: warning: data
defini
tion has no type or storage class
/test/gnu/gcc-4.0/gcc/gcc/testsuite/gcc.dg/20050922-1.c:29: error: parse error
b
efore '}' token
/test/gnu/gcc-4.0/gcc/gcc/testsuite/gcc.dg/20050922-1.c: In function 'main':
/test/gnu/gcc-4.0/gcc/gcc/testsuite/gcc.dg/20050922-1.c:36: error: 'uint32_t'
un
declared (first use in this function)
/test/gnu/gcc-4.0/gcc/gcc/testsuite/gcc.dg/20050922-1.c:36: error: parse error
b
efore 'S'
compiler exited with status 1

I think "stdint.h" should be changed to "stdlib.h".


-- 
           Summary: FAIL: gcc.dg/20050922-1.c (test for excess errors)
           Product: gcc
           Version: 4.0.3
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: testsuite
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: danglin at gcc dot gnu dot org
 GCC build triplet: hppa2.0w-hp-hpux11.11
  GCC host triplet: hppa2.0w-hp-hpux11.11
GCC target triplet: hppa2.0w-hp-hpux11.11


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


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

* [Bug testsuite/25831] [4.0 only] FAIL: gcc.dg/20050922-1.c (test for excess errors)
  2006-01-17 22:21 [Bug testsuite/25831] New: FAIL: gcc.dg/20050922-1.c (test for excess errors) danglin at gcc dot gnu dot org
@ 2006-01-17 22:25 ` pinskia at gcc dot gnu dot org
  2006-01-17 22:27 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-01-17 22:25 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|FAIL: gcc.dg/20050922-1.c   |[4.0 only] FAIL:
                   |(test for excess errors)    |gcc.dg/20050922-1.c (test
                   |                            |for excess errors)
   Target Milestone|---                         |4.0.3


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


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

* [Bug testsuite/25831] [4.0 only] FAIL: gcc.dg/20050922-1.c (test for excess errors)
  2006-01-17 22:21 [Bug testsuite/25831] New: FAIL: gcc.dg/20050922-1.c (test for excess errors) danglin at gcc dot gnu dot org
  2006-01-17 22:25 ` [Bug testsuite/25831] [4.0 only] " pinskia at gcc dot gnu dot org
@ 2006-01-17 22:27 ` pinskia at gcc dot gnu dot org
  2006-02-27 20:28 ` mmitchel at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-01-17 22:27 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from pinskia at gcc dot gnu dot org  2006-01-17 22:27 -------
This was PR 24107 which was only fixed in 4.1.0.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  BugsThisDependsOn|                            |24107
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2006-01-17 22:27:17
               date|                            |


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


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

* [Bug testsuite/25831] [4.0 only] FAIL: gcc.dg/20050922-1.c (test for excess errors)
  2006-01-17 22:21 [Bug testsuite/25831] New: FAIL: gcc.dg/20050922-1.c (test for excess errors) danglin at gcc dot gnu dot org
  2006-01-17 22:25 ` [Bug testsuite/25831] [4.0 only] " pinskia at gcc dot gnu dot org
  2006-01-17 22:27 ` pinskia at gcc dot gnu dot org
@ 2006-02-27 20:28 ` mmitchel at gcc dot gnu dot org
  2006-03-11  3:21 ` mmitchel at gcc dot gnu dot org
  2006-08-15 18:43 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2006-02-27 20:28 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from mmitchel at gcc dot gnu dot org  2006-02-27 20:26 -------
This is just a testsuite issue; not release-critical.  (It's OK to fix the bug,
though, if someone wants to do that.)


-- 

mmitchel at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P5


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


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

* [Bug testsuite/25831] [4.0 only] FAIL: gcc.dg/20050922-1.c (test for excess errors)
  2006-01-17 22:21 [Bug testsuite/25831] New: FAIL: gcc.dg/20050922-1.c (test for excess errors) danglin at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2006-02-27 20:28 ` mmitchel at gcc dot gnu dot org
@ 2006-03-11  3:21 ` mmitchel at gcc dot gnu dot org
  2006-08-15 18:43 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2006-03-11  3:21 UTC (permalink / raw)
  To: gcc-bugs



-- 

mmitchel at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.0.3                       |4.0.4


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


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

* [Bug testsuite/25831] [4.0 only] FAIL: gcc.dg/20050922-1.c (test for excess errors)
  2006-01-17 22:21 [Bug testsuite/25831] New: FAIL: gcc.dg/20050922-1.c (test for excess errors) danglin at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2006-03-11  3:21 ` mmitchel at gcc dot gnu dot org
@ 2006-08-15 18:43 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-08-15 18:43 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from pinskia at gcc dot gnu dot org  2006-08-15 18:43 -------


*** This bug has been marked as a duplicate of 24107 ***


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |DUPLICATE
   Target Milestone|4.0.4                       |4.1.0


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


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

end of thread, other threads:[~2006-08-15 18:43 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-01-17 22:21 [Bug testsuite/25831] New: FAIL: gcc.dg/20050922-1.c (test for excess errors) danglin at gcc dot gnu dot org
2006-01-17 22:25 ` [Bug testsuite/25831] [4.0 only] " pinskia at gcc dot gnu dot org
2006-01-17 22:27 ` pinskia at gcc dot gnu dot org
2006-02-27 20:28 ` mmitchel at gcc dot gnu dot org
2006-03-11  3:21 ` mmitchel at gcc dot gnu dot org
2006-08-15 18:43 ` 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).