This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c/41367] New: gcc: segmentation fault (Program cc1)


Hi all,

I am trying to port GCC on ARM (though GCC is already ported on ARM, this is
just as an exercise to learn how to port GCC to a new architecture.)
But I am unable to solve the error occurred(segmentation fault - program cc1)
while compiling a simple void main() program.
I used dummy values for the minimum required macros to port to a new
architecture. 
GCC got build successfully with dummy macro values in .h file and "jump" and
"indirect jump" instruction pattern in .md file.
Any help will be appreciated.


-- 
           Summary: gcc: segmentation fault (Program cc1)
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: major
          Priority: P3
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: prashantpurohit025 at gmail dot com
 GCC build triplet: Fedora Linux 9 running on a i686 processor
  GCC host triplet: Fedora Linux 9  running on a i686 processor
GCC target triplet: ARM


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41367


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]