public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/62141] New: [GCC-4.10.0] ICE: Segmentation fault: 11
@ 2014-08-14 17:50 sabrinadfs at gmail dot com
  2014-08-14 17:52 ` [Bug c/62141] " sabrinadfs at gmail dot com
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: sabrinadfs at gmail dot com @ 2014-08-14 17:50 UTC (permalink / raw)
  To: gcc-bugs

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.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug c/62141] [GCC-4.10.0] ICE: Segmentation fault: 11
  2014-08-14 17:50 [Bug c/62141] New: [GCC-4.10.0] ICE: Segmentation fault: 11 sabrinadfs at gmail dot com
@ 2014-08-14 17:52 ` sabrinadfs at gmail dot com
  2014-08-19 11:38 ` [Bug c/62141] [GCC-4.10.0][ASAN] " tetra2005 at gmail dot com
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: sabrinadfs at gmail dot com @ 2014-08-14 17:52 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from Sabrina Souto <sabrinadfs at gmail dot com> ---
Created attachment 33326
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33326&action=edit
Log of the test execution


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug c/62141] [GCC-4.10.0][ASAN] ICE: Segmentation fault: 11
  2014-08-14 17:50 [Bug c/62141] New: [GCC-4.10.0] ICE: Segmentation fault: 11 sabrinadfs at gmail dot com
  2014-08-14 17:52 ` [Bug c/62141] " sabrinadfs at gmail dot com
@ 2014-08-19 11:38 ` tetra2005 at gmail dot com
  2014-08-20 14:11 ` y.gribov at samsung dot com
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: tetra2005 at gmail dot com @ 2014-08-19 11:38 UTC (permalink / raw)
  To: gcc-bugs

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

Yuri Gribov <tetra2005 at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tetra2005 at gmail dot com

--- Comment #2 from Yuri Gribov <tetra2005 at gmail dot com> ---
I couldn't repro with fresh trunk on x86_64-apple-darwin12.5.0 and
x86_64-unknown-linux-gnu.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug c/62141] [GCC-4.10.0][ASAN] ICE: Segmentation fault: 11
  2014-08-14 17:50 [Bug c/62141] New: [GCC-4.10.0] ICE: Segmentation fault: 11 sabrinadfs at gmail dot com
  2014-08-14 17:52 ` [Bug c/62141] " sabrinadfs at gmail dot com
  2014-08-19 11:38 ` [Bug c/62141] [GCC-4.10.0][ASAN] " tetra2005 at gmail dot com
@ 2014-08-20 14:11 ` y.gribov at samsung dot com
  2014-08-25 15:06 ` mpolacek at gcc dot gnu.org
  2014-11-19  9:40 ` [Bug sanitizer/62141] " fxcoudert at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: y.gribov at samsung dot com @ 2014-08-20 14:11 UTC (permalink / raw)
  To: gcc-bugs

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

Yury Gribov <y.gribov at samsung dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at redhat dot com,
                   |                            |polacek at redhat dot com,
                   |                            |y.gribov at samsung dot com

--- Comment #3 from Yury Gribov <y.gribov at samsung dot com> ---
Added sanitizer folks.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug c/62141] [GCC-4.10.0][ASAN] ICE: Segmentation fault: 11
  2014-08-14 17:50 [Bug c/62141] New: [GCC-4.10.0] ICE: Segmentation fault: 11 sabrinadfs at gmail dot com
                   ` (2 preceding siblings ...)
  2014-08-20 14:11 ` y.gribov at samsung dot com
@ 2014-08-25 15:06 ` mpolacek at gcc dot gnu.org
  2014-11-19  9:40 ` [Bug sanitizer/62141] " fxcoudert at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: mpolacek at gcc dot gnu.org @ 2014-08-25 15:06 UTC (permalink / raw)
  To: gcc-bugs

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

Marek Polacek <mpolacek at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mpolacek at gcc dot gnu.org

--- Comment #4 from Marek Polacek <mpolacek at gcc dot gnu.org> ---
I don't have an access to a darwin box, so I can't even try to reproduce it.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug sanitizer/62141] [GCC-4.10.0][ASAN] ICE: Segmentation fault: 11
  2014-08-14 17:50 [Bug c/62141] New: [GCC-4.10.0] ICE: Segmentation fault: 11 sabrinadfs at gmail dot com
                   ` (3 preceding siblings ...)
  2014-08-25 15:06 ` mpolacek at gcc dot gnu.org
@ 2014-11-19  9:40 ` fxcoudert at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: fxcoudert at gcc dot gnu.org @ 2014-11-19  9:40 UTC (permalink / raw)
  To: gcc-bugs

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

Francois-Xavier Coudert <fxcoudert at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED
   Target Milestone|---                         |5.0

--- Comment #6 from Francois-Xavier Coudert <fxcoudert at gcc dot gnu.org> ---
The ICE is gone for me (trunk revision 217694 with patch at
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63534#c50), and testcase
Wsizeof-pointer-memaccess1.c now passes. Thus probably IPA related, and now
fixed.


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-11-19  9:40 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-08-14 17:50 [Bug c/62141] New: [GCC-4.10.0] ICE: Segmentation fault: 11 sabrinadfs at gmail dot com
2014-08-14 17:52 ` [Bug c/62141] " sabrinadfs at gmail dot com
2014-08-19 11:38 ` [Bug c/62141] [GCC-4.10.0][ASAN] " tetra2005 at gmail dot com
2014-08-20 14:11 ` y.gribov at samsung dot com
2014-08-25 15:06 ` mpolacek at gcc dot gnu.org
2014-11-19  9:40 ` [Bug sanitizer/62141] " fxcoudert at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).