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++/12406] New: [3.3 regression] g++.dg/parse/parameter-declaration-1.C fails


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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

           Summary: [3.3 regression] g++.dg/parse/parameter-declaration-1.C
                    fails
           Product: gcc
           Version: 3.3.2
            Status: UNCONFIRMED
          Severity: critical
          Priority: P2
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: debian-gcc at lists dot debian dot org
                CC: gcc-bugs at gcc dot gnu dot org

Between 20030909 and 20030923 I see the following additional
regressions on the branch (i486-linux, glibc-2.3.2):

g++:
FAIL: g++.dg/parse/parameter-declaration-1.C  (test for errors, line 7)
FAIL: g++.dg/parse/parameter-declaration-1.C (test for excess errors)

seen on i586-linux builds as posted to gcc-testresults as well.

Executing on host: build/gcc/testsuite/../g++ -Bbuild/gcc/testsuite/../
src/gcc/testsuite/g++.dg/parse/parameter-declaration-1.C  -nostdinc++
-Ibuild/i486-linux/libstdc++-v3/include/i486-linux
-Ibuild/i486-linux/libstdc++-v3/include -Isrc/libstdc++-v3/libsupc++
-Isrc/libstdc++-v3/libio -Isrc/libstdc++-v3/include/backward
-Isrc/libstdc++-v3/testsuite -fmessage-length=0   -ansi -pedantic-errors
-Wno-long-long  -S  -o parameter-declaration-1.s    (timeout = 450)
src/gcc/testsuite/g++.dg/parse/parameter-declaration-1.C:6: error: type
specifier omitted for parameter `a()'
src/gcc/testsuite/g++.dg/parse/parameter-declaration-1.C:6: error: syntax error
at end of input
compiler exited with status 1
output is:
src/gcc/testsuite/g++.dg/parse/parameter-declaration-1.C:6: error: type
specifier omitted for parameter `a()'
src/gcc/testsuite/g++.dg/parse/parameter-declaration-1.C:6: error: syntax error
at end of input

FAIL: g++.dg/parse/parameter-declaration-1.C  (test for errors, line 7)
FAIL: g++.dg/parse/parameter-declaration-1.C (test for excess errors)
Excess errors:
src/gcc/testsuite/g++.dg/parse/parameter-declaration-1.C:6: error: type
specifier omitted for parameter `a()'
src/gcc/testsuite/g++.dg/parse/parameter-declaration-1.C:6: error: syntax error
at end of input


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