public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/33448] [4.1/4.2/4.3] ICE in create_tmp_var, at gimplify.c:487
  2007-09-16 14:52 [Bug middle-end/33448] New: [4.1/4.2/4.3] ICE in create_tmp_var, at gimplify.c:487 debian-gcc at lists dot debian dot org
@ 2007-09-16 14:52 ` debian-gcc at lists dot debian dot org
  2007-09-16 15:09 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: debian-gcc at lists dot debian dot org @ 2007-09-16 14:52 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from debian-gcc at lists dot debian dot org  2007-09-16 14:52 -------
Created an attachment (id=14212)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14212&action=view)
preprocessed source


-- 


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


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

* [Bug middle-end/33448]  New: [4.1/4.2/4.3] ICE in create_tmp_var, at gimplify.c:487
@ 2007-09-16 14:52 debian-gcc at lists dot debian dot org
  2007-09-16 14:52 ` [Bug middle-end/33448] " debian-gcc at lists dot debian dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: debian-gcc at lists dot debian dot org @ 2007-09-16 14:52 UTC (permalink / raw)
  To: gcc-bugs

[forwarded from http://bugs.debian.org/439687]

seen with 4.1, 4,2, 4,3.

$ gcc -c statusfile.i 
stdin: In function 'pa_notavail':
stdin:100: internal compiler error: in create_tmp_var, at gimplify.c:487
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.


-- 
           Summary: [4.1/4.2/4.3] ICE in create_tmp_var, at gimplify.c:487
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: middle-end
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: debian-gcc at lists dot debian dot org


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


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

* [Bug middle-end/33448] [4.1/4.2/4.3] ICE in create_tmp_var, at gimplify.c:487
  2007-09-16 14:52 [Bug middle-end/33448] New: [4.1/4.2/4.3] ICE in create_tmp_var, at gimplify.c:487 debian-gcc at lists dot debian dot org
  2007-09-16 14:52 ` [Bug middle-end/33448] " debian-gcc at lists dot debian dot org
@ 2007-09-16 15:09 ` pinskia at gcc dot gnu dot org
  2007-09-16 15:09 ` pinskia at gcc dot gnu dot org
  2007-09-16 15:12 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-09-16 15:09 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from pinskia at gcc dot gnu dot org  2007-09-16 15:08 -------
This code is invalid.  The enum type is not declared.


-- 


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


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

* [Bug middle-end/33448] [4.1/4.2/4.3] ICE in create_tmp_var, at gimplify.c:487
  2007-09-16 14:52 [Bug middle-end/33448] New: [4.1/4.2/4.3] ICE in create_tmp_var, at gimplify.c:487 debian-gcc at lists dot debian dot org
  2007-09-16 14:52 ` [Bug middle-end/33448] " debian-gcc at lists dot debian dot org
  2007-09-16 15:09 ` pinskia at gcc dot gnu dot org
@ 2007-09-16 15:09 ` pinskia at gcc dot gnu dot org
  2007-09-16 15:12 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-09-16 15:09 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from pinskia at gcc dot gnu dot org  2007-09-16 15:09 -------


*** This bug has been marked as a duplicate of 32295 ***


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |DUPLICATE


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


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

* [Bug middle-end/33448] [4.1/4.2/4.3] ICE in create_tmp_var, at gimplify.c:487
  2007-09-16 14:52 [Bug middle-end/33448] New: [4.1/4.2/4.3] ICE in create_tmp_var, at gimplify.c:487 debian-gcc at lists dot debian dot org
                   ` (2 preceding siblings ...)
  2007-09-16 15:09 ` pinskia at gcc dot gnu dot org
@ 2007-09-16 15:12 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-09-16 15:12 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from pinskia at gcc dot gnu dot org  2007-09-16 15:12 -------
static enum parsedb pa_flags;


I think parsedb really should parsedbflags here but I could be wrong.


-- 


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


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

end of thread, other threads:[~2007-09-16 15:12 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-09-16 14:52 [Bug middle-end/33448] New: [4.1/4.2/4.3] ICE in create_tmp_var, at gimplify.c:487 debian-gcc at lists dot debian dot org
2007-09-16 14:52 ` [Bug middle-end/33448] " debian-gcc at lists dot debian dot org
2007-09-16 15:09 ` pinskia at gcc dot gnu dot org
2007-09-16 15:09 ` pinskia at gcc dot gnu dot org
2007-09-16 15:12 ` pinskia at gcc dot gnu dot 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).