public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "bangerth at dealii dot org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug c++/15119] [3.5 Regression] internal compiler error: in substitute_placeholder_in_expr, at tree.c:2155
Date: Sun, 25 Apr 2004 14:01:00 -0000	[thread overview]
Message-ID: <20040425134656.9279.qmail@sources.redhat.com> (raw)
In-Reply-To: <20040424185400.15119.wanderer@rsu.ru>


------- Additional Comments From bangerth at dealii dot org  2004-04-25 13:46 -------
This one was easy: 
----------------- 
template<typename T> 
const T& xmin(const T& a, const T& b); 
 
void bar (char *, ...); 
 
char const* descs[4]; 
 
int main() {    
    int t = 1; 
    char buf[100]; 
    bar( buf, descs[ xmin(t-1,4) ], 0 );  
    return 0; 
} 
------------------------ 
g/x> /home/bangerth/bin/gcc-3.4-pre/bin/gcc -c x.cc 
g/x>  
g/x> /home/bangerth/bin/gcc-3.5-pre/bin/gcc -c x.cc 
x.cc: In function `int main()': 
x.cc:11: internal compiler error: in substitute_placeholder_in_expr, at 
tree.c:2155 
Please submit a full bug report, 
with preprocessed source if appropriate. 
See <URL:http://gcc.gnu.org/bugs.html> for instructions. 
 
W. 

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-04-25 13:46:56
               date|                            |


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


  parent reply	other threads:[~2004-04-25 13:46 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-04-24 18:55 [Bug c++/15119] New: " wanderer at rsu dot ru
2004-04-24 19:40 ` [Bug c++/15119] " wanderer at rsu dot ru
2004-04-24 20:45 ` wanderer at rsu dot ru
2004-04-24 22:20 ` [Bug c++/15119] [3.5 Regression] " pinskia at gcc dot gnu dot org
2004-04-25 13:59 ` bangerth at dealii dot org
2004-04-25 14:01 ` bangerth at dealii dot org [this message]
2004-04-25 14:21 ` pinskia at gcc dot gnu dot org
2004-04-25 15:31 ` kenner at vlsi1 dot ultra dot nyu dot edu
2004-04-26 13:08 ` cvs-commit at gcc dot gnu dot org
2004-04-26 13:19 ` pinskia at gcc dot gnu dot org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20040425134656.9279.qmail@sources.redhat.com \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).