[Bug c++/15035] [3.4 Regression] ICE on inheritance with "public public"

bangerth at dealii dot org gcc-bugzilla@gcc.gnu.org
Wed Apr 21 14:34:00 GMT 2004


------- Additional Comments From bangerth at dealii dot org  2004-04-21 14:06 -------
With my snapshots from 20040402, I get for both the 3.4 branch and 
mainline: 
 
g/x> /home/bangerth/bin/gcc-3.4-pre/bin/c++ -c x.cc 
x.cc:4: error: more than one access specifier in base-specified before 
"public" 
g/x> /home/bangerth/bin/gcc-3.5-pre/bin/c++ -c x.cc 
x.cc:4: error: more than one access specifier in base-specified before 
"public" 
 
Andrew, which version of the branch did you try? 
 
Gianni: could you try with a newer version of 3.4 (or even the release)? 
 
Thanks 
  Wolfgang 

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |WAITING


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



More information about the Gcc-bugs mailing list