public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/17054] New: internal compiler error: in make_decl_rtl, at varasm.c:752
@ 2004-08-16 23:17 florent dot gallet at orange dot fr
  2004-08-17  0:15 ` [Bug c++/17054] " pinskia at gcc dot gnu dot org
  0 siblings, 1 reply; 2+ messages in thread
From: florent dot gallet at orange dot fr @ 2004-08-16 23:17 UTC (permalink / raw)
  To: gcc-bugs

Well it's easy to make the prog work, but I still report it

To reproduce :

typedef struct tagS {
	long a;
	long b;
	long c;
} S;

int i;
S g(const S &);
S g();

int f()
{
    return 0;
}

S g(const S &toto)
{ // the error is here
	int h = f();
	S tata = {toto.a, toto.b, h};
	return tata;
}

S g()
{
	S toto;
	return g(toto);
}

-- 
           Summary: internal compiler error: in make_decl_rtl, at
                    varasm.c:752
           Product: gcc
           Version: 3.4.1
            Status: UNCONFIRMED
          Severity: minor
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: florent dot gallet at orange dot fr
                CC: gcc-bugs at gcc dot gnu dot org


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


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

* [Bug c++/17054] internal compiler error: in make_decl_rtl, at varasm.c:752
  2004-08-16 23:17 [Bug c++/17054] New: internal compiler error: in make_decl_rtl, at varasm.c:752 florent dot gallet at orange dot fr
@ 2004-08-17  0:15 ` pinskia at gcc dot gnu dot org
  0 siblings, 0 replies; 2+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-08-17  0:15 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-08-17 00:15 -------


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

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
           Keywords|                            |ice-on-valid-code
         Resolution|                            |DUPLICATE


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


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

end of thread, other threads:[~2004-08-17  0:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-08-16 23:17 [Bug c++/17054] New: internal compiler error: in make_decl_rtl, at varasm.c:752 florent dot gallet at orange dot fr
2004-08-17  0:15 ` [Bug c++/17054] " 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).