public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug optimization/13633] New: [tree-ssa] odd behavior when compiling mozilla
@ 2004-01-09 17:33 bbooth at redhat dot com
  2004-01-09 17:33 ` [Bug optimization/13633] " bbooth at redhat dot com
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: bbooth at redhat dot com @ 2004-01-09 17:33 UTC (permalink / raw)
  To: gcc-bugs

Version:
    GNU C++ version 3.5-tree-ssa 20040108 (merged 20040102)

Configure Options:
    --prefix=/notnfs/... --srcdir=/notnfs/... --disable-multilib

Command Line & Compiler Output:

-bash-2.05b$
/notnfs/bbooth/tree-ssa/i686/inst/libexec/gcc/i686-pc-linux-gnu/3.5-tree-ssa/cc1plus
-fpreprocessed nsNodeInfoManager.ii -quiet -dumpbase nsNodeInfoManager.cpp
-mtune=pentiumpro -auxbase-strip nsNodeInfoManager.o -g -Wall -Wconversion
-Wpointer-arith -Wcast-align -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy
-Wno-long-long -version -fPIC -fno-rtti -fno-exceptions -fno-inline -o
nsNodeInfoManager.s
GNU C++ version 3.5-tree-ssa 20040108 (merged 20040102) (i686-pc-linux-gnu)
        compiled by GNU C version 3.5-tree-ssa 20040108 (merged 20040102).
GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096
/notnfs/bbooth/tree-ssa/MOZILLA/mozilla/content/base/src/nsNodeInfoManager.cpp:
In static member function `static PLHashNumber
nsNodeInfoManager::GetNodeInfoInnerHashValue(const void*)':
/notnfs/bbooth/tree-ssa/MOZILLA/mozilla/content/base/src/nsNodeInfoManager.cpp:75:
error: expected `)'
/notnfs/bbooth/tree-ssa/MOZILLA/mozilla/content/base/src/nsNodeInfoManager.cpp:75:
error: expected `)'
/notnfs/bbooth/tree-ssa/MOZILLA/mozilla/content/base/src/nsNodeInfoManager.cpp:75:
error: expected `)'
/notnfs/bbooth/tree-ssa/MOZILLA/mozilla/content/base/src/nsNodeInfoManager.cpp:75:
error: invalid operands of types `PLHashNumber' and `char*' to binary `operator-'
/notnfs/bbooth/tree-ssa/MOZILLA/mozilla/content/base/src/nsNodeInfoManager.cpp:75:
error: expected `;'
/notnfs/bbooth/tree-ssa/MOZILLA/mozilla/content/base/src/nsNodeInfoManager.cpp:75:
error: expected primary-expression before ')' token
/notnfs/bbooth/tree-ssa/MOZILLA/mozilla/content/base/src/nsNodeInfoManager.cpp:75:
error: expected `;'

==========================================

I do not get these errors with GNU C++ version 3.2.3 20030502 (Red Hat Linux
3.2.3-20).

.ii file to come.

-- 
           Summary: [tree-ssa] odd behavior when compiling mozilla
           Product: gcc
           Version: tree-ssa
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: optimization
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: bbooth at redhat dot com
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu


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


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

* [Bug optimization/13633] [tree-ssa] odd behavior when compiling mozilla
  2004-01-09 17:33 [Bug optimization/13633] New: [tree-ssa] odd behavior when compiling mozilla bbooth at redhat dot com
@ 2004-01-09 17:33 ` bbooth at redhat dot com
  2004-01-09 18:40 ` falk at debian dot org
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: bbooth at redhat dot com @ 2004-01-09 17:33 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From bbooth at redhat dot com  2004-01-09 17:33 -------
Created an attachment (id=5446)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=5446&action=view)
Associated .ii file


-- 


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


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

* [Bug optimization/13633] [tree-ssa] odd behavior when compiling mozilla
  2004-01-09 17:33 [Bug optimization/13633] New: [tree-ssa] odd behavior when compiling mozilla bbooth at redhat dot com
  2004-01-09 17:33 ` [Bug optimization/13633] " bbooth at redhat dot com
@ 2004-01-09 18:40 ` falk at debian dot org
  2004-01-09 20:57 ` [Bug optimization/13633] [3.4 Regression] " pinskia at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: falk at debian dot org @ 2004-01-09 18:40 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From falk at debian dot org  2004-01-09 18:40 -------
Confirmed. Test case:

struct C {
    C(void*);
};

void f() {
    (C((void *) 0));
}

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
           Keywords|                            |rejects-valid


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


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

* [Bug optimization/13633] [3.4 Regression] [tree-ssa] odd behavior when compiling mozilla
  2004-01-09 17:33 [Bug optimization/13633] New: [tree-ssa] odd behavior when compiling mozilla bbooth at redhat dot com
  2004-01-09 17:33 ` [Bug optimization/13633] " bbooth at redhat dot com
  2004-01-09 18:40 ` falk at debian dot org
@ 2004-01-09 20:57 ` pinskia at gcc dot gnu dot org
  2004-01-10  0:05 ` neroden at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-01-09 20:57 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-01-09 20:57 -------
This is already fixed on the mainline (there was a dup bug somewhere) so closing as fixed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
            Summary|[tree-ssa] odd behavior when|[3.4 Regression] [tree-ssa]
                   |compiling mozilla           |odd behavior when compiling
                   |                            |mozilla
   Target Milestone|---                         |3.4.0


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


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

