[Bug c/71512] New: ICE: verify_gimple failed libbacktrace could not find executable to open

2016-06-12 Thread sabrinadfs at gmail dot com
: normal Priority: P3 Component: c Assignee: unassigned at gcc dot gnu.org Reporter: sabrinadfs at gmail dot com Target Milestone: --- GCC-6.1.0 x86_64-pc-linux-gnu and x86_64-apple-darwin15.4.0 Running the following test: make -s -C gcc check-gcc RUNTESTFLAGS

[Bug c/61965] New: [gcc-4.8.2] ICE:in compute_affine_dependence (at tree-data-ref.c:4170)

2014-07-30 Thread sabrinadfs at gmail dot com
: normal Priority: P3 Component: c Assignee: unassigned at gcc dot gnu.org Reporter: sabrinadfs at gmail dot com Created attachment 33214 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33214&action=edit test log x86_64-unknown-linux-gnu GCC version

[Bug c/61965] [gcc-4.8.2] ICE:in compute_affine_dependence (at tree-data-ref.c:4170)

2014-07-30 Thread sabrinadfs at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61965 --- Comment #1 from Sabrina Souto --- It happened again, now for this test: ../gcc/testsuite/gcc.dg/pr39794.c Hera is the line executed: /home/sabrina/gcc/objdir/gcc/xgcc -B/home/sabrina/gcc/objdir/gcc/ /home/sabrina/gcc/gcc-4.8.2/gcc/testsuite/

[Bug c/61980] New: [GCC-4.9.1] ICE: in compute_affine_dependence, at tree-data-ref.c:4233

2014-07-31 Thread sabrinadfs at gmail dot com
: critical Priority: P3 Component: c Assignee: unassigned at gcc dot gnu.org Reporter: sabrinadfs at gmail dot com GCC-4.9.1 x86_64-apple-darwin11.4.2 Running the following tests: 1) make -s -C gcc check-gcc RUNTESTFLAGS="dg.exp=pr39794.c --target_board

[Bug tree-optimization/61980] ICE: in compute_affine_dependence, at tree-data-ref.c:4233 with -fcheck-data-deps

2014-08-01 Thread sabrinadfs at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61980 --- Comment #2 from Sabrina Souto --- Thank you for the confirmation Richard. Just a suggestion: if the option -fcheck-data-deps does not work well, maybe this option should be removed from the code or at least have a comment in the documentatio

[Bug tree-optimization/61980] ICE: in compute_affine_dependence, at tree-data-ref.c:4233 with -fcheck-data-deps

2014-08-01 Thread sabrinadfs at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61980 --- Comment #4 from Sabrina Souto --- I don't have much experience with GCC, so I'm a bit confused with your 2 answers, please help me understanding what is happening: Based both on the documentation and the results, I understood that the result

[Bug tree-optimization/61980] ICE: in compute_affine_dependence, at tree-data-ref.c:4233 with -fcheck-data-deps

2014-08-01 Thread sabrinadfs at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61980 --- Comment #6 from Sabrina Souto --- OK, Thank you. (In reply to Richard Biener from comment #5) > (In reply to Sabrina Souto from comment #4) > > I don't have much experience with GCC, so I'm a bit confused with your 2 > > answers, please help

[Bug c/62069] New: ICE: in int_cst_value, at tree.c:10625

2014-08-08 Thread sabrinadfs at gmail dot com
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.exp=20090922-1.c --target_board=unix/-fcheck-data-deps" GCC th

[Bug c/62070] New: [GCC-4.10.0] ICE: verify_ssa failed

2014-08-08 Thread sabrinadfs at gmail dot com
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.exp=pr47684.c --target_board=unix/-O3/-fno-tree-vectorize" GCC th

[Bug c/62088] New: [GCC-4.10.1] Compilation failed to produce executable: torture with -fsanitize=address

2014-08-11 Thread sabrinadfs at gmail dot com
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=pr44

[Bug c/62140] New: [GCC-4.10.0] ICE: : in build2_stat, at tree.c:4265

2014-08-14 Thread sabrinadfs at gmail dot com
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=pr53703.c --target_board=unix/-fsanitize=address" GC

[Bug c/62141] New: [GCC-4.10.0] ICE: Segmentation fault: 11

2014-08-14 Thread sabrinadfs at gmail dot com
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&

[Bug c/62141] [GCC-4.10.0] ICE: Segmentation fault: 11

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

[Bug c/62158] New: FAIL: scan-tree-dump-not optimized "gimple_assign"

2014-08-15 Thread sabrinadfs at gmail dot com
iority: 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.exp=pr55027.c --target_board=unix/-O0" GCC p

[Bug c/62158] FAIL: scan-tree-dump-not optimized "gimple_assign"

2014-08-18 Thread sabrinadfs at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62158 --- Comment #2 from Sabrina Souto --- Created attachment 33350 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33350&action=edit Execution log

[Bug c/62158] FAIL: scan-tree-dump-not optimized "gimple_assign"

2014-08-18 Thread sabrinadfs at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62158 --- Comment #3 from Sabrina Souto --- You are right, but indeed this test ran with the option -Ofast, I did not explicitly use this option in the command line because this is already done by DejaGnu, as you can see in the test code below. Test

[Bug middle-end/62140] [GCC-4.10.0][ASAN] ICE: : in build2_stat, at tree.c:4265

2014-09-08 Thread sabrinadfs at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62140 --- Comment #6 from Sabrina Souto --- I checked with the current code in trunk and the test is passing, did you fixed it? What do you mean by "close"? Change the status for "RESOLVED"? (In reply to Yury Gribov from comment #5) > Sabrina, could

[Bug c/71512] ICE: verify_gimple failed with UBSAN

2016-08-11 Thread sabrinadfs at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71512 --- Comment #3 from Sabrina Souto --- I had a similar result, but different failure, for another test+configuration (see below). I would like to know if it is another (different) bug. GCC-6.1.0 x86_64-pc-linux-gnu and x86_64-apple-darwin15.4.0

[Bug testsuite/77320] New: ICE: get_ubsan_type_info_for_type, at ubsan.c:305

2016-08-22 Thread sabrinadfs at gmail dot com
Component: testsuite Assignee: unassigned at gcc dot gnu.org Reporter: sabrinadfs at gmail dot com Target Milestone: --- GCC-6.1.0 x86_64-pc-linux-gnu and x86_64-apple-darwin15.4.0 Running the following test: make -s -C gcc check-gcc RUNTESTFLAGS="dg-torture.exp=pr48

[Bug testsuite/77354] New: Failure with -fno-ivopts

2016-08-23 Thread sabrinadfs at gmail dot com
Assignee: unassigned at gcc dot gnu.org Reporter: sabrinadfs at gmail dot com Target Milestone: --- GCC-6.1.0 x86_64-pc-linux-gnu and x86_64-apple-darwin15.4.0 When I run the following test with -fno-ivopts option: make -s -C gcc check-gcc RUNTESTFLAGS="tree-ssa.exp=loop