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/59887] New: 4.6 regression (4.6.3-14+rpi1 -> 4.4.7-3+rpi1) internal compiler error: Segmentation fault


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

            Bug ID: 59887
           Summary: 4.6 regression (4.6.3-14+rpi1 -> 4.4.7-3+rpi1)
                    internal compiler error: Segmentation fault
           Product: gcc
           Version: 4.6.3
            Status: UNCONFIRMED
          Severity: blocker
          Priority: P3
         Component: c
          Assignee: unassigned at gcc dot gnu.org
          Reporter: steven.valsesia at gmail dot com

Hi !

When i try to build THE "hello world !\n" on my raspberry (raspbian), i get an
internal compiler error: Segmentation fault :

pi@raspberry ~/prog/test $ gcc -save-temps -o test test.c
In file included from test.c:1:0:
/usr/include/stdio.h:1:0: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-4.6/README.Bugs> for instructions.

It works if i use gcc-4.4.
4.6.3-14+rpi1 -> don't works.
4.4.7-3+rpi1  -> works.

Here is the test.i :

# 1 "test.c"
# 1 "<built-in>"
# 1 "<command-line>"
# 1 "test.c"
# 1 "/usr/include/stdio.h" 1 3 4

My Linux : 

Linux raspberry 3.6.11+ #538 PREEMPT Fri Aug 30 20:42:08 BST 2013 armv6l
GNU/Linux

It's my first bug-report, I hope i'm doing it rigth !


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