public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/12675] New: [3.4 regression] FAIL: g++.old-deja/g++.pt/vaarg3.C (test for excess errors)
@ 2003-10-18 20:51 danglin at gcc dot gnu dot org
  2003-10-18 21:24 ` [Bug c++/12675] " pinskia at gcc dot gnu dot org
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: danglin at gcc dot gnu dot org @ 2003-10-18 20:51 UTC (permalink / raw)
  To: gcc-bugs

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

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

           Summary: [3.4 regression] FAIL: g++.old-deja/g++.pt/vaarg3.C
                    (test for excess errors)
           Product: gcc
           Version: 3.4
            Status: UNCONFIRMED
          Severity: critical
          Priority: P2
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: danglin at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: hppa-unknown-linux-gnu
  GCC host triplet: hppa-unknown-linux-gnu
GCC target triplet: hppa-unknown-linux-gnu

Executing on host: /home/dave/gnu/gcc-3.4/objdir/gcc/testsuite/../g++ -B/home/da
ve/gnu/gcc-3.4/objdir/gcc/testsuite/../  -nostdinc++ -I/home/dave/gnu/gcc-3.4/ob
jdir/hppa-linux/libstdc++-v3/include/hppa-linux -I/home/dave/gnu/gcc-3.4/objdir/
hppa-linux/libstdc++-v3/include -I/home/dave/gnu/gcc-3.4/gcc/libstdc++-v3/libsup
c++ -I/home/dave/gnu/gcc-3.4/gcc/libstdc++-v3/libsupc++ -I/home/dave/gnu/gcc-3.4
/gcc/libstdc++-v3/include/backward -I/home/dave/gnu/gcc-3.4/gcc/libstdc++-v3/tes
tsuite -fmessage-length=0   -ansi -pedantic-errors -Wno-long-long  -c  -o vaarg3
.o /home/dave/gnu/gcc-3.4/gcc/gcc/testsuite/g++.old-deja/g++.pt/vaarg3.C    (tim
eout = 300)
/home/dave/gnu/gcc-3.4/gcc/gcc/testsuite/g++.old-deja/g++.pt/vaarg3.C: In functi
on `int main()':
/home/dave/gnu/gcc-3.4/gcc/gcc/testsuite/g++.old-deja/g++.pt/vaarg3.C:24: warnin
g: cannot pass objects of non-POD type `struct A' through `...'; call will abort
 at runtime
/home/dave/gnu/gcc-3.4/gcc/gcc/testsuite/g++.old-deja/g++.pt/vaarg3.C: In functi
on `void PrintArgs(Type, ...) [with Type = A]':
/home/dave/gnu/gcc-3.4/gcc/gcc/testsuite/g++.old-deja/g++.pt/vaarg3.C:24:   inst
antiated from here
/home/dave/gnu/gcc-3.4/gcc/gcc/testsuite/g++.old-deja/g++.pt/vaarg3.C:15: warnin
g: cannot pass objects of non-POD type `struct A' through `...'; call will abort
 at runtime
/home/dave/gnu/gcc-3.4/gcc/gcc/testsuite/g++.old-deja/g++.pt/vaarg3.C:17: warnin
g: cannot receive objects of non-POD type `struct A' through `...'
g++: Internal error: Segmentation fault (program cc1plus)

The regression was introduced a few days ago.  This test allows fails on other
hppa ports.


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

* [Bug c++/12675] [3.4 regression] FAIL: g++.old-deja/g++.pt/vaarg3.C (test for excess errors)
  2003-10-18 20:51 [Bug c++/12675] New: [3.4 regression] FAIL: g++.old-deja/g++.pt/vaarg3.C (test for excess errors) danglin at gcc dot gnu dot org
@ 2003-10-18 21:24 ` pinskia at gcc dot gnu dot org
  2003-10-20 12:26 ` lerdsuwa at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-10-18 21:24 UTC (permalink / raw)
  To: gcc-bugs

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

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


pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |3.4


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-10-18 20:51 -------
Some how related to PR 11971.


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

* [Bug c++/12675] [3.4 regression] FAIL: g++.old-deja/g++.pt/vaarg3.C (test for excess errors)
  2003-10-18 20:51 [Bug c++/12675] New: [3.4 regression] FAIL: g++.old-deja/g++.pt/vaarg3.C (test for excess errors) danglin at gcc dot gnu dot org
  2003-10-18 21:24 ` [Bug c++/12675] " pinskia at gcc dot gnu dot org
@ 2003-10-20 12:26 ` lerdsuwa at gcc dot gnu dot org
  2003-10-21  9:39 ` ebotcazou at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: lerdsuwa at gcc dot gnu dot org @ 2003-10-20 12:26 UTC (permalink / raw)
  To: gcc-bugs

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

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


lerdsuwa at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2003-10-20 12:20:39
               date|                            |


------- Additional Comments From lerdsuwa at gcc dot gnu dot org  2003-10-20 12:20 -------
I am seeing this as well.


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

* [Bug c++/12675] [3.4 regression] FAIL: g++.old-deja/g++.pt/vaarg3.C (test for excess errors)
  2003-10-18 20:51 [Bug c++/12675] New: [3.4 regression] FAIL: g++.old-deja/g++.pt/vaarg3.C (test for excess errors) danglin at gcc dot gnu dot org
  2003-10-18 21:24 ` [Bug c++/12675] " pinskia at gcc dot gnu dot org
  2003-10-20 12:26 ` lerdsuwa at gcc dot gnu dot org
@ 2003-10-21  9:39 ` ebotcazou at gcc dot gnu dot org
  2003-10-24  8:12 ` nathan at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2003-10-21  9:39 UTC (permalink / raw)
  To: gcc-bugs

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

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


ebotcazou at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ebotcazou at gcc dot gnu dot
                   |                            |org
           Priority|P2                          |P1


------- Additional Comments From ebotcazou at gcc dot gnu dot org  2003-10-21 08:45 -------
At least it segfaults! On my x86 box, it brings the system to a crawl for 10
minutes. This is a show stopper when regtesting.


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

* [Bug c++/12675] [3.4 regression] FAIL: g++.old-deja/g++.pt/vaarg3.C (test for excess errors)
  2003-10-18 20:51 [Bug c++/12675] New: [3.4 regression] FAIL: g++.old-deja/g++.pt/vaarg3.C (test for excess errors) danglin at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2003-10-21  9:39 ` ebotcazou at gcc dot gnu dot org
