public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/32852]  New: [4.3 Regression]  g++.old-deja/g++.jason/synth7.C
@ 2007-07-22 13:38 hjl at lucon dot org
  2007-07-22 13:40 ` [Bug tree-optimization/32852] " hjl at lucon dot org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: hjl at lucon dot org @ 2007-07-22 13:38 UTC (permalink / raw)
  To: gcc-bugs

This patch

http://gcc.gnu.org/ml/gcc-cvs/2007-07/msg00385.html

caused

[hjl@gnu-26 bin]$ ./g++ -static
../../src/gcc/testsuite/g++.old-deja/g++.jason/synth7.C
[hjl@gnu-26 bin]$ ./a.out
Segmentation fault
[hjl@gnu-26 bin]$


-- 
           Summary: [4.3 Regression]  g++.old-deja/g++.jason/synth7.C
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: tree-optimization
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: hjl at lucon dot org


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


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

* [Bug tree-optimization/32852] [4.3 Regression]  g++.old-deja/g++.jason/synth7.C
  2007-07-22 13:38 [Bug tree-optimization/32852] New: [4.3 Regression] g++.old-deja/g++.jason/synth7.C hjl at lucon dot org
@ 2007-07-22 13:40 ` hjl at lucon dot org
  2007-07-24  0:33 ` pinskia at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: hjl at lucon dot org @ 2007-07-22 13:40 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from hjl at lucon dot org  2007-07-22 13:40 -------
It happens on Linux/x86-64 and Linux/ia32.


-- 


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


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

* [Bug tree-optimization/32852] [4.3 Regression]  g++.old-deja/g++.jason/synth7.C
  2007-07-22 13:38 [Bug tree-optimization/32852] New: [4.3 Regression] g++.old-deja/g++.jason/synth7.C hjl at lucon dot org
  2007-07-22 13:40 ` [Bug tree-optimization/32852] " hjl at lucon dot org
@ 2007-07-24  0:33 ` pinskia at gcc dot gnu dot org
  2007-07-24  0:34 ` [Bug middle-end/32852] " pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-07-24  0:33 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.3.0


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


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

* [Bug middle-end/32852] [4.3 Regression]  g++.old-deja/g++.jason/synth7.C
  2007-07-22 13:38 [Bug tree-optimization/32852] New: [4.3 Regression] g++.old-deja/g++.jason/synth7.C hjl at lucon dot org
  2007-07-22 13:40 ` [Bug tree-optimization/32852] " hjl at lucon dot org
  2007-07-24  0:33 ` pinskia at gcc dot gnu dot org
@ 2007-07-24  0:34 ` pinskia at gcc dot gnu dot org
  2007-07-24 18:42 ` hjl at lucon dot org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-07-24  0:34 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from pinskia at gcc dot gnu dot org  2007-07-24 00:34 -------
Confirmed, I saw this also.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
 GCC target triplet|                            |i?86-*-linux-gnu x86_64-
                   |                            |linux-gnu
           Keywords|                            |wrong-code
   Last reconfirmed|0000-00-00 00:00:00         |2007-07-24 00:34:42
               date|                            |


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


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

* [Bug middle-end/32852] [4.3 Regression]  g++.old-deja/g++.jason/synth7.C
  2007-07-22 13:38 [Bug tree-optimization/32852] New: [4.3 Regression] g++.old-deja/g++.jason/synth7.C hjl at lucon dot org
                   ` (2 preceding siblings ...)
  2007-07-24  0:34 ` [Bug middle-end/32852] " pinskia at gcc dot gnu dot org
@ 2007-07-24 18:42 ` hjl at lucon dot org
  2007-07-24 20:33 ` nathan at gcc dot gnu dot org
  2007-07-25  7:53 ` nathan at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: hjl at lucon dot org @ 2007-07-24 18:42 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from hjl at lucon dot org  2007-07-24 18:42 -------
It should be fixed by

http://gcc.gnu.org/ml/gcc-cvs/2007-07/msg00744.html


-- 


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


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

* [Bug middle-end/32852] [4.3 Regression]  g++.old-deja/g++.jason/synth7.C
  2007-07-22 13:38 [Bug tree-optimization/32852] New: [4.3 Regression] g++.old-deja/g++.jason/synth7.C hjl at lucon dot org
                   ` (3 preceding siblings ...)
  2007-07-24 18:42 ` hjl at lucon dot org
@ 2007-07-24 20:33 ` nathan at gcc dot gnu dot org
  2007-07-25  7:53 ` nathan at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: nathan at gcc dot gnu dot org @ 2007-07-24 20:33 UTC (permalink / raw)
  To: gcc-bugs



-- 

nathan at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |nathan at gcc dot gnu dot
                   |dot org                     |org
             Status|NEW                         |ASSIGNED
   Last reconfirmed|2007-07-24 00:34:42         |2007-07-24 20:33:00
               date|                            |


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


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

* [Bug middle-end/32852] [4.3 Regression]  g++.old-deja/g++.jason/synth7.C
  2007-07-22 13:38 [Bug tree-optimization/32852] New: [4.3 Regression] g++.old-deja/g++.jason/synth7.C hjl at lucon dot org
                   ` (4 preceding siblings ...)
  2007-07-24 20:33 ` nathan at gcc dot gnu dot org
@ 2007-07-25  7:53 ` nathan at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: nathan at gcc dot gnu dot org @ 2007-07-25  7:53 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from nathan at gcc dot gnu dot org  2007-07-25 07:53 -------
2007-07-24  Nathan Sidwell  <nathan@codesourcery.com>

        * method.c (implicitly_declare_fn): Increase alignment if member
        function pointer format requires it.


-- 

nathan at gcc dot gnu dot org changed:

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


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


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

end of thread, other threads:[~2007-07-25  7:53 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-07-22 13:38 [Bug tree-optimization/32852] New: [4.3 Regression] g++.old-deja/g++.jason/synth7.C hjl at lucon dot org
2007-07-22 13:40 ` [Bug tree-optimization/32852] " hjl at lucon dot org
2007-07-24  0:33 ` pinskia at gcc dot gnu dot org
2007-07-24  0:34 ` [Bug middle-end/32852] " pinskia at gcc dot gnu dot org
2007-07-24 18:42 ` hjl at lucon dot org
2007-07-24 20:33 ` nathan at gcc dot gnu dot org
2007-07-25  7:53 ` nathan 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).