public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug preprocessor/46784] New: Internal compiler error with cairo In function `_cairo_bo_sweep_line_compare_edges'
@ 2010-12-03 14:21 r_no at hotmail dot com
  2010-12-03 15:26 ` [Bug preprocessor/46784] " mikpe at it dot uu.se
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: r_no at hotmail dot com @ 2010-12-03 14:21 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46784

           Summary: Internal compiler error with cairo In function
                    `_cairo_bo_sweep_line_compare_edges'
           Product: gcc
           Version: 3.4.6
            Status: UNCONFIRMED
          Severity: blocker
          Priority: P3
         Component: preprocessor
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: r_no@hotmail.com


During a compilation of Cairo 1.10 I got the following error:
make[3]: Entering directory `/install/src/rrdtool-1.4.4/build/cairo-1.10.0/src'
  CC     cairo-analysis-surface.lo
  CC     cairo-arc.lo
  CC     cairo-array.lo
  CC     cairo-atomic.lo
  CC     cairo-base64-stream.lo
  CC     cairo-base85-stream.lo
  CC     cairo-bentley-ottmann.lo
cairo-bentley-ottmann.c: In function `_cairo_bo_sweep_line_compare_edges':
cairo-bentley-ottmann.c:424: internal compiler error: in expand_mult, at
expmed.c:2653
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make[3]: *** [cairo-bentley-ottmann.lo] Error 1
make[3]: Leaving directory `/install/src/rrdtool-1.4.4/build/cairo-1.10.0/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/install/src/rrdtool-1.4.4/build/cairo-1.10.0/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/install/src/rrdtool-1.4.4/build/cairo-1.10.0'
make: *** [all] Error 2


so as good boy I open a bug report !!
SunOS mrtg 5.10 Generic_142909-17 on Sparc T-5120 with LDOM 1.3
pkg-config 0.25
fontconfig-2.4.2
pixman 0.21.2
cairo 1.10
gcc:
Reading specs from /usr/local/lib/gcc/sparc-sun-solaris2.10/3.4.6/specs
Configured with: ../configure --with-as=/usr/ccs/bin/as
--with-ld=/usr/ccs/bin/ld --enable-shared --enable-languages=c,c++,f77
Thread model: posix
gcc version 3.4.6

Cairo config.sh option:
./configure --prefix=$INSTALL_DIR --enable-xlib=no --enable-xlib-render=no
--enable-win32=no CFLAGS="-O3 -fPIC -D_POSIX_PTHREAD_SEMANTICS"


I have no more clue what I suppose to give you in this case !


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug preprocessor/46784] Internal compiler error with cairo In function `_cairo_bo_sweep_line_compare_edges'
  2010-12-03 14:21 [Bug preprocessor/46784] New: Internal compiler error with cairo In function `_cairo_bo_sweep_line_compare_edges' r_no at hotmail dot com
@ 2010-12-03 15:26 ` mikpe at it dot uu.se
  2010-12-03 16:28 ` rguenth at gcc dot gnu.org
  2012-01-19  3:42 ` pinskia at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: mikpe at it dot uu.se @ 2010-12-03 15:26 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46784

--- Comment #1 from Mikael Pettersson <mikpe at it dot uu.se> 2010-12-03 15:26:32 UTC ---
gcc-3.4.6 is no longer supported upstream.  Please upgrade to gcc-4.4 or
gcc-4.5.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug preprocessor/46784] Internal compiler error with cairo In function `_cairo_bo_sweep_line_compare_edges'
  2010-12-03 14:21 [Bug preprocessor/46784] New: Internal compiler error with cairo In function `_cairo_bo_sweep_line_compare_edges' r_no at hotmail dot com
  2010-12-03 15:26 ` [Bug preprocessor/46784] " mikpe at it dot uu.se
@ 2010-12-03 16:28 ` rguenth at gcc dot gnu.org
  2012-01-19  3:42 ` pinskia at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: rguenth at gcc dot gnu.org @ 2010-12-03 16:28 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46784

Richard Guenther <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING
   Last reconfirmed|                            |2010.12.03 16:27:51
     Ever Confirmed|0                           |1

--- Comment #2 from Richard Guenther <rguenth at gcc dot gnu.org> 2010-12-03 16:27:51 UTC ---
Also you need to provide preprocessed source for cairo-bentley-ottmann.c and
the output of appending -v to the gcc command-line that causes the internal
compiler error.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug preprocessor/46784] Internal compiler error with cairo In function `_cairo_bo_sweep_line_compare_edges'
  2010-12-03 14:21 [Bug preprocessor/46784] New: Internal compiler error with cairo In function `_cairo_bo_sweep_line_compare_edges' r_no at hotmail dot com
  2010-12-03 15:26 ` [Bug preprocessor/46784] " mikpe at it dot uu.se
  2010-12-03 16:28 ` rguenth at gcc dot gnu.org
@ 2012-01-19  3:42 ` pinskia at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu.org @ 2012-01-19  3:42 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46784

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|                            |INVALID

--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> 2012-01-19 02:23:22 UTC ---
No feedback in over a year so closing as invalid.


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-01-19  2:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-12-03 14:21 [Bug preprocessor/46784] New: Internal compiler error with cairo In function `_cairo_bo_sweep_line_compare_edges' r_no at hotmail dot com
2010-12-03 15:26 ` [Bug preprocessor/46784] " mikpe at it dot uu.se
2010-12-03 16:28 ` rguenth at gcc dot gnu.org
2012-01-19  3:42 ` pinskia at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).