[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 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 it in Bionic is harder than it sounds because th

[Bug web/52239] Upgrade GCC Bugzilla to 4.4

2013-05-08 Thread LpSolit at netscape dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52239 --- Comment #10 from Frédéric Buclin 2013-05-09 00:13:37 UTC --- Created attachment 30065 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30065 GCC patch for 4.4, v1 Here is the updated patch to work with GCC Bugzilla 4.4. It's similar to at

[Bug c++/57222] New: Template alias not working in argument of template class template method

2013-05-08 Thread florian.conrady at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57222 Bug #: 57222 Summary: Template alias not working in argument of template class template method Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONF

[Bug web/52239] Upgrade GCC Bugzilla to 4.4

2013-05-08 Thread LpSolit at netscape dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52239 --- Comment #11 from Frédéric Buclin 2013-05-09 00:17:17 UTC --- Created attachment 30066 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30066 GCC extension for 4.4, v1 And the GCC extension itself.

[Bug tree-optimization/57204] Auto-vectorization in nested loops with non-varying indexed array access results in very poor performance (worse than no auto-vectorization)

2013-05-08 Thread snagavallis at outlook dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57204 --- Comment #2 from Sasanka Nagavalli 2013-05-09 00:19:50 UTC --- Created attachment 30067 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30067 Test case 2 for issue 57204 The original test and description are slightly misleading because th

[Bug web/52239] Upgrade GCC Bugzilla to 4.4

2013-05-08 Thread LpSolit at netscape dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52239 --- Comment #12 from Frédéric Buclin 2013-05-09 00:20:01 UTC --- Note that I didn't include the fix from https://bugzilla.mozilla.org/show_bug.cgi?id=571533 yet as I first want to make sure that this fix is still needed after the upgrade. I will

[Bug c++/57222] Template alias not working in argument of template class template method

2013-05-08 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57222 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/57222] [4.8/4.9 Regression] Template alias not working in argument of template class template method

2013-05-08 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57222 Paolo Carlini changed: What|Removed |Added Target Milestone|--- |4.8.1 Summary|Template alias n

[Bug middle-end/19721] [meta-bug] optimizations that CSE still catches

2013-05-08 Thread amylaar at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19721 --- Comment #26 from Jorn Wolfgang Rennecke 2013-05-09 00:32:28 UTC --- The tree optimizers have become extremely aggressive on constant propagation, so cse is needed more than ever to undo the damage. With TARGET_LEGITIMATE_ADDRESS_P rejecting (

[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 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 sure Bionic can re-export __aeabi_lmul and

[Bug tree-optimization/57223] New: Auto-vectorization fails for nested multiple loops depending on type of array

2013-05-08 Thread snagavallis at outlook dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57223 Bug #: 57223 Summary: Auto-vectorization fails for nested multiple loops depending on type of array Classification: Unclassified Product: gcc Version: 4.7.3 Status: U

[Bug tree-optimization/57223] Auto-vectorization fails for nested multiple loops depending on type of array

2013-05-08 Thread snagavallis at outlook dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57223 --- Comment #1 from Sasanka Nagavalli 2013-05-09 05:06:32 UTC --- Created attachment 30069 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30069 Test case for issue 57223 Adding a test case that demonstrates the issue for several types.

[Bug tree-optimization/57204] Auto-vectorization in nested loops with non-varying indexed array access results in very poor performance (worse than no auto-vectorization)

2013-05-08 Thread snagavallis at outlook dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57204 --- Comment #3 from Sasanka Nagavalli 2013-05-09 05:10:20 UTC --- Created attachment 30070 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30070 Test case 3 for issue 57204

[Bug tree-optimization/57223] Auto-vectorization fails for nested multiple loops depending on type of array

2013-05-08 Thread snagavallis at outlook dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57223 --- Comment #2 from Sasanka Nagavalli 2013-05-09 05:11:28 UTC --- $ gcc -v Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.7/lto-wrapper Target: x86_64-linux-gnu Configured with: ../src/configure -v --wit

<    1   2