public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/20736] New: -fprofile-generate crashes on numerous occasions
@ 2005-04-03  2:46 rajbarik at in dot ibm dot com
  2005-04-03  2:48 ` [Bug c/20736] " rajbarik at in dot ibm dot com
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: rajbarik at in dot ibm dot com @ 2005-04-03  2:46 UTC (permalink / raw)
  To: gcc-bugs

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1205 bytes --]

Target: i686-pc-linux-gnu
Configured with: ../gcc/configure
--prefix=/gsa/watgsa/.home/h1/barikr/GCC_SAVANNAH/CURRENT/install/
--enable-languages=c
Thread model: posix
gcc version 4.1.0 20050322 (experimental)

Complete Command line: gcc -c -o gzip.o -fprofile-generate gzip.c

Compiler output/error: 

gzip.c: In function âtreat_fileâ:
gzip.c:867: error: unrecognizable insn:
(insn 749 12 750 0 (set (reg:SI 194)
        (reg:SI 19 dirflag)) -1 (nil)
    (nil))
gzip.c:867: internal compiler error: in extract_insn, at recog.c:2042
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

-- 
           Summary: -fprofile-generate crashes on numerous occasions
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Severity: critical
          Priority: P1
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: rajbarik at in dot ibm dot com
                CC: gcc-bugs at gcc dot gnu dot org,rajbarik at in dot ibm
                    dot com
  GCC host triplet: x86
GCC target triplet: x86


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


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

* [Bug c/20736] -fprofile-generate crashes on numerous occasions
  2005-04-03  2:46 [Bug c/20736] New: -fprofile-generate crashes on numerous occasions rajbarik at in dot ibm dot com
@ 2005-04-03  2:48 ` rajbarik at in dot ibm dot com
  2005-04-03  6:34 ` pinskia at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: rajbarik at in dot ibm dot com @ 2005-04-03  2:48 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From rajbarik at in dot ibm dot com  2005-04-03 02:48 -------
Created an attachment (id=8521)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8521&action=view)
gzip.i file generated after -save-temp option

This is the *.i* file generated after running gzip.c with -save-temp option.

-- 


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


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

* [Bug c/20736] -fprofile-generate crashes on numerous occasions
  2005-04-03  2:46 [Bug c/20736] New: -fprofile-generate crashes on numerous occasions rajbarik at in dot ibm dot com
  2005-04-03  2:48 ` [Bug c/20736] " rajbarik at in dot ibm dot com
@ 2005-04-03  6:34 ` pinskia at gcc dot gnu dot org
  2005-04-03  6:48 ` [Bug middle-end/20736] [4.0/4.1 Regression] " pinskia at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-04-03  6:34 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-04-03 06:34 -------
I think you need to try this again on the 4.0 branch as 20050322 is getting old and this is most likely 
the same as PR 20249 which was fixed  on 2005-03-25 which is after the checkout you have.


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pinskia at gcc dot gnu dot
                   |                            |org


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


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

* [Bug middle-end/20736] [4.0/4.1 Regression] -fprofile-generate crashes on numerous occasions
  2005-04-03  2:46 [Bug c/20736] New: -fprofile-generate crashes on numerous occasions rajbarik at in dot ibm dot com
  2005-04-03  2:48 ` [Bug c/20736] " rajbarik at in dot ibm dot com
  2005-04-03  6:34 ` pinskia at gcc dot gnu dot org
