Bug 33448 - [4.1/4.2/4.3] ICE in create_tmp_var, at gimplify.c:487
Summary: [4.1/4.2/4.3] ICE in create_tmp_var, at gimplify.c:487
Status: RESOLVED DUPLICATE of bug 32295
Alias: None
Product: gcc
Classification: Unclassified
Component: middle-end (show other bugs)
Version: 4.3.0
: P3 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-16 14:52 UTC by Debian GCC Maintainers
Modified: 2007-09-16 15:12 UTC (History)
3 users (show)

See Also:
Host:
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed:


Attachments
preprocessed source (30.70 KB, application/x-gzip)
2007-09-16 14:52 UTC, Debian GCC Maintainers
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Debian GCC Maintainers 2007-09-16 14:52:21 UTC
[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.
Comment 1 Debian GCC Maintainers 2007-09-16 14:52:38 UTC
Created attachment 14212 [details]
preprocessed source
Comment 2 Andrew Pinski 2007-09-16 15:08:57 UTC
This code is invalid.  The enum type is not declared.
Comment 3 Andrew Pinski 2007-09-16 15:09:43 UTC

*** This bug has been marked as a duplicate of 32295 ***
Comment 4 Andrew Pinski 2007-09-16 15:12:01 UTC
static enum parsedb pa_flags;


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