[Bug fortran/60477] New: unlimited type class(*) not working properly

2014-03-09 Thread ghasemi.arash at gmail dot com
: fortran Assignee: unassigned at gcc dot gnu.org Reporter: ghasemi.arash at gmail dot com Created attachment 32320 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32320&action=edit source file hey folks. I couldn't use an unlimited pointer "class(*), pointer&qu

[Bug bootstrap/68048] New: Unable to compile ./host-x86_64-pc-linux-gnu/gcc/version.c! Can't pass preprocessor strings!

2015-10-21 Thread ghasemi.arash at gmail dot com
known Status: UNCONFIRMED Severity: critical Priority: P3 Component: bootstrap Assignee: unassigned at gcc dot gnu.org Reporter: ghasemi.arash at gmail dot com Target Milestone: --- Summary: I checkout the latest svn trunk and "configure"

[Bug bootstrap/68048] Unable to compile ./host-x86_64-pc-linux-gnu/gcc/version.c! Can't pass preprocessor strings!

2016-08-02 Thread ghasemi.arash at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68048 --- Comment #2 from Arash Ghasemi --- Thanks Andrew! How do you compile in a separate obj directory? mkdir obj; cd obj; ../configure bla bla bla right?