@ 2005-04-03  6:48 ` pinskia at gcc dot gnu dot org
  2005-04-09 16:27 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-04-03  6:48 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-04-03 06:48 -------
I tried it on the mainline and I don't get the ICE so I really think this is a dup of bug 20249.
Can you try a newer compiler than what you have and this ICE is gone?

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|critical                    |normal
             Status|UNCONFIRMED                 |WAITING
          Component|c                           |middle-end
           Keywords|                            |ice-on-valid-code
            Summary|-fprofile-generate crashes  |[4.0/4.1 Regression] -
                   |on numerous occasions       |fprofile-generate crashes on
                   |                            |numerous occasions


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


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

* [Bug middle-end/20736] [4.0/4.1 Regression] -fprofile-generate crashes on numerous occasions
  2005-04-03  2:46 [Bug c/20736] New: -fprofile-generate crashes on numerous occasions rajbarik at in dot ibm dot com
                   ` (2 preceding siblings ...)
  2005-04-03  6:48 ` [Bug middle-end/20736] [4.0/4.1 Regression] " pinskia at gcc dot gnu dot org
@ 2005-04-09 16:27 ` pinskia at gcc dot gnu dot org
  2005-04-17  4:52 ` [Bug middle-end/20736] [4.0 " mmitchel at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-04-09 16:27 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-04-09 16:27 -------
Hmm, maybe this is only reproducable on the 4.0 branch.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to work|                            |4.1.0 3.4.0
   Target Milestone|---                         |4.0.0


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


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

* [Bug middle-end/20736] [4.0 Regression] -fprofile-generate crashes on numerous occasions
  2005-04-03  2:46 [Bug c/20736] New: -fprofile-generate crashes on numerous occasions rajbarik at in dot ibm dot com
                   ` (3 preceding siblings ...)
  2005-04-09 16:27 ` pinskia at gcc dot gnu dot org
@ 2005-04-17  4:52 ` mmitchel at gcc dot gnu dot org
  2005-07-06 17:03 ` [Bug gcov/profile/20736] " mmitchel at gcc dot gnu dot org
  2005-08-17  3:25 ` pinskia at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2005-04-17  4:52 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From mmitchel at gcc dot gnu dot org  2005-04-17 04:52 -------
We can get by if there are bugs in -fprofile-generate.  

Target milestone changed to 4.0.1.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.0.0                       |4.0.1


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


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

* [Bug gcov/profile/20736] [4.0 Regression] -fprofile-generate crashes on numerous occasions
  2005-04-03  2:46 [Bug c/20736] New: -fprofile-generate crashes on numerous occasions rajbarik at in dot ibm dot com
                   ` (4 preceding siblings ...)
  2005-04-17  4:52 ` [Bug middle-end/20736] [4.0 " mmitchel at gcc dot gnu dot org
@ 2005-07-06 17:03 ` mmitchel at gcc dot gnu dot org
  2005-08-17  3:25 ` pinskia at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2005-07-06 17:03 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From mmitchel at gcc dot gnu dot org  2005-07-06 17:02 -------
Postponed until 4.0.2.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.0.1                       |4.0.2


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


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

* [Bug gcov/profile/20736] [4.0 Regression] -fprofile-generate crashes on numerous occasions
  2005-04-03  2:46 [Bug c/20736] New: -fprofile-generate crashes on numerous occasions rajbarik at in dot ibm dot com
                   ` (5 preceding siblings ...)
  2005-07-06 17:03 ` [Bug gcov/profile/20736] " mmitchel at gcc dot gnu dot org
@ 2005-08-17  3:25 ` pinskia at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-08-17  3:25 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-08-17 03:24 -------
No feedback in 3 months.

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


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


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

end of thread, other threads:[~2005-08-17  3:24 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-04-03  2:46 [Bug c/20736] New: -fprofile-generate crashes on numerous occasions rajbarik at in dot ibm dot com
2005-04-03  2:48 ` [Bug c/20736] " rajbarik at in dot ibm dot com
2005-04-03  6:34 ` pinskia at gcc dot gnu dot org
2005-04-03  6:48 ` [Bug middle-end/20736] [4.0/4.1 Regression] " pinskia at gcc dot gnu dot org
2005-04-09 16:27 ` pinskia at gcc dot gnu dot org
2005-04-17  4:52 ` [Bug middle-end/20736] [4.0 " mmitchel at gcc dot gnu dot org
2005-07-06 17:03 ` [Bug gcov/profile/20736] " mmitchel at gcc dot gnu dot org
2005-08-17  3:25 ` 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).