[Bug c++/67437] New: [5/6 Regression] Template can't use const value of explicitly instantiated instance in a const expression

2015-09-02 Thread Bernhard.Rosenkranzer at linaro dot org
: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: Bernhard.Rosenkranzer at linaro dot org Target Milestone: --- The following code builds fine with gcc versions up to 4.9 and with any version

[Bug regression/67415] [5/6 Regression] -mcpu= breaks -print-file-name for ARM crosscompilers

2015-09-02 Thread Bernhard.Rosenkranzer at linaro dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67415 --- Comment #4 from Bernhard Rosenkränzer --- Relevant parameters are the same. Also, gcc-5.2/bin/arm-linux-androideabi-gcc -latomic does find libatomic -- so probably print-file-name=libatomic.a should reflect that... $

[Bug regression/67415] New: [5.1/5.2 Regression] -mcpu= breaks -print-file-name for ARM crosscompilers

2015-08-31 Thread Bernhard.Rosenkranzer at linaro dot org
: normal Priority: P3 Component: regression Assignee: unassigned at gcc dot gnu.org Reporter: Bernhard.Rosenkranzer at linaro dot org Target Milestone: --- If -mcpu=anything is specified on the gcc command line, -print-file-name stops looking in the compiler's

[Bug regression/67415] [5.1/5.2 Regression] -mcpu= breaks -print-file-name for ARM crosscompilers

2015-08-31 Thread Bernhard.Rosenkranzer at linaro dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67415 --- Comment #1 from Bernhard Rosenkränzer --- Workaround: add -march=armv7-a to the command line as well

[Bug tree-optimization/62053] [5 Regression] ICE: in remap_type_1, at tree-inline.c:540

2015-01-08 Thread Bernhard.Rosenkranzer at linaro dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62053 Bernhard Rosenkränzer Bernhard.Rosenkranzer at linaro dot org changed: What|Removed |Added CC

[Bug bootstrap/59943] New: [4.9 Regression] ICE in read_line_num, at input.c:603 while building an x86_64-linux-gnu arm-linux-androideabi crosscompiler

2014-01-25 Thread Bernhard.Rosenkranzer at linaro dot org
Version: 4.9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: bootstrap Assignee: unassigned at gcc dot gnu.org Reporter: Bernhard.Rosenkranzer at linaro dot org This happens with current git when trying to build an x86_64

[Bug c++/59916] New: [4.9 Regression] constructors and destructors can cause control reaches end of non-void function warnings with -Os

2014-01-23 Thread Bernhard.Rosenkranzer at linaro dot org
: 4.9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: Bernhard.Rosenkranzer at linaro dot org Created attachment 31929 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id

[Bug regression/59923] New: [4.9 Regression] ICE in maybe_record_trace_start, at dwarf2cfi.c:2239 with -mcpu=cortex-a15 -mthumb -O2 -fvisibility=hidden -g

2014-01-23 Thread Bernhard.Rosenkranzer at linaro dot org
Version: 4.9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: regression Assignee: unassigned at gcc dot gnu.org Reporter: Bernhard.Rosenkranzer at linaro dot org Created attachment 31935 -- http://gcc.gnu.org/bugzilla

[Bug libgcc/57221] New: [4.8/4.9 regression] libgcc symbol visibility changes break Android blobs

2013-05-08 Thread Bernhard.Rosenkranzer at linaro dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57221 Bug #: 57221 Summary: [4.8/4.9 regression] libgcc symbol visibility changes break Android blobs Classification: Unclassified Product: gcc Version: 4.8.0 Status:

[Bug libgcc/57221] [4.8/4.9 regression] libgcc symbol visibility changes break Android blobs

2013-05-08 Thread Bernhard.Rosenkranzer at linaro dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57221 --- Comment #2 from Bernhard Rosenkränzer Bernhard.Rosenkranzer at linaro dot org 2013-05-09 00:09:40 UTC --- I agree that the best fix would be to just rebuild the blobs to get rid of the problem -- but we don't have that option. Fixing

