public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug testsuite/23400] New: "make check" fixinclude failure
@ 2005-08-15 14:51 bunk at stusta dot de
  2005-08-15 15:43 ` [Bug testsuite/23400] " bunk at stusta dot de
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: bunk at stusta dot de @ 2005-08-15 14:51 UTC (permalink / raw)
  To: gcc-bugs

With a current HEAD CVS checkout:

<--  snip  -->

...
Fixed:  X11/ShellP.h
Fixed:  X11/Xmu.h
Fixed:  Xm/BaseClassI.h
Fixed:  Xm/Traversal.h
cmp: EOF on string.h
*** string.h    2005-08-15 16:47:11.000000000 +0200
--- /TMP/test/gcc/gcc/fixincludes/tests/base/string.h   2005-08-15
14:32:57.000000000 +0200
***************
*** 10,13 ****
  #ifndef _STRING_INCLUDED
    #define _STRING_INCLUDED
    #include <strings.h>
! #endif /* _STRING_INCLUDED */
\ No newline at end of file
--- 10,13 ----
  #ifndef _STRING_INCLUDED
    #define _STRING_INCLUDED
    #include <strings.h>
! #endif /* _STRING_INCLUDED */

There were fixinclude test FAILURES
make[1]: *** [check] Error 1
make[1]: Leaving directory `/TMP/test/gcc/gcc/build/fixincludes'
make: *** [check-fixincludes] Error 2

<--  snip  -->

-- 
           Summary: "make check" fixinclude failure
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: minor
          Priority: P2
         Component: testsuite
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: bunk at stusta dot de
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu


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


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

* [Bug testsuite/23400] "make check" fixinclude failure
  2005-08-15 14:51 [Bug testsuite/23400] New: "make check" fixinclude failure bunk at stusta dot de
@ 2005-08-15 15:43 ` bunk at stusta dot de
  2005-09-05 19:46 ` [Bug testsuite/23400] [4.1 Regression] " bunk at stusta dot de
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: bunk at stusta dot de @ 2005-08-15 15:43 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|unknown                     |4.1.0


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


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

* [Bug testsuite/23400] [4.1 Regression] "make check" fixinclude failure
  2005-08-15 14:51 [Bug testsuite/23400] New: "make check" fixinclude failure bunk at stusta dot de
  2005-08-15 15:43 ` [Bug testsuite/23400] " bunk at stusta dot de
@ 2005-09-05 19:46 ` bunk at stusta dot de
  2005-09-05 19:47 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: bunk at stusta dot de @ 2005-09-05 19:46 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to work|                            |4.0.1
            Summary|"make check" fixinclude     |[4.1 Regression] "make
                   |failure                     |check" fixinclude failure


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


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

* [Bug testsuite/23400] [4.1 Regression] "make check" fixinclude failure
  2005-08-15 14:51 [Bug testsuite/23400] New: "make check" fixinclude failure bunk at stusta dot de
  2005-08-15 15:43 ` [Bug testsuite/23400] " bunk at stusta dot de
  2005-09-05 19:46 ` [Bug testsuite/23400] [4.1 Regression] " bunk at stusta dot de
@ 2005-09-05 19:47 ` pinskia at gcc dot gnu dot org
  2005-09-15 20:33 ` bauhaus at futureapps dot de
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-09-05 19:47 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-09-05 19:47 -------
This works for me.

-- 


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


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

* [Bug testsuite/23400] [4.1 Regression] "make check" fixinclude failure
  2005-08-15 14:51 [Bug testsuite/23400] New: "make check" fixinclude failure bunk at stusta dot de
                   ` (2 preceding siblings ...)
  2005-09-05 19:47 ` pinskia at gcc dot gnu dot org
@ 2005-09-15 20:33 ` bauhaus at futureapps dot de
  2005-09-15 20:52 ` ebotcazou at gcc dot gnu dot org
  2005-09-16  3:11 ` bauhaus at futureapps dot de
  5 siblings, 0 replies; 7+ messages in thread
From: bauhaus at futureapps dot de @ 2005-09-15 20:33 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From bauhaus at futureapps dot de  2005-09-15 20:33 -------
Does not work for me, checkouts from Sep. 8, and
from today (Sep. 15). Exact same error when running
make check, after make bootstrap.

Debian stable, SMP, autogen 5.6.6-2, autoconf 2.59a-3,
.../configure   --prefix=/home/georg/opt/GCC/41 --disable-nls 
--enable-languages=c,ada,c++,fortran

Anything I should look at?



-- 


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


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

* [Bug testsuite/23400] [4.1 Regression] "make check" fixinclude failure
  2005-08-15 14:51 [Bug testsuite/23400] New: "make check" fixinclude failure bunk at stusta dot de
                   ` (3 preceding siblings ...)
  2005-09-15 20:33 ` bauhaus at futureapps dot de
@ 2005-09-15 20:52 ` ebotcazou at gcc dot gnu dot org
  2005-09-16  3:11 ` bauhaus at futureapps dot de
  5 siblings, 0 replies; 7+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2005-09-15 20:52 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From ebotcazou at gcc dot gnu dot org  2005-09-15 20:52 -------
Same on my AMD64/Linux box.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2005-09-15 20:52:46
               date|                            |


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


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

* [Bug testsuite/23400] [4.1 Regression] "make check" fixinclude failure
  2005-08-15 14:51 [Bug testsuite/23400] New: "make check" fixinclude failure bunk at stusta dot de
                   ` (4 preceding siblings ...)
  2005-09-15 20:52 ` ebotcazou at gcc dot gnu dot org
@ 2005-09-16  3:11 ` bauhaus at futureapps dot de
  5 siblings, 0 replies; 7+ messages in thread
From: bauhaus at futureapps dot de @ 2005-09-16  3:11 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From bauhaus at futureapps dot de  2005-09-16 03:11 -------
looking at tests/res/string.h in the build area, it does lack \n at EOF,
so the message is correct. (All other files do have \n at EOF.)

inclhack.def:2004 has the following comment.

/* The string.h result is overwritten by AAB_ultrix_string when doing
       "make check" and will fail.  Therefore, we add the following kludgery
       to insert the test_text into the special testing header.  :-}  */

My wild guess is that this might apply because starting on
inclhack.def:548, there is the only occurence of the contents
of tests/res/string.h (that I could find).


-- 


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


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

end of thread, other threads:[~2005-09-16  3:11 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-08-15 14:51 [Bug testsuite/23400] New: "make check" fixinclude failure bunk at stusta dot de
2005-08-15 15:43 ` [Bug testsuite/23400] " bunk at stusta dot de
2005-09-05 19:46 ` [Bug testsuite/23400] [4.1 Regression] " bunk at stusta dot de
2005-09-05 19:47 ` pinskia at gcc dot gnu dot org
2005-09-15 20:33 ` bauhaus at futureapps dot de
2005-09-15 20:52 ` ebotcazou at gcc dot gnu dot org
2005-09-16  3:11 ` bauhaus at futureapps dot de

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).