@ 2003-10-24  8:12 ` nathan at gcc dot gnu dot org
  2003-11-06 23:33 ` daney at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: nathan at gcc dot gnu dot org @ 2003-10-24  8:12 UTC (permalink / raw)
  To: gcc-bugs

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

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


nathan at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |nathan at gcc dot gnu dot
                   |dot org                     |org
             Status|NEW                         |ASSIGNED


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

* [Bug c++/12675] [3.4 regression] FAIL: g++.old-deja/g++.pt/vaarg3.C (test for excess errors)
  2003-10-18 20:51 [Bug c++/12675] New: [3.4 regression] FAIL: g++.old-deja/g++.pt/vaarg3.C (test for excess errors) danglin at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2003-10-24  8:12 ` nathan at gcc dot gnu dot org
@ 2003-11-06 23:33 ` daney at gcc dot gnu dot org
  2003-11-12  3:14 ` mmitchel at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: daney at gcc dot gnu dot org @ 2003-11-06 23:33 UTC (permalink / raw)
  To: gcc-bugs

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

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



------- Additional Comments From daney at gcc dot gnu dot org  2003-11-06 23:33 -------
Also fails for me for host=i686-pc-linux target=mipsisa32el-linux in the same
manner.


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

* [Bug c++/12675] [3.4 regression] FAIL: g++.old-deja/g++.pt/vaarg3.C (test for excess errors)
  2003-10-18 20:51 [Bug c++/12675] New: [3.4 regression] FAIL: g++.old-deja/g++.pt/vaarg3.C (test for excess errors) danglin at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2003-11-06 23:33 ` daney at gcc dot gnu dot org
@ 2003-11-12  3:14 ` mmitchel at gcc dot gnu dot org
  2003-11-12  3:15 ` mmitchel at gcc dot gnu dot org
  2003-11-12 23:56 ` pinskia at gcc dot gnu dot org
  7 siblings, 0 replies; 9+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2003-11-12  3:14 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From mmitchel at gcc dot gnu dot org  2003-11-12 03:14 -------
I forgot to change resolution with previous comment, so Bugzilla is making me
add another comment.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |INVALID


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


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

* [Bug c++/12675] [3.4 regression] FAIL: g++.old-deja/g++.pt/vaarg3.C (test for excess errors)
  2003-10-18 20:51 [Bug c++/12675] New: [3.4 regression] FAIL: g++.old-deja/g++.pt/vaarg3.C (test for excess errors) danglin at gcc dot gnu dot org
                   ` (5 preceding siblings ...)
  2003-11-12  3:14 ` mmitchel at gcc dot gnu dot org
@ 2003-11-12  3:15 ` mmitchel at gcc dot gnu dot org
  2003-11-12 23:56 ` pinskia at gcc dot gnu dot org
  7 siblings, 0 replies; 9+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2003-11-12  3:15 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From mmitchel at gcc dot gnu dot org  2003-11-12 03:15 -------
Eek!  Bugzilla switched bugs on me!

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|INVALID                     |


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


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

* [Bug c++/12675] [3.4 regression] FAIL: g++.old-deja/g++.pt/vaarg3.C (test for excess errors)
  2003-10-18 20:51 [Bug c++/12675] New: [3.4 regression] FAIL: g++.old-deja/g++.pt/vaarg3.C (test for excess errors) danglin at gcc dot gnu dot org
                   ` (6 preceding siblings ...)
  2003-11-12  3:15 ` mmitchel at gcc dot gnu dot org
@ 2003-11-12 23:56 ` pinskia at gcc dot gnu dot org
  7 siblings, 0 replies; 9+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-11-12 23:56 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-11-12 23:55 -------
Fixed by:
2003-11-12  Mark Mitchell  <mark@codesourcery.com>

	* tree.c (build_target_expr_with_type): Treate VA_ARG_EXPR like
	CONSTRUCTOR.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|                            |FIXED


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


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

end of thread, other threads:[~2003-11-12 23:56 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-10-18 20:51 [Bug c++/12675] New: [3.4 regression] FAIL: g++.old-deja/g++.pt/vaarg3.C (test for excess errors) danglin at gcc dot gnu dot org
2003-10-18 21:24 ` [Bug c++/12675] " pinskia at gcc dot gnu dot org
2003-10-20 12:26 ` lerdsuwa at gcc dot gnu dot org
2003-10-21  9:39 ` ebotcazou at gcc dot gnu dot org
2003-10-24  8:12 ` nathan at gcc dot gnu dot org
2003-11-06 23:33 ` daney at gcc dot gnu dot org
2003-11-12  3:14 ` mmitchel at gcc dot gnu dot org
2003-11-12  3:15 ` mmitchel at gcc dot gnu dot org
2003-11-12 23:56 ` 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).