[Bug libgcc/57221] [4.8/4.9 regression] libgcc symbol visibility changes break Android blobs

2013-05-08 Thread Bernhard.Rosenkranzer at linaro dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57221 --- Comment #3 from Bernhard Rosenkränzer Bernhard.Rosenkranzer at linaro dot org 2013-05-09 00:51:15 UTC --- Created attachment 30068 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=30068 Another patch This patch is needed as well to make

[Bug other/56663] New: [PATCH] docs can't be built with texinfo 5.x

2013-03-20 Thread Bernhard.Rosenkranzer at linaro dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56663 Bug #: 56663 Summary: [PATCH] docs can't be built with texinfo 5.x Classification: Unclassified Product: gcc Version: 4.7.3 Status: UNCONFIRMED Severity: normal

[Bug target/54781] [4.8 Regression] ICE in refs_may_alias_p_1, at tree-ssa-alias.c:1124

2012-12-16 Thread Bernhard.Rosenkranzer at linaro dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54781 Bernhard Rosenkränzer Bernhard.Rosenkranzer at linaro dot org changed: What|Removed |Added Known to work

[Bug middle-end/55642] New: [4.8 Regression] Invalid thumb code generated (thumb conditional instruction should be in IT block)

2012-12-10 Thread Bernhard.Rosenkranzer at linaro dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55642 Bug #: 55642 Summary: [4.8 Regression] Invalid thumb code generated (thumb conditional instruction should be in IT block) Classification: Unclassified Product: gcc

[Bug debug/54595] [4.8 Regression] symbol causes a section type conflict with itself with -O -g -fdata-section

2012-10-03 Thread Bernhard.Rosenkranzer at linaro dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54595 Bernhard Rosenkränzer Bernhard.Rosenkranzer at linaro dot org changed: What|Removed |Added Status|UNCONFIRMED

[Bug c++/53475] [4.8 Regression] Section type conflict errors in libstdc++ testsuite

2012-10-03 Thread Bernhard.Rosenkranzer at linaro dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53475 --- Comment #12 from Bernhard Rosenkränzer Bernhard.Rosenkranzer at linaro dot org 2012-10-03 12:25:21 UTC --- *** Bug 54595 has been marked as a duplicate of this bug. ***

[Bug middle-end/54781] New: [4.8 Regression] ICE in refs_may_alias_p_1, at tree-ssa-alias.c:1124

2012-10-02 Thread Bernhard.Rosenkranzer at linaro dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54781 Bug #: 54781 Summary: [4.8 Regression] ICE in refs_may_alias_p_1, at tree-ssa-alias.c:1124 Classification: Unclassified Product: gcc Version: 4.8.0 Status:

[Bug middle-end/54781] [4.8 Regression] ICE in refs_may_alias_p_1, at tree-ssa-alias.c:1124

2012-10-02 Thread Bernhard.Rosenkranzer at linaro dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54781 Bernhard Rosenkränzer Bernhard.Rosenkranzer at linaro dot org changed: What|Removed |Added Attachment #28328|0

[Bug middle-end/54781] [4.8 Regression] ICE in refs_may_alias_p_1, at tree-ssa-alias.c:1124

2012-10-02 Thread Bernhard.Rosenkranzer at linaro dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54781 --- Comment #2 from Bernhard Rosenkränzer Bernhard.Rosenkranzer at linaro dot org 2012-10-02 18:35:03 UTC --- $ /opt/android-toolchain-trunk/bin/arm-linux-androideabi-g++ -c -mfloat-abi=softfp -mfpu=neon -O2 bug54781.c bug54781.c: In function

[Bug c++/53475] [4.8 Regression] Section type conflict errors in libstdc++ testsuite

