Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AIX 64-bit regex not matching expected #70

Open
wkirkboyd opened this issue Apr 19, 2019 · 0 comments
Open

AIX 64-bit regex not matching expected #70

wkirkboyd opened this issue Apr 19, 2019 · 0 comments

Comments

@wkirkboyd
Copy link

Compiled TRE on 64-bit AIX using these options:

                    CC='/usr/vac/bin/xlc_r'
                    CFLAGS='-qmaxmem=4096 -qlanglvl=ansi -qarch=pwr5 -qtune=pwr7 -q64'
                    OBJECT_MODE=64
                    export CC CFLAGS OBJECT_MODE
                    BUILD=--build=powerpc-ibm-aix6.1.0.0

./configure --prefix=$DESTINATION --disable-warnings $BUILD

I have a simple string which is expected to match my test expressions in my test.txt file.
Dab

Running these on other platforms produces a match, as well as 32-bit AIX, but not 64-bit AIX.
agrep "^.*(b) test.txt
agrep "^.*.a(b) test.txt

These similar expressions do match my test string.
agrep ".*(b)" test.txt
agrep "^.*.(b)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant