public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/35530]  New: ice for legal code
@ 2008-03-10 20:47 dcb314 at hotmail dot com
  2008-03-10 20:49 ` [Bug c++/35530] " dcb314 at hotmail dot com
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: dcb314 at hotmail dot com @ 2008-03-10 20:47 UTC (permalink / raw)
  To: gcc-bugs

I just tried to compile Suse Linux package libqt4-4.3.90-20
with the GNU C compiler version 4.4 snapshot 20080307

The compiler said

g++ -c -O2 -g -fmessage-length=0 -D_FORTIFY_SOURCE=2 -fno-exceptions -O2 -Wall
-W -DQT_BOOTSTRAPPED -DQT_MOC -DQT_NO_CODECS -DQT_LITE_UNICODE -DQT_NO_LIBRARY
-DQT_NO_STL -DQT_NO_COMPRESS -DQT_NO_DATASTREAM -DQT_NO_TEXTSTREAM
-DQT_NO_TEXTCODEC -DQT_NO_UNICODETABLES -DQT_NO_THREAD -DQT_NO_REGEXP
-DQT_NO_QOBJECT -DQT_NO_SYSTEMLOCALE -DQT_NO_GEOM_VARIANT
-DQT_NO_USING_NAMESPACE -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE
-I../../../mkspecs/linux-g++-64 -I. -I../../corelib/arch/generic
-I../../../include -I. -I../../../include/QtCore -I. -I.uic/release-shared -o
release-shared/qdir.o ../../corelib/io/qdir.cpp
../../corelib/io/qdir.cpp: In member function 'void
QDirPrivate::sortFileList(QFlags<QDir::SortFlag>, QStringList&, QStringList*,
QFileInfoList*) const':
../../corelib/io/qdir.cpp:282: internal compiler error: tree check: expected
ssa_name, have addr_expr in get_value_range, at tree-vrp.c:469
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.

Preprocessed source code attached. Flags -O2  -W required


-- 
           Summary: ice for legal code
           Product: gcc
           Version: 4.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: dcb314 at hotmail dot com
  GCC host triplet: suse-linux-x86_64


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


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

* [Bug c++/35530] ice for legal code
  2008-03-10 20:47 [Bug c++/35530] New: ice for legal code dcb314 at hotmail dot com
@ 2008-03-10 20:49 ` dcb314 at hotmail dot com
  2008-03-10 20:50 ` [Bug tree-optimization/35530] [4.4 Regression] " pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: dcb314 at hotmail dot com @ 2008-03-10 20:49 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from dcb314 at hotmail dot com  2008-03-10 20:49 -------
Created an attachment (id=15290)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15290&action=view)
C++ source code


-- 


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


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

* [Bug tree-optimization/35530] [4.4 Regression] ice for legal code
  2008-03-10 20:47 [Bug c++/35530] New: ice for legal code dcb314 at hotmail dot com
  2008-03-10 20:49 ` [Bug c++/35530] " dcb314 at hotmail dot com
@ 2008-03-10 20:50 ` pinskia at gcc dot gnu dot org
  2008-03-10 20:53 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2008-03-10 20:50 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pinskia at gcc dot gnu dot
                   |                            |org
          Component|c++                         |tree-optimization
           Keywords|                            |ice-on-valid-code
            Summary|ice for legal code          |[4.4 Regression] ice for
                   |                            |legal code
   Target Milestone|---                         |4.4.0


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


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

* [Bug tree-optimization/35530] [4.4 Regression] ice for legal code
  2008-03-10 20:47 [Bug c++/35530] New: ice for legal code dcb314 at hotmail dot com
  2008-03-10 20:49 ` [Bug c++/35530] " dcb314 at hotmail dot com
  2008-03-10 20:50 ` [Bug tree-optimization/35530] [4.4 Regression] " pinskia at gcc dot gnu dot org
@ 2008-03-10 20:53 ` pinskia at gcc dot gnu dot org
  2008-03-11  0:35 ` manu at gcc dot gnu dot org
  2008-03-15 19:22 ` rguenth at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2008-03-10 20:53 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from pinskia at gcc dot gnu dot org  2008-03-10 20:53 -------
*** Bug 35529 has been marked as a duplicate of this bug. ***


-- 


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


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

* [Bug tree-optimization/35530] [4.4 Regression] ice for legal code
  2008-03-10 20:47 [Bug c++/35530] New: ice for legal code dcb314 at hotmail dot com
                   ` (2 preceding siblings ...)
  2008-03-10 20:53 ` pinskia at gcc dot gnu dot org
@ 2008-03-11  0:35 ` manu at gcc dot gnu dot org
  2008-03-15 19:22 ` rguenth at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: manu at gcc dot gnu dot org @ 2008-03-11  0:35 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from manu at gcc dot gnu dot org  2008-03-11 00:34 -------
This seems to be caused also by Diego's patch to Wtype-limits as bug 35400 (not
sure whether it is an exact duplicate).


-- 

manu at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |manu at gcc dot gnu dot org
  BugsThisDependsOn|                            |35400


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


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

* [Bug tree-optimization/35530] [4.4 Regression] ice for legal code
  2008-03-10 20:47 [Bug c++/35530] New: ice for legal code dcb314 at hotmail dot com
                   ` (3 preceding siblings ...)
  2008-03-11  0:35 ` manu at gcc dot gnu dot org
@ 2008-03-15 19:22 ` rguenth at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2008-03-15 19:22 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from rguenth at gcc dot gnu dot org  2008-03-15 19:22 -------


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


-- 

rguenth at gcc dot gnu dot org changed:

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


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


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

end of thread, other threads:[~2008-03-15 19:22 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-03-10 20:47 [Bug c++/35530] New: ice for legal code dcb314 at hotmail dot com
2008-03-10 20:49 ` [Bug c++/35530] " dcb314 at hotmail dot com
2008-03-10 20:50 ` [Bug tree-optimization/35530] [4.4 Regression] " pinskia at gcc dot gnu dot org
2008-03-10 20:53 ` pinskia at gcc dot gnu dot org
2008-03-11  0:35 ` manu at gcc dot gnu dot org
2008-03-15 19:22 ` rguenth 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).