2012-10-02 Thread Bernhard.Rosenkranzer at linaro dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53475 --- Comment #9 from Bernhard Rosenkränzer Bernhard.Rosenkranzer at linaro dot org 2012-10-02 19:52:31 UTC --- This also happens when building iptables with gcc trunk, so it's not C++ related

[Bug c++/53475] [4.8 Regression] Section type conflict errors in libstdc++ testsuite

2012-10-02 Thread Bernhard.Rosenkranzer at linaro dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53475 --- Comment #10 from Bernhard Rosenkränzer Bernhard.Rosenkranzer at linaro dot org 2012-10-02 20:00:07 UTC --- Created attachment 28332 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=28332 Shorter, plain C, test case extracted from iptables

[Bug c++/53475] [4.8 Regression] Section type conflict errors in libstdc++ testsuite

2012-10-02 Thread Bernhard.Rosenkranzer at linaro dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53475 Bernhard Rosenkränzer Bernhard.Rosenkranzer at linaro dot org changed: What|Removed |Added Attachment #28332|0

[Bug debug/54595] New: [4.8 Regression] symbol causes a section type conflict with itself with -O -g -fdata-section

2012-09-15 Thread Bernhard.Rosenkranzer at linaro dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54595 Bug #: 54595 Summary: [4.8 Regression] symbol causes a section type conflict with itself with -O -g -fdata-section Classification: Unclassified Product: gcc Version: 4.8.0

[Bug middle-end/54516] New: ICE in reload_cse_simplify_operands, at postreload.c:403 with -O1 -march=armv7-a -mthumb

2012-09-07 Thread Bernhard.Rosenkranzer at linaro dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54516 Bug #: 54516 Summary: ICE in reload_cse_simplify_operands, at postreload.c:403 with -O1 -march=armv7-a -mthumb Classification: Unclassified Product: gcc Version: 4.7.2

[Bug c/53633] New: __attribute__((naked)) should disable -Wreturn-type

2012-06-11 Thread Bernhard.Rosenkranzer at linaro dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53633 Bug #: 53633 Summary: __attribute__((naked)) should disable -Wreturn-type Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: normal

[Bug middle-end/53334] New: ICE in extract_insn, at recog.c:2131

2012-05-12 Thread Bernhard.Rosenkranzer at linaro dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53334 Bug #: 53334 Summary: ICE in extract_insn, at recog.c:2131 Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug middle-end/53334] ICE in extract_insn, at recog.c:2131

2012-05-12 Thread Bernhard.Rosenkranzer at linaro dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53334 --- Comment #1 from Bernhard Rosenkränzer Bernhard.Rosenkranzer at linaro dot org 2012-05-12 18:06:12 UTC --- Created attachment 27388 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=27388 Preprocessed source (not yet reduced) $ /opt/android

[Bug middle-end/53334] ICE in extract_insn, at recog.c:2131

2012-05-12 Thread Bernhard.Rosenkranzer at linaro dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53334 Bernhard Rosenkränzer Bernhard.Rosenkranzer at linaro dot org changed: What|Removed |Added Attachment #27388|0

[Bug middle-end/52520] New: trunk: internal compiler error: in predict_insn, at predict.c:477

2012-03-07 Thread Bernhard.Rosenkranzer at linaro dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52520 Bug #: 52520 Summary: trunk: internal compiler error: in predict_insn, at predict.c:477 Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED

[Bug middle-end/52520] trunk: internal compiler error: in predict_insn, at predict.c:477

2012-03-07 Thread Bernhard.Rosenkranzer at linaro dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52520 --- Comment #3 from Bernhard Rosenkränzer Bernhard.Rosenkranzer at linaro dot org 2012-03-07 12:23:54 UTC --- Created attachment 26851 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=26851 slightly reduced test case I'm familiar with delta

[Bug middle-end/52520] trunk: internal compiler error: in predict_insn, at predict.c:477

