[Bug fortran/92491] New: when compile for gfortran on hisilicon Kunpeng920 , it reports error and terminate the compilation

2019-11-12 Thread zhaobo at huawei dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92491

Bug ID: 92491
   Summary: when compile for gfortran on hisilicon Kunpeng920 , it
reports error and terminate the compilation
   Product: gcc
   Version: 9.2.0
Status: UNCONFIRMED
  Severity: normal
  Priority: P3
 Component: fortran
  Assignee: unassigned at gcc dot gnu.org
  Reporter: zhaobo at huawei dot com
  Target Milestone: ---

Created attachment 47230
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=47230&action=edit
the error information is attached by text.

firstly , I compiled for c,c++ at one time with gcc 4.8, it succeeded . 
and then I configure language of c,c++,fortran, and execute make ;
it return lots of errors and terminate compilation .

[Bug fortran/92491] when compile for gfortran on hisilicon Kunpeng920 , it reports error and terminate the compilation

2019-11-12 Thread zhaobo at huawei dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92491

--- Comment #2 from zhaobo at huawei dot com ---
I work on the same dir to execute below two commands in sequence.
./configure --enable-checking=release --enable-languages=c,c++,fortran
--disable-multilib
make;


Regards,
Bob



-邮件原件-
发件人: pinskia at gcc dot gnu.org [mailto:gcc-bugzi...@gcc.gnu.org] 
发送时间: 2019年11月13日 13:59
收件人: Zhaobo (Bob) 
主题: [Bug fortran/92491] when compile for gfortran on hisilicon Kunpeng920 , it
reports error and terminate the compilation

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92491

Andrew Pinski  changed:

   What|Removed |Added

 Status|UNCONFIRMED |WAITING
   Last reconfirmed||2019-11-13
 Ever confirmed|0   |1

--- Comment #1 from Andrew Pinski  --- Is the
object directory the same as the source directory?

That is you are invoking ./configure rather than making a different directory
to build inside of?

--
You are receiving this mail because:
You reported the bug.

[Bug fortran/92491] when compile for gfortran on hisilicon Kunpeng920 , it reports error and terminate the compilation

2019-11-12 Thread zhaobo at huawei dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92491

--- Comment #4 from zhaobo at huawei dot com ---
will try it .
Currently I manually delete three generated dirs : aarch64*, host* , build* ,
and recompile the project . 
It succeeded now .

Thanks.

Regards,
Bob



-邮件原件-
发件人: pinskia at gcc dot gnu.org [mailto:gcc-bugzi...@gcc.gnu.org] 
发送时间: 2019年11月13日 14:23
收件人: Zhaobo (Bob) 
主题: [Bug fortran/92491] when compile for gfortran on hisilicon Kunpeng920 , it
reports error and terminate the compilation

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92491

Andrew Pinski  changed:

   What|Removed |Added

 Status|WAITING |RESOLVED
 Resolution|--- |WONTFIX

--- Comment #3 from Andrew Pinski  --- (In reply to
zhaobo from comment #2)
> I work on the same dir to execute below two commands in sequence.
> ./configure --enable-checking=release --enable-languages=c,c++,fortran 
> --disable-multilib


Yes that is not recommended.  It is recommended and really only supported to
build in a different directory from the source directory.

--
You are receiving this mail because:
You reported the bug.