public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/19077] New: Internal compiler error compiling MPlayer
@ 2004-12-19 10:47 M dot Kosmulski at elka dot pw dot edu dot pl
  2004-12-19 10:49 ` [Bug c/19077] " M dot Kosmulski at elka dot pw dot edu dot pl
                   ` (17 more replies)
  0 siblings, 18 replies; 19+ messages in thread
From: M dot Kosmulski at elka dot pw dot edu dot pl @ 2004-12-19 10:47 UTC (permalink / raw)
  To: gcc-bugs

When compiling MPlayer 1.0pre5, an internal compiler error is generated.
Normally the program is compiled using make, so below is just the single file
that causes that error:

michal@nowy:~/tmp/MPlayer-1.0pre5/libmpcodecs$ cc -v -save-temps -c -I../libvo
-../../libvo -I/usr/X11/include -W -Wall -Wno-unused-parameter -O2
-march=athlon- -mtune=athlon-4 -g3  -D_REENTRANT -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -Iusr/include/gtk-1.2 -I/usr/include/glib-1.2
-I/usr/lib/glib/include -I/usr/X11R6include -I. -Inative -I.. -I../libmpdemux
-I../loader -I/usr/include/gtk-1.2 -I/sr/include/glib-1.2
-I/usr/lib/glib/include -I/usr/X11R6/include -D_GNU_SOURCE - vf_spp.o vf_spp.c
Reading specs from /usr/lib/gcc/i486-slackware-linux/3.4.2/specs
Configured with: ../gcc-3.4.2/configure --prefix=/usr --enable-shared
--enable-threads=posix --enable-__cxa_atexit --disable-checking --with-gnu-ld
--verbose --target=i486-slackware-linux --host=i486-slackware-linux
Thread model: posix
gcc version 3.4.2
 /usr/libexec/gcc/i486-slackware-linux/3.4.2/cc1 -E -quiet -v -I../libvo
-I../../libvo -I/usr/X11/include -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2
-I/usr/lib/glib/include -I/usr/X11R6/include -I. -Inative -I.. -I../libmpdemux
-I../loader -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2
-I/usr/lib/glib/include -I/usr/X11R6/include -dD -D_REENTRANT
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE vf_spp.c
-march=athlon-4 -mtune=athlon-4 -W -Wall -Wno-unused-parameter
-fworking-directory -O2 -o vf_spp.i
ignoring nonexistent directory
"/usr/lib/gcc/i486-slackware-linux/3.4.2/../../../../i486-slackware-linux/include"
ignoring nonexistent directory "../../libvo"
ignoring duplicate directory "/usr/X11R6/include"
ignoring duplicate directory "/usr/include/gtk-1.2"
ignoring duplicate directory "/usr/include/glib-1.2"
ignoring duplicate directory "/usr/lib/glib/include"
ignoring duplicate directory "/usr/X11R6/include"
#include "..." search starts here:
#include <...> search starts here:
 ../libvo
 /usr/X11/include
 /usr/include/gtk-1.2
 /usr/include/glib-1.2
 /usr/lib/glib/include
 .
 native
 ..
 ../libmpdemux
 ../loader
 /usr/local/include
 /usr/lib/gcc/i486-slackware-linux/3.4.2/include
 /usr/include
End of search list.
 /usr/libexec/gcc/i486-slackware-linux/3.4.2/cc1 -fpreprocessed vf_spp.i
-quiet-dumpbase vf_spp.c -march=athlon-4 -mtune=athlon-4 -auxbase-strip vf_spp.o
-g3 -O2 -W -Wall -Wno-unused-parameter -version -o vf_spp.s
GNU C version 3.4.2 (i486-slackware-linux)
        compiled by GNU C version 3.4.2.
