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

GPRE language modules can't be compiled with gcc 4.4. [CORE3486] #3845

Closed
firebird-automations opened this issue May 19, 2011 · 6 comments
Closed

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: @AlexPeshkoff

Issue was reported by mailto:lux-integ@btconnect.com in firebird-devel

I attempted to compile Firebird-2.5.0.26074-0 on a computer with these:

cpu --> AMD64-2 cores
OS -->: cblfs 64-bit linux, kernel-2.6.35 gcc-4.4.2 with ada/gnat, gfortran

If I pass this to configure:-

--with-gpre-ada \

-------------this results from running make:-

../src/gpre/ada.cpp: In function 'void gen_event_init(const act*, int)':
../src/gpre/ada.cpp:1748: error: cast from 'gpre_nod*' to 'int' loses
precision
../src/gpre/ada.cpp: In function 'void gen_event_wait(const act*, int)':
../src/gpre/ada.cpp:1813: error: cast from 'gpre_nod*' to 'int' loses
precision
make[2]: *** [../temp/std/gpre/ada.o] Error 1
----------------

If I pass this to configure:-
--with-gpre-fortran \

-------------this results from running make:-

-c ../src/gpre/ftn.cpp -o ../temp/std/gpre/ftn.o
../src/gpre/ftn.cpp: In function 'void gen_event_init(const act*)':
../src/gpre/ftn.cpp:2125: error: cast from 'gpre_nod*' to 'int' loses
precision
../src/gpre/ftn.cpp: In function 'void gen_event_wait(const act*)':
../src/gpre/ftn.cpp:2200: error: cast from 'gpre_nod*' to 'int' loses
precision
make[2]: *** [../temp/std/gpre/ftn.o] Error 1
----------------

Commits: 4682fdc

@firebird-automations
Copy link
Collaborator Author

Modified by: @AlexPeshkoff

assignee: Alexander Peshkov [ alexpeshkoff ]

@firebird-automations
Copy link
Collaborator Author

Commented by: @AlexPeshkoff

Issue is already fixed in trunk

@firebird-automations
Copy link
Collaborator Author

Modified by: @AlexPeshkoff

status: Open [ 1 ] => Resolved [ 5 ]

resolution: Fixed [ 1 ]

Fix Version: 2.5.1 [ 10333 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

status: Resolved [ 5 ] => Closed [ 6 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pavel-zotov

QA Status: No test

@firebird-automations
Copy link
Collaborator Author

Modified by: @pavel-zotov

status: Closed [ 6 ] => Closed [ 6 ]

QA Status: No test => Cannot be tested

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

No branches or pull requests

2 participants