2012-03-07 Thread Bernhard.Rosenkranzer at linaro dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52520 --- Comment #4 from Bernhard Rosenkränzer Bernhard.Rosenkranzer at linaro dot org 2012-03-07 12:27:06 UTC --- This is rev. 185024 Configured with: /home/bero/repos/linaro-android/toolchain-trunk-test/objdir/../build/../gcc/gcc-4.8/configure

[Bug middle-end/52520] trunk: internal compiler error: in predict_insn, at predict.c:477

2012-03-07 Thread Bernhard.Rosenkranzer at linaro dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52520 Bernhard Rosenkränzer Bernhard.Rosenkranzer at linaro dot org changed: What|Removed |Added Status|WAITING

[Bug middle-end/51794] ICE (segfault) with -O -fmodulo-sched

2012-03-05 Thread Bernhard.Rosenkranzer at linaro dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51794 --- Comment #2 from Bernhard Rosenkränzer Bernhard.Rosenkranzer at linaro dot org 2012-03-06 00:24:28 UTC --- I've updated my 4.7 build since and can't reproduce it there anymore. Problem still occurs on 4.6 with GNU C (Linaro GCC 4.6-2012.02-1

[Bug tree-optimization/52429] New: [4.7 Regression] ICE in separate_decls_in_region_debug, at tree-parloops.c:914 with -ftree-parallelize-loops

2012-02-29 Thread Bernhard.Rosenkranzer at linaro dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52429 Bug #: 52429 Summary: [4.7 Regression] ICE in separate_decls_in_region_debug, at tree-parloops.c:914 with -ftree-parallelize-loops Classification: Unclassified Product:

[Bug tree-optimization/52429] [4.7 Regression] ICE in separate_decls_in_region_debug, at tree-parloops.c:914 with -ftree-parallelize-loops

2012-02-29 Thread Bernhard.Rosenkranzer at linaro dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52429 --- Comment #3 from Bernhard Rosenkränzer Bernhard.Rosenkranzer at linaro dot org 2012-02-29 11:35:34 UTC --- Created attachment 26781 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=26781 (Mostly) reduced version of the testcase Attaching

[Bug middle-end/52375] [4.7 Regression] internal compiler error: in extract_insn, at recog.c:2123 at -O3 -mfpu=neon

2012-02-25 Thread Bernhard.Rosenkranzer at linaro dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52375 --- Comment #6 from Bernhard Rosenkränzer Bernhard.Rosenkranzer at linaro dot org 2012-02-25 14:08:03 UTC --- Reduced test case fails for me with 184223 (so does the unreduced one): [bero@localhost ~]$ /opt/android-toolchain-4.7/bin/arm-linux

[Bug middle-end/52375] New: [4.7 Regression] internal compiler error: in extract_insn, at recog.c:2123 at -O3 -mfpu=neon

2012-02-24 Thread Bernhard.Rosenkranzer at linaro dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52375 Bug #: 52375 Summary: [4.7 Regression] internal compiler error: in extract_insn, at recog.c:2123 at -O3 -mfpu=neon Classification: Unclassified Product: gcc Version: 4.7.0

[Bug middle-end/52375] [4.7 Regression] internal compiler error: in extract_insn, at recog.c:2123 at -O3 -mfpu=neon

2012-02-24 Thread Bernhard.Rosenkranzer at linaro dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52375 Bernhard Rosenkränzer Bernhard.Rosenkranzer at linaro dot org changed: What|Removed |Added Attachment #26744|0

[Bug middle-end/52375] [4.7 Regression] internal compiler error: in extract_insn, at recog.c:2123 at -O3 -mfpu=neon

2012-02-24 Thread Bernhard.Rosenkranzer at linaro dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52375 Bernhard Rosenkränzer Bernhard.Rosenkranzer at linaro dot org changed: What|Removed |Added Known to fail

[Bug middle-end/51794] New: ICE (segfault) with -O -fmodulo-sched

2012-01-08 Thread Bernhard.Rosenkranzer at linaro dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51794 Bug #: 51794 Summary: ICE (segfault) with -O -fmodulo-sched Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal Priority: