http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56619
--- Comment #2 from ak at gcc dot gnu.org 2013-03-15 04:31:53 UTC ---
Author: ak
Date: Fri Mar 15 04:31:43 2013
New Revision: 196671
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=196671
Log:
Document HLE / RTM intrinsics
The
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56623
Bug #: 56623
Summary: Can't build GCC due to tar: ./ssl: Cannot utime: No
such file or directory
Classification: Unclassified
Product: gcc
Version: 4.7.2
Status: UNC
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56307
--- Comment #15 from John David Anglin 2013-03-14
23:46:18 UTC ---
Adding -fvar-tracking -fvar-tracking-assignments results in the following
warning on hppa2.0w-hp-hpux11.11:
spawn /test/gnu/gcc/objdir/gcc/xgcc -B/test/gnu/gcc/objdir/gcc
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56613
Jonathan Wakely changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56613
--- Comment #3 from Jonathan Wakely 2013-03-14
23:28:18 UTC ---
Author: redi
Date: Thu Mar 14 23:28:11 2013
New Revision: 19
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=19
Log:
PR libstdc++/56613
* include/b
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45917
--- Comment #3 from Jason Merrill 2013-03-14
21:40:38 UTC ---
Created attachment 29671
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=29671
patch
Simple fix, waiting for 4.8 to branch.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56620
--- Comment #6 from Marc Singer 2013-03-14
21:35:54 UTC ---
For the sake of posterity, the Cortex-M3 and M4 do handle unaligned accesses
properly in hardware though with the expected performance penalty. It is the
fact that I enforced alignment
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45917
Jason Merrill changed:
What|Removed |Added
Status|NEW |ASSIGNED
CC|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56620
Marc Singer changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56615
--- Comment #2 from Tobias Burnus 2013-03-14
21:04:44 UTC ---
trans-intrinsic.c gfc_conv_intrinsic_transfer's has:
/* Repack the source if not a full variable array. */
if (arg->expr->expr_type == EXPR_VARIABLE
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56346
Jason Merrill changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56620
--- Comment #4 from Andrew Pinski 2013-03-14
20:33:27 UTC ---
I think you are required to use -mno-unaligned-access for armv7 targets where
you doing bare metal work without the page table setup.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56622
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56606
--- Comment #1 from Michael Mrozek 2013-03-14
20:20:22 UTC ---
I found that including any of the standard C++ headers (, ,
, etc.) works around this, as does forward-declaring the operator:
> void* operator new(std::size_t);
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56621
--- Comment #2 from auc42 at yahoo dot com 2013-03-14 20:00:56 UTC ---
Ah, I had forgotten to change "tmp" back to a long in the code snippet
provided. I was experimenting to see variations of the generated assembly
while using different ty
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56621
Jakub Jelinek changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
CC|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56351
Eric Botcazou changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
CC|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56622
--- Comment #1 from hayder.alkhalissi at googlemail dot com 2013-03-14 18:55:13
UTC ---
Created attachment 29670
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=29670
preprocessed file
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56622
Bug #: 56622
Summary: -fopenmp with -fplugin conflicts
Classification: Unclassified
Product: gcc
Version: 4.5.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56351
--- Comment #4 from Eric Botcazou 2013-03-14
18:52:26 UTC ---
Author: ebotcazou
Date: Thu Mar 14 18:52:18 2013
New Revision: 196664
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=196664
Log:
PR target/56351
Backport fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56621
Bug #: 56621
Summary: Misaligned stack with inline assembly
Classification: Unclassified
Product: gcc
Version: 4.7.2
Status: UNCONFIRMED
Severity: normal
P
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56620
--- Comment #3 from Marc Singer 2013-03-14
18:26:02 UTC ---
The compiler was built as follows:
elf@cerise ~/memcpy-bug > /opt/gcc/arm-none-eabi/bin/gcc -v
Using built-in specs.
COLLECT_GCC=/opt/gcc/arm-none-eabi/bin/gcc
Target: arm-non
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56620
Andrew Pinski changed:
What|Removed |Added
Target|ARM Thumb Cortex-M4 |
Host|x86
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56620
--- Comment #1 from eleventen at gmail dot com 2013-03-14 18:13:03 UTC ---
Created attachment 29669
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=29669
Sample source object
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56620
Bug #: 56620
Summary: Memcpy optimization may lead to unaligned access on
ARM Thumb
Classification: Unclassified
Product: gcc
Version: unknown
Status: UNCON
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56615
Tobias Burnus changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Known to work|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56614
--- Comment #8 from Jonathan Wakely 2013-03-14
17:45:58 UTC ---
Thanks, Jason
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56614
Jason Merrill changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56614
--- Comment #6 from Jason Merrill 2013-03-14
17:35:03 UTC ---
Author: jason
Date: Thu Mar 14 17:34:55 2013
New Revision: 196662
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=196662
Log:
PR c++/56614
* decl.c (local_va
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56403
--- Comment #16 from Adam Seering 2013-03-14
16:41:57 UTC ---
Thanks!
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56403
Jason Merrill changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56580
--- Comment #3 from Andrew Pinski 2013-03-14
16:24:23 UTC ---
*** Bug 56618 has been marked as a duplicate of this bug. ***
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56618
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56403
--- Comment #14 from Jason Merrill 2013-03-14
16:12:58 UTC ---
Author: jason
Date: Thu Mar 14 16:12:37 2013
New Revision: 196661
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=196661
Log:
PR c++/56403
* init.c (build_z
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56403
--- Comment #13 from Jason Merrill 2013-03-14
16:11:56 UTC ---
Author: jason
Date: Thu Mar 14 16:11:37 2013
New Revision: 196660
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=196660
Log:
PR c++/56403
* init.c (build_z
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56403
Manuel López-Ibáñez changed:
What|Removed |Added
Keywords||patch
CC|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56619
--- Comment #1 from Andi Kleen 2013-03-14
13:18:32 UTC ---
This is a more complete version of the documentation (also including RTM
intrinsics), again not approved:
http://patchwork.ozlabs.org/patch/211504/
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56619
Bug #: 56619
Summary: i386 hle atomic intrinsics flags are undocumented
Classification: Unclassified
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: norma
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56403
--- Comment #11 from Adam Seering 2013-03-14
13:15:02 UTC ---
I'm not familiar with gcc's backport process; is there anything I can do to
help that along? Is it already in-queue?
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56618
Bug #: 56618
Summary: inline assembler with too many lines causes ICE in
account_size_time, at ipa-inline-analysis.c
Classification: Unclassified
Product: gcc
Version: u
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56614
--- Comment #5 from Jason Merrill 2013-03-14
13:09:20 UTC ---
Author: jason
Date: Thu Mar 14 13:09:11 2013
New Revision: 196658
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=196658
Log:
PR c++/56614
* decl.c (local_va
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56346
--- Comment #8 from Jason Merrill 2013-03-14
13:08:42 UTC ---
Author: jason
Date: Thu Mar 14 13:08:36 2013
New Revision: 196657
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=196657
Log:
PR c++/56346
* decl.c (register
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56616
--- Comment #1 from simon at pushface dot org 2013-03-14 12:30:33 UTC ---
Created attachment 29667
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=29667
Proposed patch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56617
Bug #: 56617
Summary: c++ compiler error when trying to build SuperCollider
with nova-simd extension on arm ubuntu
Classification: Unclassified
Product: gcc
Version: 4.7
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56616
Bug #: 56616
Summary: gnatmake builds SAL incorrectly if library_kind is
"static"
Classification: Unclassified
Product: gcc
Version: 4.8.0
Status: UNCONFIRM
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56615
Bug #: 56615
Summary: [4.4/4.5/4.6/4.7 Regression] Wrong code for passing
arrays of character
Classification: Unclassified
Product: gcc
Version: 4.7.3
Status: UNCONF
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53265
--- Comment #26 from Jakub Jelinek 2013-03-14
10:54:45 UTC ---
Author: jakub
Date: Thu Mar 14 10:54:38 2013
New Revision: 196655
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=196655
Log:
PR tree-optimization/53265
* g
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56614
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org,
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56592
Manu Evans changed:
What|Removed |Added
CC||turkeyman at gmail dot com
--- Com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53265
--- Comment #25 from Jakub Jelinek 2013-03-14
09:13:45 UTC ---
Author: jakub
Date: Thu Mar 14 09:13:36 2013
New Revision: 196650
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=196650
Log:
PR tree-optimization/53265
* c
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56613
Richard Biener changed:
What|Removed |Added
Priority|P3 |P1
Known to work|
51 matches
Mail list logo