public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/42364]  New: C++ testsuite fails with -g
@ 2009-12-14  0:09 rguenth at gcc dot gnu dot org
  2009-12-14 20:58 ` [Bug c++/42364] " jason at gcc dot gnu dot org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2009-12-14  0:09 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/ml/gcc-testresults/2009-12/msg01178.html

Running target unix/-g
FAIL: g++.dg/charset/function.cc scan-assembler-not "foobar"
FAIL: g++.dg/cpp0x/variadic31.C (internal compiler error)
FAIL: g++.dg/cpp0x/variadic31.C (test for excess errors)
FAIL: g++.dg/cpp0x/variadic32.C (internal compiler error)
FAIL: g++.dg/cpp0x/variadic32.C (test for excess errors)
FAIL: g++.dg/cpp0x/variadic42.C (internal compiler error)
FAIL: g++.dg/cpp0x/variadic42.C (test for excess errors)
ERROR: g++.dg/cpp0x/variadic42.C: error executing dg-final: couldn't open
"variadic42.s": no such file or directory
UNRESOLVED: g++.dg/cpp0x/variadic42.C: error executing dg-final: couldn't open
"variadic42.s": no such file or directory
FAIL: g++.dg/cpp0x/variadic66.C (internal compiler error)
FAIL: g++.dg/cpp0x/variadic66.C (test for excess errors)
FAIL: g++.dg/cpp0x/variadic80.C (internal compiler error)
FAIL: g++.dg/cpp0x/variadic80.C (test for excess errors)
WARNING: g++.dg/cpp0x/variadic80.C compilation failed to produce executable
FAIL: g++.dg/ext/attrib33.C (internal compiler error)
FAIL: g++.dg/ext/attrib33.C (test for excess errors)


-- 
           Summary: C++ testsuite fails with -g
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: rguenth at gcc dot gnu dot org


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


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

* [Bug c++/42364] C++ testsuite fails with -g
  2009-12-14  0:09 [Bug c++/42364] New: C++ testsuite fails with -g rguenth at gcc dot gnu dot org
@ 2009-12-14 20:58 ` jason at gcc dot gnu dot org
  2009-12-14 21:28 ` paolo dot carlini at oracle dot com
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: jason at gcc dot gnu dot org @ 2009-12-14 20:58 UTC (permalink / raw)
  To: gcc-bugs



-- 

jason at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |jason at gcc dot gnu dot org
                   |dot org                     |
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2009-12-14 20:58:11
               date|                            |


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


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

* [Bug c++/42364] C++ testsuite fails with -g
  2009-12-14  0:09 [Bug c++/42364] New: C++ testsuite fails with -g rguenth at gcc dot gnu dot org
  2009-12-14 20:58 ` [Bug c++/42364] " jason at gcc dot gnu dot org
@ 2009-12-14 21:28 ` paolo dot carlini at oracle dot com
  2009-12-15  2:12 ` jason at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: paolo dot carlini at oracle dot com @ 2009-12-14 21:28 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from paolo dot carlini at oracle dot com  2009-12-14 21:28 -------
Is c++/42336 related?


-- 


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


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

* [Bug c++/42364] C++ testsuite fails with -g
  2009-12-14  0:09 [Bug c++/42364] New: C++ testsuite fails with -g rguenth at gcc dot gnu dot org
  2009-12-14 20:58 ` [Bug c++/42364] " jason at gcc dot gnu dot org
  2009-12-14 21:28 ` paolo dot carlini at oracle dot com
@ 2009-12-15  2:12 ` jason at gcc dot gnu dot org
  2009-12-15  3:26 ` jason at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: jason at gcc dot gnu dot org @ 2009-12-15  2:12 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from jason at gcc dot gnu dot org  2009-12-15 02:12 -------
Subject: Bug 42364

Author: jason
Date: Tue Dec 15 02:11:54 2009
New Revision: 155246

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=155246
Log:
        PR c++/42364
        * pt.c (function_parameter_expanded_from_pack_p): Don't require
        a pack to have a name.
        (tsubst_decl): Do typedef magic after applying attributes.

Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/pt.c
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/g++.dg/cpp0x/variadic31.C
    trunk/gcc/testsuite/g++.dg/ext/attrib33.C


-- 


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


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

* [Bug c++/42364] C++ testsuite fails with -g
  2009-12-14  0:09 [Bug c++/42364] New: C++ testsuite fails with -g rguenth at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2009-12-15  2:12 ` jason at gcc dot gnu dot org
@ 2009-12-15  3:26 ` jason at gcc dot gnu dot org
  2009-12-15  9:35 ` jakub at gcc dot gnu dot org
  2010-01-02 22:44 ` rguenth at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: jason at gcc dot gnu dot org @ 2009-12-15  3:26 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from jason at gcc dot gnu dot org  2009-12-15 03:25 -------
How do you make the whole testsuite run with certain flags, anyway?  Nothing
I'm trying works.


-- 


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


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

* [Bug c++/42364] C++ testsuite fails with -g
  2009-12-14  0:09 [Bug c++/42364] New: C++ testsuite fails with -g rguenth at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2009-12-15  3:26 ` jason at gcc dot gnu dot org
@ 2009-12-15  9:35 ` jakub at gcc dot gnu dot org
  2010-01-02 22:44 ` rguenth at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: jakub at gcc dot gnu dot org @ 2009-12-15  9:35 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from jakub at gcc dot gnu dot org  2009-12-15 09:35 -------
make -j4 -k check-g++ RUNTESTFLAGS=--target_board=unix/-g


-- 


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


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

* [Bug c++/42364] C++ testsuite fails with -g
  2009-12-14  0:09 [Bug c++/42364] New: C++ testsuite fails with -g rguenth at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2009-12-15  9:35 ` jakub at gcc dot gnu dot org
@ 2010-01-02 22:44 ` rguenth at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2010-01-02 22:44 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from rguenth at gcc dot gnu dot org  2010-01-02 22:44 -------
Fixed.


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.5.0


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


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

end of thread, other threads:[~2010-01-02 22:44 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-12-14  0:09 [Bug c++/42364] New: C++ testsuite fails with -g rguenth at gcc dot gnu dot org
2009-12-14 20:58 ` [Bug c++/42364] " jason at gcc dot gnu dot org
2009-12-14 21:28 ` paolo dot carlini at oracle dot com
2009-12-15  2:12 ` jason at gcc dot gnu dot org
2009-12-15  3:26 ` jason at gcc dot gnu dot org
2009-12-15  9:35 ` jakub at gcc dot gnu dot org
2010-01-02 22:44 ` rguenth 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).