http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48129
Hans-Peter Nilsson changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48130
Hans-Peter Nilsson changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46788
--- Comment #9 from Ramana Radhakrishnan 2011-03-15
20:06:16 UTC ---
(In reply to comment #7)
> AFAICS, however, pr47688.c is still there.
I think I managed to delete it now even though I did do a svn rename.
Ramana
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48139
Summary: __builtin_lrintf() becomes a library call, not an
cvtss2si instruction
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
Priority: P3
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48140
Summary: fmod() not accurate to double precision?
Product: gcc
Version: 4.5.2
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c
AssignedTo: unassig...@gc
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47571
--- Comment #41 from Janne Blomqvist 2011-03-15
20:38:18 UTC ---
(In reply to comment #37)
> #if defined(__alpha__) && defined(__osf__)
> #undef HAVE_CLOCK_GETTIME
> #endif
>
> or some configure.ac equivalent. Ugly but still better than complet
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48141
Summary: [4.4/4.5/4.6/4.7 Regression] DSE compile time hog
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Keywords: compile-time-hog
Severity: normal
Priority: P3
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48140
--- Comment #1 from Simon DeDeo 2011-03-15
20:46:55 UTC ---
Created attachment 23671
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23671
.i file (Intel Core i7, gcc 4.5.2)
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48140
--- Comment #2 from Simon DeDeo 2011-03-15
20:48:28 UTC ---
Created attachment 23672
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23672
.i file (Different system, gcc 4.1.2 (Gentoo 4.1.2 p1.1))
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48123
--- Comment #1 from dougkwan at gcc dot gnu.org 2011-03-15 20:57:00 UTC ---
Author: dougkwan
Date: Tue Mar 15 20:56:52 2011
New Revision: 171019
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=171019
Log:
2011-03-15 Doug Kwan
PR
Nick Clifton writes:
> Hi Eric, Hi Richard,
>
> A customer has reported the following bug with the MIPS target. Since
> it is for a GNU extension to the C language (zero-length arrays) that
> is being used in a non-intended fashion (the zero-length array is in a
> structure with no other
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48123
--- Comment #2 from dougkwan at gcc dot gnu.org 2011-03-15 23:39:07 UTC ---
Author: dougkwan
Date: Tue Mar 15 23:39:02 2011
New Revision: 171020
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=171020
Log:
2011-03-15 Doug Kwan
PR
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48123
Paolo Carlini changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29160
Andrew Pinski changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48142
Summary: miscompilation with -mpreferred-stack-boundary=5
-fstack-check=specific
Product: gcc
Version: 4.7.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48143
Summary: ICE: in reset_sched_cycles_in_current_ebb, at
sel-sched.c:7114 with custom flags
Product: gcc
Version: 4.7.0
Status: UNCONFIRMED
Severity: normal
Priority
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47546
--- Comment #19 from Rich Townsend 2011-03-16
02:29:35 UTC ---
(In reply to comment #18)
> (In reply to comment #8)
> > This is a *very* strange bug, to say the least. Here is a reduced test case:
> >
> >
> > module hydro_types
> > implicit n
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47546
Jerry DeLisle changed:
What|Removed |Added
CC||jvdelisle at gcc dot
|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48144
Summary: ICE: in code_motion_path_driver, at sel-sched.c:6575
with -fselective-scheduling2 and custom flags
Product: gcc
Version: 4.7.0
Status: UNCONFIRMED
Severity: normal
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48145
Summary: Generic interfaces & derived types cannot share names
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: fortran
Assign
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47546
--- Comment #21 from Jerry DeLisle 2011-03-16
02:57:02 UTC ---
partial valgrind:
==3316== 5,104 bytes in 2 blocks are definitely lost in loss record 433 of 443
==3316==at 0x4A04896: calloc (vg_replace_malloc.c:418)
==3316==by 0xD49748: x
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47546
--- Comment #22 from Jerry DeLisle 2011-03-16
02:58:59 UTC ---
Another valgrind chunk:
==3316== 318 bytes in 2 blocks are definitely lost in loss record 357 of 443
==3316==at 0x4A04896: calloc (vg_replace_malloc.c:418)
==3316==by 0xD4974
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47546
--- Comment #23 from Jerry DeLisle 2011-03-16
03:01:11 UTC ---
Another small piece just before the error message.
$ valgrind --leak-check=full f951 pr47546.f90
==3316== Memcheck, a memory error detector
==3316== Copyright (C) 2002-2009, and GNU
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47256
lianhao.lu at intel dot com changed:
What|Removed |Added
CC||lianhao.lu at intel dot com
/z/compiler-install/gcc-r171019-install
--program-prefix=r171019- --enable-languages=c,c++
Thread model: posix
gcc version 4.7.0 20110315 (experimental) (GCC)
regehr@home:~/volatile/bugs/tmp004$ current-gcc -c small.c -O2
small.c: In function ‘func_67’:
small.c:14:1: internal compiler error: tree
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47546
--- Comment #24 from Jerry DeLisle 2011-03-16
04:10:09 UTC ---
Created attachment 23678
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23678
Valgrind out for test case that completes compilation
This attachment with the version of the test
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43601
PcX changed:
What|Removed |Added
CC||xunxun1982 at gmail dot com
--- Comment #53 from Pc
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45844
--- Comment #6 from Alan Modra 2011-03-16 06:26:33
UTC ---
Author: amodra
Date: Wed Mar 16 06:26:29 2011
New Revision: 171031
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=171031
Log:
PR target/45844
* config/rs6000/rs6000.c (rs6
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43601
--- Comment #54 from PcX 2011-03-16 06:53:47 UTC
---
(In reply to comment #53)
> If I don't use LTO Optimization, Vadim Zeitlin's patch works well.
> But if I use LTO Optimization, the compiling speed becomes vey slow, and the
> linker stage fail
101 - 129 of 129 matches
Mail list logo