public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/29662]  New: FAIL: g++.dg/eh/unexpected1.C execution test
@ 2006-10-31  2:32 danglin at gcc dot gnu dot org
  2007-01-06 19:05 ` [Bug c++/29662] " danglin at gcc dot gnu dot org
  2007-01-10 19:10 ` [Bug c++/29662] [4.3 Regression] " pinskia at gcc dot gnu dot org
  0 siblings, 2 replies; 3+ messages in thread
From: danglin at gcc dot gnu dot org @ 2006-10-31  2:32 UTC (permalink / raw)
  To: gcc-bugs

Executing on host: /home/dave/gcc-4.3/objdir/gcc/testsuite/g++/../../g++
-B/home
/dave/gcc-4.3/objdir/gcc/testsuite/g++/../../
/home/dave/gcc-4.3/gcc/gcc/testsui
te/g++.dg/eh/unexpected1.C  -nostdinc++
-I/home/dave/gcc-4.3/objdir/hppa-linux/l
ibstdc++-v3/include/hppa-linux
-I/home/dave/gcc-4.3/objdir/hppa-linux/libstdc++-
v3/include -I/home/dave/gcc-4.3/gcc/libstdc++-v3/libsupc++
-I/home/dave/gcc-4.3/
gcc/libstdc++-v3/include/backward
-I/home/dave/gcc-4.3/gcc/libstdc++-v3/testsuit
e/util -fmessage-length=0   -ansi -pedantic-errors -Wno-long-long   
-L/home/dav
e/gcc-4.3/objdir/hppa-linux/./libstdc++-v3/src/.libs 
-L/home/dave/gcc-4.3/objdi
r/hppa-linux/./libstdc++-v3/src/.libs
-L/home/dave/gcc-4.3/objdir/hppa-linux/./l
ibiberty  -lm   -o ./unexpected1.exe    (timeout = 300)
PASS: g++.dg/eh/unexpected1.C (test for excess errors)
Setting LD_LIBRARY_PATH to
.:/home/dave/gcc-4.3/objdir/hppa-linux/./libstdc++-v3
/src/.libs:/home/dave/gcc-4.3/objdir/hppa-linux/./libstdc++-v3/src/.libs:/home/d
ave/gcc-4.3/objdir/gcc:.:/home/dave/gcc-4.3/objdir/hppa-linux/./libstdc++-v3/src
/.libs:/home/dave/gcc-4.3/objdir/hppa-linux/./libstdc++-v3/src/.libs:/home/dave/
gcc-4.3/objdir/gcc:/home/dave/gcc-4.3/objdir/hppa-linux/libstdc++-v3/.libs:/home
/dave/gcc-4.3/objdir/hppa-linux/libmudflap/.libs:/home/dave/gcc-4.3/objdir/hppa-
linux/libssp/.libs:/home/dave/gcc-4.3/objdir/hppa-linux/libgomp/.libs:/home/dave
/gcc-4.3/objdir/./gcc:/home/dave/gcc-4.3/objdir/./prev-gcc
FAIL: g++.dg/eh/unexpected1.C execution test


-- 
           Summary: FAIL: g++.dg/eh/unexpected1.C execution test
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: danglin 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


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


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

* [Bug c++/29662] FAIL: g++.dg/eh/unexpected1.C execution test
  2006-10-31  2:32 [Bug c++/29662] New: FAIL: g++.dg/eh/unexpected1.C execution test danglin at gcc dot gnu dot org
@ 2007-01-06 19:05 ` danglin at gcc dot gnu dot org
  2007-01-10 19:10 ` [Bug c++/29662] [4.3 Regression] " pinskia at gcc dot gnu dot org
  1 sibling, 0 replies; 3+ messages in thread
From: danglin at gcc dot gnu dot org @ 2007-01-06 19:05 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from danglin at gcc dot gnu dot org  2007-01-06 19:04 -------
Fixed.  See
http://gcc.gnu.org/ml/gcc-patches/2006-12/msg01525.html


-- 

danglin at gcc dot gnu dot org changed:

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


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


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

* [Bug c++/29662] [4.3 Regression] FAIL: g++.dg/eh/unexpected1.C execution test
  2006-10-31  2:32 [Bug c++/29662] New: FAIL: g++.dg/eh/unexpected1.C execution test danglin at gcc dot gnu dot org
  2007-01-06 19:05 ` [Bug c++/29662] " danglin at gcc dot gnu dot org
@ 2007-01-10 19:10 ` pinskia at gcc dot gnu dot org
  1 sibling, 0 replies; 3+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-01-10 19:10 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |EH, wrong-code
      Known to work|                            |4.2.0
            Summary|FAIL:                       |[4.3 Regression] FAIL:
                   |g++.dg/eh/unexpected1.C     |g++.dg/eh/unexpected1.C
                   |execution test              |execution test
   Target Milestone|---                         |4.3.0


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


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

end of thread, other threads:[~2007-01-10 19:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-10-31  2:32 [Bug c++/29662] New: FAIL: g++.dg/eh/unexpected1.C execution test danglin at gcc dot gnu dot org
2007-01-06 19:05 ` [Bug c++/29662] " danglin at gcc dot gnu dot org
2007-01-10 19:10 ` [Bug c++/29662] [4.3 Regression] " 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).