GGC heuristics: --param ggc-min-expand=47 --param ggc-min-heapsize=31940
vf_spp.c: In function `softthresh_mmx':
vf_spp.c:292: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
michal@nowy:~/tmp/MPlayer-1.0pre5/libmpcodecs$

-- 
           Summary: Internal compiler error compiling MPlayer
           Product: gcc
           Version: 3.4.2
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: M dot Kosmulski at elka dot pw dot edu dot pl
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i486-pc-linux-gnu
GCC target triplet: i486-pc-linux-gnu


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


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

* [Bug c/19077] Internal compiler error compiling MPlayer
  2004-12-19 10:47 [Bug c/19077] New: Internal compiler error compiling MPlayer M dot Kosmulski at elka dot pw dot edu dot pl
@ 2004-12-19 10:49 ` M dot Kosmulski at elka dot pw dot edu dot pl
  2004-12-19 13:16 ` [Bug rtl-optimization/19077] " pinskia at gcc dot gnu dot org
                   ` (16 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: M dot Kosmulski at elka dot pw dot edu dot pl @ 2004-12-19 10:49 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From M dot Kosmulski at elka dot pw dot edu dot pl  2004-12-19 10:49 -------
Created an attachment (id=7777)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7777&action=view)
Preprocessed source file that results in the error


-- 


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


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

