--- Comment #1 from il dot basso dot buffo at gmail dot com 2010-03-02
20:53 ---
Created an attachment (id=20007)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20007&action=view)
Preprocessed C source
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43238
at gcc dot gnu dot org
ReportedBy: il dot basso dot buffo at gmail dot com
GCC host triplet: x86_64-pc-linux-gnu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43238
--- Comment #4 from il dot basso dot buffo at gmail dot com 2009-03-16
22:24 ---
Bah, here's an even smaller example:
struct Point
{
int line, col;
Point( int l = -1, int c = 0 ) throw() : line( l ), col( c ) {}
bool operator==( const Point & p ) const throw()
--- Comment #3 from il dot basso dot buffo at gmail dot com 2009-03-16
22:21 ---
Here's a further reduction:
struct Point
{
int line, col;
Point( int l = -1, int c = 0 ) throw() : line( l ), col( c ) {}
bool operator==( const Point & p ) const throw()
{ retu
--- Comment #1 from il dot basso dot buffo at gmail dot com 2009-03-12
20:41 ---
Created an attachment (id=17452)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17452&action=view)
Preprocessed C++ source
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39447
middle-end
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: il dot basso dot buffo at gmail dot com
GCC build triplet: x86_64-pc-linux-gnu
GCC host triplet: x86_64-pc-linux-gnu
GCC target triplet: x86_64-pc-linux-gnu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39447
--- Comment #1 from il dot basso dot buffo at gmail dot com 2009-03-04
20:58 ---
Created an attachment (id=17395)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17395&action=view)
Preprocessed C++ source
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39367
ion: 4.4.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: il dot basso dot buffo at gmail dot com
GCC build triplet: x86_64-pc-linux-gnu
GCC host triplet: x86_64-pc-linux-gnu
--- Comment #4 from il dot basso dot buffo at gmail dot com 2009-03-02
17:42 ---
This reduction gives a different (but probably related) ICE:
void crash_me(int num1, int num2, char * in, char * out)
{
int i, j;
for (j = 0; j < num1; j++)
for (i = 0; i < num2; i++)
--- Comment #1 from il dot basso dot buffo at gmail dot com 2009-03-01
21:10 ---
Created an attachment (id=17382)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17382&action=view)
Preprocessed source
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39335
Version: 4.4.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: middle-end
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: il dot basso dot buffo at gmail dot com
GCC build triplet: x86_64-unknown-linux-gnu
GCC host
--- Comment #12 from il dot basso dot buffo at gmail dot com 2009-02-26
20:57 ---
Affirmative, this patch seems to do the trick. Thanks!
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39308
--- Comment #9 from il dot basso dot buffo at gmail dot com 2009-02-26
19:46 ---
Thanks, Sebastian. I followed your directions, except I used -O1 instead of
-O2. Here's the backtrace:
#0 is_gimple_val (t=0x0) at ../.././gcc/gimple.c:2853
#1 0x0055de
--- Comment #6 from il dot basso dot buffo at gmail dot com 2009-02-26
18:53 ---
Richard, can you post your `gcc -v` so I can make sure my config options are
the same as yours? Also, are you using cloog-ppl from git? I am using 0.15
from ftp://gcc.gnu.org/pub/gcc/infrastructure
--- Comment #5 from il dot basso dot buffo at gmail dot com 2009-02-26
17:00 ---
Vanilla SVN, no patching. Still getting ICE segfault.
./configure --prefix=/usr/local
--bindir=/usr/local/x86_64-pc-linux-gnu/gcc-bin/4.4.0-pre
--includedir=/usr/local/lib/gcc/x86_64-pc-linux-gnu
--- Comment #3 from il dot basso dot buffo at gmail dot com 2009-02-26
14:27 ---
$ gcc -O1 -floop-interchange -c huffman.c.pre
huffman.c: In function 'BZ2_hbCreateDecodeTables':
huffman.c:170: internal compiler error: Segmentation fault
Please submit a full bug re
--- Comment #1 from il dot basso dot buffo at gmail dot com 2009-02-25
21:49 ---
Created an attachment (id=17362)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17362&action=view)
Preprocessed C source (from bzip2 sources)
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39308
: UNCONFIRMED
Severity: normal
Priority: P3
Component: c
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: il dot basso dot buffo at gmail dot com
GCC host triplet: x86_64-pc-linux-gnu
GCC target triplet: x86_64-pc-linux-gnu
http://gcc.gnu.org
--- Comment #2 from il dot basso dot buffo at gmail dot com 2008-12-30
21:43 ---
This is actually an ultra-condensed example of a GCC 4.4.0 build failure in
ImageMagick.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38676
--- Comment #1 from il dot basso dot buffo at gmail dot com 2008-12-30
21:41 ---
void main()
{
int bar, foo = 1;
#pragma omp parallel for schedule(dynamic,1) shared(foo)
for (bar = 0; bar < 3; bar++)
{
switch(
basso dot buffo at gmail dot com
GCC host triplet: x86_64-pc-linux-gnu
GCC target triplet: x86_64-pc-linux-gnu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38676
21 matches
Mail list logo