* [Bug optimization/13633] [3.4 Regression] [tree-ssa] odd behavior when compiling mozilla
  2004-01-09 17:33 [Bug optimization/13633] New: [tree-ssa] odd behavior when compiling mozilla bbooth at redhat dot com
                   ` (2 preceding siblings ...)
  2004-01-09 20:57 ` [Bug optimization/13633] [3.4 Regression] " pinskia at gcc dot gnu dot org
@ 2004-01-10  0:05 ` neroden at gcc dot gnu dot org
  2004-01-10  3:49 ` pinskia at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: neroden at gcc dot gnu dot org @ 2004-01-10  0:05 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From neroden at gcc dot gnu dot org  2004-01-10 00:05 -------
But is the fix in tree-ssa?

-- 


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


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

* [Bug optimization/13633] [3.4 Regression] [tree-ssa] odd behavior when compiling mozilla
  2004-01-09 17:33 [Bug optimization/13633] New: [tree-ssa] odd behavior when compiling mozilla bbooth at redhat dot com
                   ` (3 preceding siblings ...)
  2004-01-10  0:05 ` neroden at gcc dot gnu dot org
@ 2004-01-10  3:49 ` pinskia at gcc dot gnu dot org
  2004-01-10  4:07 ` [Bug optimization/13633] [tree-ssa] [merge] " pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-01-10  3:49 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-01-10 03:49 -------
It will be fixed via the next merge, it is a generic C++ front-end bug.

-- 


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


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

* [Bug optimization/13633] [tree-ssa] [merge] odd behavior when compiling mozilla
  2004-01-09 17:33 [Bug optimization/13633] New: [tree-ssa] odd behavior when compiling mozilla bbooth at redhat dot com
                   ` (4 preceding siblings ...)
  2004-01-10  3:49 ` pinskia at gcc dot gnu dot org
@ 2004-01-10  4:07 ` pinskia at gcc dot gnu dot org
  2004-01-10  4:11 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-01-10  4:07 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-01-10 04:07 -------
Keeping open until A new merge.  Who ever does the next merge should close this (if they do not I 
will after I see the message about the merge (if it happened during the night my time or an hour 
after the message comes out).

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |
            Summary|[3.4 Regression] [tree-ssa] |[tree-ssa] [merge] odd
                   |odd behavior when compiling |behavior when compiling
                   |mozilla                     |mozilla
   Target Milestone|3.4.0                       |tree-ssa


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


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

* [Bug optimization/13633] [tree-ssa] [merge] odd behavior when compiling mozilla
  2004-01-09 17:33 [Bug optimization/13633] New: [tree-ssa] odd behavior when compiling mozilla bbooth at redhat dot com
                   ` (5 preceding siblings ...)
  2004-01-10  4:07 ` [Bug optimization/13633] [tree-ssa] [merge] " pinskia at gcc dot gnu dot org
@ 2004-01-10  4:11 ` pinskia at gcc dot gnu dot org
  2004-01-23  2:33 ` rth at gcc dot gnu dot org
  2004-01-30 18:40 ` pinskia at gcc dot gnu dot org
  8 siblings, 0 replies; 10+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-01-10  4:11 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |NEW


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


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

* [Bug optimization/13633] [tree-ssa] [merge] odd behavior when compiling mozilla
  2004-01-09 17:33 [Bug optimization/13633] New: [tree-ssa] odd behavior when compiling mozilla bbooth at redhat dot com
                   ` (6 preceding siblings ...)
  2004-01-10  4:11 ` pinskia at gcc dot gnu dot org
@ 2004-01-23  2:33 ` rth at gcc dot gnu dot org
  2004-01-30 18:40 ` pinskia at gcc dot gnu dot org
  8 siblings, 0 replies; 10+ messages in thread
From: rth at gcc dot gnu dot org @ 2004-01-23  2:33 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From rth at gcc dot gnu dot org  2004-01-23 02:33 -------
You and aph are working on the next merge.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |dnovillo at gcc dot gnu dot
                   |dot org                     |org
             Status|NEW                         |ASSIGNED


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


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

* [Bug optimization/13633] [tree-ssa] [merge] odd behavior when compiling mozilla
  2004-01-09 17:33 [Bug optimization/13633] New: [tree-ssa] odd behavior when compiling mozilla bbooth at redhat dot com
                   ` (7 preceding siblings ...)
  2004-01-23  2:33 ` rth at gcc dot gnu dot org
@ 2004-01-30 18:40 ` pinskia at gcc dot gnu dot org
  8 siblings, 0 replies; 10+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-01-30 18:40 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-01-30 18:40 -------
Fixed by the merge.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED


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


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

end of thread, other threads:[~2004-01-30 18:40 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-01-09 17:33 [Bug optimization/13633] New: [tree-ssa] odd behavior when compiling mozilla bbooth at redhat dot com
2004-01-09 17:33 ` [Bug optimization/13633] " bbooth at redhat dot com
2004-01-09 18:40 ` falk at debian dot org
2004-01-09 20:57 ` [Bug optimization/13633] [3.4 Regression] " pinskia at gcc dot gnu dot org
2004-01-10  0:05 ` neroden at gcc dot gnu dot org
2004-01-10  3:49 ` pinskia at gcc dot gnu dot org
2004-01-10  4:07 ` [Bug optimization/13633] [tree-ssa] [merge] " pinskia at gcc dot gnu dot org
2004-01-10  4:11 ` pinskia at gcc dot gnu dot org
2004-01-23  2:33 ` rth at gcc dot gnu dot org
2004-01-30 18:40 ` 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).