* [Bug rtl-optimization/19077] Internal compiler error compiling MPlayer
  2004-12-19 10:47 [Bug c/19077] New: Internal compiler error compiling MPlayer M dot Kosmulski at elka dot pw dot edu dot pl
  2004-12-19 10:49 ` [Bug c/19077] " M dot Kosmulski at elka dot pw dot edu dot pl
@ 2004-12-19 13:16 ` pinskia at gcc dot gnu dot org
  2004-12-19 18:46 ` belyshev at lubercy dot com
                   ` (15 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-12-19 13:16 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|c                           |rtl-optimization
           Keywords|                            |ice-on-valid-code


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


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

* [Bug rtl-optimization/19077] Internal compiler error compiling MPlayer
  2004-12-19 10:47 [Bug c/19077] New: Internal compiler error compiling MPlayer M dot Kosmulski at elka dot pw dot edu dot pl
  2004-12-19 10:49 ` [Bug c/19077] " M dot Kosmulski at elka dot pw dot edu dot pl
  2004-12-19 13:16 ` [Bug rtl-optimization/19077] " pinskia at gcc dot gnu dot org
@ 2004-12-19 18:46 ` belyshev at lubercy dot com
  2004-12-19 18:49 ` pinskia at gcc dot gnu dot org
                   ` (14 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: belyshev at lubercy dot com @ 2004-12-19 18:46 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From belyshev at lubercy dot com  2004-12-19 18:46 -------
Created an attachment (id=7779)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7779&action=view)
reduced testcase (1535 bytes)

This testcase is invalid and crashes 3.4 (both c and c++) and --enable-checking
4.0. Use "-g3" to reproduce.

-- 


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


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

* [Bug rtl-optimization/19077] Internal compiler error compiling MPlayer
  2004-12-19 10:47 [Bug c/19077] New: Internal compiler error compiling MPlayer M dot Kosmulski at elka dot pw dot edu dot pl
                   ` (2 preceding siblings ...)
  2004-12-19 18:46 ` belyshev at lubercy dot com
@ 2004-12-19 18:49 ` pinskia at gcc dot gnu dot org
  2004-12-19 18:51 ` [Bug debug/19077] [3.4/4.0 Regression] " belyshev at lubercy dot com
                   ` (13 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-12-19 18:49 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|ice-on-valid-code           |ice-on-invalid-code


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


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

* [Bug debug/19077] [3.4/4.0 Regression] Internal compiler error compiling MPlayer
  2004-12-19 10:47 [Bug c/19077] New: Internal compiler error compiling MPlayer M dot Kosmulski at elka dot pw dot edu dot pl
                   ` (3 preceding siblings ...)
  2004-12-19 18:49 ` pinskia at gcc dot gnu dot org
@ 2004-12-19 18:51 ` belyshev at lubercy dot com
  2005-01-17  4:06 ` phython at gcc dot gnu dot org
                   ` (12 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: belyshev at lubercy dot com @ 2004-12-19 18:51 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
          Component|rtl-optimization            |debug
     Ever Confirmed|                            |1
  GCC build triplet|i686-pc-linux-gnu           |
   GCC host triplet|i486-pc-linux-gnu           |
 GCC target triplet|i486-pc-linux-gnu           |
      Known to fail|                            |3.4.4 4.0.0
      Known to work|                            |3.3.5
   Last reconfirmed|0000-00-00 00:00:00         |2004-12-19 18:51:51
               date|                            |
            Summary|Internal compiler error     |[3.4/4.0 Regression]
                   |compiling MPlayer           |Internal compiler error
                   |                            |compiling MPlayer
   Target Milestone|---                         |3.4.4


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


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

* [Bug debug/19077] [3.4/4.0 Regression] Internal compiler error compiling MPlayer
  2004-12-19 10:47 [Bug c/19077] New: Internal compiler error compiling MPlayer M dot Kosmulski at elka dot pw dot edu dot pl
                   ` (4 preceding siblings ...)
  2004-12-19 18:51 ` [Bug debug/19077] [3.4/4.0 Regression] " belyshev at lubercy dot com
@ 2005-01-17  4:06 ` phython at gcc dot gnu dot org
  2005-01-17  4:15 ` pinskia at gcc dot gnu dot org
                   ` (11 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: phython at gcc dot gnu dot org @ 2005-01-17  4:06 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From phython at gcc dot gnu dot org  2005-01-17 04:06 -------
 Neither of the reduced test cases causes any segfault on powerpc-linux for me
with gcc 4.0.

-- 


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


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

* [Bug debug/19077] [3.4/4.0 Regression] Internal compiler error compiling MPlayer
  2004-12-19 10:47 [Bug c/19077] New: Internal compiler error compiling MPlayer M dot Kosmulski at elka dot pw dot edu dot pl
                   ` (5 preceding siblings ...)
  2005-01-17  4:06 ` phython at gcc dot gnu dot org
@ 2005-01-17  4:15 ` pinskia at gcc dot gnu dot org
  2005-01-17 17:09 ` [Bug preprocessor/19077] [3.4 " pinskia at gcc dot gnu dot org
                   ` (10 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-01-17  4:15 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-01-17 04:15 -------
I can reproduce this with 3.4.0 and I get the following backtrace:
#0  0x0083b41e in _int_free () from /lib/tls/libc.so.6
#1  0x0083c72b in free () from /lib/tls/libc.so.6
#2  0x0808a3b2 in _cpp_pop_buffer (pfile=0x8b45960) at ../../gcc/cpplib.c:1960
#3  0x0808b26c in _cpp_get_fresh_line (pfile=0x8b371f8) at ../../gcc/cpplex.c:783
#4  0x0808bd0a in _cpp_lex_direct (pfile=0x8b371f8) at ../../gcc/cpplex.c:822
#5  0x0808c70c in _cpp_lex_token (pfile=0x8b371f8) at ../../gcc/cpplex.c:710
#6  0x0808d26c in cpp_get_token (pfile=0x8b371f8) at ../../gcc/cppmacro.c:1061
#7  0x08053b2d in c_lex_with_flags (value=0x8408b14, cpp_flags=0x0) at ../../gcc/c-lex.c:308
#8  0x08054087 in c_lex (value=0x2c622c61) at ../../gcc/c-lex.c:436


But with an slightly old 4.0.0 (two months old, 20041124), I cannot reproduce this with either of the 
reduced testcases.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice-on-invalid-code
      Known to fail|3.4.4 4.0.0                 |3.4.4 4.0.0 3.4.0


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


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

* [Bug preprocessor/19077] [3.4 Regression] Internal compiler error compiling MPlayer
  2004-12-19 10:47 [Bug c/19077] New: Internal compiler error compiling MPlayer M dot Kosmulski at elka dot pw dot edu dot pl
                   ` (6 preceding siblings ...)
  2005-01-17  4:15 ` pinskia at gcc dot gnu dot org
@ 2005-01-17 17:09 ` pinskia at gcc dot gnu dot org
  2005-01-17 18:29 ` [Bug preprocessor/19077] [3.4/4.0 " reichelt at gcc dot gnu dot org
                   ` (9 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-01-17 17:09 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-01-17 17:07 -------
Broke:
: Search converges between 2003-09-08-trunk (#346) and 2003-09-09-trunk (#347).

Fixed
: Search converges between 2003-11-03-trunk (#394) and 2003-11-04-trunk (#395).

Broke again:
: Search converges between 2004-01-01-trunk (#437) and 2004-01-17-trunk (#438).

Fixed again (on the mainline but not the 3.4 branch):
: Search converges between 2004-05-05-trunk (#452) and 2004-05-08-trunk (#453).

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to fail|3.4.4 4.0.0 3.4.0           |3.4.4 3.4.0
      Known to work|3.3.5                       |3.3.5 4.0.0
            Summary|[3.4/4.0 Regression]        |[3.4 Regression] Internal
                   |Internal compiler error     |compiler error compiling
                   |compiling MPlayer           |MPlayer


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


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

* [Bug preprocessor/19077] [3.4/4.0 Regression] Internal compiler error compiling MPlayer
  2004-12-19 10:47 [Bug c/19077] New: Internal compiler error compiling MPlayer M dot Kosmulski at elka dot pw dot edu dot pl
                   ` (7 preceding siblings ...)
  2005-01-17 17:09 ` [Bug preprocessor/19077] [3.4 " pinskia at gcc dot gnu dot org
@ 2005-01-17 18:29 ` reichelt at gcc dot gnu dot org
  2005-02-01  4:25 ` echristo at redhat dot com
                   ` (8 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2005-01-17 18:29 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From reichelt at gcc dot gnu dot org  2005-01-17 18:29 -------
I still see the failure on mainline on i686-pc-linux-gnu.


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to fail|3.4.4 3.4.0                 |3.4.4 3.4.0 4.0.0
      Known to work|3.3.5 4.0.0                 |3.3.5
            Summary|[3.4 Regression] Internal   |[3.4/4.0 Regression]
                   |compiler error compiling    |Internal compiler error
                   |MPlayer                     |compiling MPlayer


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


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

* [Bug preprocessor/19077] [3.4/4.0 Regression] Internal compiler error compiling MPlayer
  2004-12-19 10:47 [Bug c/19077] New: Internal compiler error compiling MPlayer M dot Kosmulski at elka dot pw dot edu dot pl
                   ` (8 preceding siblings ...)
  2005-01-17 18:29 ` [Bug preprocessor/19077] [3.4/4.0 " reichelt at gcc dot gnu dot org
@ 2005-02-01  4:25 ` echristo at redhat dot com
  2005-02-11 11:44 ` reichelt at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: echristo at redhat dot com @ 2005-02-01  4:25 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From echristo at redhat dot com  2005-02-01 04:25 -------
[echristo@dzur ~/tmp]$ /dzur/sourceware/builds-gcc/build-dzur/gcc/xgcc
-B/dzur/sourceware/builds-gcc/build-dzur/gcc/ bug.c -c -save-temps -g3
*** glibc detected *** malloc(): memory corruption: 0x08ca4ba8 ***
bug.c:5: internal compiler error: Aborted
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

will probably help a bit more.



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |echristo at redhat dot com
                   |dot org                     |
             Status|NEW                         |ASSIGNED
   Last reconfirmed|2004-12-19 18:51:51         |2005-02-01 04:25:41
               date|                            |


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


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

* [Bug preprocessor/19077] [3.4/4.0 Regression] Internal compiler error compiling MPlayer
  2004-12-19 10:47 [Bug c/19077] New: Internal compiler error compiling MPlayer M dot Kosmulski at elka dot pw dot edu dot pl
                   ` (9 preceding siblings ...)
  2005-02-01  4:25 ` echristo at redhat dot com
@ 2005-02-11 11:44 ` reichelt at gcc dot gnu dot org
  2005-02-12 15:46 ` echristo at redhat dot com
                   ` (6 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2005-02-11 11:44 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From reichelt at gcc dot gnu dot org  2005-02-11 00:56 -------
As of today, I can reproduce the bug on mainline (testcase from comment #3)
only with g++.


-- 


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


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

* [Bug preprocessor/19077] [3.4/4.0 Regression] Internal compiler error compiling MPlayer
  2004-12-19 10:47 [Bug c/19077] New: Internal compiler error compiling MPlayer M dot Kosmulski at elka dot pw dot edu dot pl
                   ` (10 preceding siblings ...)
  2005-02-11 11:44 ` reichelt at gcc dot gnu dot org
@ 2005-02-12 15:46 ` echristo at redhat dot com
  2005-02-16  6:15 ` cvs-commit at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: echristo at redhat dot com @ 2005-02-12 15:46 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From echristo at redhat dot com  2005-02-12 01:43 -------
Ran it through valgrind to track down the memory errors and then started
hunting. Testing a patch currently. valgrind returns no errors after patch.

-eric

-- 


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


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

* [Bug preprocessor/19077] [3.4/4.0 Regression] Internal compiler error compiling MPlayer
  2004-12-19 10:47 [Bug c/19077] New: Internal compiler error compiling MPlayer M dot Kosmulski at elka dot pw dot edu dot pl
                   ` (11 preceding siblings ...)
  2005-02-12 15:46 ` echristo at redhat dot com
@ 2005-02-16  6:15 ` cvs-commit at gcc dot gnu dot org
  2005-02-16  6:16 ` echristo at redhat dot com
                   ` (4 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-02-16  6:15 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-02-15 23:18 -------
Subject: Bug 19077

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	echristo@gcc.gnu.org	2005-02-15 23:18:04

Modified files:
	gcc/testsuite  : ChangeLog 
	libcpp         : ChangeLog macro.c 
Added files:
	gcc/testsuite/gcc.dg/cpp: 20050215-1.c 

Log message:
	2005-02-15  Eric Christopher  <echristo@redhat.com>
	
	PR preprocessor/19077
	* macro.c (cpp_macro_definition): Move handling of whitespace
	to PREV_WHITE conditional. Remove overloading of len
	variable.
	
	2005-02-15  Eric Christopher  <echristo@redhat.com>
	
	* gcc.dg/cpp/20050215-1.c: New file.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&r1=1.5038&r2=1.5039
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.dg/cpp/20050215-1.c.diff?cvsroot=gcc&r1=NONE&r2=1.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libcpp/ChangeLog.diff?cvsroot=gcc&r1=1.53&r2=1.54
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libcpp/macro.c.diff?cvsroot=gcc&r1=1.8&r2=1.9



-- 


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


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

* [Bug preprocessor/19077] [3.4/4.0 Regression] Internal compiler error compiling MPlayer
  2004-12-19 10:47 [Bug c/19077] New: Internal compiler error compiling MPlayer M dot Kosmulski at elka dot pw dot edu dot pl
                   ` (12 preceding siblings ...)
  2005-02-16  6:15 ` cvs-commit at gcc dot gnu dot org
@ 2005-02-16  6:16 ` echristo at redhat dot com
  2005-02-16  6:31 ` [Bug preprocessor/19077] [3.4 " reichelt at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: echristo at redhat dot com @ 2005-02-16  6:16 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From echristo at redhat dot com  2005-02-15 23:18 -------
Fixed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED


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


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

* [Bug preprocessor/19077] [3.4 Regression] Internal compiler error compiling MPlayer
  2004-12-19 10:47 [Bug c/19077] New: Internal compiler error compiling MPlayer M dot Kosmulski at elka dot pw dot edu dot pl
                   ` (13 preceding siblings ...)
  2005-02-16  6:16 ` echristo at redhat dot com
@ 2005-02-16  6:31 ` reichelt at gcc dot gnu dot org
  2005-02-16  6:34 ` echristo at redhat dot com
                   ` (2 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2005-02-16  6:31 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From reichelt at gcc dot gnu dot org  2005-02-15 23:36 -------
Not fixed on the 3.4 branch.


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
           Keywords|monitored                   |
         Resolution|FIXED                       |
            Summary|[3.4/4.0 Regression]        |[3.4 Regression] Internal
                   |Internal compiler error     |compiler error compiling
                   |compiling MPlayer           |MPlayer


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


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

* [Bug preprocessor/19077] [3.4 Regression] Internal compiler error compiling MPlayer
  2004-12-19 10:47 [Bug c/19077] New: Internal compiler error compiling MPlayer M dot Kosmulski at elka dot pw dot edu dot pl
                   ` (14 preceding siblings ...)
  2005-02-16  6:31 ` [Bug preprocessor/19077] [3.4 " reichelt at gcc dot gnu dot org
@ 2005-02-16  6:34 ` echristo at redhat dot com
  2005-02-17 10:13 ` cvs-commit at gcc dot gnu dot org
  2005-02-17 12:22 ` giovannibajo at libero dot it
  17 siblings, 0 replies; 19+ messages in thread
From: echristo at redhat dot com @ 2005-02-16  6:34 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From echristo at redhat dot com  2005-02-15 23:45 -------
I suppose I could apply the patch there too.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |ASSIGNED
   Last reconfirmed|2005-02-01 04:25:41         |2005-02-15 23:45:10
               date|                            |


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


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

* [Bug preprocessor/19077] [3.4 Regression] Internal compiler error compiling MPlayer
  2004-12-19 10:47 [Bug c/19077] New: Internal compiler error compiling MPlayer M dot Kosmulski at elka dot pw dot edu dot pl
                   ` (15 preceding siblings ...)
  2005-02-16  6:34 ` echristo at redhat dot com
@ 2005-02-17 10:13 ` cvs-commit at gcc dot gnu dot org
  2005-02-17 12:22 ` giovannibajo at libero dot it
  17 siblings, 0 replies; 19+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-02-17 10:13 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-02-16 23:08 -------
Subject: Bug 19077

CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-3_4-branch
Changes by:	echristo@gcc.gnu.org	2005-02-16 23:07:47

Modified files:
	gcc            : ChangeLog cppmacro.c 
	gcc/testsuite  : ChangeLog 
Added files:
	gcc/testsuite/gcc.dg/cpp: 20050215-1.c 

Log message:
	2005-02-16  Eric Christopher  <echristo@redhat.com>
	
	PR preprocessor/19077
	* gcc.dg/cpp/20050215-1.c: New file.
	
	2005-02-16  Eric Christopher  <echristo@redhat.com>
	
	PR preprocessor/19077
	* cppmacro.c (cpp_macro_definition): Move handling of whitespace
	to PREV_WHITE conditional. Remove overloading of len
	variable.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=2.2326.2.800&r2=2.2326.2.801
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cppmacro.c.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.141.6.1&r2=1.141.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.3389.2.362&r2=1.3389.2.363
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.dg/cpp/20050215-1.c.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=NONE&r2=1.1.2.1



-- 


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


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

* [Bug preprocessor/19077] [3.4 Regression] Internal compiler error compiling MPlayer
  2004-12-19 10:47 [Bug c/19077] New: Internal compiler error compiling MPlayer M dot Kosmulski at elka dot pw dot edu dot pl
                   ` (16 preceding siblings ...)
  2005-02-17 10:13 ` cvs-commit at gcc dot gnu dot org
@ 2005-02-17 12:22 ` giovannibajo at libero dot it
  17 siblings, 0 replies; 19+ messages in thread
From: giovannibajo at libero dot it @ 2005-02-17 12:22 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From giovannibajo at libero dot it  2005-02-17 00:52 -------
Fixed

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED


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


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

end of thread, other threads:[~2005-02-17  0:52 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-12-19 10:47 [Bug c/19077] New: Internal compiler error compiling MPlayer M dot Kosmulski at elka dot pw dot edu dot pl
2004-12-19 10:49 ` [Bug c/19077] " M dot Kosmulski at elka dot pw dot edu dot pl
2004-12-19 13:16 ` [Bug rtl-optimization/19077] " pinskia at gcc dot gnu dot org
2004-12-19 18:46 ` belyshev at lubercy dot com
2004-12-19 18:49 ` pinskia at gcc dot gnu dot org
2004-12-19 18:51 ` [Bug debug/19077] [3.4/4.0 Regression] " belyshev at lubercy dot com
2005-01-17  4:06 ` phython at gcc dot gnu dot org
2005-01-17  4:15 ` pinskia at gcc dot gnu dot org
2005-01-17 17:09 ` [Bug preprocessor/19077] [3.4 " pinskia at gcc dot gnu dot org
2005-01-17 18:29 ` [Bug preprocessor/19077] [3.4/4.0 " reichelt at gcc dot gnu dot org
2005-02-01  4:25 ` echristo at redhat dot com
2005-02-11 11:44 ` reichelt at gcc dot gnu dot org
2005-02-12 15:46 ` echristo at redhat dot com
2005-02-16  6:15 ` cvs-commit at gcc dot gnu dot org
2005-02-16  6:16 ` echristo at redhat dot com
2005-02-16  6:31 ` [Bug preprocessor/19077] [3.4 " reichelt at gcc dot gnu dot org
2005-02-16  6:34 ` echristo at redhat dot com
2005-02-17 10:13 ` cvs-commit at gcc dot gnu dot org
2005-02-17 12:22 ` giovannibajo at libero dot it

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).