On Nov 2, 2000, Robert Boehne <[EMAIL PROTECTED]> wrote:
> The reason this is so baffling is that the same test passed when
> g++ is the compiler, so changing the compiler causes the shell
> to change properties?
It shouldn't. You'd have to compare the output with the different
compilers. The
Alexandre Oliva wrote:
>
> On Nov 1, 2000, Robert Boehne <[EMAIL PROTECTED]> wrote:
>
> > From looking at the test, it seems to be checking for shell
> > properties, nothing related to the compiler, is this the case?
>
> Yep, I think that's right. I suggest running this test with
> VERBOSE=ye
On Nov 1, 2000, Robert Boehne <[EMAIL PROTECTED]> wrote:
> From looking at the test, it seems to be checking for shell
> properties, nothing related to the compiler, is this the case?
Yep, I think that's right. I suggest running this test with
VERBOSE=yes, to see why exactly it fails.
> Or ha
I'm working on getting AIX to pass all the tests with both
xlc 3.6x and gcc 2.95.2. All tests are passing with gcc,
but "quote.test" fails when the compiler is xlC. From looking
at the test, it seems to be checking for shell properties,
nothing related to the compiler, is this the case?
Or have