http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55750
Jakub Jelinek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55772
Bug #: 55772
Summary: "Jump crosses initialization" error spurious when var
is unused
Classification: Unclassified
Product: gcc
Version: 4.7.2
Status: UNCONFIRMED
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55757
--- Comment #6 from Freddie Chopin 2012-12-21
07:08:59 UTC ---
(In reply to comment #4)
> Former is better on code size, latter wins on performance. Hopefully this
> explains everything.
Indeed, it's clear now. Thank you for your time!
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55771
davidxl changed:
What|Removed |Added
CC||xinliangli at gmail dot com
--- Comme
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50160
--- Comment #34 from albcl111 2012-12-21
06:46:07 UTC ---
positively enjoying each little bit of it and I have you bookmarked to check
out new stuff you weblog
AIHL
http://www.accidentinjuryhelplines.co.uk/
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55766
--- Comment #4 from Leonid Volnitsky 2012-12-21
05:32:23 UTC ---
And as I just found, dup of bug 54648 too, which I reported on 2012-09 and
found bad commit.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55771
Paul Pluzhnikov changed:
What|Removed |Added
CC||ppluzhnikov at google dot
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55771
Bug #: 55771
Summary: Negation and type conversion incorrectly exchanged
Classification: Unclassified
Product: gcc
Version: 4.8.0
Status: UNCONFIRMED
Keywords: wrong-
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55757
--- Comment #5 from Joey Ye 2012-12-21 03:32:21 UTC ---
However, there is room to improve both performance and stack consumption in
case of Os:
extern void bar(int *);
void foo()
{
int a;
bar(&a);
}
Built with -mcpu=cort
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55757
Joey Ye changed:
What|Removed |Added
CC||joey.ye at arm dot com
--- Comment #4
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55770
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Component|c
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55770
Bug #: 55770
Summary: when compiling code with -fwhole-program and
-fipa-matrix-reorg,compiler will produce wrong code
Classification: Unclassified
Product: gcc
Version:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54128
--- Comment #15 from Alexandre Oliva 2012-12-21
01:52:47 UTC ---
Steve, the patch referenced in comment 12 makes sense to me. I agree with
Jakub's comment that the first hunk shouldn't make any difference, because
debug insns don't have D
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55579
--- Comment #5 from Alexandre Oliva 2012-12-21
01:41:18 UTC ---
FWIW, the patch in comment 4 makes sense to me. Thanks!
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55769
Bug #: 55769
Summary: unnecessary spill/reload to compose register pair
Classification: Unclassified
Product: gcc
Version: 4.8.0
Status: UNCONFIRMED
Severity: enhance
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55374
Jack Howarth changed:
What|Removed |Added
CC||howarth at nitro dot
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55766
Daniel Krügler changed:
What|Removed |Added
CC||daniel.kruegler at
|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55565
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52123
Eric Botcazou changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55243
--- Comment #30 from Eric Botcazou 2012-12-20
21:45:11 UTC ---
> Almost nothing in GCC was added without precedent: Features were added because
> backend X needed them or frontend Y needed them. To reject an extension just
> because only
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55374
--- Comment #11 from Joost VandeVondele
2012-12-20 20:43:28 UTC ---
(In reply to comment #10)
> cd obj*/x86_64*/libgfortran; make clean; \
> make CFLAGS="-std=gnu99 -g -O2 -fsanitize=address " \
> FCFLAGS="-g -O2 -fsanitize=address" LDF
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49532
--- Comment #4 from Kai Tietz 2012-12-20 20:33:04
UTC ---
Well, I did my test with 2.23.50 (head) version. But most fixes were done for
2.22 AFAIR.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55374
--- Comment #10 from Jakub Jelinek 2012-12-20
20:11:55 UTC ---
cd obj*/x86_64*/libgfortran; make clean; \
make CFLAGS="-std=gnu99 -g -O2 -fsanitize=address " \
FCFLAGS="-g -O2 -fsanitize=address" LDFLAGS="-B
`pwd`/../libsanitizer/asan/.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49532
--- Comment #3 from Pawel Sikora 2012-12-20 20:05:17
UTC ---
(In reply to comment #2)
> This issue was in fact a binutils problem. This issue is fixed. Therefore I
> close this bug as invalid.
could you tell which binutils release fix
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55374
--- Comment #9 from Joost VandeVondele
2012-12-20 20:05:05 UTC ---
(In reply to comment #8)
> (In reply to comment #7)
> bootstrap-asan is for bootstrapping GCC with -fsanitize=address.
> It is orthogonal from compiling target run-time li
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55768
Bug #: 55768
Summary: Use of unknown __attribute__ in function definition is
flagged with an error
Classification: Unclassified
Product: gcc
Version: 4.8.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55374
--- Comment #8 from H.J. Lu 2012-12-20 19:58:44
UTC ---
(In reply to comment #7)
> Thanks now bootstrap completes.
>
> It seems to me that libgfortran is not built with -fsanitize=address despite
> --with-build-config=bootstrap-asan
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55374
--- Comment #7 from Joost VandeVondele
2012-12-20 19:55:32 UTC ---
Thanks now bootstrap completes.
It seems to me that libgfortran is not built with -fsanitize=address despite
--with-build-config=bootstrap-asan
Is there a way to mak
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55742
davidxl changed:
What|Removed |Added
CC||xinliangli at gmail dot com
--- Comme
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55106
--- Comment #6 from Ruben Van Boxem
2012-12-20 19:42:02 UTC ---
I can also add that GMP 5.0.5 does not trigger this ICE.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55742
--- Comment #5 from Sriraman Tallam 2012-12-20
19:36:53 UTC ---
(In reply to comment #4)
> On Thu, Dec 20, 2012 at 1:21 PM, tmsriram at google dot com
> wrote:
>
> > However, with function multiversioning, this will become a problem as
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55106
Ruben Van Boxem changed:
What|Removed |Added
CC||vanboxem.ruben at gmail dot
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36044
janus at gcc dot gnu.org changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resol
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55767
Jonathan Wakely changed:
What|Removed |Added
Severity|normal |enhancement
--- Comment #1 fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55374
--- Comment #6 from H.J. Lu 2012-12-20 19:24:49
UTC ---
(In reply to comment #5)
> After applying your patch, I now get to the errors below any known
> workaround ?
>
> ../../gcc/libiberty/regex.c:4497: error: undefined reference to
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55165
Kai Tietz changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55767
Bug #: 55767
Summary: flowing off end of function which returns a value
isn't treated as an error by default
Classification: Unclassified
Product: gcc
Version: unknown
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55374
Joost VandeVondele changed:
What|Removed |Added
CC||Joost.VandeVondele at mat
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55766
Paolo Carlini changed:
What|Removed |Added
CC||dodji at gcc dot gnu.org
--- Co
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55766
--- Comment #1 from Leonid Volnitsky 2012-12-20
18:37:19 UTC ---
Created attachment 29017
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=29017
bad.ii
ate
using eIF = typename std::enable_if ::type;
I encountered code where alias is not equivalent to direct use of enable_if.
Attached are good.ii (with enable_if) which both GCC480-20121220 and CLANG32
can compile, and bad.ii (with alias eIF), which only CLANG can compile.
diff good
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55759
--- Comment #4 from Markus Trippelsdorf
2012-12-20 18:34:19 UTC ---
This is what creduce came up with:
markus@x4 /tmp % cat test.i
struct ata_taskfile
{
int feature;
};
struct ata_eh_info
{
int flags;
};
struct ata_eh_context
{
stru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55742
--- Comment #4 from dnovillo at google dot com
2012-12-20 18:23:55 UTC ---
On Thu, Dec 20, 2012 at 1:21 PM, tmsriram at google dot com
wrote:
> However, with function multiversioning, this will become a problem as
> multiversioning doe
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55742
--- Comment #3 from Sriraman Tallam 2012-12-20
18:21:26 UTC ---
(In reply to comment #2)
> After thinking about this more, I think the problem here is that the
> attributes
> specified in the declaration of the function are not being used
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55371
Joost VandeVondele changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36044
--- Comment #9 from janus at gcc dot gnu.org 2012-12-20 18:15:19 UTC ---
Author: janus
Date: Thu Dec 20 18:15:13 2012
New Revision: 194648
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=194648
Log:
2012-12-20 Janus Weil
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55750
--- Comment #7 from Jakub Jelinek 2012-12-20
18:14:01 UTC ---
Author: jakub
Date: Thu Dec 20 18:13:56 2012
New Revision: 194647
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=194647
Log:
PR middle-end/55750
* gimplify.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55756
Paul Thomas changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55742
Diego Novillo changed:
What|Removed |Added
CC||jason at gcc dot gnu.org
--- Co
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55341
--- Comment #38 from H.J. Lu 2012-12-20 17:49:44
UTC ---
(In reply to comment #37)
> H.J.,
>How are you working around PR55371 in your
> --with-build-config=bootstrap-asan builds?
I configure GCC with --disable-werror.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46308
Kai Tietz changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
CC|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55341
--- Comment #37 from Jack Howarth 2012-12-20
17:42:04 UTC ---
H.J.,
How are you working around PR55371 in your
--with-build-config=bootstrap-asan builds?
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49532
Kai Tietz changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55341
--- Comment #36 from H.J. Lu 2012-12-20 17:31:04
UTC ---
(In reply to comment #34)
> (In reply to comment #33)
> > Using--with-build-config=bootstrap-asan should do that for you.
>
> Seems like I'm doing something wrong, this fails for
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55765
Bug #: 55765
Summary: Remaining issues with unlimited polymorphic (CLASS(*))
Classification: Unclassified
Product: gcc
Version: 4.8.0
Status: UNCONFIRMED
Severity: no
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55757
--- Comment #3 from Freddie Chopin 2012-12-20
17:07:47 UTC ---
Indeed that's a trivial case, but other - useful - cases also show strange
behavior which I cannot clearly explain, so while we're at it I'd be grateful
for some explanation...
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55761
--- Comment #5 from Paulo J. Matos 2012-12-20 17:06:04
UTC ---
As per previous comments, I looks at build_one_cst and implemented
build_minus_one_cst:
tree
build_minus_one_cst (tree type)
{
switch (TREE_CODE (type))
{
case I
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55761
--- Comment #4 from Paulo J. Matos 2012-12-20 16:58:08
UTC ---
I created a new patch from your comment to gcc-patches:
diff --git a/gcc/tree-tailcall.c b/gcc/tree-tailcall.c
index 5b1fd2b..8c7d142 100644
--- a/gcc/tree-tailcall.c
+++ b/g
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55749
--- Comment #4 from Andrew Pinski 2012-12-20
16:54:53 UTC ---
"To use these values, you need to be able to jump to one. This is done with the
computed goto statement1, goto *exp;."
> Not sure how to implement this properly.
Use either
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55764
Bug #: 55764
Summary: [4.8 Regression] ICE when building frysk
Classification: Unclassified
Product: gcc
Version: 4.8.0
Status: UNCONFIRMED
Keywords: error-recovery
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55757
Richard Earnshaw changed:
What|Removed |Added
Priority|P3 |P5
Status|UNCONFI
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55341
--- Comment #35 from Jack Howarth 2012-12-20
16:41:58 UTC ---
(In reply to comment #34)
You might try https://github.com/mirrors/gcc/tree/hjl/asan. Perhaps H.J. still
has some patches from his branch that are not committed into gcc trunk
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55759
Markus Trippelsdorf changed:
What|Removed |Added
CC||markus at trippelsdorf dot
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55763
Tobias Burnus changed:
What|Removed |Added
CC||burnus at gcc dot gnu.org
--- C
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55759
--- Comment #2 from Boris 2012-12-20 16:20:34 UTC ---
Created attachment 29015
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=29015
gzipped preprocessed source of drivers/ata/libata-core.c
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55749
--- Comment #3 from blue_3too at hotmail dot com 2012-12-20 16:18:23 UTC ---
Thanks for the comments. I checked the document @
gcc.gnu.org/onlinedocs/gcc/Labels-as-Values.html . But find no description hat
label-as-a-value should be used wit
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55763
Bug #: 55763
Summary: Issues with some simpler CLASS(*) programs
Classification: Unclassified
Product: gcc
Version: 4.8.0
Status: UNCONFIRMED
Keywords: ice-on-valid-c
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55749
--- Comment #2 from blue_3too at hotmail dot com 2012-12-20 16:17:20 UTC ---
Thanks for the comments. I checked the document @
gcc.gnu.org/onlinedocs/gcc/Labels-as-Values.html . But find no description hat
label-as-a-value should be used wit
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55341
--- Comment #34 from Joost VandeVondele
2012-12-20 16:14:46 UTC ---
(In reply to comment #33)
> Using--with-build-config=bootstrap-asan should do that for you.
Seems like I'm doing something wrong, this fails for me after configuring wit
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55760
--- Comment #4 from Dominique d'Humieres 2012-12-20
16:07:11 UTC ---
> is there any reason why rsqrtss and rcpss are not used for scalar code while
> rsqrtps and rcpps are used for loops?
Yep! I don't have the patience to dig the bugzill
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55762
Bug #: 55762
Summary: Diagnostic: Passing a procedure to LEN should tell
that one has passed a procedure
Classification: Unclassified
Product: gcc
Version: 4.8.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55761
--- Comment #3 from Paulo J. Matos 2012-12-20 16:01:23
UTC ---
Created attachment 29014
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=29014
Use built_int_cst only for integral types, otherwise use fold_build1
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55760
--- Comment #3 from Richard Biener 2012-12-20
15:58:55 UTC ---
(In reply to comment #2)
> Thanks.
> not safe meaning producing incorrect results?
Yes.
> Is it documented?
See the documentation for -mrecip:
...
Note that whil
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55202
--- Comment #7 from Thomas Schwinge 2012-12-20
15:57:21 UTC ---
Author: tschwinge
Date: Thu Dec 20 15:57:18 2012
New Revision: 194637
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=194637
Log:
PR bootstrap/55202
* conf
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55761
Richard Biener changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55760
--- Comment #2 from vincenzo Innocente
2012-12-20 15:55:03 UTC ---
Thanks.
not safe meaning producing incorrect results?
Is it documented?
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55761
--- Comment #1 from Paulo J. Matos 2012-12-20 15:53:48
UTC ---
This happens for the negate_expr case too in the same switch.
I have a patch to fix this that I will upload momentarily.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55760
--- Comment #1 from Richard Biener 2012-12-20
15:52:31 UTC ---
Use -mrecip. It's otherwise not safe for SPEC CPU 2006 which is why it is not
enabled by default for -ffast-math.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55761
Bug #: 55761
Summary: process_assignment assumes -1 can be created
Classification: Unclassified
Product: gcc
Version: 4.7.2
Status: UNCONFIRMED
Severity: normal
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55760
Bug #: 55760
Summary: scalar code non using rsqrtss and rcpss
Classification: Unclassified
Product: gcc
Version: 4.8.0
Status: UNCONFIRMED
Severity: normal
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55754
--- Comment #3 from Richard Earnshaw 2012-12-20
15:44:23 UTC ---
(In reply to comment #1)
> This hunk needs to be reverted. op0 is modified but it is set to an equivalent
> value.
Perhaps you could update the documentation to make that
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55759
Richard Biener changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55723
vincenzo Innocente changed:
What|Removed |Added
Summary|SLP vectorization vs loop: |loop vectorization
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55759
Bug #: 55759
Summary: bogus warning when building drivers/ata/libata-core.c
in v3.7 of the linux kernel
Classification: Unclassified
Product: gcc
Version: 4.7.2
Stat
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55756
Tobias Burnus changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52343
Dodji Seketeli changed:
What|Removed |Added
Status|NEW |ASSIGNED
AssignedTo|una
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55757
--- Comment #1 from Freddie Chopin 2012-12-20
15:23:25 UTC ---
BTW - it seems that optimization settings don't make any difference here - the
code below was compiled with -Os, on all other levels (1,2,3) the assembly
looks like this:
00
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55754
--- Comment #2 from Andreas Krebbel 2012-12-20
15:20:17 UTC ---
Author: krebbel
Date: Thu Dec 20 15:20:06 2012
New Revision: 194636
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=194636
Log:
2012-12-20 Andreas Krebbel
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55758
Bug #: 55758
Summary: LOGICAL and BIND(C): Reject kind=2/4/8/16 with
-std=f2008, improve warning, switch to nonBOOLEAN_TYPE
for those
Classification: Unclassified
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55757
Bug #: 55757
Summary: Suboptimal interrupt prologue/epilogue for ARMv7-M
(Cortex-M3)
Classification: Unclassified
Product: gcc
Version: 4.6.2
Status: UNCONF
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55734
Jakub Jelinek changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55753
Jakub Jelinek changed:
What|Removed |Added
CC||jason at gcc dot gnu.org
--- Co
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55753
Jakub Jelinek changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55756
Richard Biener changed:
What|Removed |Added
Target Milestone|--- |4.8.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55741
Jonathan Wakely changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: fortran
AssignedTo: unassig...@gcc.gnu.org
ReportedBy: sch...@linux-m68k.org
spawn
/daten/aranym/gcc/gcc-20121220/Build/gcc/testsuite/gfortran/../../gfortran
-B/daten/aranym
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55741
--- Comment #8 from Jonathan Wakely 2012-12-20
14:37:03 UTC ---
Author: redi
Date: Thu Dec 20 14:36:56 2012
New Revision: 194635
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=194635
Log:
PR libstdc++/55741
* acinclude
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55734
--- Comment #22 from tejohnson at gcc dot gnu.org 2012-12-20 14:31:18 UTC ---
Author: tejohnson
Date: Thu Dec 20 14:31:09 2012
New Revision: 194634
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=194634
Log:
Fix PR gcov-profile/55
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55755
Martin Jambor changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55755
Bug #: 55755
Summary: Invalid VIEW_CONVERT_EXPR produced by SRA
Classification: Unclassified
Product: gcc
Version: 4.8.0
Status: UNCONFIRMED
Severity: normal
1 - 100 of 131 matches
Mail list logo