public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/41220]  New: [4.5 Regression] Make clean; make; make check doesn't work fine anymore
@ 2009-09-01 21:58 paolo dot carlini at oracle dot com
  2009-09-02 21:55 ` [Bug libstdc++/41220] " rwild at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: paolo dot carlini at oracle dot com @ 2009-09-01 21:58 UTC (permalink / raw)
  To: gcc-bugs

The summary says it all. For sure it used to work fine and still does in the
4_4-branch. Many spurious failures:

FAIL: 17_intro/headers/c++1998/all.cc (test for excess errors)
FAIL: 17_intro/headers/c++1998/all_no_exceptions.cc (test for excess errors)
FAIL: 17_intro/headers/c++1998/stdc++.cc (test for excess errors)
FAIL: 17_intro/headers/c++1998/stdc++_assert_neg.cc  (test for errors, line 34)
FAIL: 17_intro/headers/c++1998/stdc++_assert_neg.cc (test for excess errors)
FAIL: 17_intro/headers/c++1998/stdc++_multiple_inclusion.cc (test for excess
errors)
FAIL: 17_intro/headers/c++200x/all_no_exceptions.cc (test for excess errors)
FAIL: 17_intro/headers/c++200x/all_pedantic_errors.cc (test for excess errors)
FAIL: 17_intro/headers/c++200x/stdc++_multiple_inclusion.cc (test for excess
errors)
...

of the form:

.../libstdc++-v3/testsuite/17_intro/headers/c++1998/all.cc:20:25: fatal
error: bits/extc++.h: No such file or directory


-- 
           Summary: [4.5 Regression] Make clean; make; make check doesn't
                    work fine anymore
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libstdc++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: paolo dot carlini at oracle dot com


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


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

* [Bug libstdc++/41220] [4.5 Regression] Make clean; make; make check doesn't work fine anymore
  2009-09-01 21:58 [Bug libstdc++/41220] New: [4.5 Regression] Make clean; make; make check doesn't work fine anymore paolo dot carlini at oracle dot com
@ 2009-09-02 21:55 ` rwild at gcc dot gnu dot org
  2009-09-02 22:04 ` rwild at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: rwild at gcc dot gnu dot org @ 2009-09-02 21:55 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from rwild at gcc dot gnu dot org  2009-09-02 21:55 -------
patch at <http://gcc.gnu.org/ml/gcc-patches/2009-09/msg00190.html>.

BTW, please don't use "Subject says it all" messages, the subject may be
changed in a bug report, that makes it difficult for later readers.  Thanks.


-- 

rwild at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |rwild at gcc dot gnu dot org
                   |dot org                     |
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2009-09-02 21:55:16
               date|                            |


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


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

* [Bug libstdc++/41220] [4.5 Regression] Make clean; make; make check doesn't work fine anymore
  2009-09-01 21:58 [Bug libstdc++/41220] New: [4.5 Regression] Make clean; make; make check doesn't work fine anymore paolo dot carlini at oracle dot com
  2009-09-02 21:55 ` [Bug libstdc++/41220] " rwild at gcc dot gnu dot org
  2009-09-02 22:04 ` rwild at gcc dot gnu dot org
@ 2009-09-02 22:04 ` paolo dot carlini at oracle dot com
  2009-09-02 22:09 ` rwild at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: paolo dot carlini at oracle dot com @ 2009-09-02 22:04 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from paolo dot carlini at oracle dot com  2009-09-02 22:03 -------
Thanks for fixing this small but annoying issue. By the way, my subjects are
perfect as they are, thus your point is moot ;)


-- 


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


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

* [Bug libstdc++/41220] [4.5 Regression] Make clean; make; make check doesn't work fine anymore
  2009-09-01 21:58 [Bug libstdc++/41220] New: [4.5 Regression] Make clean; make; make check doesn't work fine anymore paolo dot carlini at oracle dot com
  2009-09-02 21:55 ` [Bug libstdc++/41220] " rwild at gcc dot gnu dot org
@ 2009-09-02 22:04 ` rwild at gcc dot gnu dot org
  2009-09-02 22:04 ` paolo dot carlini at oracle dot com
  2009-09-02 22:09 ` rwild at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: rwild at gcc dot gnu dot org @ 2009-09-02 22:04 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from rwild at gcc dot gnu dot org  2009-09-02 22:03 -------
Subject: Bug 41220

Author: rwild
Date: Wed Sep  2 22:03:32 2009
New Revision: 151351

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=151351
Log:
Fix 'make clean' to remove stamp-host file in libstdc++-v3/include.

libstdc++-v3/:
        PR libstdc++/41220
        * include/Makefile.am (CLEANFILES): Add stamp-host.
        * include/Makefile.in: Regenerate.

Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/include/Makefile.am
    trunk/libstdc++-v3/include/Makefile.in


-- 


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


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

* [Bug libstdc++/41220] [4.5 Regression] Make clean; make; make check doesn't work fine anymore
  2009-09-01 21:58 [Bug libstdc++/41220] New: [4.5 Regression] Make clean; make; make check doesn't work fine anymore paolo dot carlini at oracle dot com
                   ` (2 preceding siblings ...)
  2009-09-02 22:04 ` paolo dot carlini at oracle dot com
@ 2009-09-02 22:09 ` rwild at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: rwild at gcc dot gnu dot org @ 2009-09-02 22:09 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from rwild at gcc dot gnu dot org  2009-09-02 22:09 -------
Fixed.


-- 

rwild at gcc dot gnu dot org changed:

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


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


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

end of thread, other threads:[~2009-09-02 22:09 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-09-01 21:58 [Bug libstdc++/41220] New: [4.5 Regression] Make clean; make; make check doesn't work fine anymore paolo dot carlini at oracle dot com
2009-09-02 21:55 ` [Bug libstdc++/41220] " rwild at gcc dot gnu dot org
2009-09-02 22:04 ` rwild at gcc dot gnu dot org
2009-09-02 22:04 ` paolo dot carlini at oracle dot com
2009-09-02 22:09 ` rwild 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).