This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c/46604] New: FAIL: gcc.dg/pr14963.c (internal compiler error)


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

           Summary: FAIL: gcc.dg/pr14963.c (internal compiler error)
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: danglin@gcc.gnu.org
              Host: hppa64-hp-hpux11.11
            Target: hppa64-hp-hpux11.11
             Build: hppa64-hp-hpux11.11


Executing on host: /test/gnu/gcc/objdir/gcc/xgcc -B/test/gnu/gcc/objdir/gcc/
/te
st/gnu/gcc/gcc/gcc/testsuite/gcc.dg/pr14963.c    -ansi -pedantic-errors -S  -o
p
r14963.s    (timeout = 300)
/test/gnu/gcc/gcc/gcc/testsuite/gcc.dg/pr14963.c:1:1: error: unknown type name
'
X'
/test/gnu/gcc/gcc/gcc/testsuite/gcc.dg/pr14963.c:1:1: error: parameter names
(wi
thout types) in function declaration
/test/gnu/gcc/gcc/gcc/testsuite/gcc.dg/pr14963.c:1:1: internal compiler error:
t
ree check: expected tree that contains 'decl minimal' structure, have
'tree_list
' in start_decl, at c-decl.c:4049
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
compiler exited with status 1
output is:
/test/gnu/gcc/gcc/gcc/testsuite/gcc.dg/pr14963.c:1:1: error: unknown type name
'
X'
/test/gnu/gcc/gcc/gcc/testsuite/gcc.dg/pr14963.c:1:1: error: parameter names
(wi
thout types) in function declaration
/test/gnu/gcc/gcc/gcc/testsuite/gcc.dg/pr14963.c:1:1: internal compiler error:
t
ree check: expected tree that contains 'decl minimal' structure, have
'tree_list
' in start_decl, at c-decl.c:4049
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.

FAIL: gcc.dg/pr14963.c (internal compiler error)
PASS: gcc.dg/pr14963.c error before (test for errors, line 1)
FAIL: gcc.dg/pr14963.c (test for excess errors)
Excess errors:
/test/gnu/gcc/gcc/gcc/testsuite/gcc.dg/pr14963.c:1:1: internal compiler error:
t
ree check: expected tree that contains 'decl minimal' structure, have
'tree_list
' in start_decl, at c-decl.c:4049


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]