public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/27501]  New: Shell compatibility problem
@ 2006-05-08 18:00 aldot at gcc dot gnu dot org
  2006-05-08 18:03 ` [Bug bootstrap/27501] " aldot at gcc dot gnu dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: aldot at gcc dot gnu dot org @ 2006-05-08 18:00 UTC (permalink / raw)
  To: gcc-bugs

gmake[3]: Entering directory `/usr/local/scratch/obj/gcc-4.2/gcc'
TARGET_CPU_DEFAULT="" \
HEADERS="auto-host.h ansidecl.h" DEFINES="USE_COLLECT2" \
/bin/sh ../../../src/gcc-4.2/gcc/mkconfig.sh config.h
../../../src/gcc-4.2/gcc/mkconfig.sh: test: unknown operator ==
gmake[3]: *** [cs-config.h] Error 1


This test only knows operator '='

# sh         
# bar=foo
# test x"$bar" == baz ; echo $?
test: unknown operator ==
# test x"$bar" = baz ; echo $?
1
# test x"$bar" = x"foo" ; echo $?
0


-- 
           Summary: Shell compatibility problem
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: aldot at gcc dot gnu dot org
 GCC build triplet: alphaev56-dec-osf5.1a
  GCC host triplet: alphaev56-dec-osf5.1a
GCC target triplet: alphaev56-dec-osf5.1a


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


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

end of thread, other threads:[~2006-05-14 19:56 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-05-08 18:00 [Bug bootstrap/27501] New: Shell compatibility problem aldot at gcc dot gnu dot org
2006-05-08 18:03 ` [Bug bootstrap/27501] " aldot at gcc dot gnu dot org
2006-05-08 18:06 ` [Bug bootstrap/27501] [4.2 Regression] " pinskia at gcc dot gnu dot org
2006-05-09  8:02 ` aldot at gcc dot gnu dot org
2006-05-14 10:49 ` aldot at gcc dot gnu dot org
2006-05-14 19:56 ` 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).