This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug testsuite/54148] FAIL: gcc.dg/plugin/selfassign.c compilation


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

John David Anglin <danglin at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|plugins                     |testsuite

--- Comment #3 from John David Anglin <danglin at gcc dot gnu.org> 2012-09-29 22:47:23 UTC ---
dave@mx3210:~/gnu/gcc/objdir/gcc/testsuite/gcc$ cat xxx.sh
/home/dave/gnu/gcc/objdir/./prev-gcc/g++
-B/home/dave/gnu/gcc/objdir/./prev-gcc/
-B/home/dave/opt/gnu/gcc/gcc-4.8.0/hppa-linux-gnu/bin/ -nostdinc++
-B/home/dave/gnu/gcc/objdir/prev-hppa-linux-gnu/libstdc++-v3/src/.libs
-B/home/dave/gnu/gcc/objdir/prev-hppa-linux-gnu/libstdc++-v3/libsupc++/.libs
-I/home/dave/gnu/gcc/objdir/prev-hppa-linux-gnu/libstdc++-v3/include/hppa-linux-gnu
-I/home/dave/gnu/gcc/objdir/prev-hppa-linux-gnu/libstdc++-v3/include
-I/home/dave/gnu/gcc/gcc/libstdc++-v3/libsupc++
-L/home/dave/gnu/gcc/objdir/prev-hppa-linux-gnu/libstdc++-v3/src/.libs
-L/home/dave/gnu/gcc/objdir/prev-hppa-linux-gnu/libstdc++-v3/libsupc++/.libs -g
-O2 /home/dave/gnu/gcc/gcc/gcc/testsuite/gcc.dg/plugin/selfassign.c -I.
-I/home/dave/gnu/gcc/gcc/gcc/testsuite
-I/home/dave/gnu/gcc/gcc/gcc/testsuite/../../gcc
-I/home/dave/gnu/gcc/objdir/gcc/testsuite/gcc/../../../gcc 
-I/home/dave/gnu/gcc/gcc/gcc/testsuite/../../include
-I/home/dave/gnu/gcc/gcc/gcc/testsuite/../../libcpp/include  
-I/home/dave/gnu/gcc/objdir/gcc/testsuite/gcc/../../../intl -O -DIN_GCC -fPIC
-shared -o selfassign.so 
dave@mx3210:~/gnu/gcc/objdir/gcc/testsuite/gcc$ sh xxx.sh
xxx.sh: line 1: /home/dave/gnu/gcc/objdir/./prev-gcc/g++: No such file or
directory

It appears the test fails because bootstrap-lean was used.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]