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/62141] New: [GCC-4.10.0] ICE: Segmentation fault: 11


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

            Bug ID: 62141
           Summary: [GCC-4.10.0] ICE: Segmentation fault: 11
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
          Assignee: unassigned at gcc dot gnu.org
          Reporter: sabrinadfs at gmail dot com

GCC-4.10.0 (trunk)
x86_64-apple-darwin11.4.2

Running the following test:
make -s -C gcc check-gcc
RUNTESTFLAGS="dg-torture.exp=Wsizeof-pointer-memaccess1.c
--target_board=unix/-fsanitize=address"

GCC produced these ICEs:
------------------------------------------------------------------------
../gcc_trunk/trunk/gcc/testsuite/gcc.dg/torture/Wsizeof-pointer-memaccess1.c:
In function 'f3':
../gcc_trunk/trunk/gcc/testsuite/gcc.dg/torture/Wsizeof-pointer-memaccess1.c:486:1:
internal compiler error: Segmentation fault: 11

../gcc_trunk/trunk/gcc/testsuite/gcc.dg/torture/Wsizeof-pointer-memaccess1.c:486:1:
internal compiler error: Abort trap: 6
xgcc: internal compiler error: Abort trap: 6 (program cc1)

FAIL: gcc.dg/torture/Wsizeof-pointer-memaccess1.c   -O0  (internal compiler
error)

FAIL: gcc.dg/torture/Wsizeof-pointer-memaccess1.c   -O0  (test for excess
errors)
Excess errors:
../gcc_trunk/trunk/gcc/testsuite/gcc.dg/torture/Wsizeof-pointer-memaccess1.c:486:1:
internal compiler error: Segmentation fault: 11
../gcc_trunk/trunk/gcc/testsuite/gcc.dg/torture/Wsizeof-pointer-memaccess1.c:486:1:
internal compiler error: Abort trap: 6
xgcc: internal compiler error: Abort trap: 6 (program cc1)

../gcc_trunk/trunk/gcc/testsuite/gcc.dg/torture/Wsizeof-pointer-memaccess1.c:
In function 'f3':
../gcc_trunk/trunk/gcc/testsuite/gcc.dg/torture/Wsizeof-pointer-memaccess1.c:486:1:
internal compiler error: Segmentation fault: 11

../gcc_trunk/trunk/gcc/testsuite/gcc.dg/torture/Wsizeof-pointer-memaccess1.c:486:1:
internal compiler error: Abort trap: 6
xgcc: internal compiler error: Abort trap: 6 (program cc1)

FAIL: gcc.dg/torture/Wsizeof-pointer-memaccess1.c   -O2  (internal compiler
error)

FAIL: gcc.dg/torture/Wsizeof-pointer-memaccess1.c   -O2  (test for excess
errors)
Excess errors:
../gcc_trunk/trunk/gcc/testsuite/gcc.dg/torture/Wsizeof-pointer-memaccess1.c:486:1:
internal compiler error: Segmentation fault: 11
../gcc_trunk/trunk/gcc/testsuite/gcc.dg/torture/Wsizeof-pointer-memaccess1.c:486:1:
internal compiler error: Abort trap: 6
xgcc: internal compiler error: Abort trap: 6 (program cc1)
------------------------------------------------------------------------
The detailed log is attached.

Can anyone confirm this bug?


Thanks,
Sabrina Souto.


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