public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/45072]  New: [4.6 Regression] 23_containers/vector/bool/modifiers/erase/1.cc FAILs with -fprofile-generate
@ 2010-07-26  6:17 zsojka at seznam dot cz
  2010-07-26  6:19 ` [Bug tree-optimization/45072] " zsojka at seznam dot cz
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: zsojka at seznam dot cz @ 2010-07-26  6:17 UTC (permalink / raw)
  To: gcc-bugs

Output:
$ g++ -O2 -fprofile-generate 1.ii
$ rm 1.gcda
$ ./a.out
a.out:
/mnt/svn/gcc-trunk/libstdc++-v3/testsuite/23_containers/vector/bool/modifiers/erase/1.cc:50:
void test01(): Assertion `it1 == v.begin() + 1' failed.
Aborted
$ echo $?
134

Tested revisions:
r162456 - broken
r162056 - broken
r161659 - OK


-- 
           Summary: [4.6 Regression]
                    23_containers/vector/bool/modifiers/erase/1.cc FAILs
                    with -fprofile-generate
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: tree-optimization
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: zsojka at seznam dot cz
 GCC build triplet: x86_64-pc-linux-gnu
  GCC host triplet: x86_64-pc-linux-gnu
GCC target triplet: x86_64-pc-linux-gnu


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


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

* [Bug tree-optimization/45072] [4.6 Regression] 23_containers/vector/bool/modifiers/erase/1.cc FAILs with -fprofile-generate
  2010-07-26  6:17 [Bug tree-optimization/45072] New: [4.6 Regression] 23_containers/vector/bool/modifiers/erase/1.cc FAILs with -fprofile-generate zsojka at seznam dot cz
@ 2010-07-26  6:19 ` zsojka at seznam dot cz
  2010-07-26 10:35 ` rguenth at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: zsojka at seznam dot cz @ 2010-07-26  6:19 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from zsojka at seznam dot cz  2010-07-26 06:18 -------
Created an attachment (id=21310)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=21310&action=view)
preprocessed source


-- 


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


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

* [Bug tree-optimization/45072] [4.6 Regression] 23_containers/vector/bool/modifiers/erase/1.cc FAILs with -fprofile-generate
  2010-07-26  6:17 [Bug tree-optimization/45072] New: [4.6 Regression] 23_containers/vector/bool/modifiers/erase/1.cc FAILs with -fprofile-generate zsojka at seznam dot cz
  2010-07-26  6:19 ` [Bug tree-optimization/45072] " zsojka at seznam dot cz
@ 2010-07-26 10:35 ` rguenth at gcc dot gnu dot org
  2010-08-23  9:10 ` jakub at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2010-07-26 10:35 UTC (permalink / raw)
  To: gcc-bugs



-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.6.0


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


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

* [Bug tree-optimization/45072] [4.6 Regression] 23_containers/vector/bool/modifiers/erase/1.cc FAILs with -fprofile-generate
  2010-07-26  6:17 [Bug tree-optimization/45072] New: [4.6 Regression] 23_containers/vector/bool/modifiers/erase/1.cc FAILs with -fprofile-generate zsojka at seznam dot cz
  2010-07-26  6:19 ` [Bug tree-optimization/45072] " zsojka at seznam dot cz
  2010-07-26 10:35 ` rguenth at gcc dot gnu dot org
@ 2010-08-23  9:10 ` jakub at gcc dot gnu dot org
  2010-08-23 14:38 ` zsojka at seznam dot cz
  2010-08-23 14:55 ` jakub at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: jakub at gcc dot gnu dot org @ 2010-08-23  9:10 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from jakub at gcc dot gnu dot org  2010-08-23 09:09 -------
Couldn't reproduce with r163403, can you still reproduce it?


-- 


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


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

* [Bug tree-optimization/45072] [4.6 Regression] 23_containers/vector/bool/modifiers/erase/1.cc FAILs with -fprofile-generate
  2010-07-26  6:17 [Bug tree-optimization/45072] New: [4.6 Regression] 23_containers/vector/bool/modifiers/erase/1.cc FAILs with -fprofile-generate zsojka at seznam dot cz
                   ` (2 preceding siblings ...)
  2010-08-23  9:10 ` jakub at gcc dot gnu dot org
@ 2010-08-23 14:38 ` zsojka at seznam dot cz
  2010-08-23 14:55 ` jakub at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: zsojka at seznam dot cz @ 2010-08-23 14:38 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from zsojka at seznam dot cz  2010-08-23 14:37 -------
The testcase no longer crashes in r162940, r163261 and 163468 for me.


-- 


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


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

* [Bug tree-optimization/45072] [4.6 Regression] 23_containers/vector/bool/modifiers/erase/1.cc FAILs with -fprofile-generate
  2010-07-26  6:17 [Bug tree-optimization/45072] New: [4.6 Regression] 23_containers/vector/bool/modifiers/erase/1.cc FAILs with -fprofile-generate zsojka at seznam dot cz
                   ` (3 preceding siblings ...)
  2010-08-23 14:38 ` zsojka at seznam dot cz
@ 2010-08-23 14:55 ` jakub at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: jakub at gcc dot gnu dot org @ 2010-08-23 14:55 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from jakub at gcc dot gnu dot org  2010-08-23 14:55 -------
Worksforme then.


-- 

jakub at gcc dot gnu dot org changed:

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


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


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

end of thread, other threads:[~2010-08-23 14:55 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-07-26  6:17 [Bug tree-optimization/45072] New: [4.6 Regression] 23_containers/vector/bool/modifiers/erase/1.cc FAILs with -fprofile-generate zsojka at seznam dot cz
2010-07-26  6:19 ` [Bug tree-optimization/45072] " zsojka at seznam dot cz
2010-07-26 10:35 ` rguenth at gcc dot gnu dot org
2010-08-23  9:10 ` jakub at gcc dot gnu dot org
2010-08-23 14:38 ` zsojka at seznam dot cz
2010-08-23 14:55 ` jakub 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).